/* @override http://deved.meted.ucar.edu/latest_core_temp/styles_layout_core.css */

/* This stylesheet controls the layout of the core version */

/* GENERAL LAYOUT */

body {
	text-align: center;
	background-color: black;
	}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	}
	
#header {
	background-color: #aaa;
	}
	
#nav {
	float: left;
	width: 98%;
	padding-left: 2%;
	background-color: #2b2637;
	}
	
#tableofcontents {
	padding: 10px;
	}
#tableofcontents ul li {
	list-style-type: none;
}

#maincontent {
	padding: 20px 10px;
	}
	
#footer {
	clear: both;
	margin-top: 2em;
	padding: 1em 0;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #333;
	}
	
/* HEADER */

/* swap header h1 declarations if you create a topbar */
/* #header h1 {
	padding: 1em;
	color: #fff;
	} */

#header h1 {
	height: 75px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(media/graphics/interface/topbar.jpg) top left no-repeat;
	}
	
#header h2 {
	display: none;
	}
	
/* NAVIGATION */

#nav ul li {
	float: left;
	}
	
#nav ul li a,
#nav ul li.here {
	display: block;
	margin: 4px 2px 0 2px;
	padding: 5px 5px;
	font-size: 1.2em;
	text-decoration: none;
	color: #000;
	background-color: #a5a1a2;
	}
	
#nav ul li.here {
	font-weight: bold;
	color: #000;
	background-color: #fff;
	}
	
#nav ul li a:hover {
	background-color: #c3bec0;
	}
	
/* MAIN CONTENT */

h2.page_title {
	clear: both;
	width: 100%;
	margin-bottom: 1em;
	padding: 0px;
	font-size: 1.6em;
	background-color: transparent;
	}
	
div#tech_notes h3 { /* hides the extra h3 pulled in from the technotes.txt file */
	display: none;
	}
	
div.page {
	clear: both;
	margin: 1em 0;
	padding: 1em 0;
	}
	
div.topnav a {
	font-size: 1em;
	}
	
/* DOWNLOAD PAGE */

div#dl_agree h2 {
	background-color: transparent;
	}
	
/* FOOTER */

#footer a {
	color: #fff;
	text-decoration: underline;
	}
