/* This stylesheet controls the layout of the dynamic version */

/* GENERAL LAYOUT */

html, body {
	height: 100%;
	}
	
body {
	text-align: center;
	/* font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;*/
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #363438;
	background-color: #8e9264;
	}
	
#wrap {
	position: relative;
	width: 960px;
	min-height: 600px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(media/graphics/interface/wrap_bg.jpg) 0 0 repeat-y;
	}
	
#header {
	background: #000;
	}
	
#sidebar {
	float: left;
	width: 240px;
	min-height: 605px;
	}
	
#maincontent {
	float: right;
	width: 720px;
	background: #fdfaf1;	
	}
	
#stage {
	position: relative;
	padding: 0 20px;
	min-height: 595px;
	line-height: 18px;
	color: #333;
	}
	
#footer {
	clear: both;
	width: 960px;
	background-color: #363438;
	}
	
#footer p {
	padding: 5px 10px;
	color: #fff;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans", "Helvetica Neue", Arial, sans-serif;
	line-height: 22px;
	}
	
/* TABBED NAVIGATION */

ul#tab_nav {
	float: left;
	width: 98%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 2%;
	border-bottom: 3px solid #fff;
	background-color: transparent;
	}
	
ul#tab_nav li {
	float: left;
	}

ul#tab_nav li a,
ul#tab_nav li.here {
	display: block;
	padding: 5px 10px;
	margin: 0 .2em;
	font-size: 1em;
	font-weight: bold;
	background-color: #999;
	}
	
ul#tab_nav li.here {
	background-color: #fff;
	}
	
ul#tab_nav li a:hover {
	background-color: #ddd;
	}
	
/* SIDEBAR */

#sidebar h1 {
	padding: 20px;
	}

#menu {
	padding: 20px 0 0 10px;
	}
	
#menu h3 { /* hides the 'table of contents' label above menu */
	display: none;
	}
	
#menu ul {
	padding-top: 2px;
	}
	
#menu ul li {
	padding: 4px 0;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	}
	
#menu ul li ul {
	margin-left: 25px;
	list-style-type: square;
	}
	
#menu ul li ul li {
	padding: 1px 0 1px 0;
	border-bottom: 0px;
	text-transform: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	}
	
#menu ul li ul li ul li {
	padding: 2px 0 2px 10px;
	font-size: 11px;
	}
	
#menu ul li a {
	display: block;
	padding: 4px 5px;
	color: #363438;
	}
	
#menu ul li a:hover {
	text-decoration: underline;
	}
	
#menu a.menu_here,
#menu a.menu_here:hover {
	background-color: #fdfaf1;
	}
	
#ext_links {
	bottom: 10px;
	margin: 40px 10px 10px 10px;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: #a79f61;
	}
	
#ext_links li {
	border-bottom: 1px solid #cdd4ff;
	}
	
#ext_links li.last {
	border-bottom: none;
	}
	
#ext_links li a {
	display: block;
	padding: 5px 4px;
	color: #fff;
	background-color: #a79f61;
	}
	
#ext_links li a:hover {
	background-color: #d1ca94;  
	color: #fff;
	}
	
/* STAGE AND CONTENT */

#stage h2 {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	background-color: #a79f61;
	}
	
#maincontent #produced_by {
	margin-bottom: 0px;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background-color: #333;
	}
	
#produced_by sup {
	vertical-align: super;
	font-size: 8px;
	}
	
.module_hide {
	display: none;
	}
	
/* PAGE NAVIGATION */

.stage_nav {
	position: relative;
	clear: both;
	height: 25px;
	margin: 5px 0;
	padding: 10px 0;
	}
	
#stage .stage_nav ul {
	position: absolute;
	right: 0;
	margin: 0;
	}

#stage .stage_nav li {
	float: left;
	margin: 0 5px 0 0;
	list-style: none;
	}
	
.stage_nav a.next,
.stage_nav a.previous {
	display: block;
	width: 137px;
	height: 26px;
	margin-left: 5px;
	text-indent: -10000px;
	overflow: hidden;
	}

li.inactive-prev {
	width: 137px;
	height: 26px;
	margin-left: 5px;
	background: url(media/graphics/interface/nav_sprite.jpg) 0 -58px no-repeat;
	}
	
li.inactive-next {
	width: 137px;
	height: 26px;
	margin-left: 5px;
	background: url(media/graphics/interface/nav_sprite.jpg) -143px -58px no-repeat;
	}
	
a.next {
	background: url(media/graphics/interface/nav_sprite.jpg) -143px 0 no-repeat;
	}
	
a.previous {
	background: url(media/graphics/interface/nav_sprite.jpg) 0 0 no-repeat;
	}
	
a.next:hover {
	background: url(media/graphics/interface/nav_sprite.jpg) -143px -29px no-repeat;
	}
	
a.previous:hover {
	background: url(media/graphics/interface/nav_sprite.jpg) 0 -29px no-repeat
	}
	
/*to hide stuff in the module version that is to be displayed in the print version*/
.module_hide {
	display: none;
	}

