/*
	Theme Name: NASA Responsive Genesis Child Theme
	Theme URI: https://wordpress.grc.nasa.gov
	Description: NASA Responsive Genesis Child Theme is a responsive two or three column child theme created for the Genesis Framework.
	Author: NASA GRC WordPress Team
	Author URI: http://wordpress.grc.nasa.gov

	Version: 1.05
	
	Tags: black, blue, sky, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 2.0.0

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* HTML and Body
* Wrap
* Header
* NASA Header + Footer
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Social Icons
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* NASA Footer
* Comments
* Tables
* Content Boxes & Color Buttons
* Gravity Forms
* Accessibility and Miscellaneous Styles
* Genesis Responsive Slider
* Sky Blue Theme Styles
* Responsive Design

*/
@media screen {

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
select,
textarea,
table,
td,
tr {
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #000;
	font-family: Arial, Tahoma, Verdana;
}

input,
select,
textarea {

}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}


/* Hyperlinks
------------------------------------------------------------ */

a {
	color: #0065BF;
	text-decoration: none;
}

a:visited {
	color: #004d93;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* HTML
------------------------------------------------------------*/

html {
	/* background:url("images/bg_stars.jpg") repeat scroll 0 0 #000000;*/ /*Find another place for it*/
	margin:0;
	padding:0;
	border:0;
}

/* Body
------------------------------------------------------------ */

body {
	background: #000000 url("images/bg-image.jpg") no-repeat center top;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	padding-top:8px;
}

/* NASA Header & Footer
------------------------------------------------------------*/

#nasahead, 
#nasafoot {
	width:960px;
	min-height:98px;
	padding:0;
	background-color:#1f1f1f;
	overflow:hidden;
}

#nasahead {
	border-bottom:1px solid #000;
	margin: 0 auto 8px;
}
		
#nasafoot {
	border-top:1px solid #000;
	margin: 10px auto 0; 
}

#nasaheadleft, #nasaheadright {
	margin:0;
	padding:0;
	}

#nasahead .nasahome, 
#nasafoot .nasahome {
	margin:0;
	float:left;
}

#nasahead .nasahome a,
#nasafoot .nasahome a {
	display: block;
	min-width: 100px;
	min-height: 98px;
	background: transparent url(images/nasa-logo.png) no-repeat top left;
	margin:0;
}

#nasahead .nasahome img,
#nasafoot .nasahome img {
	position:absolute;
	left:0px;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
}

#nasahead,
#nasafoot,
#nasahead a, 
#nasafoot a, 
#nasahead a:visited,
#nasafoot a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #b2b2b2;
	font-size: 12px;
}

#nasahead a:hover, 
#nasafoot a:hover {
	text-decoration: underline;
}

#nasaname, #nasacenter{
	color: #fff;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom:0px;
	text-decoration:none;
}
#nasaname {
	font-size: 18px;
	padding-top: 12px;
}

#nasacenter, #nasahead #nasacenter a {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color:#fff;
}

#nasacenter #nc-link {
	display:none;}

.nasacenterinfo {
	width:400px;
	float:left;
	margin:18px 0 0 20px;
}

.nasaout {
	width:200px;
	float:left;
	margin:20px 0 0 0;
	line-height:14px;
}

.nasasearch {
	float:right;
	margin: 20px 10px 0 0;
}

	.nasasearch .s {
			width:120px;}

#nasahead ul, 
#nasafoot ul {
	list-style:none;
	}
	
.nasalinks ul li {
margin: 0px 0px 5px 0px;
padding: 0 0 0 12px;
background: url(images/head-foot-list-gray.gif) 0px 1px no-repeat;
}

.nasaRNO {
	float:left;
	padding: 10px 0 0 20px;
	}

.nasaplus {
	float:right;
	padding: 10px 20px 0 0;
	}
	
/*Never display widget title in search form replace widget */
.sfr-title {
	display:none;}

/* Header
------------------------------------------------------------ */

#header {
	background: url(images/header.png);
	background-color:transparent;
	min-height: 120px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 18px 0 0 20px;
	width: 440px;
}

#title {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	color: #fff;
	font-size: 16px;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0;
	width: 493px;
}

/*Basic header widget styling */
#header .widget-area p, 
#header .widget-area ul {
	color: #fff;
	font-weight:bold;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 465px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

.home .entry-title { /*To prevent "home" being displayed on homepage. You can still put an H1*/
	display:none;}

/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
/* Removed because we want to see it */
}


/* Header Right Navigation - Alternative to primary navigation TODO: UPDATE when needed 
------------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.menu li a {
	color: #999;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #069;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #0094d2;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 130px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* All Navigation
------------------------------------------------------------ */

#nav, #subnav, #abovenav {
	background-color: #313131;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#nav, #abovenav, #subnav {
	border-bottom:1px solid #000;
	}

#nav ul, #subnav ul, #abovenav ul {
	float: left;
	width: 100%;
}

#nav li, #subnav li, #abovenav li {
	float: left;
	list-style-type: none;
}

#nav li a, #subnav li a, #abovenav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	line-height:18px;
	padding: 9px 15px;
	position: relative;
	text-decoration: none;
	font-weight:bold;
	border-right: 1px solid #000000;

}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a,
#abovenav li a:hover,
#abovenav li a:active,
#abovenav .current_page_item a,
#abovenav .current-cat a,
#abovenav .current-menu-item a {
	color: #0094d2;
}

#nav li a:hover,
#subnav li a:hover,
#abovenav li a:hover {
	background-color: #3C3C39;
	}

#nav li li a,
#nav li li a:link,
#nav li li a:visited,
#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited,
#abovenav li li a,
#abovenav li li a:link,
#abovenav li li a:visited {
	background-color: #2B2B2A;
	border: 1px solid #000;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 118px;
}

#nav li li a:hover,
#nav li li a:active,
#subnav li li a:hover,
#subnav li li a:active,
#abovenav li li a:hover,
#abovenav li li a:active {
	color: #0094d2;
	background-color: #3C3C39;
}

#nav li ul,
#subnav li ul,
#abovenav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

#nav li ul a,
#subnav li ul a,
#abovenav li ul a {
	width: 120px;
}

#nav li ul ul,
#subnav li ul ul,
#abovenav li ul ul {
	margin: -33px 0 0 139px;
}

#nav li:hover>ul,
#nav li.sfHover ul,
#subnav li:hover>ul,
#subnav li.sfHover ul,
#abovenav li:hover>ul,
#abovenav li.sfHover ul {
	left: auto;
}


/* Navigation Extras
------------------------------------------------------------ */

#nav li.right,
#subnav li.right,
#abovenav li.right {
	float: right;
	font-size: 14px;
	padding: 6px 15px;
}

#nav li.right a,
#subnav li.right a,
#abovenav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover,
#subnav li.right a:hover,
#abovenav li.right a:hover {
	color: #0094d2;
	text-decoration: none;
}

#nav li.search,
#subnav li.search,
#abovenav li.search  {
	padding: 0 10px;
}

#nav li.rss a,
#subnav li.rss a,
#abovenav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 6px 0 5px 18px;
}

#nav li.twitter a,
#subnav li.twitter a, 
#abovenav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 6px 0 5px 20px;
}


/* Social Icons (TODO > Final testing, Needed? See Simple Social Icons Plugin, or perhaps customize in case of Yammer )
------------------------------------------------------------ */

#nav li.social-facebook,
#nav li.social-rss,
#nav li.social-twitter,
#subnav li.social-facebook,
#subnav li.social-rss,
#subnav li.social-twitter,
#abovenav li.social-facebook,
#abovenav li.social-rss,
#abovenav li.social-twitter {
	float: right;
}

#nav li.social-facebook a,
#nav li.social-facebook a:hover,
#nav li.social-rss a,
#nav li.social-rss a:hover,
#nav li.social-twitter a,
#nav li.social-twitter a:hover,
#subnav li.social-facebook a,
#subnav li.social-facebook a:hover,
#subnav li.social-rss a,
#subnav li.social-rss a:hover,
#subnav li.social-twitter a,
#subnav li.social-twitter a:hover,
#abovenav li.social-facebook a,
#abovenav li.social-facebook a:hover,
#abovenav li.social-rss a,
#abovenav li.social-rss a:hover,
#abovenav li.social-twitter a,
#abovenav li.social-twitter a:hover {
	display: block;
	height: 23px;
	padding: 0;
	text-indent: -9999px;
	width: 23px;
}

#nav li.social-facebook a,
#nav li.social-facebook a:hover,
#nav li.social-rss a,
#nav li.social-rss a:hover,
#nav li.social-twitter a,
#nav li.social-twitter a:hover,
#subnav li.social-facebook a,
#subnav li.social-facebook a:hover,
#subnav li.social-rss a,
#subnav li.social-rss a:hover,
#subnav li.social-twitter a,
#subnav li.social-twitter a:hover,
#abovenav li.social-facebook a,
#abovenav li.social-facebook a:hover,
#abovenav li.social-rss a,
#abovenav li.social-rss a:hover,
#abovenav li.social-twitter a,
#abovenav li.social-twitter a:hover {
	background: url(images/social-icons.png);
	margin: 10px 10px 0 0;
}

#nav li.social-rss a,
#nav li.social-rss a:hover,
#subnav li.social-rss a,
#subnav li.social-rss a:hover,
#abovenav li.social-rss a,
#abovenav li.social-rss a:hover {
	margin: 10px 15px 0 0;
}

#nav li.social-facebook a,
#subnav li.social-facebook a,
#abovenav li.social-facebook a {
	background-position: 0 0;
}

#nav li.social-facebook a:hover,
#subnav li.social-facebook a:hover,
#abovenav li.social-facebook a:hover {
	background-position: 0 -23px;
}

#nav li.social-rss a,
#subnav li.social-rss a,
#abovenav li.social-rss a {
	background-position: -46px 0;
}

#nav li.social-rss a:hover,
#subnav li.social-rss a:hover,
#abovenav li.social-rss a:hover {
	background-position: -46px -23px;
}

#nav li.social-twitter a,
#subnav li.social-twitter a,
#abovenav li.social-twitter a {
	background-position: -23px 0;
}

#nav li.social-twitter a:hover,
#subnav li.social-twitter a:hover,
#abovenav li.social-twitter a:hover {
	background-position: -23px -23px;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
	margin: 10px auto 10px;
	width: 960px;
}

#inner:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.content-sidebar #inner {
}

.sidebar-content #inner {
}
	
.content-sidebar-sidebar #inner {
}
	
.sidebar-sidebar-content #inner {
}
	
.sidebar-content-sidebar #inner {
}
	
.full-width-content #inner {
	/*background: #fff;*/
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	background-color: transparent;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	border: none;
	margin: 0 0 15px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 722px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-sidebar-content #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/* Reverse Placement of Sidebar and Sidebar-Alt on Sidebar-Content-Sidebar 
    (Keeps Sidebar always on left on desktop views) */
.sidebar-content-sidebar #content-sidebar-wrap {float:left;}
.sidebar-content-sidebar #sidebar {float:left;}
.sidebar-content-sidebar #content {float:right;}
.sidebar-content-sidebar #sidebar-alt {float:right;}


/*.news-landing #content-sidebar-wrap {
	width: 700px;
}*/


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	margin: 0;
	padding: 10px; 
	width: 464px; 
	background-color:#e6e6e6;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 702px;
}

.content-sidebar-sidebar #content {
	/*width: */
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 940px;
}

/*.full-width-content.news-landing #content { 
	width: 630px;
}*/

blockquote {
	background-color: #f5f5f5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
}

.post {
	margin: 0 0 15px;
}

.single .post {
	margin: 0 0 10px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p, .widget p {
	padding: 0 0 15px;
}

.sidebar .widget p,
.footer-widgets .widget p {
	color:#fff;
}
	
.sidebar .widget p.wp-caption-text,
.footer-widgets .widget p.wp-caption-text {
color: #000;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.after-post {
	overflow: hidden;
}

.after-content {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0 0;
	width: 960px;
}

.more-from-category {   /*TODO more testing*/
	background: url(images/list.png) no-repeat top left;
	list-style-type: none;
	padding: 0 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */
/*SHARED*/

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 15px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 8px;
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
	padding-bottom:.2em;
}

h1 {
	font-size:20px;
	line-height:26px;
	}
	
h2,
h2 a,
h2 a:visited {
	font-size: 18px;
	line-height: 24px;
}

.featuredpost h2,
.featuredpost h2 a {
	font-size: 18px;
	margin: 0 0 5px;
}

.sidebar .featuredpost h2,
.sidebar .featuredpost h2 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin: 10px 0 0;
}


.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
}

h2 a:hover {
	color: #0094d2;
	text-decoration: none;
}

h3 {
	font-size: 16px;
	line-height: 22px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

.sidebar .widget h1,
.sidebar .widget-area h1,
.sidebar .widget h2,
.sidebar .widget-area h2,
.sidebar .widget h3,
.sidebar .widget-area h3,
.sidebar .widget h4,
.sidebar .widget-area h4,
.sidebar .widget h5,
.sidebar .widget-area h5,
.sidebar .widget h6,
.sidebar .widget-area h6,
.footer-widgets .widget h1,
.footer-widgets .widget-area h1,
.footer-widgets .widget h2,
.footer-widgets .widget-area h2,
.footer-widgets .widget h3,
.footer-widgets .widget-area h3,
.footer-widgets .widget h4,
.footer-widgets .widget-area h4,
.footer-widgets .widget h5,
.footer-widgets .widget-area h5,
.footer-widgets .widget h6,
.footer-widgets .widget-area h6 {
	word-spacing: 2px;
	border:none;
	color:#fff;
}

.sidebar .widget-area h4 a, .footer-widgets .widget-area h4 a {
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

h5 {
	font-size: 13px;
	line-height:19px;
}

h6 {
	font-size: 12px;
	line-height:18px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul,
.widget ol,
.widget ul {
	margin: 0;
	padding: 0 0 15px;
}

.sidebar .widget ol,
.sidebar .widget ul,
.footer-widgets .widget ol,
.footer-widgets .widget ul {
	color:#fff;
	}

.entry-content ol,
.widget ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

.sidebar .widget ul li, .footer-widgets .widget ul li {
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content ol li,
.widget ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul,
.widget ol ol,
.widget ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 0 0 15px;
}

.featuredpost .post-info,
.ui-tabs .post-info {
	margin: 0;
}

.sidebar .featuredpost .post-info,
.sidebar .ui-tabs .post-info {
}

.ui-tabs .post-info {
	margin: 0 0 5px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px dotted #CCCCCC;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 3px 0 3px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}

.featuredpost .post-comments,
.featuredpost  .time {
	background: none;
	margin: 0;
	padding: 0;
}


/* Images
------------------------------------------------------------ */
/*SHARED editor-style.css*/

img {
	height: auto;
	max-width: 100%;
	width: auto;  /* fix for IE8 */
}
/*Not needed?*/
/*.avatar,
.entry-content img,
.featuredpage img,
.featuredpost img,
.post-image,
.ui-tabs img {
	background-color: #fff;
}*/

.featuredpost img {
	margin: 0 0 10px;
}

img.ad-left {
	float: left;
	margin: 5px 10px 5px 0;
}

img.ad-right {
	float: left;
	margin: 5px 0;
}

.author-box .avatar {
	background-color: #fff;
	border: 4px solid #ddd;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 15px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	background-color: #f5f5f5;
	padding: 6px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	margin-bottom:15px;
}

p.wp-caption-text {
	padding: 0;
	margin:4px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.gallery-caption {
padding: 0;
margin: 4px;
font-size: 11px;
font-weight: bold;
line-height: 13px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	padding: 5px 8px;
	text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #0094d2;
	border: 1px solid #0094d2;
}


/* Primary / Secondary Sidebars, Plus Widget Areas
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 232px;
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
	border-bottom:none;
	}

.sidebar p {
}

#sidebar-alt {
	float: left;
	width: 232px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget-wrap {
	overflow: hidden;
}


.sidebar .widget, .footer-widgets .widget {
	background: #003366 url("images/widget-bkg.gif") repeat-x scroll 0 0;
	margin: 0 0 10px 0;
	padding: 9px;
	color:#fff;
	border-radius: 8px;
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-khtml-border-radius: 8px; 
	overflow:hidden;
}

.sidebar .widget a, .footer-widgets .widget a {
	color: #99ccff;
	}

/*Navigation Widgets: Nice Navigation, Simple Section Navgation, My Page Order, Flexipages Widget, WordPress Pages Widget */
.sidebar .widget.simple-section-nav, 
.sidebar .widget.widget_nice_navigation, 
.sidebar .widget.widget_nav_menu, 
.sidebar .widget.widget_mypageorder, 
.sidebar .widget.flexipages_widget, 
.sidebar .widget.widget_pages,
.footer-widgets .widget.simple-section-nav, 
.footer-widgets .widget.widget_nice_navigation, 
.footer-widgets .widget.widget_nav_menu, 
.footer-widgets .widget.widget_mypageorder, 
.footer-widgets .widget.flexipages_widget, 
.footer-widgets .widget.widget_pages { 
	background: #2e2e2e url("images/widget-nav-bkg.gif") repeat-x scroll 0 0;
	border-radius: 0; 
	-moz-border-radius: 0;
	-webkit-border-radius: 0; 
	-khtml-border-radius: 0;
	}
	
/*No UL padding from the first UL */
.sidebar .widget.simple-section-nav ul, 
.sidebar .widget.widget_nice_navigation ul, 
.sidebar .widget.widget_nav_menu ul, 
.sidebar .widget.widget_mypageorder ul, 
.sidebar .widget.flexipages_widget ul, 
.sidebar .widget.widget_pages ul,
.footer-widgets .widget.simple-section-nav ul, 
.footer-widgets .widget.widget_nice_navigation ul, 
.footer-widgets .widget.widget_nav_menu ul, 
.footer-widgets .widget.widget_mypageorder ul, 
.footer-widgets .widget.flexipages_widget ul, 
.footer-widgets .widget.widget_pages ul {
	margin:0;
	padding:0;
	}	

.sidebar .widget.simple-section-nav li, 
.sidebar .widget.widget_nice_navigation li, 
.sidebar .widget.widget_nav_menu li, 
.sidebar .widget.widget_mypageorder li, 
.sidebar .widget.flexipages_widget li, 
.sidebar .widget.widget_pages li,
.footer-widgets .widget.simple-section-nav li, 
.footer-widgets .widget.widget_nice_navigation li, 
.footer-widgets .widget.widget_nav_menu li, 
.footer-widgets .widget.widget_mypageorder li, 
.footer-widgets .widget.flexipages_widget li, 
.footer-widgets .widget.widget_pages li {
	background:url('images/list-dot-blue.png') no-repeat scroll left top transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	list-style-type:none;
	padding: 0 0 0 15px;
	margin: 0px;
}	

.sidebar .widget.simple-section-nav li.current_page_item, 
.sidebar .widget.widget_nice_navigation li.current_page_item, 
.sidebar .widget.widget_nav_menu li.current_page_item, 
.sidebar .widget.widget_mypageorder li.current_page_item, 
.sidebar .widget.flexipages_widget li.current_page_item, 
.sidebar .widget.widget_pages li.current_page_item,
.footer-widgets .widget.simple-section-nav li.current_page_item, 
.footer-widgets .widget.widget_nice_navigation li.current_page_item, 
.footer-widgets .widget.widget_nav_menu li.current_page_item, 
.footer-widgets .widget.widget_mypageorder li.current_page_item, 
.footer-widgets .widget.flexipages_widget li.current_page_item, 
.footer-widgets .widget.widget_pages li.current_page_item {
		background:url('images/list-dot-white.png') no-repeat scroll left top transparent;
}

.sidebar .widget.simple-section-nav li li, 
.sidebar .widget.widget_nice_navigation li li, 
.sidebar .widget.widget_nav_menu li li, 
.sidebar .widget.widget_mypageorder li li, 
.sidebar .widget.flexipages_widget li li, 
.sidebar .widget.widget_pages li li,
.footer-widgets .widget.simple-section-nav li li, 
.footer-widgets .widget.widget_nice_navigation li li, 
.footer-widgets .widget.widget_nav_menu li li, 
.footer-widgets .widget.widget_mypageorder li li, 
.footer-widgets .widget.flexipages_widget li li, 
.footer-widgets .widget.widget_pages li li {
	margin: 0 0 0 15px;
}

.sidebar .widget.widget_nice_navigation div.nice_navigation li.page-has-children,
.footer-widgets .widget.widget_nice_navigation div.nice_navigation li.page-has-children,
.sidebar .widget.simple-section-nav li.page-has-children, 
.footer-widgets .simple-section-nav li.page-has-children {
	background: url(images/arrow-right-blue.png) no-repeat -3px 0px;
}

/*Current Page Items in Widgets*/
.sidebar .widget li.current_page_item > a,
.footer-widgets .widget li.current_page_item > a {
	color:#fff;
	font-weight:bold;
}

.sidebar .widget.widget_nice_navigation div.nice_navigation li.current_page_ancestor,
.sidebar .widget.widget_nice_navigation div.nice_navigation li.current_page_parent,
.sidebar .widget.widget_nice_navigation div.nice_navigation li.nice-navigation-selected,
.sidebar .widget.widget_nice_navigation div.nice_navigation li.current_page_item.page-has-children,
.footer-widgets .widget.widget_nice_navigation div.nice_navigation li.current_page_ancestor,
.footer-widgets .widget.widget_nice_navigation div.nice_navigation li.current_page_parent,
.footer-widgets .widget.widget_nice_navigation div.nice_navigation li.nice-navigation-selected,
.footer-widgets .widget.widget_nice_navigation div.nice_navigation li.current_page_item.page-has-children {
	background: url(images/arrow-down-white.png) no-repeat -3px 0px;
}

.sidebar .widget.widget_nice_navigation div.nice_navigation li .nice-navigation-deselected,
.footer-widgets .widget.widget_nice_navigation div.nice_navigation li .nice-navigation-deselected {
	background-image: url(images/arrow-right-blue.png) no-repeat -3px 0px; !important;
}

/*Start alternative backgrounds for widgets */

.sidebar .widget.w-tr, .footer-widgets .widget.w-tr {
	background:none;
	}

/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px dotted #ddd;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0 0 15px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #069;
	border: 1px solid #069;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Tahoma, Verdana !important;
	font-size: 13px;
	font-weight: normal;
	padding: 6px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #0094d2;
	border: 1px solid #0094d2;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 25px 20px 0 0;
}

#nav .searchform {
	float: right;
	padding: 2px 0 0;
}

.s {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	margin: 5px -6px 0 0;
	padding: 5px;
	width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
	background: url(images/enews.png) no-repeat top right;
}

.enews #subbox {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	margin: 10px -2px 0 0;
	padding: 5px;
	width: 175px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#footer-widgets2 {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#footer-widgets .wrap {
	overflow: hidden;
	padding: 15px 14px 0;
}

#footer-widgets, #footer-widgets2  .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets, #footer-widgets2  #wp-calendar thead,
#footer-widgets, #footer-widgets2  #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 16px 0 0;
	width: 310px;
}

.footer-widgets-2 {
	float: left;
	width: 310px;
}

.footer-widgets-3 {
	float: right;
	width: 310px;
}

#footer-widgets-quicklinks {
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	width: 934px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 11px;
	margin: 0 auto;
	padding: 7px 0 5px 0;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#footer p {
	color: #fff;
	font-size: 11px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #0094d2;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 735px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/*Table Layout*/  /*SHARED*/

table {
	border-collapse:collapse;
	background-color:#fff;
	margin-bottom:10px;
	overflow:auto;
}

caption {
	font-weight:bold;
	font-size:.99em;
	text-align:left;
	color:#036;
}

th, td {
	border: 1px solid #036;
	padding:6px;
}

th {
	background-color:#D5EAFF;
	}

/*For simple responsive/swipe table behavior, put a div with this class around every table. Goal: have WP insert this around every table by default upon publish */
.tresp {
	overflow:auto;
	width:100%;
	margin-bottom:15px;
	}



/* Content Boxes
------------------------------------------------------------ */
/*Shared*/

.content-box, 
p.content-box,
ul.content-box {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 1%;
}

.content-box {
    background-color:transparent;
    border: 1px solid #919191;
}

.content-box.blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.content-box.gray {
    background-color: #b8b8b8;
    border: 1px solid #919191;
}
 
.content-box.green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.content-box.purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box.red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box.yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}

/*Content Boxes with Column Classes */
/*Shared*/
/*  Subtracting for border and padding on left and right */
/* First column gets no padding, while other columns get padding-left of 3% */
/* Each box subtracts padding-left, padding-right and margin-left of 1% each or 3% */

.one-half.content-box,
.three-sixths.content-box,
.two-fourths.content-box {
	width: 46.6%; 
	margin-right:1%;
}

.one-third.content-box,
.two-sixths.content-box {
	width: 30%; 
	margin-right:1%;
}

.four-sixths.content-box,
.two-thirds.content-box  {
	width: 63%; 
	margin-right:1%;
}

.one-fourth.content-box {
	width: 21.4%; 
	margin-right:1%;
}

.three-fourths.content-box {
	width: 71.5%; 
	margin-right:1%;
}

.one-fifth.content-box {
	width: 16.5%; 
	margin-right:1%;
}

.two-fifths.content-box {
	width: 36.5%; 
	margin-right:1%;
}

.three-fifths.content-box {
	width: 56.2%; 
	margin-right:1%;
}

.four-fifths.content-box {
	width: 77.6%; 
	margin-right:1%;
}

.one-sixth.content-box {
	width: 13.3%; 
	margin-right:1%;
}

.five-sixths.content-box {
	width: 80%; 
	margin-right:1%;
}

/* Color Buttons
------------------------------------------------------------ */
/*Shared*/
 
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
    padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
 
.button-blue:hover,
.button-gray:hover,
.button-green:hover,
.button-purple:hover,
.button-red:hover,
.button-yellow:hover {
    text-decoration: none;
}
 
.button-blue {
    background-color: #afcde3;
    border: 1px solid #afcde3;
}
 
.button-blue:hover {
    background-color: #83a2be;
    border: 1px solid #83a2be;
}
 
.button-gray {
    background-color: #bdbdbd;
    border: 1px solid #bdbdbd;
}
 
.button-gray:hover {
    background-color: #919191;
    border: 1px solid #919191;
}
 
.button-green {
    background-color: #b2ce96;
    border: 1px solid #b2ce96;
}
 
.button-green:hover {
    background-color: #86a36e;
    border: 1px solid #86a36e;
}
 
.button-purple {
    background-color: #bebde9;
    border: 1px solid #bebde9;
}
 
.button-purple:hover {
    background-color: #9291c7;
    border: 1px solid #9291c7;
}
 
.button-red {
    background-color: #e9b3b3;
    border: 1px solid #e9b3b3;
}
 
.button-red:hover {
    background-color: #c78787;
    border: 1px solid #c78787;
}
 
.button-yellow {
    background-color: #fadf98;
    border: 1px solid #fadf98;
}
 
.button-yellow:hover {
    background-color: #ecb870;
    border: 1px solid #ecb870;
}

/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Genesis Responsive Slider Widget Styles
------------------------------------------------------------ */

/*No border needed*/
#inner #genesis-responsive-slider {
border: 0px;
}

/*No padding needed with only one p element*/
.entry-content .genesis_responsive_slider p, .widget .genesis_responsive_slider p {
	padding: 0px;
}

/*When widget appears in .entry-content area widget*/
.entry-content .genesis_responsive_slider ul li {
	margin: 0;
	padding: 0;
	}

.widget ol.flex-control-nav,
.entry-content ol.flex-control-nav {
float: left; 
margin: 20px 0 10px;
position: relative;
text-align: center;
width: 100%;
z-index: 100;
}

/*Overriding site list styles */

ul.slides, ol.flex-control-nav, ul.flex-direction-nav {
list-style: none;
margin: 0;
padding: 0;
}

.slides, .flex-control-nav, .flex-direction-nav {
list-style: none;
margin: 0;
padding: 0;
}

/* Accessibility and Miscellaneous Styles
------------------------------------------------------------ */

.hidden { /* A more accessible screen reader and browser compliant "hidden" styling */
	position:absolute;
	left:0px;
	top:-9999px;
	width:1px;
	height:1px;
	overflow:hidden;
	}
	
.hidden.skip a:active, .hidden.skip a:focus {
	position:static;
	width:auto;
	height:auto;}
	
.screenreader {position: absolute; top:0; left:-9999px}

code {
	font-family:"Courier New", Courier, monospace;
	}	
	
.readmorelink {
	float:right;
	margin-bottom:10px;
	}
	
/*Search Pages*/

.entry {
	clear:both;}

/*Compensating for Thickbox image taking up TB_window space */
#TB_window {
	padding-right:2%;
	}
	
#TB_closeWindow {
height: 25px;
padding: 10px 0;
}

/*Styling External Links for BWP External Links default settings */

a.ext-link, a.ext-link:link
{
background: url(images/external.png) no-repeat 100% 0;
padding-right: 13px;
}

a.ext-link:visited, a.ext-link:visited
{
/*color: purple;*/
background: url(images/external.png) no-repeat 100% -100px;
padding-right: 13px;
}

a.ext-link:hover, a.ext-link:active, a.ext-link:hover, a.ext-link:active
{
/*color: red;*/
background: url(images/external.png) no-repeat 100% -200px;
padding-right: 13px;
}

/* News Sky
------------------------------------------------------------ */

body.news-sky {
	background: #fff url("images/bg-image-sky2.jpg") no-repeat center top;
	background-color:#fff;
	}

.news-sky #nasahead, 
.news-sky #nasafoot {
	background-color:#6b81AF;
}

.news-sky #nasahead {
	background:url("images/header-sky.jpg") no-repeat left top;
	border-bottom:none;
}

.news-sky #nasafoot {
	border-top:1px solid #fff;
}

.news-sky #nasahead,
.news-sky #nasafoot,
.news-sky #nasahead a, 
.news-sky #nasafoot a, 
.news-sky #nasahead a:visited,
.news-sky #nasafoot a:visited {
	color: #fff;
}


.news-sky #nasaname, .news-sky #nasacenter {
	color: #fff;
}

.news-sky #nav, .news-sky #subnav, .news-sky #abovenav {
	background-color: #6b81AF;
}

.news-sky #nav, .news-sky #abovenav, .news-sky #subnav {
	border-bottom:1px solid #fff;
	}
	
.news-sky #nav li a, .news-sky #subnav li a, .news-sky #abovenav li a {
border-right: 1px solid #fff;
}

    /*content box stying*/

.news-sky #content, .news-sky .sidebar .widget, .news-sky .footer-widgets .widget {
	/*background-color:#ECF2FA;*/
background: #ECF2FA;
background: -moz-linear-gradient(top, #ecf2fa 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ECF2FA), color-stop(100%, #FFF));
background: -webkit-linear-gradient(top, #ECF2FA 0%, #FFF 100%);
background: -o-linear-gradient(top, #ecf2fa 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #ecf2fa 0%, #ffffff 100%);
background: linear-gradient(to bottom, #ECF2FA 0%, #FFF 100%);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.39);
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.39);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.39);
border: 1px solid #E6E6E6;
}

.news-sky #content {  /*Add margin so shadow diaplays correctly at bottom */
	margin-bottom:4px; 
	}

     /*content box re-sizing*/
	 
.news-sky #sidebar, .news-sky #sidebar-alt {
	width:226px; /*Reducing in width from 232px, 232-226=6px*/
	}

.news-sky #content h1, .news-sky #content h2, .news-sky #content h3, .news-sky #content h4, .news-sky #content h5, .news-sky #content h6 {
border-bottom: 1px solid #b8Cbdd;
}

.news-sky .sidebar .widget, .news-sky .footer-widgets .widget { /*if one color desired*/
/*background: #ECF2FA repeat-x scroll 0 0;*/  
/*background-image:none;*/
}

.news-sky .sidebar .widget a, .news-sky .footer-widgets .widget a {
	color: #132887;
	}

.news-sky .sidebar .widget.simple-section-nav,
.news-sky .sidebar  .widget.widget_nice_navigation,
.news-sky .sidebar .widget.widget_nav_menu,
.news-sky .sidebar .widget.widget_mypageorder,
.news-sky .sidebar .widget.flexipages_widget,
.news-sky .sidebar .widget.widget_pages,
.news-sky .footer-widgets .widget.simple-section-nav,
.news-sky .footer-widgets .widget.widget_nice_navigation,
.news-sky .footer-widgets .widget.widget_nav_menu,
.news-sky .footer-widgets .widget.widget_mypageorder,
.news-sky .footer-widgets .widget.flexipages_widget,
.news-sky .footer-widgets .widget.widget_pages { /*if leftnav elements should have same background color as topnav */
	/*background: #6b81AF repeat-x scroll 0 0;
	background-image:none;*/
}

.news-sky .nasalinks ul li {
background: url(images/head-foot-list-white.gif) 0px 1px no-repeat;
}

.news-sky a {
	color: #273DA2;
	text-decoration: none;
}

.news-sky a:visited {
	color: #132887;
}

.news-sky a:hover {
	text-decoration: underline;
}

.news-sky #header ul.nav li li a,
.news-sky #header ul.nav li li a:link,
.news-sky #header ul.nav li li a:visited,
.news-sky #header ul.menu li li a,
.news-sky #header ul.menu li li a:link,
.news-sky #header ul.menu li li a:visited,
.news-sky #nav li li a,
.news-sky #nav li li a:link,
.news-sky #nav li li a:visited {
	color: #fff;
}

.news-sky #subnav li li a,
.news-sky #subnav li li a:link,
.news-sky #subnav li li a:visited {
	color: #fff;
}

.news-sky #header ul.nav li a:hover,
.news-sky #header ul.nav li a:active,
.news-sky #header ul.nav .current_page_item a,
.news-sky #header ul.nav .current-cat a,
.news-sky #header ul.nav .current-menu-item a,
.news-sky #header ul.menu li a:hover,
.news-sky #header ul.menu li a:active,
.news-sky #header ul.menu .current_page_item a,
.news-sky #header ul.menu .current-cat a,
.news-sky #header ul.menu .current-menu-item a,
.news-sky #header ul.nav li li a:hover,
.news-sky #header ul.nav li li a:active,
.news-sky #header ul.menu li li a:hover,
.news-sky #header ul.menu li li a:active,
.news-sky #nav li a:hover,
.news-sky #nav li a:active,
.news-sky #nav .current_page_item a,
.news-sky #nav .current-cat a,
.news-sky #nav .current-menu-item a,
.news-sky #nav li li a:hover,
.news-sky #nav li li a:active,
.news-sky #nav li.right a:hover,
.news-sky #subnav li a:hover,
.news-sky #subnav li a:active,
.news-sky #subnav .current_page_item a,
.news-sky #subnav .current-cat a,
.news-sky #subnav .current-menu-item a,
.news-sky #subnav li li a:hover,
.news-sky #subnav li li a:active
/*.news-sky h2 a:hover*/ {
	color: #FF6;
}

/**/
.news-sky #nav li a:hover,
.news-sky #subnav li a:hover,
.news-sky #abovenav li a:hover {
	background-color: #556D9F;
	}

.news-sky #nav li li a,
.news-sky #nav li li a:link,
.news-sky #nav li li a:visited,
.news-sky #subnav li li a,
.news-sky #subnav li li a:link,
.news-sky #subnav li li a:visited,
.news-sky #abovenav li li a,
.news-sky #abovenav li li a:link,
.news-sky #abovenav li li a:visited {
	background-color: #6b81AF;
	border: 1px solid #fff;
	border-top-width:0;
}

.news-sky #nav li li a:hover,
.news-sky #nav li li a:active,
.news-sky #subnav li li a:hover,
.news-sky #subnav li li a:active,
.news-sky #abovenav li li a:hover,
.news-sky #abovenav li li a:active {
	color: #FF6;
	background-color: #556D9F;
}
/**/


.news-sky .navigation li a:hover,
.news-sky .navigation li.active a {
	background-color: #B9C2EE;
}

.news-sky .navigation li a:hover,
.news-sky .navigation li.active a {
	border: 1px solid #273DA2;
}

.news-sky h2 a:hover {
	text-decoration: none;
}

.news-sky input[type="button"],
.news-sky input[type="submit"] {
	background-color: #273DA2;
	border:  1px solid #E7EBFD;
}

.news-sky input:hover[type="button"],
.news-sky input:hover[type="submit"] {
	background-color: #314DCC;
	border: 1px solid #314DCC;
}

.news-sky .sidebar .widget h1,
.news-sky .sidebar .widget h2,
.news-sky .sidebar .widget h3,
.news-sky .sidebar .widget h4,
.news-sky .sidebar .widget h5,
.news-sky .sidebar .widget h6,
.news-sky .footer-widgets .widget h1,
.news-sky .footer-widgets .widget h2,
.news-sky .footer-widgets .widget h3,
.news-sky .footer-widgets .widget h4,
.news-sky .footer-widgets .widget h5,
.news-sky .footer-widgets .widget h6 {
	color: #000;
	padding-bottom:0;
}

.news-sky .sidebar .widget.simple-section-nav li, 
.news-sky .sidebar .widget.widget_nice_navigation li, 
.news-sky .sidebar .widget.widget_nav_menu li, 
.news-sky .sidebar .widget.widget_mypageorder li, 
.news-sky .sidebar .widget.flexipages_widget li, 
.news-sky .sidebar .widget.widget_pages li, 
.news-sky .footer-widgets .widget.simple-section-nav li, 
.news-sky .footer-widgets .widget.widget_nice_navigation li, 
.news-sky .footer-widgets .widget.widget_nav_menu li, 
.news-sky .footer-widgets .widget.widget_mypageorder li, 
.news-sky .footer-widgets .widget.flexipages_widget li, 
.news-sky .footer-widgets .widget.widget_pages li {
	background:url('images/list-dot-blue-dark.png') no-repeat scroll left top transparent;
}	

.news-sky .sidebar .widget.simple-section-nav li.current_page_item,
.news-sky .sidebar .widget.widget_nice_navigation li.current_page_item, 
.news-sky .sidebar .widget.widget_nav_menu li.current_page_item,
.news-sky .sidebar .widget.widget_mypageorder li.current_page_item, 
.news-sky .sidebar .widget.flexipages_widget li.current_page_item,
.news-sky .sidebar .widget.widget_pages li.current_page_item,
.news-sky .footer-widgets .widget.simple-section-nav li.current_page_item,
.news-sky .footer-widgets .widget.widget_nice_navigation li.current_page_item, 
.news-sky .footer-widgets .widget.widget_nav_menu li.current_page_item,
.news-sky .footer-widgets .widget.widget_mypageorder li.current_page_item, 
.news-sky .footer-widgets .widget.flexipages_widget li.current_page_item,
.news-sky .footer-widgets .widget.widget_pages li.current_page_item {
background: url('images/list-dot-blue-dark.png') no-repeat scroll left top transparent;
}

.news-sky .sidebar .widget.widget_nice_navigation div.nice_navigation li.current_page_ancestor,
.news-sky .sidebar .widget.widget_nice_navigation div.nice_navigation li.current_page_parent,
.news-sky .sidebar .widget.widget_nice_navigation div.nice_navigation li.nice-navigation-selected,
.news-sky .sidebar .widget.widget_nice_navigation div.nice_navigation li.current_page_item.page-has-children,
.news-sky .footer-widgets .widget.widget_nice_navigation div.nice_navigation li.current_page_ancestor,
.news-sky .footer-widgets .widget.widget_nice_navigation div.nice_navigation li.current_page_parent,
.news-sky .footer-widgets .widget.widget_nice_navigation div.nice_navigation li.nice-navigation-selected,
.news-sky .footer-widgets .widget.widget_nice_navigation div.nice_navigation li.current_page_item.page-has-children
 {
	background: url(images/arrow-down-blue-dark.png) no-repeat -3px 0px;
}

.news-sky .sidebar .widget.widget_nice_navigation div.nice_navigation li.page-has-children, 
.news-sky .footer-widgets .widget.widget_nice_navigation div.nice_navigation li.page-has-children,
.news-sky .sidebar .widget.simple-section-nav li.page-has-children, 
.news-sky .footer-widgets .simple-section-nav li.page-has-children {
background: url(images/arrow-right-blue-dark.png) no-repeat -3px 0px;
}

.news-sky .sidebar .widget.widget_nice_navigation div.nice_navigation li .nice-navigation-deselected,
.news-sky .footer-widgets .widget.widget_nice_navigation div.nice_navigation li .nice-navigation-deselected {
	background-image: url(images/arrow-right-blue-dark.png) no-repeat -3px 0px; !important;
}


.news-sky .sidebar .widget p, 
.news-sky .sidebar .widget ol, 
.news-sky .sidebar .widget ul,
.news-sky .footer-widgets .widget p, 
.news-sky .footer-widgets .widget ol, 
.news-sky .footer-widgets .widget ul {
color: #000;
}

.news-sky .sidebar .widget li.current_page_item > a,
.news-sky .footer-widgets .widget li.current_page_item > a{
color: #273DA2;
}

/*Start alternative background for widgets here */
/*Transparent, unfortunately, we have to undo all elements*/
.news-sky .sidebar .widget.w-tr,
.news-sky .footer-widgets .widget.w-tr {
background: none;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #FFF));
background: -webkit-linear-gradient(top, #ffffff 0%, #FFF 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%, #FFF 100%);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0);
border: 0px solid #ffffff;
	}

.news-sky .wp-caption {
background-color:#fff;
}
	.news-sky #footer a,
	.news-sky #footer a:visited {
	color:#273DA2; 
	  }
	  
	.news-sky #footer a:hover {
	text-decoration: underline;
	  }

.news-sky .post-meta {
	border-bottom: 1px dotted #b8Cbdd;
}
	


}  /*END ALL MAIN STLYES SCREEN*/

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body,
	.news-landing #inner,
	#inner {
		width: 100%;
		margin: 0 auto;
	}

	.content-sidebar #inner,
	.sidebar-content #inner,
	.content-sidebar-sidebar #inner,
	.sidebar-sidebar-content #inner,
	.sidebar-content-sidebar #inner {
		/*no backgroiund color needed*/
	}
	
	.sidebar-content-sidebar #content,
	.sidebar-content-sidebar #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap,
	.sidebar-content-sidebar #content-sidebar-wrap {
	float: none;
	width:100%
     }

	#header,
	#inner/*,
	#nav,
	#subnav,
	#abovenav */{
		border: none;
	}
	
	#wrap {
		padding-top:0;}
	
	#nav li a, 
	#subnav li a, 
	#abovenav li a,
	.news-sky #nav li a, 
	.news-sky #subnav li a, 
	.news-sky #abovenav li a {
	border:none;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar #content-sidebar-wrap,
	.content-sidebar-sidebar #content,
	.content-sidebar-sidebar #content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	#footer-widgets, #footer-widgets2 ,
	.full-width-content.news-landing #content,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap,
	.home-middle-left,
	.home-middle-right,
	.home.news.content-sidebar #content,
	.news-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer,
	#header,
	#home-bottom,
	#home-middle,
	#home-top,
	#sidebar-alt,
	#nasahead,
	#nasafoot, 
	.header-full-width #title-area,
	.header-full-width #title, 
	.header-full-width #title a,
	.news-sky #sidebar,
	.news-sky #sidebar-alt {
		box-sizing: border-box;
		width: 100%;
	}
	
	#nasahead, .news-sky #nasahead {   /*Spacing and border between NASA head and header banner is distracting at smaller resolutions*/
		margin-bottom:0;
		border-bottom:none;
		}
	
	/*Header Styling*/
	/*Ref: http://mobile.smashingmagazine.com/2013/07/22/simple-responsive-images-with-css-backgrounds/ */
	
	
	/*If no HTML text displayed in header; banner has text embedded; user wants head to shrink */

	.header-image #header {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font: 0/0 serif;
	text-shadow: none;
	color: transparent;
	background-size: 100% !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 100% !important;
		}
		
	.header-image #title-area, .header-image #title, .header-image #title a {
	padding-top: 12%; /* height/width of image x 100% */
	display: block;
	height: 0;
		}
		
	/**/
	
	.nasaout,
	.nasasearch {
		padding:0;
		}
		
	.nasaout {
		margin-top:10px;
		}
		#nasaname {
		padding-top:0;
			}
		
	.nasasearch {
	margin:0 10px 10px 0;
}

#description {
	line-height:16px;}

	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .widget-area,
	#nav,
	#subnav,
	#abovenav,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}

	#title-area {
		padding: 10px 0 0;
	}

	#header .widget-area {
		padding: 10px 0;
	}
	
	#nasahead, #nasafoot {
		border:none;
	}
	
	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header ul.menu {
		float: none;
	}

	#header li,
	#nav li,
	#subnav li,
	#abovenav li {
		display: inline-block;
		float: none;
	}

	#header li li,
	#nav li li,
	#subnav li li,
	#abovenav li li {
		text-align: left;
	 }

	#nav li.right,
	#nav li.social-facebook,
	#nav li.social-rss,
	#nav li.social-twitter,
	#subnav li.right,
	#subnav li.social-facebook,
	#subnav li.social-rss,
	#subnav li.social-twitter,
	#abovenav li.right,
	#abovenav li.social-facebook,
	#abovenav li.social-rss,
	#abovenav li.social-twitter {
		display: none;
	}

	.home.content-sidebar #home-bottom .featuredpost .post {
		padding: 0 0 10px;
	}

	.entry-content img,
	.featuredpage img,
	.featuredpost img,
	.post-image,
	.ui-tabs img {
		border: none;
		padding: 0;
	}

	img.ad-left,
	img.ad-right {
		float: left;
		margin: 5px 10px 5px 0;
	}

	#footer {
		background: none;
		padding: 15px 0 10px;
	}

	#footer p {
		padding: 0 20px;
	}
	

}

@media only screen and (max-width: 600px) {

	#title {
		font-size: 24px;
		line-height: 1;
	}
	
	#description {
		font-size:12px;}

	#nav li a,
	#subnav li a,
	#abovenav li a {
		font-size: 12px;
		padding: 8px;
	}

	#home-top .ui-tabs ul.ui-tabs-nav {
		display: none;
	}

	#content {
		padding: 15px 20px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}

	h3,
	h4 {
		font-size: 18px;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}

.content-box, 
p.content-box,
ul.content-box {
    padding: 2%;
}

.one-half.content-box,
.three-sixths.content-box,
.two-fourths.content-box, 
.one-third.content-box,
.two-sixths.content-box, 
.four-sixths.content-box,
.two-thirds.content-box,
.one-fourth.content-box,
.three-fourths.content-box,
.one-fifth.content-box,
.two-fifths.content-box,
.three-fifths.content-box,
.four-fifths.content-box,
.one-sixth.content-box,
.five-sixths.content-box {
	width: 95%; 
	margin-right:0;
}

}

@media only screen and (max-width: 510px) {
	.nasacenterinfo {
		width:250px;
		margin-top:10px;
		}
	#nasaname {
		display:none;
		}
		
	.nasaout {
		width:100px;
		float:right;
		margin-top:10px;
	}

	#nasacenter {
		font-size:18px;
		line-height:18px;
		}
		
	#nasahead .nasahome a, #nasafoot .nasahome a {
		min-width: 75px;
		min-height: 74px;
		background-size:75px;
	}
	
	.nasasearch {
		float:right;
		padding-top:10px;
		margin-top:10px;
		}

	.nasaRNO, .nasaplus, #nasafoot .nasahome {
		float:none;
		padding: 10px 0 0 20px;
		width:100%;
	}
	
	.nasaplus {
		padding: 2px 0 10px 20px;
		
	}
	
	/*Swaps out the unlinked Center name for the  linked one. Move this as needed for larger devices, for when it is decided the "Visit NASA.gov" info is removed from display */
	
	#nasacenter #nc-nolink {
	display:none;}
	
	#nasacenter #nc-link {
	display:block;}
	
	#nasahead #nasacenter a {
		color:#FF0;
		}

	/**/


}

@media only screen and (max-width: 480px) {

	.nasacenterinfo {
		width:220px;
		margin-left:10px;
		}
		
		.nasasearch .s {
		width: 80px;
		}
		

}

@media only screen and (max-width: 320px) {
	
	#nasahead .nasahome a, #nasafoot .nasahome a {
		min-width: 60px;
		min-height: 58px;
		background-size:60px;
	}
		
	.nasacenterinfo {
		width:120px;
		}

	#nasacenter {
		font-size:16px;
	}
	
	#header {
		padding:1px;
		}
	
		#nasahead .nasaout {
		display:none;}

	.nasasearch {
		text-align:center;
		float:right;
		width:100%;
		padding-top:0px;
		margin:0 0 6px 0;
		}
		
}