/* CSS Document */
/* Simplified Box Model Hack to force correct font sizing in IE5 */
* html body {
	font-size: x-small; /* for IE5/WIN */
	f\ont-size: small;  /* for other IE versions */
}

body {  
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, "MS Sans Serif", sans-serif; 
	font-size: 13px;
	background-color: #F7F9F4;
}

#container {
	width: 800px;
	background-color: #FFFFFF;
	border: solid #669999;
	border-width: 0 1px;
	margin: auto;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat:  no-repeat;	 
	height: 83px;
	margin: 0;
	padding: 0;
}

#chromemenu {
	background-image: url(../images/navigation.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 28px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: solid #669999 1px;
}

#chromemenu ul {
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
}

#chromemenu li {
	display: inline;
}

#chromemenu a {
	color:#336666;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
}

/* --------------- STYLES FOR BOOK PAGES --------------- */
#fullcolumnTOP {
	text-align: center;
	margin: 10px 50px 25px 50px;
	background-image: url(../images/h1.2.jpg);
	background-repeat: repeat-x;
	/*height: 36px;*/
	margin-top: 40px;
}

#fullcolumnTOP h3 { 
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #333366;
	line-height: 29px;
	padding-top: 4px;
}

#minimenu {
	background-image: url(../images/minimenu-background.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: none;
	text-align: right;
	margin: 25px 0 30px 0;
}

#minimenu li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#minimenu a {
	color: #336666;
	text-decoration: none;
	font-weight: bold;
	margin: 0 8px;
}

#minimenu ul li a:hover {
	color: #333366;
}

#minimenu a.amazon {
	color: #F00;
}

#minimenu a.powells {
	color: #03C;
}

#minimenu a.barnes {
	color:#090;
}

#minimenu.buy {
	background-image: url(../images/minimenu-background2.jpg);
	background-repeat: repeat-y;
	text-align: center;
	border: double 2px #ccc; 
	clear: both;
}

#chapMenu {
	padding: 14px 0;
}

#chapMenu a {
	font-weight: bold;
	color: #6c0;
	text-decoration: none;
}

#chapMenu a:hover, {
	color:#333366;
}

#chapMenu a:visited {
	color: #A8C0AC;
}

#content h1, #column1 h1, #column2 h1, #fullcolumnTOP h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color:#333366;
	background-image: url(../images/h1-background.jpg);
	background-repeat: no-repeat; 
	line-height: 29px;
	padding-left: 7px;
	margin-bottom: 30px;
}

#content h2, #column1 h2, #column2 h2, #fullcolumnTOP h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #336666;
	font-weight: bold;
	font-size: 15px;
	border-bottom: solid #336666 2px;
	clear: both;
}

#content h3, #column1 h3, #column2 h3 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #333366;
	background-image: url(../images/h1-background.jpg);
	background-repeat: no-repeat; 
	line-height: 29px;
	padding-left: 7px;
}

#content {
	clear: both;
	padding: 0 52px;
}

#content img.leftNoB{
	float: left;
	border: none;
	margin: 10px 20px 20px 0;
}

#content ul.discuss {
	width: 510px;
	margin-left: 30px;
	list-style-image: url(../images/bullet.gif);
	list-style-type: circle;
}

.slide {
	display: inline;
}

.slide a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}

#facetwit {
	position: fixed;
	top: 0;
	left: 10%;
}
	
#facetwit a {
	opacity: 0.4;
	filter: alpha(opacity=40);
	padding: 0 5px;
}

#facetwit a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/*  --------------- STYLES FOR BOOK2.DWT --------------- */
#column1 {
	float: left;
	width: 170px;
	margin: 70px 0 0 12px;
}

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

#column1 ul {
	margin: 0;
	padding: 0;
}

#column2 {
	margin: 20px 20px 0 187px;
	background-image: url(../images/book-background.jpg);
	background-repeat: no-repeat;
}

#column2.noback {
	background-image: none;
	background-color: #FFFFFF;
}

#column2 h2.noclear {
	clear: none;
}
	
/*--------------- STYLES FOR FOOTER --------------- */

#footer {
	width: 750 px;
	height: 65px;
	background-color: #FFFFFF;
	border-top: solid #999999 2px;
	border-bottom: solid #999999 2px;
	clear: both;
}

#footer img {
	margin: 12px 4px;
	float: left;
}
	
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 40px;
	text-align: right;
}

#footer a {
	color: #4C4C4C;
	font-weight:bold;
	text-decoration:none;
}

a.kapi:hover {
	color:#336666;
	text-decoration:underline;
}
/* end footer details */



/* start attribute details */
a img {
	border: none;
}


sup {
	font-size: .8em;
}

blockquote p {
	font-size: .9em;
	font-style: italic;
	color: #666666;
}

blockquote p a {
	color: #336699;
}

p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 8px 20px;
}

/* end attribute details */



/* start class details */
p.center {
	margin-left: 180px;
}

p.right {
	margin-right: 180px;
}

p.cite {
	margin-left: 280px;
}

p.lead1 {
	color: #333366;
	font-size: 18px;
	font-weight: bold;
	/*background-image: url(../images/h1.2.jpg);*/
	border-bottom: groove 3px #333366;
	padding:4px 0;
}

img.right {
	float: right;
	border: solid 1px #333;
	margin: 0 20px 10px 10px;
}

img.left {
	float: left;
	border: solid 1px #333;
	margin: 3px 20px 20px 10px;
}

img.hr {
	margin-left: 150px;
}


img.trans {
	margin: 10px 8px;
	border: solid 1px #999;
}

li.books {
	list-style-type: none;
	display: inline;
	text-align: center;
}

.goRight {
	text-align: right;
}

.goCenter {
	text-align: center;
}

.narrow {
	width: 600px;
	margin: auto;
}

.preface {
	margin-left: 50px;
	margin-top: 0px;
}

.leadSentence {
	font-size: 1.2em;
	color:#336666;
	font-weight: bold;
}

p a.zoomify { color: #666666; text-decoration: none; font-weight: bold; }
p a.zoomify:hover { color: #669966; }