
/*** Tablet CSS ***/

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

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

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

.video {

}

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

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

header .nasa_insignia {
	float: left;
	text-decoration: none;
	width: 72px;
}

header #nasa_affiliation {
	display: block;
	float: left;
	margin: 0 0 0 2em;
}

header #nasa_affiliation h1 a,
header #nasa_affiliation h2 a {
	color: #fff;
}

header #nasa_affiliation h1 a:hover,
header #nasa_affiliation h1 a:focus,
header #nasa_affiliation h2 a:hover,
header #nasa_affiliation h2 a:focus {
	color: #eee;
	text-decoration: none;
}

header #nasa_affiliation h1 {
	border: none;
	color: #fff;
	font-size: 1.125em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 10px 0 8px 0;
	text-align: left;
}

header #nasa_affiliation h2 {
	border: none;
	color: #fff;
	font-size: 0.875em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	margin: 0 0 10px 0;
	text-align: left;
}

header #mobile_nav_icon {
    margin: 7px;
    width: 46px;
}

/* Imagine Banner
---------------------- */

#imagine_banner {
	display: block;
	left: 8px;
	position: absolute;
	text-align: left;
	top: 78px;
}

#imagine_banner #imagine_text {
	max-height: 50px;
	max-width: 320px;
}

#imagine_banner #imagine_logo {
	display: none;
}

/* Search Bar
------------------ */

#content_wrapper #search {
	padding: 1em;
	text-align: right;
}

#content_wrapper #search input {
	margin: 0 0 0 0.5em;
}

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

#content .img_left {
	max-width: 150px;
}

#content .img_right {
	max-width: 150px;
}

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

footer #req_footer #contacts {
	border-bottom: none;
	float: left;
	margin: 0.75em 1em;
	padding: 0;
	width: 40%;
}

footer #req_footer #notices {
	float: left;
	margin: 0.75em 1em;
	width: 40%;
}

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

/* Homepage Features
------------------------- */

#features {
	margin: 1em 0 0 0;
}

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

#features:after {
	clear: both;
}

#features h3 {
	margin: 0.5em 0 0 0;
}

#features p {
	margin: 0.25em 0 0 0;
}

#features #feat_01 {
	margin: 0 auto 0.5em;
	text-align: center;
	width: 688px;
}

#features #feat_row01 {

}

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

#features #feat_row01:after {
	clear: both;
}

#features #feat_02 {
	float: left;
	width: 49%;
}

#features #feat_03 {
	float: right;
	width: 49%;
}

#features #feat_row02 {

}

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

#features #feat_row02:after {
	clear: both;
}

#features #feat_04 {
	float: left;
	margin: 0;
	width: 49%;
}

#features #feat_05 {
	float: right;
	width: 49%;
}

/* Topic Boxes
------------------- */

.topic_img {
	width: 150px;
}

/* Basic/Advanced Nav
-------------------------- */

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

#content .gallery_item img {
	max-width: 125px;
}

.gallery_item h2 {
	margin: 0 0 0 141px;
}

.gallery_item h3 {
	margin: 0 0 0 141px;
}

.gallery_item h4 {
	margin: 0 0 0 141px;
}

.gallery_item h5 {
	margin: 0 0 0 141px;
}

.gallery_item h6 {
	margin: 0 0 0 141px;
}

.gallery_item p {
	margin-left: 141px;
}

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