/*  
Description: Based on Elegance <a href="http://www.powertheme.com">PowerTheme</a> remixed by Stevie Benge December 2008
*/

* { 
	margin: 0; 
	padding: 0; 
	outline: none; 
	}

body { 
	background: #ecebf0 url(img/bg-repeat3.jpg) repeat-x; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 62.5%; 
	color: #666;  
	}

img {
	border: none;
	vertical-align: text-bottom;
}

a:link {
	/* font-size: 1.2em; */
}

a:link, a:visited, a:active { 
	color: #6891c3; 
	}

a:hover { 
	color: #134077; 
	}
	
h2 a:hover { 
	color: #134077; 
	}

p {
	color: #222; 
	font-size: 1.2em; 
	line-height: 1.5; 
	margin-top: 1.5em; 
	margin-bottom: 1.5em;
	font-weight: normal; 
	}

#wrapper { 
	width: 800px; 
	margin: 0 auto; 
	}

#header { 
	width: 800px; 
	height: 138px; 
	}

#header h1 { 
	width: 253px; 
	height: 118px; 
	float: left;
	display: block;  
	margin-top: 10px;
	text-indent: -9999px; 
	}

#header a {
	display: block; 
	width: 100%; 
	height: 100%; 
	outline: none;
	background: url(img/logo-larger.png);
}

/* Search */

.search { float: right; margin-top: -1px; }

input.search-text {
	background: #ecebf0 url(img/zoom.png) 3px no-repeat;
	border: none;
	margin-left: 20px;
	/* height: 22px; */
	width: 200px;
	font-size: 1.2em;
	color: #222;
	padding: 5px 0 5px 30px;
}
.search { 
	background: url(img/search-box.png) no-repeat; 
	width: 297px;
	height: 35px; 
	padding: 6px 10px 8px 10px;  
	border: none; 
	}

/* AJAX search modal popup  */

.search-alert {
	display: none; 
	background: url(img/search-alert-arrow.png) no-repeat; 
	padding: 20px 15px 10px 15px; 
	float: left; 
	margin-top: 10px; 
	position: absolute;
	/*
top: 35px;
	left: 725px;
*/ 
	font-size: 1em; 
	cursor: pointer; 
	color: #000; 
	} 	

/* Subheader area where book will be featured */

#subheader { 
	background: url(img/book.png) no-repeat; 
	width: 800px; 
	height: 173px; 
	float: left; 
	}

#subheader p { 
	font-size: 1.1em; 
	margin: 55px 0 0 10px; 
	width: 460px; 
	}

#subheader a {
	color: #444;
}

div#crumbs p#breadcrumbs {
	text-align: right;
	padding-right: 10px;
	font-size: 1em;
}

	
/* Sidebar */

#sidebar { 
	width: 185px; 
	float: right;
	font-weight: normal;
	/* background: #fff; */ 
	}

#sidebar li a {
	font-size: 1.1em;
}

#sidebar li.intro {
	border-bottom: none;
	margin: 0;
	padding: 0;
	}

#sidebar li.intro p {
	margin: 3px 0 5px 0;
	display: block;
	font-family: Georgia, serif;
	background: #c2cf96;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #687d77;
	}

#sidebar li.intro p span {
	font-weight: bold;
	font-size: 1.2em;
}

#sidebar li.intro a {
	color: #222;
	text-decoration: underline;
	font-weight: bold;
}

#sidebar li.intro a:hover {
	text-decoration: none;
}

#sidebar li.intro p.introptag {
	margin: 3px 0 5px 0;
	display: block;
	font-family: Georgia, serif;
	background: #789188;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #687d77;
	}

#sidebar li.nav-pages {
	/* background: #f9f9f9; */
	border-bottom: 2px solid #e1e1e1;
}

#sidebar li.nav-pages ul li {
	background: none;
	padding: .1em .3em;	
}

div#sidebar li.nav-pages ul li a {
	text-transform: uppercase;
	color: #444;
	text-decoration: none;
	display: block;
	padding: .5em;
	font-size: 1.2em;
	
}

div#sidebar li.nav-pages li.current_page_item a {
	background: #bfd3f0;
	display: block;
	color: #f7f7f7;

}

div#sidebar li.nav-pages ul li a:hover {
	background: #bfd3f0;
	display: block;
	color: #f7f7f7;
}

div#sidebar li.cat-rss {
	
}

div#sidebar li.cat-rss ul li {
	background: none;
	
}

div#sidebar li.cat-rss ul li a {
	color: #222;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	
}

div#sidebar li.cat-rss ul li a:hover {
	text-decoration: underline;
}

#sidebar ul { 
	list-style-type: none; 
	}

#sidebar ul li { 
	padding-bottom: 5px; 
	border-bottom: 1px solid #e1e1e1; 
	margin-bottom: 15px; 
	}

#sidebar ul li ul li { 
	margin: 0; 
	border: none; 
	padding: 0; 
	}

#sidebar ul li ul li /* a */ { 
	padding: 5px 0px 5px 20px; 
	display: block; 
	width: 165px; 
	background: url(img/bullet_black.png) no-repeat 0px 4px; 
	}

#sidebar ul li h2 { 
	font-size: 1.7em; 
	/* color: #222; */ 
	text-transform: uppercase;
	letter-spacing: -1px; 
	color: #474747; 
	padding-bottom: 9px; 
	font-weight: normal; 
	}

li.status {
	
}

li.status p {
	font-family: Georgia, serif;
	background: #c2cf96;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #687d77;
	margin: 3px 0 5px 0;
	display: block;
}

#sidebar em {
	font-weight: bold;
	text-decoration: underline;
}

/* Content area */

#content { 
	width: 560px; 
	float: left;
	
	/* background: #484a47; */ 
}

.post { 
	width: 560px; 
	margin-bottom: 50px;
	font-family: Georgia; 
	}

.post h2.pageheading {
	letter-spacing: .2em;
	text-transform: uppercase;
	font-size: 1.6em;
	font-style: italic;
	/* background: #f9f9f9; */
	padding-left: 5px;
	border-bottom: 1px solid #d1d1d1;
}

.post h2 a { 
	color: #484a47; 
	font-weight: normal; 
	text-decoration: none; 
	font-size: 1.3em; 
	}
	
.post h2 a:hover {
	color: #353129;
	
}	

.post ul li {
	line-height: 1.8em;
	margin-bottom: 5px;
	margin-left: 10px;
	text-indent: 1.5em;
	list-style-type: none;
	background: url(img/bullet_black.png) no-repeat 0px 1px; 
	font-size: 1.2em;
	/* color: #333; */
}

.post span.post-info { 
	color: #aaa; 
	font-size: 1.1em; 
	padding-bottom: 10px; 
	width: 560px; 
	float: left; 
	}

.post p { 
	line-height: 1.6em; 
	margin-bottom: 10px; 
	}
	
.post blockquote {
	text-indent: .5em;
}

.post em {
	font-weight: bold;
}

.post div.cats { 
	/* border-top: 1px solid #ececec; */ 
	padding-top: 2px;
	padding-bottom: 3px;
	border: 1px solid #d1d1d1;
	background: #f9f9f9 url(img/attach.png) 5px 3px no-repeat ; 
	padding-right: 20px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: right;
	
	}

.post div.cats a.feed {
	background: ;
}

.post p.continue {
	float: right;
	clear: both;
	display:: block;
}

.tagage {
	font-size: 1em;
	border-top: 1px solid #ececec;
	font-style: italic;
}

/* Next and Previous links */

.navigation .previous {
	float: left;
	}

.navigation .next {
	float: right;
	}
	
.navigation a {
	color: #444;
}

/* Footer */

#footer { 
	clear: both; 
	width: 100%; 
	float: left; 
	background: #687d77 url(img/footer.jpg) repeat-x; 
	padding: 20px 0; 
	margin-top: 20px;
	font-family: Georgia, serif; 
	}

#footer .inner { 
	width: 800px; 
	margin: 0 auto; 
	}

.column1, .column2, .column3, .column4 {
	float: left;
	width: 175px;
	/* margin-bottom: 20px; */
}

.column2, .column3, .column4 {
	margin-left: 10px;
}

.column4 {
	
}

#footer .inner h2 {
	color: #353129;
	text-transform: uppercase;
	margin: 0 0 .5em 0;
	width: 175px;
}

#footer p {
	padding: 0;
	margin: 0 0 10px 0;
	
}

#footer a {
	color: #ecebf0;
	text-decoration: none;
	font-size: 1.1em;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul li {
	list-style-type: none;
	margin-bottom: 1em;
}

#footer ul li a:hover {
	color: #e1e1e1;
	}

#footer a.copyright {
	color: #222;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
}

#footer p.admin {
	text-align: right;
	padding-right: 80px;
}

#footer p.admin a {
	/* font-family: Arial, Verdana, sans-serif; */
	font-size: 1em;
	color: #222;
	text-decoration: underline;
}

/* Comments */

.comments { 
	float: left; 
	padding: 0; 
	}

.comments input[type=text], textarea { 
	width: 350px;
	background: #f9f9f9;
	border: 1px solid #e1e1e1; 
	}

textarea { 
	width: 450px; 
	}

.comments input#submit {
	width: 150px;
	height: 30px;
	background: #d1d1d1;
	border: 1px solid #b1b1b1;
	cursor: pointer;
}

.comments input {
	width: 300px;
	height: 25px;
	font-size: 1.1em;
}

.comments cite {
	font-weight: bold;
	font-size: 1.2em;
}

.comments fieldset { 
	padding: 20px; 
	border: 1px solid #CCC; 
	margin: 10px 0 20px 0; 
	}

.comments p { 
	padding: 0 0 10px 0; 
	}

h2#comments-head { 
	padding: 0 0 15px 0;
	}
	
.comments h3 { 
	padding: 0 0 15px 0;
	font-size: 1.5em;
	 
	}

#cdisplay { 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	}

#cdisplay li { 
	padding: 10px;  
	margin-bottom: 10px; 
	width: 560px; 
	}

#cdisplay li.comment {  
	background: #f9f9f9; 
	border-bottom: #CCC 1px solid; 
	}

#cdisplay li.alt {  
	background: #e3e3e3; 
	border-bottom: #ccc 1px solid; 
	}

#cdisplay li.bypostauthor {
	background: #d5d5d5;
	border-bottom: #ccc 1px solid;
}


/* Contact Form */

div.contactleft label {
	font-size: 1.1em;
}

div.contactform input {
	background: #f9f9f9;
	border: 1px solid #b1b1b1;
	width: 300px;
	height: 25px;
}

textarea#wpcf_msg {
	background: #f9f9f9;
	border: 1px solid #b1b1b1;
	height: 200px;
	margin-bottom: 1.5em;
}

div.contactright {
	margin-bottom: 1.7em;
}

input#contactsubmit {
	width: 150px;
	height: 30px;
	background: #d1d1d1;
	border: 1px solid #b1b1b1;
	cursor: pointer;
}



/* Other Styles */

.aligncenter, 
div.aligncenter {
	display: block;
   	margin-left: auto;
    margin-right: auto;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

img.avatar {
	float:right;
	}

.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}