
/*** Desktop CSS ***/

@media only screen and (min-width: 1025px) {

/* Basic HTML Tags
======================= */

body {
	background: #000 url('../img/site_bkgd.jpg') no-repeat center top;
}

/* General Classes
======================= */

/* Skip Navigation
----------------------- */

/* Structure
================= */

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

header {
	background: #2e2e2e;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

header #header-container {
	margin: 0 auto;
	text-align: center;
	width: 952px;
}

header .nasa-insignia {
	float: left;
	width: 84px;
}

header #nasa-affiliation h1 {
	margin: 13px 0 10px 0;
}

header #nasa-affiliation h2 {
	margin: 0 0 13px 0;
}

header #mobile-nav-icon {
	display: none;
}

header #header-links {
	display: inline;
	float: right;
	font-size: 0.75em;
	line-height: 1;
	text-align: right;
}

header #header-links p {
	padding: 4.5em 2em 0 0;
}

/* Top Nav
--------------- */

#topnav {
	background: #324;
	color: #fff;
	display: block;
	font-size: 1.25em;
	height: 40px;
	line-height: 1;
	margin: 0 auto;
	position: fixed;
	text-align: center;
	top: 102px;
	width: 100%;
	z-index: 15;
}

#topnav nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 952px;
}

#topnav nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}

#topnav nav ul li a {
	color: #fff;
	display: block;
	padding: 0.5em 0.75em;
}

#topnav nav ul li a:hover,
#topnav nav ul li a:focus {
	background-color: #4b385e;
	color: #efefef;
	text-decoration: none;
}

#topnav nav ul li ul {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 999;
}

#topnav nav ul li:hover ul {
	background: #324;
	display: block;
	left: 0;
	position: absolute;
	text-align: left;
	top: 40px;
	width: auto;
}

#topnav nav ul li li {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	white-space: nowrap;
}

#topnav nav ul li li a {
	display: block;
	padding: 10px;
	color: #fff;
	background: none;
	font-size: 0.8em;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#topnav nav ul li li a:hover,
#topnav nav ul li li a:focus {
	background: #4b385e;
}

/* Background Container
----------------------- */

#bkgd-container {
	padding-top: 142px;
	background: transparent url('../img/top_bkgd.jpg') no-repeat center;
	background-position-y: 142px;
}

/* Site Container
---------------------- */

#site-container {
	margin: 0 auto;
	text-align: center;
	width: 952px;
}

/* Site Banner
------------------- */

/* Page Wrapper
-------------------- */

#page-wrapper {
	background-color: transparent;
	position: relative;
}

/* shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
#page-wrapper:before,
#page-wrapper:after {
	content: "";
	display: table;
}

#page-wrapper:after {
	clear: both;
}

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

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

/* Main Content Images
--------------------------- */

#content .img-left {
	width: 200px;
}

#content .img-right {
	width: 300px;
}

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

footer {
	margin: 0 auto;
	text-align: center;
	width: 952px;;
}

footer .nasa-insignia {
	display: block;
	padding: 1em 2em;
	text-align: center;
	width: 84px;
}

footer #goddard-signature {
	display: block;
	padding: 1em 2em;
	width: 172px;
}

footer #contacts {
	width: 275px;
}

footer #notices {
	width: 275px;
}

footer #contacts ul,
footer #notices ul {
	color: #a3a3a3;
	line-height: 1;
	letter-spacing: normal;
	list-style: none;
	margin: 0;
}

footer #contacts ul li,
footer #notices ul li {
	list-style: none;
	margin: 0;
	padding: 0.25em 0;
}

/* Specialized
=================== */

/* Gallery Styles
---------------------- */

#content .gallery-item img {
	max-width: 150px;
}

.gallery-item h2 {
	margin: 0 0 0 166px;
}

.gallery-item h3 {
	margin: 0 0 0 166px;
}

.gallery-item h4 {
	margin: 0 0 0 166px;
}

.gallery-item h5 {
	margin: 0 0 0 166px;
}

.gallery-item h6 {
	margin: 0 0 0 166px;
}

.gallery-item p {
	margin-left: 166px;
}

/* Archive Styles
---------------------- */

.archive_item {
	width: 30%;
}

/*** End Opening @media ***/
}
