/* @override http://www.karlamass.com/wp-content/themes/bookV2/style.css */

/*
Theme Name: Talked About Books
Theme URI: http://karlamass.com/
Description: Theme for Talked About Books site.
Version: 1.2
Author: Les James
Author URI: http://lesjames.com/
*/

/* Structure */

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #e6e3e4;
}

#pagewidth {
	width: 1000px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background: url(images/wrapper-bkgd.jpg) repeat-y;
}

#header {
	position: relative;
	width: 100%;
	height: 196px;
	background: url(images/heading-bkgd.jpg) no-repeat;
}

#twocols {
	background: url(images/content-bkgd.jpg) no-repeat right top;
}

#rightcol {
	padding-top: 60px;
}

#maincol {
	float: left;
	display: inline;
	position: relative;
	width: 60%;
}

#footer {
	height: 169px;
	background: url(images/footer-bkgd.jpg) no-repeat;
	clear: both;
}

/* Navigation */

#nav {
	float: left;
}

#nav li{
	list-style: none;
	margin-bottom: 15px;
}

#nav li a {
	text-decoration: none;
	font-size: 0px;
	display: block;
	color: white;
}

#nav li#blog a {
	width: 26px;
	height: 35px;
	background: url(images/blog.jpg) no-repeat;
}

#nav li#author a {
	width: 26px;
	height: 179px;
	background: url(images/author.jpg) no-repeat;
}

#nav li#columns a {
	width: 26px;
	height: 86px;
	background: url(images/columns.jpg) no-repeat;
}

#nav li#about a {
	width: 26px;
	height: 54px;
	background: url(images/about.jpg) no-repeat;
}

/* Content Style */

h1 {
	text-indent: -3000px;
}

#footnote {
	text-align: center;
	font-size: .6em;
	color: #333;
}

#footnote a {
	color: #333;
	text-decoration: none;
}

hr {
 margin-left: 23px;
}

/* Post */

#posts {
	float: left;
	width: 600px;
	text-align: justify;
}

.post {
	margin-bottom: 15px;
}

h2 {
	padding: 0 0 5px 25px;
	display: block;
	color: #70A302;
	font: bold 1.2em "Century Gothic", Verdana, sans-serif;
}

h2 a {
	display: block;
	width: 98%;
	background-color: #70A302;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 5px 10px;
}

#posts p {
	padding-left: 25px;
	color: #333;
	font: .9em "Century Gothic", Verdana, sans-serif;
	padding-bottom: 15px;
}

#posts ul{
	margin-left: 25px;
}

#posts li {
	list-style: none;
	font: .8em "Century Gothic", Verdana, sans-serif;
	margin-bottom: 10px;
}

#posts img {
   float: right;
   border: none;
   padding: 0 0 20px 20px;
}

/* Sidebar */

#subnav {
	float: left;
}

#subnav li{
	list-style: none;
	margin-bottom: 15px;
}

#subnav li {
	text-decoration: none;
	font-size: 0px;
	display: block;
	color: white;
}

#subnav li#archive {
	width: 26px;
	height: 65px;
	background: url(images/archive.jpg) no-repeat;
}

#archiveLinks {
	float: left;
	margin-left: 10px;
}

#archiveLinks h3 {
	font: bold .8em "Century Gothic", Verdana, sans-serif;
	color: #8e2d2c;
	margin: 14px 0 5px 0;
}

#archiveLinks ul {
	margin: 0;
	padding: 0;
}

#archiveLinks li {
	list-style: none;
}

#archiveLinks li a {
	font: .8em "Century Gothic", Verdana, sans-serif;
}

.postNav {
	text-align: center;
	padding-bottom: 20px;
	font: .8em "Century Gothic", Verdana, sans-serif;
}

/* *** Float Containers Fix *** Do not edit */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* printer styles */

@media print {

/*hide the right column when printing*/

#rightcol {
	display: none;
}

#twocols, #maincol {
	width: 100%;
	float: none;
}

}
