/* ------------------------------
global styles
------------------------------ */

body
{
	margin: 0px 0px 5px 0px;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: black;
	background: #000000 repeat-x top;
	background-image: url(images/back.gif);
}

a:visited, a:link, a:active {
	color: #D05567;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #843E5A;
	font-weight: normal;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h1
{
	color: #19456f;
	font: 25px georgia, times, "times new roman", serif;
	font-style: italic;
	text-align: center;
}


h2
{
	color: #B52C07;
	font: 140% georgia, times, "times new roman", serif;
}

h2 a { text-decoration: none; }

h3
{
	color: #804224;
	font: 16px georgia, times, "times new roman", serif;
	font-weight: bold;
	font-style: italic;
}

.books {
	border: 2px solid #8b4513;
}

.covers {
	border: medium solid #692121;
}

/* ------------------------------
container styles
------------------------------ */

#container
{
	margin: 0em auto;
	width: 980px;
	text-align: left;
	background: #FDE7C6;
	
}

#containersingle
{
  margin: 0em auto;
	width: 980px;
	text-align: center;
	background: #FEE8C8;
}


#content-container
{
	float: left;
	width: 980px;
	background: #FEE8C8;
	margin-bottom: 10px;
}

#containercenterbox
{
  margin: 0em auto;
	width: 800px;
	text-align: center;
	background: #FEE8C8;
}

.floatright
{
	float: right;
	margin: 0 0 5px 10px;
	border: 1px solid #19456f;
	padding: 2px;
}

.floatleft
{
	float: left;
	margin: 0 10px 5px 0px;
	border: 1px solid #692121;
	padding: 2px;
}

.quotes {
	color: #196f43;
}

.centerinfo {
	text-align: center;
}

#centerinfo {
	text-align: center;
}

#middle
{
	float: left;
	width: 450px;
	padding: 20px 0;
	margin: 0 0 0 20px;
	text-align: left;
	background: #FDE7C6;
}

/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 300px;
	width: 980px;
	border-bottom: 0px solid #fff;
}

#header h1
{
	position: absolute;
	left: -500em;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #555;
	text-decoration: none;
}

/* ------------------------------
mainnav styles
------------------------------ */

#mainnav
{
	background: #FF7F7C;
	border-bottom: 2px solid #8b4513;
	border-top: 2px solid #8b4513;
}


/* ------------------------------
menu styles
------------------------------ */

#right
{
	float: right;
	width: 225px;
	background: #FDE7C6;
	padding-left: 10px;
	padding-right:5px;
	text-align: center;
}

.sidebox{
	background-color: #c6ae9d;
	padding: 10px;
	margin: 10px;
	width: 175px;
}

#right ul
{
	margin: 1em 0;
	padding: 0;
}

#right ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}


#left
{
	float: left;
	width: 225px;
	background: #FDE7C6;
	padding-left: 10px;
	padding-right: 5px;
	text-align: center;
	border-right: 1px solid #8b4513;
}

#left ul
{
	margin: 1em 0;
	padding: 0;
}

#left ul li
{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}
/* ------------------------------
contents styles
------------------------------ */

#contents
{
	float: left;
	width: 600px;
	margin: 0 0 0 40px;
}

#contents p { line-height: 165%; }


#contentssingle
{
	width: 960px;
	margin: 0 0 0 20px;
	text-align: left;
}


#contentsbio
{
	width: 850px;
	margin: 0 10 0 20px;
	text-align: center;
}

#contentsbio p { line-height: 165%; 
text-align: left; }


#contentssinglebox
{
	width: 800px;
	margin: 0 20px 0 60px;
	text-align: left;
}

#contentssingle p { line-height: 125%; }

.blogentry { border-bottom: 0px solid #C5C877; }


.imagefloat
{
	float: right;
	padding: 2px;
	border: 1px solid #191970;
	margin: 0 0 10px 10px;
}

.centerinfo {
	text-align: center;
}

.bioquote{
	text-align: center;
	font-style: italic;
	color: #2a68a4;
	font: 18px georgia, times, "times new roman", serif;
}



div.thumbnail
	{
	width: 400px;
	float: left;
	margin: 0 20px 5px 25px;
	border: 1px solid #800000;
}
	
	div.thumbnail2
	{
	width: 400px;
	float: left;
	margin: 0 20px 5px 25px;
	border: 0px solid #800000;
}

	div.thumbnail img
	{
	border: 2px solid #ffe4b5;
	margin: 10px 15px 5px 15px;
	text-align: center;
}
	
	div.thumbnail p
	{
		margin: 0;
		padding: 0 10px 30px 8px;
		text-align: center;
	}
	
	.clear { clear: left; }
	
	.art {
		color: #cc1f00;
	}
/* ------------------------------
infobox styles
------------------------------ */

#infobox
{
	clear: both;
	color: #603a17;
	text-align: left;
	font-size: 95%;
	background: #ebc9ab;
	padding: 10px;
	width: 700px;
	border: 1px solid #196f43;
	margin: auto;
}

/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: #ffdead;
	text-align: right;
	font-size: 90%;
	padding: 0px;
	width: 970px;
}


#footer a {
	color: #E35B5B;
	text-decoration: underline;
}

#footer a:active {
	color: #E35B5B;
	text-decoration: underline;
}

#footer a:visited {
	color: #E35B5B;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffa07a;
	text-decoration: none;
} 



