/**
 * Defines the style instructions for screen rendering of a page with all 
 * standard structural pieces: site header, section header, page header, 
 * page content, page footer, section footer, and site footer.
 *
 * This style is based on the NASA.gov portal that was used beginning in 2008.
 *
 * Use this style sheet + main.css if your page has a section header.
 *
 * -----------------------------------------------------------------------------
 * This style uses CSS from the Yahoo! Interface Library (YUI).
 * Copyright (c) 2008, Yahoo! Inc. All rights reserved.
 * Code licensed under the BSD License:
 * http://developer.yahoo.net/yui/license.txt
 * -----------------------------------------------------------------------------
 *
 * @package       Larc
 * @subpackage    Nasa2008
 * @author        Cory R. Gilbert <cory.r.gilbert@nasa.gov>page
 */

/* @group SECTION HEADER */

#section_header {
	width: 228px;
	margin: 0px 5px 0px 0px;
	float: left;
	clear: both;
}

/* @end */

/* @group SECTION MENU */

/* @end */

/* @group Widgets */

.section_widgets {
	color:white;
	margin:0px;
	padding:0px;
}

/* Remove the unneccessary bullets from lists of widgets and their lists */
li.widget, li.widget, div.widget li {
	list-style-type: none;
}

/* Entire widget */
li.widget, div.widget {
	background: #001f33 url(../nasa_portal/images/left_blue_grad.gif) repeat-x;
	border-left: 1px solid #002b47;
	border-right: 1px solid #002b47;
	border-bottom: 1px solid #002b47;
}
/* Padd the widget title, not the widget.  Need to leave the widget unpadded */
li.widget, div.widget > h2.widgettitle {
	padding: 5px 8px 0;
	margin: 0;
	font-size: 116%;
}

/* main widget body (calendar, tag cloud, text use a div); margin is redundant for the div */
li.widget > ul, li.widget > div, li.widget > form {
	margin: 0;
	padding: 8px;
	position: relative;
	font-size: 85%;
}

/* @group Page NASA Menu */
div.widget > ul, div.widget > div, div.widget > form {
	margin: 0;
	padding: 8px;
	position: relative;
	font-size: 85%;
}

div.widget.nasa_menu {
	background-color: #2e2e2e;
	background-image: none;
	border-color: #383838;
	margin-bottom: 8px;
}

div.widget.nasa_menu > h2.widgettitle {
	background-image: url(../nasa_portal/images/h2_d_grey.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #3b3b3b;
	min-height: 25px;
}

/* navigation links */
div.widget.nasa_menu a:hover{
	text-decoration:underline;
}

div.widget.nasa_menu ul {
	font-size: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	margin: 0 0 0 0em;
}

div.widget.nasa_menu div {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

/* First level navigation */
div.widget.nasa_menu > ul > li > a  {
	display: block;
	font-size: 108%;
	color: white;
	margin-left: -8px;
	padding-left: 16px;
	border-bottom:solid 1px #3b3b3b;
	border-top:solid 1px #191919;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
}

div.widget.nasa_menu .menu-pages-container > ul > li > a, div.widget.nasa_menu .menu-sidebar-menu-container > ul > li > a  {
	display: block;
	font-size: 108%;
	color: white;
	margin-left: 1px;
	padding-left: 16px;
	border-bottom:solid 1px #3b3b3b;
	border-top:solid 1px #191919;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}

div.widget.nasa_menu > ul > li > a:hover, div.widget.nasa_menu .menu-pages-container > ul > li > a:hover, div.widget.nasa_menu .menu-sidebar-menu-container > ul > li > a:hover {
	text-decoration: none;
	background-color: #252525;
}

/* Second and greater level navigation */
div.widget.nasa_menu > ul > li > ul {
	background-color: #111;
	margin-left: -8px;
	margin-right: 0px;
	padding-left: 32px;
}

/* Second and greater level navigation */
div.widget.nasa_menu .menu-pages-container > ul > li > ul, div.widget.nasa_menu .menu-sidebar-menu-container > ul > li > ul {
	background-color: #111;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 32px;
}

div.widget.nasa_menu > ul > li > ul ul, div.widget.nasa_menu .menu-pages-container > ul > li > ul ul, div.widget.nasa_menu .menu-sidebar-menu-container > ul > li > ul ul {
	margin-left: 16px;
}


div.widget.nasa_menu > ul > li.current_page_item {
	
}

div.widget.nasa_menu > ul > li > ul li, div.widget.nasa_menu .menu-pages-container > ul > li > ul li, div.widget.nasa_menu .menu-sidebar-menu-container > ul > li > ul li {
	line-height: 18px;	
}

div.widget.nasa_menu > ul > li > ul li.current_page_item > a:hover {
	
}

/* @end nasa_menu*/



/* @group Page Widget */

li.widget.widget_pages {
	background-color: #2e2e2e;
	background-image: none;
	border-color: #383838;
	margin-bottom: 8px;
}

li.widget.widget_pages > h2.widgettitle {
	background-image: url(../nasa_portal/images/h2_d_grey.gif);
	background-repeat: repeat-x;
	border-bottom: solid 1px #3b3b3b;
	min-height: 25px;
}

/* navigation links */
li.widget.widget_pages > ul {
	font-size: 100%;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
}

/* First level navigation */
li.widget.widget_pages > ul > li > a {
	display: block;
	font-size: 108%;
	color: white;
	margin-left: -8px;
	padding-left: 16px;
	border-bottom:solid 1px #3b3b3b;
	border-top:solid 1px #191919;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

li.widget.widget_pages > ul > li > a:hover {
	text-decoration: underline;
	background-color: #252525;
}

/* Second and greater level navigation */
li.widget.widget_pages > ul > li > ul {
	background-color: #111;
	margin-left: -8px;
	margin-right: 0px;
	padding-left: 32px;
}

li.widget.widget_pages > ul > li > ul ul {
	margin-left: 16px;
}

li.widget.widget_pages > ul > li > ul li.current_page_item > a {
	color: white;
	font-weight: bold;
}

/* @end */

/* @group Search Widget */
li.widget.widget_search form.search_form {
	font-size: 100%;
}

li.widget.widget_search form.search_form input {
	width: 120px;
	margin: 0;
}

form.search_form input {
	height: 16px;
	margin: 0 2px;
	border: 1px solid #525252;
	padding: 3px 2px 1px;
	background: white url(../nasa_portal/images/searchinputbox.gif) repeat-x;
}

label.screen-reader-text {
	left: -1999px;
	position: absolute;
}

button.search_submit {
	background: url(../nasa_portal/images/search_btn.gif) no-repeat;
	height: 22px;
	width: 80px;
	border-style: none;
	text-indent: -1999px;
	margin: 0;
	padding: 0;
}
button.search_submit:active {
	background-position: 0 -22px;
}

/* @end */

/* @group Calendar Widget */

#calendar_wrap table {
	width: 100%;
	table-layout: fixed;
	margin: 0;
}

/* Caption (top) and month navigation (bottom) */
#calendar_wrap caption {
	font-weight: bold;
	font-size: 108%;
	padding-bottom: 5px;
	margin-bottom: 0;
}

/* Give all cells same height and prepare for a blocks */
#calendar_wrap th, #calendar_wrap td {
	padding: 0;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}

/* Day of week and date cell background and borders */
#calendar_wrap tbody td, #calendar_wrap th {
	text-align: center;
	background-color: #002b57;
	border: 1px solid #005cab;
}

/* Month navigation */
#calendar_wrap tfoot td {
	border: none;
	border-top: 1px solid #005cab;
	padding-top: 4px;
	font-weight: bold;
	font-size: 108%;
}

/* Date Cells with entries (a link) */
#calendar_wrap tbody a {
	background-color: #003a71;
	display: block;
	height: 100%;
	vertical-align: middle;
	font-weight: bold;
}

/* @end */

/* @group Tag Cloud Widget */

li.widget.widget_tag_cloud > div {
	text-align: center;
	background: url(../nasa_portal/images/cloud_stars_bg.png) repeat-x;
	border: 1px solid #001f33;
	margin-top: 8px;
	padding-bottom: 8px;
}

li.widget.widget_tag_cloud a {
	color: white;
	text-shadow: silver 0 0 8px;
}

/* @end */

/* @group RSS Widget */

li.widget.widget_rss ul {
	padding-bottom: 0;
}

li.widget.widget_rss ul li {
	padding-bottom: 8px;
}

li.widget.widget_rss a {
	font-size: 108%;
}

li.widget.widget_rss span.rss-date {
	font-style: italic;
	display: block;
}

/* @end */

/* @group Recent Comments Widget */

li.widget.widget_recent_comments ul {
	padding-bottom: 0;
}

li.widget.widget_recent_comments ul li {
	padding-bottom: 8px;
}

/* @end */

/* @end */

/* @group PAGE HEADER */

.page_header {
	margin: 0px 0px 0px 233px;
}

/* @end */


/* @group PAGE CONTENT */

.page_content {
	margin:0px 0px 0px 233px;
}

/* @end */

/* @group PAGE FOOTER */

.page_footer {
	margin:0px 0px 0px 233px;
}

/* @end */