/*  
Theme Name: Library
Theme URI: http://www.logoworks.com
Description: Free WordPress theme from Logoworks.
Version: 1.0
Author: Rob Kirby / Reed Remington
Author URI: http://www.logoworks.com
*/

body 
{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #BEAF88 url('images/mainBG.jpg') top center no-repeat;
	color: #231F20;
	margin: 0;
	padding: 0;
}

#page
{
	margin: 0px auto;
	padding: 0;
	width: 993px;
}
a { color: #7E5120; }
img { border: 0px; }
form, h1, h2, h3 { padding: 0px; margin: 0px; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

/* START header styles */
#header 
{
	
	width: 654px;
	float: left;
	text-align: left;
}
#headerImage
{
	background: #BEAF88 url('images/header.jpg') no-repeat top right;
	width: 664px;
	height: 442px;
}
#headerMargin { padding: 10px 50px 20px 70px; }
#header h1
{
	padding: 0px;
	margin: 0px;
}
#header h1 a 
{
	color: #771C21;
	font-size: 30px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
#header .description 
{
	font-size: 24px;
	color: #771C21;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
/* END header styles */


/* START search styles */
#searchform { margin: 15px 55px; }
#searchform #s
{
	font-size: 10px;
	width: 115px;
}
#searchform #searchsubmit
{
	font-size: 10px;
}
#searchsubmit { margin: 0 0 0 10px; }
/* END search styles */

/* START sidebar styles */
#sidebar
{	
	width: 339px;
	float: right;
	background: url(images/sidebarBG.jpg) left top repeat-y;
	margin: 0px 0 0 0;
	border-top: 15px solid #231F20;
	min-height: 1200px;
}

ul#themeswitcher li
{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0px;
}
#themeswitcher select
{
	font-size:10px;
}

#sidebar > ul
{
	margin: 0px 20px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
#sidebar > ul li
{
	margin: 0 0px;
}

#sidebar > ul li h2
{
	font-size: 10px;
	margin: 20px 0px 10px;
	padding: 0 0 0 25px;
	text-align: left;
	color: #231F20;
	font-size: 18px;
	font-weight: normal;	
}
#sidebar > ul li ul
{
	font-size: 11px;
	line-height: 21px;
	list-style: none;
	margin: 0px 0px;
	padding: 0 0 0 25px;
	text-align: left;
}
#sidebar > ul li ul a
{
	font-size: 11px;
	color: #231F20;
	text-decoration: none;
}
#sidebar p
{
	margin: 0;
	padding: 25px 55px;
	color: #231F20;
}
#sidebar a
{
	color: #231F20;
}
#sidebar a:hover
{
	color: #231F20;
	text-decoration: underline;
}
#sidebar ul li#tag_cloud, #sidebar ul li#calendar
{
	padding: 40px 10px 10px 55px;
	color: #231F20;
	text-align: left;
}
#sidebar ul li#tag_cloud h2, #sidebar ul li#calendar h2
{
	margin: 0 10px 10px 55px;
}
#sidebar ul li#tag_cloud a, #sidebar ul li#calendar a
{
	color: #771C21;
	text-decoration: none;
}

/* END sidebar styles */

/* START content styles */
#content.narrowColumn
{
	width: 654px;
	text-align: left;
	float: left;
	min-height: 350px;
}
#contentPad
{
	padding: 5px 55px 10px 70px;
}
.post { clear: both; }
.post h2, .post h3
{
	margin: 5px 0 0px -30px;
	padding: 0 0 0px 30px;
	background: url(images/iconTitle.jpg) no-repeat 0px 3px;
}
.post h2 a, .post h3 a, h3#respond
{
	color: #771C21;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
}
.post small, .post small a
{
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.post .entry p
{
	margin: 20px 0 5px;
	padding: 0px;
	text-align: justify;
}
.post .entry a
{
	color: #231F20;
	text-decoration: underline;
}
.post .postmetadata, .post .postmetadata a
{
	margin: 0px 0 15px;
	padding: 0px;
	text-align: left;
	color: #333333;
	text-decoration: none;
}
.post .postmetadata a:hover
{
	text-decoration: underline;
}
.post img { margin: 0 5px 5px 0; }

h2.pagetitle, h2
{
	color: #771C21;
	font-size: 18px;
	text-decoration: none;	
	margin: 5px 0 15px;
	font-weight: normal;
}
.navigation a
{
	color: #333333;
}

blockquote{

background: #bcab8b;

margin:15px 30px 15px 0px;

padding: 10px 20px 10px 20px;

border: 1px solid #302831;  

}

#wrapper blockquote p{

color:#302821;

/* END content styles */

/* START footer styles */
#footer
{
	width: 654px;
	padding: 10px 20px;
	text-align: center;
	color: #813A1E;
	font-size: 10px;
}
#footer a
{
	color: #813A1E;
}
/* END footer styles */

