@charset "utf-8";
/* CSS Document */


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #66280F;
	margin: 0;
	padding: 0;
	color: #000
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}

#ulindent {
	margin 0;
	padding: 0 0 0 50px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}


	

/* ~~~~ Hyperlinks ~~~~ */
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #66280F;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #C89057;
	text-decoration: underline;
}
a:hover, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	background-color: #FBF0DE;
}


/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/



.container {
	background-color:#FFF;
	position: relative;
	width: 80%;
	border: 2px solid black;
	margin: auto;
	padding: 0;
}


.bookcover {
	width: 95%;
	margin: auto;
	padding: 10px 0px 10px 0px;
}


#bookref{
	color: #66280F;
	font-size:medium;
	font-weight:normal;
	line-height: 200%
}

#booktable{
	border-collapse:collapse;
	border:none;
	width: 100%;
}
#booktable td{
	text-align: left;
	vertical-align:top;
}

#erratatable{
	border-collapse:collapse;
	width:100%;
}
#erratatable td, #erratatable th 
{
font-size:1em;
border:2px solid #66280F;
padding:3px 7px 2px 7px;
vertical-align:text-top;
}
#erratatable th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
}
#erratachapw{width:20%;}
#erratatitlew{width:70%;}
#erratapostedw{width:10%;}


#downloadtable{
	border-collapse:collapse;
	width:100%;
}
#downloadtable td, #downloadtable th 
{
font-size:1em;
border:2px solid #66280F;
padding:3px 7px 2px 7px;
vertical-align:text-top;
}
#downloadtable th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
}
#downloaddescripw{width:60%;}
#downloadlinkw{width:30%;}
#downloadpostedw{width:10%;}

.footer {
	margin: 0;
	padding: 0;
}

.fhlogo {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: x-large;
}


.mainbody {
	position: relative;
	width: 90%;
	margin: auto;
	padding: 0;
}
	


.nav {
	margin: 0;
	padding: 10px;
	text-transform: lowercase;
	border-bottom: solid 2px #7C341c;
	border-top: solid 2px #7C341c;
	font-size: 1.1em;
}

.nav a {
	text-decoration: none;
	text-shadow: 0px 1px 1px #C89057;
	color: #7C341C;
}

.nav ul {
	list-style: none;
	margin: 0 auto;	
	text-align: center;
}

.nav ul li {
	display: inline;
	text-align: center;
	padding: 0 1em 0 1em;
}

#pagetitle {
	color:#C1AB11;
	font-weight:normal;
	font-size:larger;
	text-transform: lowercase;
	padding-top: 15px;
}
