﻿/* ----------------------------------------
 Begin reset elements
---------------------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input
{
	margin: 0;
	padding: 0;
}
ul, ol
{
	list-style: none;
}
fieldset, img
{
	border: none;
}
caption, th
{
	text-align: left;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
table td
{
	margin: 0px;
	padding: 0px;
}
form
{
	display: inline;
}
/* ----------------------------------------
 End reset elements
---------------------------------------- */

body
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-color: #505050;
}
p
{
	margin-bottom: 10px;
	line-height: 17px;
}
h1
{
	font-size: 150%;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: Georgia,"Times New Roman",Times,serif;
}
h2
{
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 2px;
}

a {
	color: #2200CC;
}

a:visited {
	color: #551A8B;
}

.author a {
	color: green;
}

.author a:visited {
	color: green;
}

.content ul {
	padding-left: 20px;
	margin-top: 13px;
	margin-bottom: 13px;
	list-style-type:none;
}

.content li {
	padding-bottom: 7px;
}

div.content
{
	margin: 0 auto;
	width: 934px;
	padding: 0 20px;
}

div.main
{
	background-color: #fff;
	border-top: #1e1e1e 1px solid;
	border-left: #1e1e1e 1px solid;
	border-right: #1e1e1e 3px solid;
	border-bottom: #1e1e1e 3px solid;
	width: 830px;
	padding: 40px 50px;
	height: 600px;
}

div.main ul {
	margin-top: 10px;
}

div.main li {
	font-size: 90%;
	padding-bottom: 4px;
}

div.book {
	width: 275px;
	position: relative;
	float: left;
	height: 210px;
}

div.book-chapters
{
	background-color: #332c27;
	border-top: #1e1e1e 1px solid;
	border-left: #1e1e1e 1px solid;
	border-right: none;
	border-bottom: #1e1e1e 3px solid;
	width: 160px;
	height: 640px;
	padding: 20px 25px;
	float: left;
}
div.book-chapters p
{
	font-size: 120%;
	color: #888;
}
div.book-chapters ul
{
	list-style-type: none;
	padding: 0;
}
div.book-chapters li
{
	font-size: 100%;
	color: #666;
}
div.book-chapters a
{
	color: #555;
	text-decoration: none;
}
div.book-chapters a:hover
{
	color: #aaa;
	text-decoration: underline;
}
div.book-page
{
	background-color: #fff;
	border-top: #1e1e1e 1px solid;
	border-left: #1e1e1e 1px solid;
	border-right: #1e1e1e 3px solid;
	border-bottom: #1e1e1e 3px solid;
	width: 420px;
	height: 600px;
	padding: 40px 50px;
	float: left;
}

div.book-page p
{
	font-size: 120%;
	font-weight: 300;
	font-family: Georgia,"Times New Roman",Times,serif;
	line-height: 1.6em;
	margin-bottom: 5px;	
}
div.book-page a
{
	font-size: 90%;
}

div.book-page-content
{
	height: 585px;
}

p.book-end
{
	text-align: center;
	margin: 10px 10px;
}

p.page-num
{
	text-align: center;
}
p.page-nav-back
{
	width: 100px;
	float: left;
	text-align: left;
}
p.page-nav-forw
{
	width: 100px;
	float: right;
	text-align: right;
}
div#header
{
	background-color: #fff;
	height: 50px;
}
div#menu
{
	background-color: #fffdf5;
	border-top: #ffe491 1px solid;
	height: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 90%;
}
div#container
{
	background-color: #404040;
	border-bottom: #1e1e1e 1px solid;
	border-top: #1e1e1e 3px solid;
	clear: right;
	padding-top: 20px;
	height: 700px;

}
div#footer
{
	font-size: 80%;
	height: 20px;
	background-color: #505050;
	padding-top: 10px;
	text-align: center;
}
div#footer a
{
	color: #000;
	text-decoration: none;
}
div#footer a:visited
{
	color: #000;
	text-decoration: none;
}
div#footer a:hover
{
	color: #000000;
	text-decoration: underline;
}
