/**************************************************
	Global Styles
***************************************************/

html, body {
	font-family: Arial, helvetica, san-serif;
	color: #A2AFA2;
	background-color: black;
	border: none;
	margin: 0;
	padding: 0;
/* 	width: 90%; */
/* 	position:; */
}

img {
	border: none;
}

h1 {
	background-color: #64746D;
	color: white;
	margin: 1ex;
	padding: 5px;
	font-size: 20pt;
	font-family: serif;
	font-weight: bold;
	text-align: center;
}

h2 {
	padding-top:0;
	margin-top:0;
	font-weight:bold;
	border-bottom:thin solid;
}

h3 {
	padding-top:0;
	margin-top:0;
	font-weight: bold;
/* 	border-bottom:thin solid; */
}

h3 i {
	font-family: serif;
}

/* Global Paragraph Defaults */
p {
	margin: 1em;
	text-indent: 2ex;
	text-align: justify;
	font-size: 105%;
}

/* Global Link Defaults */
a, a:hover {
	text-decoration: none;
}

/* Global Style Classes */
.floatleft {
	float: left;
	clear: right;
}

.floatright {
	float: right;
}

.hiddenlink {
	background-color: black;
	color: black;
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/**************************************************
	Header Styles
***************************************************/

#header a, #header a:hover {
	border: none;
}

/* Site Navigation Styles */
#header #sitenav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#header #sitenav img {
	margin: 4px 2px;
	border: thin solid black;
}

#header #sitenav img:hover {
	margin: 0 2px;
	border: thin solid yellow;
}

/**************************************************
	Content Body Styles
***************************************************/
.chapternav li {
	display: inline;
	list-style: none;
/* 	text-align: center; */
}

#contentbody {
/* 	border: thin solid red; */
	margin: 1em;
/* 	padding: 0; */
/* 	width: 800px; */
}

#contentbody a {
	padding: 3px 6px;
	color: #E4FFF5;
}

#contentbody a:hover {
	color: white;
	background-color: #64746D;
	padding: 1px 5px;
}

#contentbody h1 {
	background-color: #64746D;
	color: white;
	margin: 1ex;
	padding: 5px;
	font-size: 20pt;
	font-family: serif;
	font-weight: bold;
	text-align: center;
}

.biography {
	margin: 1em;
	padding: 1em;
	border: thin solid white;
	overflow: auto;
}

.biography img {
	float: left;
	clear: right;
	margin: 0 1em 1ex 0;
	padding: 0;
}

.review {
	margin: 1em;
	padding: 1em;
	border: thin solid white;
}

.article {
	border: thin solid white;
	margin: 1em;
	padding: 1em;
}

.article h3 {
	color: #E4FFF5;
}

/**************************************************
	Page Footer Styles
***************************************************/

#footer {
	margin: 1ex;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #64746D;
}

/* ~~~ Special Purpose Styles Follow this Point ~~~ */

/**************************************************
	Handshake Page Styles
***************************************************/
#bookcover {
/* 	float: left; */
/* 	text-align: center; */
/* 	margin: 1ex 1em 1ex 1em; */
	float:left;
	text-align:center;
	border-right:3px groove gray;
	margin:0 1em 0 0;
	padding: 0 1em 1em 1em;
}

/**************************************************
	Table of Contents Styles
***************************************************/

#tocpage {
	text-align: justify;
/* 	padding-left: 15em; */
/* 	padding: 0 15em; */
/* 	height: 50em; */
	background-color: white;
	background-image: url('../images/toc-overlay.jpg');
	background-repeat: no-repeat;
	background-position: 100% 96.1%;
	color: #C3AE9B;
	font-size: 90%;
	width: 600px;
	padding: 1px;
	margin-left: 2em;
/* 	border: thin solid red; */
}

#tocpage ul {
/* 	padding-left: 16ex; */
}

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

#tocpage ol {
/* 	padding-left: 10em; */
}

#tocpage ol li {
	font-weight: bold;
/* 	border: thin solid red; */
}

#tocpage li {
	position: relative;
}

#tocpage p {
	margin: .5ex;
	text-indent: 1.5ex;
/* 	padding: 1ex; */
}

#tocpage .topbar {
/* 	position: 5ex; */
	height: 35px;
	background-color: #84A2AD;
	margin: 0 0 90px 0;
	border: thin solid #526166;
}

#tocpage .title {
	text-align: center;
	border-top: 8px solid #4F4136;
	border-right: 1px solid white;
	border-bottom: 1px solid #4F4136;
	border-left: 1px solid #4F4136;
	color: #4F4136;
	background-color: #D6D2B5;
	font-weight: bold;
	padding: 1ex;
	margin: 0;
	font-size: 110%;
}

#tocpage .tocbody {
/* 	position: center; */
	width: 70%;
/* 	border: thin solid red; */
	margin: 0 auto;
}

#tocpage .chapters {
	text-align: center;
	color: #A17D5D;
	font-weight: bold;
}

#tocpage .chaptertitle {
/* 	border: thin solid red; */
/* 	text-align: left; */
/* 	position: absolute; */
	position: relative;
	top: 0;
	background: white;
	height: 1.5em;
	z-index: 10;
}

#tocpage .dotleader {
	border-bottom: 2px dotted;
	position: absolute;
	top: 0;
	left: 0;
	width: 93%;
	height: .9em;
	line-height: .9em;
	z-index: 0;
}

#tocpage .pagenum {
/* 	border: thin solid red; */
	position: absolute;
/* 	position: relative; */
	top: 0;
	right: 0;
/* 	padding: 0 0 0 4px; */
	z-index: 15;
/* 	float: right; */
/* 	text-align: right; */
/* 	margin-right: 0px; */
}

/* Base Colors for TOC Page */
#tocpage .intro {
/* 	padding-left: 16ex; */
	color: #DAB791;
}

#tocpage .ch1 {
	color: #A8655C;
}

#tocpage .ch2 {
	color: #D1A078;
}

#tocpage .ch3 {
	color: #B1C4CB;
}

#tocpage .ch4 {
	color: #817988;
}

#tocpage .ch5 {
	color: #D0AD87;
}

#tocpage .app {
	color: #b3CEC0;
}

#tocpage .plates {
	margin: 10px 0 0 0;
	color: #C3AE9B;
}

#tocpage .bottombar {
	border-top: 1px solid #4F4136;
	border-right: 1px solid white;
	border-bottom: 10px solid #4F4136;
	border-left: 1px solid #4F4136;
/* 	color: #4F4136; */
	background-color: #D6D2B5;
	font-weight: bold;
	padding: 0;
	margin: 200px 0 0 0;
	font-size: 90%;
}
