/*** site.com Master Style Sheet **********************
/
/  using s0ap v1.2 by benlew.com
/
/*** Notes *********************************************

	image path: url(../images/image.jpg)
	
	reset.css and print.css are included in header.php
	
	Green: #659B3D
	Brown: 38210f
	Light Green: a8c688
	Grey: efeeec
	Dark Green: 537C30

/******************************************************/


/**** Global *********************************/

body {
	text-align:center;
}

#wrapper {
	margin:0 auto;
	padding:20px;
	text-align:left;
	width:960px;
}

a, a:visited {
	color:#537C30;
}

h2 {
	font-family:georgia, times, serif;
	font-style:italic;
	color:#659B3D;
	font-size:20px;
}

h3, h3 a, h3 a:visited {
	font-family:"trebuchet MS",sans-serif;
	font-weight:normal;
	font-style:normal;
	color:#38210F;
	font-size:22px;
}

/**** Forms **********************************/

input {
	
}

.submit {
	
}

label {
	
}

/**** Header *********************************/

#header {
	background:url(images/grey.jpg) no-repeat;
}

#logo {
	padding:10px 0 0 20px;
	border-bottom:solid 1px #659B3D;
	height:75px;
}

#logo img {
	position:absolute;
	top:40px;
	margin-left:10px;
}

#logo h1 {
	position:absolute;
	top:75px;
	margin-left:280px;
	font-family:georgia, times, serif;
	font-weight:normal;
	color:#38210F;
	font-size:27px;
}

/*** Billboard *******************************/

#billboard {
	overflow:auto;
	margin:20px 0;
}

#blurb {
	width:300px;
	float:left;
}

#blurb p {
	padding:30px 20px 0 35px;
	font-size:14px;
	line-height:140%;
	letter-spacing:-.5px;
}

#featured-book {
	width:250px;
	float:left;
	margin-right:20px;
}

#featured-book h3 {
	font-size:35px;
	margin-bottom:10px;
}

#featured-book a.read {
	background:#659B3D;
	color:#EFEEEC;
	font-style:italic;
	font-weight:bold;
	padding:3px 5px;
	margin-top:20px;
	font-size:14px;
}

#featured-book a.read:hover {
	color:#FFF;
}

#featured-covers {
	float:left;
}

/**** Navigation *****************************/

#nav-prime {
	clear:both;
	background:#659B3D;
	margin:0 0 20px 0;
	padding:5px 20px;
	border-right:solid 5px #537C30;
	border-bottom:solid 5px #537C30;
	font-family:georgia, times, serif;
	font-weight:bold;
	font-style:italic;
	font-size:20px;
	color:#A8C688;
	overflow:auto;
}

#nav-prime a {
	font-family:"trebuchet MS",sans-serif;
	font-style:normal;
	color:#EFEEEC;
}

#nav-prime a:hover {
	font-family:"trebuchet MS",sans-serif;
	font-style:normal;
	color:#FFF;
}

#nav-prime ul {
	float:left;
}

#nav-prime ul li {
	display:inline;
}

#nav-prime ul li.current_page_item {
	
}

#search-box {
	float:right;
	
}

#search-box input {
	border:0;
	background:url(images/grey.jpg) #EFEEEC;
	border-bottom:solid 5px #A8C688;
	font-size:12px;
	padding:2px 5px;
	color:#38210F;
	margin:0;
	vertical-align:middle;
}

#search-box input:focus {
	background:#FFF;
}

#search-box input#searchsubmit {
	background:#38210F;
	color:#A8C688;
	border-bottom:solid 5px #38210F;
	margin:0;
	cursor:pointer;
}

#search-box input#searchsubmit:hover {
	color:#EFEEEC;
}

/**** Core ***********************************/

#core {
	
}

#content {
	width:650px;
	float:left;
}

#content h2 {
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
}

/*** Posts ***********************************/

div.cover-image {
	float: left; 
	margin: 0 10px 10px 0;
	text-align: center;
}

div.cover-image p {
	padding: 5px 10px 5px 10px;
	margin: 5px;
	background: #659B3D;
}

div.cover-image p a {
	color: #FFF;
	font-size: 14px;
}

ul#posts {

}

ul#posts li {
	
}

div.post-header {
	
}

div.post-body p {
	color: #222;
	font-size: 14px;
}

ul#posts li div.post-meta {
	font-size: 14px;
	color:#659B3D;
	margin-bottom:10px;
}

div.post-footer {
	background:url(images/grey.jpg) 0 20px no-repeat;
	padding-bottom:10px;
	margin-bottom: 20px;
}

div.post-footer ul {
	text-align:right;
	font-size:14px;
	
}

div.post-footer ul li {
	display:inline;
	margin-right:10px;
	margin-bottom:10px;
}

div.post-footer ul li.post-footer-comments {
	
}

div.post-footer ul li.post-footer-sharethis {
	
}

div.post-footer ul li.post-footer-readmore{
	background: #659B3D;
	color: #FFF;
	padding: 2px 8px 2px 8px;
}

div.post-footer ul li.post-footer-readmore a {
	background: #659B3D;
	color: #FFF;
}

ul#posts li#post-nav ul {
	
}

ul#posts li#post-nav ul li {
	
}

ul#posts li#post-nav ul li.post-nav-next {
	
}

ul#posts li#post-nav ul li.post-nav-prev {
	
}

/*** Post Content Styles *********************/

ul#posts li div.post-body a, ul#posts li div.post-body a:visited, ul#posts li div.post-meta a {
	font-weight:bold;
}

ul#posts li div.post-body a:hover {
	
}

ul#posts li div.post-body p {
	
}

ul#posts li div.post-body em {
	
}

ul#posts li div.post-body strong {
	
}

ul#posts li div.post-body ol {
	
}

ul#posts li div.post-body blockquote {
	
}

/*** Comments ***********************************/

#content ul#posts li#comments, #content ul#posts li#comments li {
	margin:0;
	padding:0;
	background:0;
	clear:both;
	list-style:none;
}

.comment-number-box {
	float:left;

}

.comment-number-box a {

	color:#FFF;

	display:block;
	margin:0;
}

.comment-page p {
	background:#2B374A;
	color:#FFF;
	display:inline;
	padding:2px 0 2px 15px;
	text-align:center;
}

.comment-page {
	font-size:31px;
	width:300px;
	text-align:right;
	padding:0 0 5px 0;
}

h3#comments {
	font-style:normal;
	padding-top:20px;
	margin-bottom:20px;
}



#content ul#posts li#comments ol {
	margin-top:20px;
	list-style:none;
	overflow:auto;
}

#content ul#posts li#comments ol li {
	margin-bottom:20px;
	overflow:auto;
	list-style:none;
	width:500px;
}

.comment-meta {
	font-size:11px;
	line-height:70%;
	padding-top:4px;
	margin-bottom:10px;
}

.comment-meta cite {
	margin:0;
	padding:0;
	font-family:georgia, times, serif;
	font-size:21px;
}

.comment-meta cite a, .comment-meta cite a:visited {
	color:#659B3D;
}

.comment-body {
	border-bottom:solid 3px #efeeec;
}

.comment-body p.comment-footer {
	color:#918F8F;
	margin:0;
	padding:0;
	text-align:right;
}

h3#respond {

}

#comment-leave-info {
	clear:both;
	margin-top:20px;
	float:left;
	width:200px;
	text-align:right;
}

#comment-leave-info label {

}

#comment-leave-info em {
	font-size:9px;
	color:#918F8F;
}

#comment-leave-info em.req {
	font-size:14px;
	color:#D20000;
}

#comment-leave-info label {
	display:block;
}

#comment-leave-info input {
	margin-bottom:10px;
}

#comment-leave-info-notes {
	width:200px;
}

#comment-leave-body {
	float:left;
	width:400px;
	margin-left:10px;
	padding-bottom:10px;
}

#comment-leave-body input.submit {
	background:#659B3D;
	border:0;
	font-size:18px;
	color:#FFF;
	cursor:pointer;
}

#content ul#posts li#comments ol li.bypostauthor {
	overflow:auto;
	border:0;
}

#content ul#posts li#comments ol li.bypostauthor .comment-body {
	border:0;
	padding-bottom:5px;
}

/*** Sidebar *********************************/

#sidebar {
	width:280px;
	float:left;
	margin-right:20px;
}

#sidebar ul {

}

#sidebar ul li {
	
}

#sidebar ul li ul li {
	background:url(images/grey.jpg);
	padding:5px 10px;
	margin:5px 0;
	font-style:italic;
	color:#38210F;
}

#sidebar ul li ul li a {
	color:#38210F;
}

/**** Footer *********************************/

#footer {
	clear:both;
	margin-top:40px;
	padding:5px 20px;
	background:url(images/grey.jpg) no-repeat;
	color:#999;
	border-top:solid 1px #659B3D;
	font-size:10px;
	text-align:right;
}

#footer a {
	color:#666;
}

/*** n0s0ap - "Nothing is difficult. It is only your mind that makes it seem so" ***/