/*  
Theme Name: Writings by Hart
Theme URI: http://www.jacorre.com
Description: Writings by Hart Template coded by <a href="http://www.jacorre.com">Jacorre Design Studio</a>.
Version: 1.0
Author: Jacorre Design Studio
Author URI: http://www.jacorre.com
*/

/* == GENERAL == */

body {
	color: #828282;
	font: 14px/140% Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	padding: 0px;
	color: #4db8d3;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 110%;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 61px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #4db8d3;
}
#logo {
	height: 61px;
	width: 326px;
	position: absolute;
	left: 0px;
	top: -5px;
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 20px;
	right: 0px;
	line-height: 16px;
}
#nav li {
	float: left;
	display: inline;
	margin-left: 20px;
	border-right: 1px solid #828282;
	padding-right: 20px;
}
#nav li.last-link {
	border-right-style: none;
}
#nav a {
	text-decoration: none;
	color: #828282;
}
#nav a:hover,
#nav li.current_page_item a {
	color: #4db8d3;
}
#subheader1 {
	background: url(images/subheader1.jpg) no-repeat;
	height: 187px;
}
#subheader2 {
	background: url(images/subheader2.jpg) no-repeat;
	height: 233px;
	position: relative;
	margin-bottom: 20px;
}
#books {
	height: 86px;
	width: 170px;
	position: absolute;
	left: 628px;
	top: 0px;
}
#crate {
	position: absolute;
	left: 628px;
	top: 86px;
	height: 131px;
	width: 222px;
	background: url(images/select-a-book.jpg) no-repeat;
}
#footer {
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #4db8d3;
	clear: both;
}
#footer a {
	color: #828282;
	text-decoration: none;
}
a {
	color: #3588b5;
}
a:hover {
	color: #4bb4d0;
}

/* == HOME == */

#home-content {
	width: 600px;
	float: right;
}

/* == BLOG == */

#blog-content {
	width: 740px;
	float: left;
}
#blog-content div.post,
#book-content div.post {
	margin: 0 0 40px 0;
}
#blog-content div.post h2 a {
	background: #3588b5;
	color: #FFF;
	display: block;
	padding: 10px;
	text-decoration: none;
}
#blog-content div.post h2 a:hover {
	background: #4bb4d0;
	color: #FFF;
}
#blog-content div.post a {
	color: #3588b5;
}
#blog-content div.post a:hover {
	color: #4bb4d0;
}
#book-content {
	float: left;
	width: 600px;
}
#book-content h2 {
	margin: 0 0 -10px 0;
}
#single-book h1 {
	margin-bottom: -10px;
}
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
#blog-sidebar {
	width: 200px;
	float: right;
	margin-left: 20px;
}
#blog-sidebar #tags {
	margin-bottom: 20px;
}
#blog-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
#blog-sidebar ul li {
	margin: 0 0 5px 0;
}
#blog-sidebar ul li a,
#blog-sidebar #tags a {
	color: #828282;
	text-decoration: none;
}
#sidebar {
	float: right;
	margin-left: 20px;
	width: 340px;
}
.wp-pagenavi {
	padding: 0 0 20px 0;
	font-size: 95%;
	clear: left;
}
.wp-pagenavi a {
	color: #fff;
	border: solid 1px #3588b5;
	background: #3588b5;
	text-decoration: none;
	margin: 0 5px 0 0;
	padding: 5px 10px 5px 10px;
}
.wp-pagenavi a:hover {
	background: #4bb4d0;
}
.wp-pagenavi .current {
	border: none;
	color: #4bb4d0;
	margin: 0 5px 0 0;
}
.post-info {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
span.continue {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
}