
.master-navigation {
	width: 100%; background-color: #000;
	background-image: url('/_images/the-stars.png');
	background-position: center top;
}

.title-display {
	width: 100%; height: 150px; padding-left: 0px;
	margin-left: auto; margin-right: auto;
	
	background-image: url('/_images/the-earth-above.png'); 
	background-position: center top;
	background-repeat: no-repeat;
}

.ares-site {
	float: left; width: 80%;
}
.ares-title {
	padding-top: 45px; 
	font-size: 1.6em; font-weight: 500; color: #fff; line-height: 1.1em; 
	font-family: 'Encode Sans Semi Expanded', sans-serif;
}
.section-title-lg {
	font-size: 2.65em; font-weight: 700; color: #fff; line-height: 1.1em;
	font-family: 'Encode Sans Semi Expanded', sans-serif;
}
.section-title-md {
	font-size: 2.5em; font-weight: 700; color: #fff; line-height: 1.1em;
	font-family: 'Encode Sans Semi Expanded', sans-serif; white-space:nowrap;
}

.nasa-logo {
	float: right; width: 20%; text-align: right; 
	padding-top: 25px; padding-right: 18px;
}

.navbar-display {
	height: 52px;
	background-color: #222;
}
.navbar-border {
	margin-bottom: 0px; 
	border-radius: 0px; 
	border-color: #222;
}
.navbar-toggle {
	margin-top: 7px; 
	margin-bottom: 4px;
}
.navbar-title {
	float: left; width: 800px; font-weight: 800;
	padding-bottom: 8px; margin-bottom: 8px; 
	margin-left: 19px; padding-left: 0px;
}

#ares {
	font-weight: 700; font-size: 1.2em; 
	line-height: 1.15em; padding-top: 15px;
}
.ares-sections {
	float: left; height: 240px; 
	border-right: 1px solid #ddd;
}
.ares-links {
	float: left;
}

.navbar-brand { 
	font-family: 'Oswald'; 
	font-size: 1.5em;
	font-weight: 600;
	padding-top: 12px;
}
.dropdown-toggle { 
	font-family: 'Oswald'; 
	font-size: 1.2em;
} 

.navbar-inverse .navbar-nav > li > a {
	color: #bbb;
}

.navigation-section {
	font-weight: 700; 
	font-size: 1.35em; 
	line-height: 16px;
}

.navbar-nav > li > a {
	font-family: 'Oswald'; 
	font-size: 1.15em;
	font-weight: 600;
} 

.nav-mobile {
	 color: #5F5F5F;
}

.dropdown-large {
	position: static !important;
	height: 52px;
}
.dropdown-menu-large {
	margin-left: 97px;
	margin-right: 16px;
	padding: 20px 10px;
	width: 1050px;
	/*height: 345px;*/
}
.dropdown-menu-padding {
	padding-left: 5px; 
	padding-top: 15px; 
	padding-bottom: 18px;
}

.dropdown-menu-large .navbar-submenu {
	float:left;
}

.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
}
.dropdown-menu-large > li > ul > li {
	list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 4px 20px;
	
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	white-space: normal;
	
	color: #5f5f5f; /*#147197;*/
	font-size: 0.9em; 
	font-family: 'Roboto';
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	
	color: #df691a;
	font-size: 0.9em; 
	font-family: 'Roboto';
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	
	color: #df691a;
	font-size: 0.9em; 
	font-family: 'Roboto';
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header > h2 {
	float: left; margin: 0px; color: #5f5f5f;
	font-size: 2.0em; line-height: 1.0em; font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.dropdown-menu-large .dropdown-header > h2 > a {
	color: #5f5f5f; text-decoration:none;
}
.dropdown-menu-large .dropdown-header > h2 > a:hover,
.dropdown-menu-large .dropdown-header > h2 > a:focus {
	color: #df691a; text-decoration:none;
}

.dropdown-menu-large .dropdown-header > h3 {
	float: left; margin: 0px; color: #5f5f5f; font-size: 1.5em;
	font-weight: 700; font-family: 'Open Sans', sans-serif;
	padding-bottom: 3px;
}

.dropdown-menu-large .dropdown-header {
	color: #5f5f5f;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

.dropdown-menu-large .nav-master > a {
	color: #5f5f5f;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}
.dropdown-menu-large .nav-master > a:hover,
.dropdown-menu-large .nav-master > a:focus {
	color: #df691a;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}


@media (max-width: 768px) {
	.dropdown-menu-large {
		margin-left: 0 ;
		margin-right: 0 ;
	}
	.dropdown-menu-large > li {
		margin-bottom: 30px;
	}
	.dropdown-menu-large > li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-large .dropdown-header {
		padding: 3px 15px !important;
	}
}


.people-menu { margin-left : 884px; }

@media only screen and (min-width : 992px) and (max-width : 1199px) {
	.curation-menu { width: 180px; } 
	.people-menu { margin-left : 797px; }
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
	.navbar { width:755px; margin: auto; }
	.navbar-header { display: none; } 
	.nav > li > a { padding: 15px 10px; }
	.navbar-nav > li > a { font-size: 1.05em; }
}
