@charset "utf-8";

/***
BG - #e8dfbe;
main pane - #a79360
nav - #afa486;  highlight - #C9BF9A
Text
link: color:#990000;
hover color:#CC0000;

*/
body  {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	color: #000000;
	background-color: #e8dfbe;
}

.twoColFixLt #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #AFA486;
	margin: 0 auto; 
	text-align: left;
}
.twoColFixLt #sidebar1 {
	float: left; 	
	background: #afa486; 
}
.twoColFixLt #mainContent { 
	float: left; 
	background-color: #a79360;
	width: 580px;
}
.twoColFixLt #sidebar1, .navtop li  {
	width: 200px; 
}

/* General Text Formating
-------------------------- */
h1, h2, h3 { margin: 0; margin-bottom: 0.5em;}

h2 { color: #660000; font-size: 110%;}
h3 { font-size: 100%; }
p { margin: 0 0 1em 0}
a {	color:#990000; }
a:hover {	color:#CC0000;}
.nav { 
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 110%;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;	
}
/* top nav button */
.navtop {
	background-color: #a79360;
}
.navtop li { 
	
	display: block;
	background: #afa486; 
}
.nav li.first {
	padding-top: 10px;
}
.nav li.name a { height: 20px;}
.nav a {
	display: block;
	width: 185px;
	padding: 10px 0 10px 15px;
	color: black;
	text-decoration: none;
}
.nav a:hover { color: #660000 }

/* current page marker */
.nav a.current, #pgIntro #navIntro, #pgExc #navExc, #pgAbout #navAbout,
#pgNova #navNova, #pgBooks #navBooks, #pgAck #navAck, #pgCon #navCon { background-color: #C9BF9A; }

.orderButton { text-align: left; 
	padding-left: 15px; 
	padding-top: 1em; 
}
/* Specific items 
--------------------------------------*/
.logo{
	position: relative;
	z-index: 100;
	width: 780px;
	background: #afa486; 
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	height: 50px;
	font-size: 0;
	margin: 0; 
}
.logo img {border: 0}


#contentarea {
	padding: 0 40px 20px 30px;
	line-height: 1.3;
}


.contentimage { 	text-align: 	center; }
.authorImage { margin-right: 1em; float: left; }
.highlight { 
	color: #660000;
	font-weight: bold;
}

.alphaindex {
	text-align: center;
	margin: 1em 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-weight: bold;
}
.bibliotitle {
	text-align: center;
}
.footnote {
	font-weight: normal; font-size: 95%;}
.alphaindex span { display: block; width: 200px;}
.alphaindex span.fltlft { text-align: left;}
.alphaindex span.fltrt { text-align: right;}
.linksTitle {font-weight: bold; text-transform:uppercase;}

#contact01 {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	top: 0px;
}
#contact03 {
	width: 180px;
	float: right;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#ackDiv {
	background: url(../images/photos/BGLinks.jpg) no-repeat top right;
}
/* Utility
--------------------------------------*/
.bookname { text-decoration: underline; }
.button {cursor: pointer;}
 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a#top {font-size: 0;}
.backtotop {text-align: center;}
.backtotopText {text-align: right;} /* back to top in the middle of the body tex t*/
.readexcerpt{ text-align: right;}
.reviewcontent {
	margin: 1em;
}
