/*
Theme Name: The Poison Review
Description: Theme based off of the Plainscape theme by Srini G.
Author: Megan Coleman
Author URI: http://www.megancoleman.com

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Geneva, Helvetica, Sans-Serif;
	color:#605b5b;
	background: #fef4ea url(images/back.jpg) repeat-x;
	}

small {
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

p {
	margin: 0 0 15px 0;
}

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#666;
}

a {
	color: #630c0d;
	text-decoration: underline;
}

a:hover {color: #000; text-decoration: none;}

hr {
	display: none;
	}

a img {
	border:none;
	}

body.excerpt .wp-caption-text {display:none;}

/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 850px;
}

#wrapper {
}

#content {
	width:516px;
	float:left;
	margin-bottom: 20px;
}
	
#sidebar {
	width:260px;
	float:right;	
	margin-bottom:20px;
}	

/* Header */

#header {
	width: 850px;
	height: 115px;
	background:url(images/header.gif) no-repeat;
}

#header h1 {
	text-indent: -10000px;
}

#header h1 a {
	width: 850px;
	height: 118px;
	display: block;
	outline: none;
}

#header .description {
	font-size:1.2em;
}

#hmenu {
	background:#FEFBF8 none repeat scroll 0 0;
	border-bottom:1px solid #F0D7BC;
	border-top:1px solid #F0D7BC;
	margin:20px 0 30px;
	padding:9px 0;
	text-align: right;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding:0;
}

#hmenu a {text-decoration: none;}
	
#hmenu ul li {
	padding:0 10px 0 12px;
	display:inline;
	border-left: 1px solid #fab268;
	font-size:1.1em;
	letter-spacing:1px;
	text-transform:uppercase;
}	

#hmenu ul li:first-child {border: none;}

/* End header */

/* Post */

.post {
	margin: 0 0 40px 0;
	overflow:hidden;
	clear:both;
	}

#content .post h2 {
	margin:0 0 10px;
	color: #630c0d;
}

#content .post h2 a {
	text-decoration: none;
}

#content h2 {
	margin:0 0 20px;
	color: #630c0d;
}

#content h3 {
	color:#f89938;
	margin: 0 0 15px 0;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#f89938;
	border-top: #f0d7bc 1px solid;
	padding: 8px 0 0 0;
}

.clear {
	clear: both;
}

.entry {
	font-size:1.3em;
	line-height:1.6em;
	margin:20px 0;
}

p.readmore {
	font-size: .9em;
	text-align: right;
}

.post blockquote {
	background:#FEFBF8 none repeat scroll 0 0;
	border-left:4px solid #F0D7BC;
	font-size:0.9em;
	margin:10px 0 20px;
	padding:10px 20px 1px;
}

.post ul, .post ol {
	margin: 0 0 15px 0;
}

.post ul li {
	margin: 0 0 3px 15px;
}

.post ol li {
	margin: 0 0 3px 35px;
}

.post ul li {
	background: url(images/bullet.jpg) no-repeat;
	padding: 0 0 0 13px;
	list-style: none;
}

.post fieldset {
	border:1px dashed #ccc;
}

.post fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.post table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.post table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.post table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

p img {
	max-width: 100%;
	}

img {
	padding: 0;
	border: none;
}

#footer a img {
	border: none;
	padding: 0;
	background: none;
}

img.amazon {
	padding: 0;
	border: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	margin: 3px 0 10px 15px;
	display: inline;
	float:right;
	}

.alignleft {
	margin: 3px 15px 10px 0;
	display: inline;
	float:left;
	}

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

.navigation .previous {
	float:left;
}
.navigation .next {
	float:right;
}

.navigation {
	clear:both;
	font-size:1.1em;
	color:#f89938;
	border-top: #f0d7bc 1px solid;
	padding: 5px 0 0 0;
	margin: -32px 0 45px 0;
}	

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.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;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments

#comments {font-size:1.4em;line-height:1.4em;}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {padding:20px;overflow:auto;}
li.comment div div, li.pingback div div {padding:0;overflow:visible;}
.commentlist li.even {background-color:#fafafa;}
.commentlist li.odd {background-color:#f6f6f6;}
ul.children li {list-style:none;}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}
.comment-meta, .reply {margin:0;padding:0;font-size:0.8em;}
.comment-author cite {font-style:normal;font-weight:bold;}
textarea#comment {width:100%;}
#comments div.navigation {font-size:0.8em;}

*/

/* Sidebar */

#sidebar p {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-size: 1.4em;
	color: #f89938;
	font-weight: bold;
	clear: both;
	margin: 0 0 10px 0;
	letter-spacing: 1px
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	background: url(images/bullet.jpg) no-repeat;
	padding: 0 0 6px 13px;
	font-size: 1.2em;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar .bookreview {
	float: left;
	width: 260px;
}

#sidebar .bookreview img.alignleft {
	margin: 2px 10px 0px 0;
}

.search, #sidebar .bookreview, .recentposts, .archives, .subscribe, .links ul, .follow {
	border-bottom: #f0d7bc 1px solid;
	margin: 0 0 10px;
}

.search, #sidebar .bookreview, .recentposts, .links ul {
	padding: 0 0 15px 0;
}

.archives select {
	margin-bottom: 10px;
}

p#feed {
	background: url(images/rss.jpg) no-repeat;
	padding: 0 0 0 23px;
}

p#facebook {
	background: url(images/facebook.gif) no-repeat;
	padding: 0 0 0 23px;
	margin-bottom: 10px;
}

p#twitter {
	background: url(images/twitter.gif) no-repeat;
	padding: 0 0 0 23px;
	margin-bottom: 10px;	
}
	
/* Search */

input#s {
	border: 1px solid #F0D7BC;
	padding: 4px;
	width: 170px;
	font-size:1.1em;
}

input#searchsubmit {
	border: 1px solid #F0D7BC;
	padding: 3px;
	color: #630C0D;
	text-transform: uppercase;
	background: #fdead7;
}

.search {
	margin-bottom: 15px;
}

/* Rating */

img.skulls {
	background: none;
	border: none;
	padding: 0;
}

/* Book Club */

.bookreview p {
	font-size: 1.2em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.bookreview p.readreview {
	letter-spacing: 0;
}

#latestreviews {
	clear: both;
	margin: 40px 0 0 0;
}

#latestreviews h3 {
	font-size: 1.4em;
	color: #f89938;
	font-weight: bold;
	margin: 0 0 10px 0;
	letter-spacing: 1px
}

#latestreviews .bookreview, #bookarchives .bookreview {
	float: left;
	width: 248px;
	height: 130px;
	padding: 0 10px 0 0;
}

#latestreviews .bookreview img.alignleft,
#bookarchives .bookreview img.alignleft {
	margin: 0 10px 0 0;
}

p.bookarchive {clear: left; font-size: 1.1em;}

/* Rating System */

dl {
	border-top: #f0d7bc 1px solid;
	border-bottom: #f0d7bc 1px solid;
	padding: 25px 0 0 0;
	float: left;
	margin-top:-38px;
}

dt {
	float: left;
	clear: left;
	width: 115px;
	margin-bottom: 10px;
}

dd {
	float:left;
	font-size:1.3em;
	line-height:1.5em;
	margin-bottom:25px;
	width:400px;
}

/* Comments */

p.comments {
	float: right;
	margin: 0;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist p.authorname,
ol.commentlist div.ctext p {
	font-size: 1.2em;
}

ol.commentlist p.commentmetadata {
	font-size: .9em;
	text-align: right;
}

ol.commentlist li {
	background:#FEFBF8 none repeat scroll 0 0;
	border:1px solid #F0D7BC;
	margin:0 0 10px;
	padding:15px;
}

ol.commentlist li.highlighted {
	background: #fff;
}

h3#comments {
	font-size: 1.5em;
	color: #630C0D;
}

h3#respond {
	clear: both;
	font-size: 1.5em;
	color: #630C0D;
	margin-top:20px;
}

p.commentmetadata {
	margin: 0;
}

form#commentform {
	margin-bottom: 20px;
}

form#commentform p {
	font-size: 1.1em;
}

form#commentform p small {
	font-size: 1em;
}

form#commentform img {
	padding: 3px;
	margin-bottom: 15px;
}

p.moderate {
	font-weight: bold;
	color: #F89938;
	font-size: 1.1em;
}

/* Footer */

#footer p {
	font-size: 1em;
	line-height: 1.5em;
}
