/*Amber's Magic CSS 2008 and 2009 with special thanks to Simon*/
/*What Every Westerner Should Know About Oil Shale */
* {
  margin: 0; 
  padding: 0;
}

body {
	background-color: #4e3b30; 
	background-attachment: fixed;
	overflow: auto;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#wrap {
	width: 900px;
	position: relative;
	top: 10px;
	margin: 0 auto;
	background: none;
	overflow: hidden;
}

p {
	color: #000000;
	font-size: .8em;
	margin: 10px auto;
	text-align: left;
	line-height: 1.4em;
}

a {
	color: #6a5041;
	text-decoration: none;
	border: none;
}

a:hover {
	color: #6a5041;
	text-decoration: none;
	border: none;
}

a:active {
	color: #6a5041;
	font-style: italic;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #95715c;
	border: none;
}

/* @group topnav */

#topnav {
	width: 900px;
	height: 72px;
	background-color: #eebf79;
	background-image: url(images/topnavbkgd.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	margin: 0;
}

#topnav a {
	color: #ffffff;
	font-size: .7em;
	font-weight: bold;
}

#topnav a:hover {
	font-weight: normal;
}

#topnav ul {
	height: 56px;
	border: 0;
	text-align: center;
	white-space: nowrap;
	margin-top: 10px;
}

#topnav ul li {
	float: right;
	list-style-type: none;
	clear: none;
	width: 80px;
}

#centerwest a {
	width: 375px;
	height: 32px;
	float: left;
}
/* @end */

/* @group header */

#header {
	width: 900px;
  	height: 112px;
  	overflow: hidden;
  	background-color: #4e3b30;
  	background-position: center top;
 	background-repeat: no-repeat;
  	position: relative;
  	border-top: 1px solid #4e3b30;
  	border-bottom: 1px solid #4e3b30;
}

#header h1 {
  text-indent: -99999px;
}

/* @end */

/* @group toptitle */

#toptitle {
	background-color: #fce7bb;
	width: 900px;
	height: 23px;
	overflow: hidden;
	text-align: center;
	border: none;
	margin: 0;
}

#topleft {
	background-color: #eebf79;
	width: 190px;
	height: 23px;
	line-height: 23px;
	float: left;
}

#topleft h1{
	font-size: .85em;
	margin: 0 0 0 5px;
	color: #4e3b30;
	font-variant: small-caps;
	text-align: left;
}

#topcenter {
	background-color: #144471;
	float: left;
	width: 555px;
	height: 23px;
	line-height: 23px;
	border-right: 1px solid #4e3b30;
	border-left: 1px solid #4e3b30;
}

#topcenter h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size: 1.15em;
	color: #ffffff;
	font-variant: small-caps;
	letter-spacing: .1em;
}

#topright {
	width: 152px;
	height: 23px;
	line-height: 23px;
	background-color: #eebf79;
	float: left;
}

/* @end */

#maincontent {
	background-color: #ffffff;
	background-attachment: scroll;
	background-position: 0 top;
	width: 900px;
	height: 570px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0;
}

#dropinboxv2cover{
width: 600px; /*change width to desired */
/* height: 800px; /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 580px; /*change width to above width-20. */
/* height: 780px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid #4e3b30; /*Customize box appearance*/
background-color: #95715c;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

#dropinboxv2cover h1 {
	color: #144471;
	margin: 10px auto 0 auto;
	font-size: 1.2em;
	font-variant: small-caps;
}

#dropinboxv2cover p {
	padding: 5px;
	text-align: justify;
}

#dropinboxv2cover a {
	color: #144471;
}


/* @group leftnav */

#leftnav {
	background-color: #fce7bb;
	width: 190px;
	height: 570px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0;
}

#sitenav {
	position: absolute;
	width: 190px;
	height: 560px;
	margin: 0 auto;
	overflow: auto;
}

#sitenav ul {
	margin: 10px 0;
}

#sitenav li.triangle{
	width: 150px;
	list-style-position: outside;
	list-style-image: url(images/bullet1.gif);
	font-weight: bold;
	line-height: .8em;	
	margin-left: 20px;
	margin-bottom: 10px;
	font-variant: small-caps;
}

#sitenav li.circle {
	width: 150px;
	list-style-position: outside;
	list-style-image: url(images/bullet2.gif);
	line-height: .8em;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
	font-variant: small-caps;
}

#sitenav li.circle ul {
	margin-top: 5px;
}

#sitenav li.circle ul li {
	list-style-image: url(images/bullet1.gif);
	width: 140px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 5px;
	font-variant: normal;
	font-size: .9em;
}

#sitenav a{
	font-size: .8em;
}

#sitenav ul li ul a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #95715c;
}

#copyright {
	position: relative;
	top: 550px;
	}

#copyright p{
	width: 190px;
	font-size: .4em;
	text-align: center;
}

/* @end */

/* @group content */

#content {
	width: 555px;
	height: 570px;
	overflow: auto;
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	border-left: 1px solid #4e3b30;
	border-right: 1px solid #4e3b30;
}

#content a {
	color: #95715c;
}

#content a:hover{
	color: #4e3b30;
}

#content h1 {
	color: #4e3b30;
	margin: 10px auto 0 auto;
	font-size: 1.1em;
}

#content h2 {
	color: #4e3b30;
	margin: 10px auto 0 10px;
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: center;
}

#content h3 {
	color: #95715c;
	margin: 0 auto 5px 10px;
	font-size: 1em;
	text-align: center;
	font-variant: small-caps;
}

#content h4 {
	color: #144471;
	margin: 10px auto 5px 10px;
	font-size: .9em;
	text-align: left;
}

#content p{
	margin: 15px 10px;
}

#content ul{
	width: 480px;
	margin-left:50px ;
}

#content ul li{
	font-size: .8em;
	list-style-type: square;
	list-style-position: outside;
}

#endnotes ul {
	width: 500px;
	margin-left: 35px;
	font-size: 1em;
	list-style-position: inside;
}

#endnotes ul li{
	list-style-type: none;
}

#content ol{
	width: 500px;
	margin-left: 35px;
	font-size: .7em;
	list-style-position: outside;
}

#content .imageleft{
	border: 1px solid black;
	margin: 5px;
	width: 243px;
	float: left;
}

.imageleft img {
	border: 1px solid #646464;
}

#content .imageright{
	border: 1px solid black;
	margin: 5px;
	width: 243px;
	float: right;
}

.imageright img{
	border: 1px solid #646464;
}

#content img{
	margin: 2px;
	padding: 2px;
}

.noborderright {
	border: none;
	margin: 5px;
	width: 243px;
	float: right;
}

.noborderright img{
	border: none;
}

.noborderleft {
	border: none;
	margin: 5px;
	width: 243px;
	float: right;
}

.noborderleft img{
	border: none;
}

#content .wide{
	border: 1px solid black;
	margin: 5px 10px;
	float: left;
	width: 515px;
	text-align: center;
}

.wide img {
	border: 1px solid #646464;
	width: 500px;
}

.wide p.caption{
	text-align: left;
	font-size: .7em;
	width: 515px;
	clear: both;
	padding: 0 2px;
	margin: 0 2px 3px 2px;
	color: #646464;
}

.imageleft p.caption {
	text-align: left;
	font-size: .7em;
	width: 235px;
	clear: both;
	padding: 0 2px;
	margin: 0 2px 3px 2px;
	color: #646464;
}

.imageright p.caption {
	text-align: left;
	font-size: .7em;
	width: 235px;
	clear: both;
	padding: 0 2px;
	margin: 0 2px 3px 2px;
	color: #646464;
}
 
.biopic img {
	text-align: left;
	float: left;
	border: 1px solid #646464;
	padding: 2px;
	margin: 0 5px 3px 10px;
	width: 108px;
}

#epigraph p{
	color: #95715c;
	width: 450px;
	margin: 10px auto;
	text-align: center;
	font-size: .7em;
}

#content .footnote {	
}

#content sup {
	line-height: .8em;
}

/* @end */

/* @group rightnav */

#rightnav {
	background-color: #fce7bb;
	width: 152px;
	height: 570px;
	overflow: hidden;
	position: relative;
	float: left;
}

#rightnav p {
	font-size: .6em;
	height: 25px;
	line-height: 25px;
}

#rightnav img{
	border: none;
	float: left;
}

#searchbox {
	width: 148px;
	margin: 0;
	text-align: right;
}

#donate {
	width: 152px;
	text-align: center;
	position: relative;
	top: 350px;
}

/* @end */

/* @group bottomnav */

#bottomnav {
	float: left;
	width: 900px;
	height: 20px;
	background-color: #eebf79;
	border-top: 1px solid #4e3b30;
	font-size: .7em;
}

.previous {
	float: left;
	width: 300px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.current{
	float: left;
	width: 300px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.next {
	float: left;
	width: 300px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

/* @end */

.clearfloats {
	display: block;
 	clear:both;
  	height: 0;
	visibility: hidden;
}

/* @group footer */

#footer {
	position: relative;
	clear: both;
	width: 900px;
	text-align: center;
	border-top: 5px solid #4e3b30;
	margin-left: 80px;
}

#footer img {
	border: none;
	overflow: hidden;
}

#footer ul {
	list-style-type: none;
	height: 25px;
	text-align: center;
	margin: 0 auto;
}

#footer ul li {
	float: left;
	height: 25px;
	border-right: 1px solid #95715c;
	text-align: center;
	font-size: .6em;
	color: #ffffff;
	margin-left: 5px;
	padding-right: 5px;
	line-height: 25px;
	vertical-align: 25px;
}

#footer ul li:last-child {
	border-right: none;
}

#footer #opentracker {
	text-align: center;
	font-size: .6em;
	position: fixed;
}

#footer #opentracker a {
	color: #4e3b30;
}

/* @end */




