@charset "UTF-8";
/* this is the styling for the right navigation menu - inc/nav.php */
@import url("menu.css");
/* CSS Document */

body {
	background-color:#b3867d;/*#b3867d*/
	margin:0em;
	padding:0em;
	text-align:center;
/*	height:100%;*/
}
#container {
	margin:0px auto;
	width:1000px;
	background-color:#fff;
	padding:0px;
	/*min-height:100%;	*/
	vertical-align:top;
	text-align:center;
	border-left:20px solid #A22D2A;
	border-right:20px solid #A22D2A;
	/*height:100%;*/
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}
a:link, a:visited {
	color:#900;;
	text-decoration:none;
}
a:hover, a:focus {
	color:#666;
	text-decoration:none;
}
.head {
	width:1000px;
	background-color:#639;
	margin:0px;
	height:203px;
	text-align:center;
}
.headL {
float:left;
width:533px;
height:203px;
margin:0;
}
.headR {
float:left;
width:467px;
height:203px;
}

h1 {
font-size:1.5em;
text-align:center;
color:#930;
}
h1.Off {
margin-left:-2000px;
margin-top:-300px;
}
h1.h1small {
	font-size:1.1em;
	text-align:left;
	color:#333;
}
h2 {
font-size:1.5em;
text-align:center;
color:#930;
}	
.leftHp {
	width:675px;
	color:#333;
	font-size:1.2em;
	text-align:left;
	float:left;
	margin:25px 50px;
	line-height:1.5em;
}
.leftHpSmall {
	width:675px;
	color:#333;
	font-size:1.2em;
	text-align:left;
	float:left;
	margin:25px 50px;
	line-height:1.5em;
	font-size:1em;
}
.leftHpSmallI {
	width:675px;
	color:#333;
	font-size:1.2em;
	text-align:left;
	float:left;
	margin:50px;
	line-height:1.5em;
	font-size:1em;
	font-style:italic;
}
.left {
	float:left;
}
.left2 {
	float:left;
	margin:0px 15px 5px 0px;
}
.nav {
	margin:40px 1em 3em 25px ;
	float:left;
	width:160px;
	text-align:left;
}
.marginTop {
	margin-top:1em;
}
.e-bookPict {
	margin:-5px 10px 10px;
	padding-bottom:10px;
}
.uline {
	text-decoration:underline;
}
.small {
	font-size:.8em;
}
#ulBooks ul li {
	margin-left:40px;
	list-style-type:circle;
	list-style-image:url(../jvImages/diamond.gif);
}
.progress {
	color:#930;
	text-indent:5em;
}
.bioBox {
width:570px;
white-space:nowrap;
}
.bioBoxVertical {
width:210;
float:left;
padding:10px;
border:1px solid #666;
margin:10px 15px 10px 0px;
}
.bioPict {
margin-bottom:5px;
}
.collPict {
margin:10px;
}
.collection {
width:550px;
white-space:nowrap;
margin:1em 0px;
text-align:center;
}
.space {
	height:3em;
}

/*Honor series sections */
.honor {
	width:500px;
	text-align:center;
}
#tableBooks {
	border-top:1px solid #666;
	border-left:1px solid #666;
	margin-bottom:3em;
	margin-top:1em;

}
#tableBooks td {
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	padding:5px;
	font-size:.8em;
}
/*tables for collection */
#tableColl table {
	border:1px solid #666;	
	margin-bottom:2em;
	width:100%;
}
#tableColl h2 {
	color:#666;
	font-size:1.1em;
	margin-bottom:-.1em;
}
#tableColl th {
	background-color:#b3867d;
	text-align:center;
}
#tableColl td {
	padding:5px;
	font-size:.8em;
	vertical-align:text-top;
}
/* color of the even rows in the tables - javascript - jquery in the head causes this to happen - inc/head_level1.php */
.alt {
	background-color:#e6e6e6; /*#bca0a0*/
}
#tableColl td.publ {
	width:35%;
	text-align:center;
}
.coze {
	margin:0px 20px;
	border:1px solid #ccc;
	font-size:1.1em;
	padding:10px;
	font-style:italic;
}
	
/* books in 3 columns */
.honorBook {
	float:left;
	width:200px;
	margin:10px 20px 10px 0px;
	text-align:center;
}
.honourPict {
	float:left;
margin:10px 20px 10px 0px;
}
.honourPictr {
	float:right;
margin:10px 0px 10px 20px;
}
.left250 {
	float:left;
	width:250px;
	margin:10px;
}

.borderTop {
	margin-top:1em;
	border-top:1px solid #b3867d;
}
.publishers {
	background-color:#e1d5cf;
	border-top:1px solid #b3867d;
	border-bottom:1px solid #b3867d;
	padding:5px;
	margin:1em 1em 4em 1em;
	text-align:center;
}

/* footer styling  - found in inc/foot.php*/

#foot {
	background-color:#e1d5cf;
	border-top:2px solid #b3867d;
	border-bottom:1px solid #b3867d;
	font-size:.8em;
	margin:0px;
	height:5em;
}
#foot .footInfo {
	float:left;
	width:600px;
	padding:10px;
}
#foot .footEmail {
	width:300px;
	float:left;
	padding:10px;
}
