/* ------------------------------
global styles
------------------------------ */

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #171868;
	background: #FFFFF0;
	background-image: url(../images/2010topback.jpg);
	background-repeat: repeat;
}

a:visited, a:link, a:active {
	color: #003882;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #003882;
	font-weight: bold;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h1
{
	color: #D1CAC4;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	font: 25px georgia, times, "times new roman", serif;
}


h2
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	font: 140% georgia, times, "times new roman", serif;
}

h2 a { text-decoration: none; }

h3
{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
	text-transform: capitalize;
	font: 110% georgia, times, "times new roman", serif;
}

h5
{
	color: #0055a6;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	font: italic 25px georgia, times, "times new roman", serif;
	text-align: center;
}

/* ------------------------------
container styles
------------------------------ */

#container
{
	margin: 0em auto;
	width: 900px;
	text-align: left;
	background: #FFFFF0;
	border: 0px solid #8B008B;
}

#containersingle
{
  margin: 0em auto;
	width: 900px;
	text-align: center;
	background: #FFFFF0;
	border: 0px solid #8B008B;
}

/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 189px;
	width: 900px;
	background: #FFF5EE;
	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: #FFF5EE;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
}

/* ------------------------------
menu styles
------------------------------ */

#right
{
	float: right;
	width: 225px;
	border-left: 0px solid #683700;
	padding-left: 15px;
	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: 165px;
	padding-left: 15px;
}

#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: 550px;
	margin: 0 0 0 40px;
}

#contents p 
{ color: #000000;
	font: 13px Verdana, Arial, sans-serif;
    line-height: 165%; }


#contentssingle
{
	width: 850px;
	margin: 0 0 0 20px;
	text-align: center;
}

#contentssinglebox
{
	width: 750px;
	margin: 0 20px 0 60px;
	text-align: left;
}

#contentssinglebox2
{
	width: 750px;
	margin: 0 20px 0 60px;
	text-align: center;
}

#contentssingle p { line-height: 125%; }

.blogentry { border-bottom: 0px solid #C5C877; }


.floatright
{
	float: right;
	padding: 2px;
	border: 2px solid #8B008B;
	margin: 0 0 10px 10px;
}

.floatleft
{
	float: left;
	padding: 2px;
	border: 2px solid #8B008B;
	margin: 0 10px 10px 5px;
}

.floatleft2
{
	float: left;
	padding: 2px;
	margin: 0 10px 10px 5px;
}


.books {
	border: 2px solid #2F4F4F;
}

.centerinfo{
	text-align: center;
}

.rightinfo{
	text-align: right;
}

.bioquote{
	text-align: center;
	font-style: italic;
	color: #2a68a4;
	font: 18px georgia, times, "times new roman", serif;
}

.box {
	color: #000000;
	font-size: 15px;
	border: 2px solid Purple;
	width: 550px;
	text-align: center;
	padding: 5px;
	margin: auto;
}

/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: black;
	text-align: center;
	font: 10px Verdana, Arial, sans-serif;
	padding: 5px;
	width: 900px;
}

.copyright {
font: 10px Verdana, Arial, sans-serif;
	
}