/* This stylesheet controls the layout of the core version */

/* GENERAL LAYOUT */

body {
	text-align: center;
	background-color: #222;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
}

#header {
	position: relative;
	background-color: #aaa;
	background: url(../media/graphics/interface/header_bg.jpg) top left repeat;
}

#nav {
	padding-left: 10px;
	background-color: #2f0606;
}

#tableofcontents {
	padding: 10px;
}

#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 {
	height: 75px;
	color: #fff;
}

#header h1 a {
	position: absolute;
	display: block;
	width: 313px;
	height: 48px;
	top: 10px;
	left: 10px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../media/graphics/interface/title.png) top left no-repeat;
}

#header h2 {
	position: absolute;
	right: 10px;
	top: 20px;
	font-size: 1em;
	line-height: 1.4em;
	color: #5f6033;
	background-color: transparent;
}

#header h2 a {
	color: #698530;
	text-decoration: underline;
}

#header h2 a:hover {
	color: #8fb743;
}

/* 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: #fff;
	background-color: #722926;
}

#nav ul li.here {
	font-weight: bold;
	color: #000;
	background-color: #fff;
}

#nav ul li a:hover {
	background-color: #b33b3b;
}

/* MAIN CONTENT */

h2.page_title {
	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 {
	font-size: 1em;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

/*to hide stuff in the print version that is to be displayed in the module version*/
.print_hide {
	display: none;
}
