body {
	font-size: 13px;
	color:#fff;
	margin:0px auto;
	text-align:center;
	padding-top:0px;
	background-color:#000;
	line-height:1.5em;
font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;}


/*background images*/
.htwf {

	background:#000 url(http://www.howtheywerefound.com/images/htwf-background.jpg) no-repeat fixed center top;
}

.cartographer {
	background:#000 url(http://www.howtheywerefound.com/images/htwf-background.gif) no-repeat fixed center top;
}


.wolf-parts {
	background:#000 url(http://www.howtheywerefound.com/images/woods-grayscale.jpg) no-repeat fixed center top;
}


a {
color: #fff;
text-decoration:none;
}

a:visited {
color: #fff;
text-decoration:none;
}

a:hover {
color: #fff;
text-decoration:none;

}

a:active {
color: #fff;
text-decoration:none;

}

a img {border:none; text-decoration:none;}

h1 {
text-align:center;
margin:0px auto;
margin-bottom:70px;
margin-top:40px;
}

#cartographer {
height:555px;
margin:0px auto;
}

#about-wolf-parts, #excerpt {
padding:50px;
height:400px;
width:400px;
font-size:14px;
text-align:justify;
font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
}

#about-the-book {
padding:50px;
height:400px;
width:400px;
font-size:14px;
text-align:justify;
font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
}



#about-matt-bell {
padding:50px;
height:450px;
width:400px;
font-size:14px;
text-align:justify;
font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;
}


#about-wolf-parts a, #excerpt a, #about-matt-bell a {
color:#666;
text-decoration:underline;
}

#about-wolf-parts a:hover, #excerpt a:hover, #about-matt-bell a:hover {
color:#999;
text-decoration:underline;
}

/*MENU*/

/*MENU*/

#menu {
color:#fff;
background:url(http://www.howtheywerefound.com/ibox.2.2/images/bg.png) top center repeat;
text-align:center;
width:100%;
height:30px;
padding-top:15px;
font-size:12px;
font-family:'Lucida Sans Unicode','Lucida Grande',Tahoma,sans-serif;

}

#menu a {
color:#fff;
}

#menu a:hover {
color:#999;

}

#menu-buffer-left {
padding-left:240px;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

li.toc {
width:150px;
color:#990000;
text-align:right;
}


li { /* all list items */
	float: left;
	position: relative;
	padding-left:5px;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	text-align:center;
	padding-top:15px;
	color:#333;
}

li ul li {
width:190px;
border-bottom:1px solid #333;
background:#000;
padding:7px;
}

li.first {
border-top:1px solid #ccc;
}

li.toc-header {
border-top:1px solid #ccc;
background:#333;
color:#ccc;
}

li.current {
color:#990000;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul a {
font-size:12px;
}


/* buy the book section */
#buy-the-book {
text-align:center;
color:#ccc;
display:none; background:#000; text-align:center; border:2px solid #000;
}

#buy-the-book #ibox_footer_wrapper, #buy-the-book #ibox_footer_wrapper a {
color:#000;
}

