/* css for book pages */

body {
	background:#fff;
	color:#111; 
	font-family:Verdana, Arial, sans-serif;
	padding-left:1em;
	margin-top:0;
	margin-bottom:0;
	font-size:85%;
	}

blockquote, code {
	color:#412700;
	border: 1px dotted #412700;
	padding: 0 1em;
	font-family: Arial, sans-serif;
	}

p {
	color:#000;
	padding: 0px;
	}

h1, h2, h3, h4 {
	font-family: Century Schoolbook, Georgia, serif;
	color:#412700;
	}

a:link {
	color : #412700;
	text-decoration : none;
	}
a:visited {
	color : #412700; 
	text-decoration : none;
	} 
a:hover, a:active {
	color:#002809;
	text-decoration:none;
	}
	
#wrap {
	width:100%;
	background :#fff;
	color:#111;
	text-align:left;
	min-width:70em;
	}

#pic {
	float:left;
	background-image:url(http://klishis.com/Books/books.jpg);
	background-repeat:no-repeat;
	margin:0;
	padding:0 -1em 0 1em;
	width:100%;
	border-left:#412700 inset 4px;
	border-bottom:#412700 inset 4px;
	}

#content{
	float:left;
	left: 0px;
	width: 70%;
	min-width: 20em;
	max-width:65em;
	border-left:#412700 inset 4px;
	padding-left:2em;
	padding-top:1em;
	padding-right:1em;
	margin-bottom:-2em;
	}

#content h4 {
	font-size:.85em;
	text-align: right;
    font-variant:small-caps;
	font-weight:normal;
	letter-spacing:1px;
	margin:0em;
	}

#content h2 {
	font-family: Elephant, Century Schoolbook, Georgia, serif;
	text-decoration:none;
	font-size:2.1em;
	font-weight:bold;
	letter-spacing:.15em;
	font-variant:small-caps;
	margin:0;
	}

#navbar {
	float:left;
	background-color:#fff;
	z-index:25;
	padding:1em;
	margin:0;
	font-family: Elephant, Century Schoolbook, Georgia, serif;
	font-weight: bold;
	font-size: 1.75em;
	}
		
#navbar a:link {color: #412700;
	text-decoration:none;}
#navbar a:visited {color: #412700;	
	text-decoration:none;}
#navbar a:hover {color: #002809;	
	text-decoration:none;
		}

#sidebar {
	float:left;
	width:15em;
	padding-top:1em;
	padding-left:1em;
	}
		
#sidebar a:link {color: #412700;
	text-decoration:none;}
#sidebar a:visited {color: #412700;	
	text-decoration:none;}
#sidebar a:hover {color: #002809;	
	text-decoration:none;
	font-weight:bold;
		}

.title {
	font-family: Century Schoolbook, Georgia, serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.25em 0 0 0;	
	}

.names {
	font-family: Century Schoolbook, Georgia, serif;
	font-size: 1.25em; 
	font-weight: bold;
	letter-spacing: 0.15em;
	text-decoration: none;
	padding: 0 0 0 0;	
	margin: .25em 0 .25em 0;
	}

.side {
	font-family: Century Schoolbook, Georgia, serif;
	font-size: 1.25em;
	font-variant:small-caps;
	padding:0;
	margin:.2em 0;
	}

.list {
	font-size: .95em;
	margin: .25em 0 .5em 0;
	}

ul li {list-style-type:disc;}

.heading {
	font-family: Century Schoolbook, Georgia, serif;
	font-weight: bold;
	letter-spacing: 1.3px;
	font-size: 1.3em;
	color:#000;
	font-variant:small-caps;
	}

.link {
	color:#000;
	font-size:0.5em;
	letter-spacing: 0em;
	}

.here {
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	z-index:-1;
	}

img {
	border: 0;
	float: right;
	padding: 0 1em 0 1em;
	}

.top {
	border: 0;
	float: none;
	padding-left:1em;
	}

iframe {
	float: right;
	}
table {
	border: 0;
	background-color:#FFFFFF;
	}

td {
	background-color:#FFFFFF;
	}

.letter {
	font-size: 140%;
	font-family: Elephant, Century Schoolbook, Georgia, serif;
	font-weight: bold;
	}

table table {display: none;}
table td:hover >table {
		display: table;
		position:absolute;
		top:255px;
		border: 1px solid black;
		font-family : Verdana, Arial, sans-serif;
		font-size: .65em;
}

