/*
Theme Name: TotRev
Theme URI: http://tottenvillereview.com/
Description: Created by <a href="http://fanuzzi.com/">Michael Fanuzzi</a>, originally based off <a href="http://pure-essence.net/">"daffodil"</a>.
Version: 0.6.9
Author: Michael Fanuzzi
Author URI: http://fanuzzi.com/
Tags: fixed width, three columns, widgets, valid CSS, widget ready, simple, valid XHTML, left sidebar, green, yellow, black, flower, daffodil

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Layout */
body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: Georgia, serif;
	background: #ffffff;
	color: #001f00;
}


/* Default */
a {
	color: #001f00;
	text-decoration: underline;
}

a:hover {
}

a:focus {
	outline: none;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

blockquote {
	padding: 0 1.5em;
	margin: 0;
	/*background: url(images/quoteBk.gif) left top no-repeat;*/
}

img.alignleft {
	float: left;
	margin: 0 .8em .8em 0;
}

img.alignright {
	float: right;
	margin: 0 0 .8em .8em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

/* Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout */
#container1 {
	width: 91%;
	margin: 0 auto;
	min-width: 937px;
    max-width: 1400px;
    position: relative;
}

#container2 {
	/*background: url(images/greenBk.gif) 106px top repeat-y;*/
}

#container3 {
	/*background: url(images/flowerLeftBk.gif) left top no-repeat;*/
	background: url(images/blog.png) left 61px no-repeat;
}

#container4 {
	background: url(images/map.png) right 0px no-repeat;
}

#page {
	margin: 0 220px 0 196px;
	min-height: 700px;
	padding: 120px 12px 0 12px;
	position: relative;
}

* html #page {
	height: 700px;
}

#header3 {
/*	background: url(images/headerRightBk.gif) right top no-repeat;*/
    position: absolute;
    height: 120px;
    top: 0px;
    width: 656px;
    margin-left: -328px;
    left: 50%;
}

#header3 h1, #header3 div
{
    display: none;
}

#header4
{
	background: url(images/tottenvilleReview.gif) center top no-repeat;
    display: block;
    width: 100%;
	height: 120px;
	visibility: visible;
}

#header4 * {
	margin: 0;
    visibility: hidden;
}

/* widgets */
.widget_categoryposts .widgettitle {
    display: none;
}

.widget_categoryposts ul li * {
    padding-right: 4px;
}

.widget_categoryposts ul li .post-title {
    font-size: 18px;
}

.widget_categoryposts ul li .post-date  {
    margin: 2px 0px 6px 0px;
    text-align: right;
}

.widget_categoryposts ul li p {
    margin: 6px 0;
    text-align: left;
}

h2.pagetitle,
h2.commentheading {
	padding: 0;
	margin: 0;
	font-family: Georgia, serif;
	color: #ffd236;
	text-align: right;
	display: none;
}

div.thatcher {
	background: url(images/postBorderMid.png) center center repeat;
	margin-bottom: 12px;
}

div.thatcher div {
	background: url(images/postBorderLeft.png) left center repeat-y;
}

div.thatcher div div {
	background: url(images/postBorderRight.png) right center repeat-y;
}

div.thatcher div div div {
	background: url(images/postBorderTopBot.png) center bottom repeat-x;
}

div.thatcher div div div div {
	background: url(images/postBorderTopBot.png) center -4px repeat-x;
	border-bottom: solid 4px white;
	padding: 12px;
}

div.thatcher div div div div div {
	background: none;
	border-bottom: none;
}

/* category-specific styles */
.post.issue {
    
}

.post.issue div {
	padding: 0;
}

.post.issue li a.on {
    text-decoration: none;
}

.post.issue .issuelinks {
	width: 70%;
	display: block;
}

.post.issue .issuelinks ul {
	list-style-type: none;
	margin: 0;
}

.post.issue .issuelinks ul li {
	padding: 0 0 10px 0;
	margin-right: 10px;
	display: block;
	overflow: hidden;
}

.post.issue .issuelinks h4.letters {
	background-image: none;
}

.post.issue .issuelinks h4 {
	font-size: 16px;
	font-style: italic;
	background-image: url(images/bodyHr.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 6px 0 0 14px;
	margin-top: 8px;
	margin-bottom: 0px;
}

.post.issue .issuelinks a {
	text-decoration: none;
	display: block;
	padding-bottom: 14px;
}

.post.issue .issuelinks a h5 {
	display: none;
}

.post.issue .issuelinks a strong {
	font-size: 18px;
	color: #cc4c00;
	font-weight: normal;
}

.post.issue .issuelinks a em {
	font-size: 18px;
	color: #667f59;
	padding-left: 3px;
}

.post.issue .issuelinks a small {
	font-size: 14px;
	font-variant: small-caps;
	float: right;
	padding-top: 18px;
}

.post.issue div.issuecovers {
	width: 184px; 
	float: right;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.post.issue .issuecovers a {
	display: block;
	float: right;
	margin: 5px;
	width: 80px;
	height: 100px;
	overflow: hidden;
	background-color: #dde9cd;
	background-repeat: no-repeat;
	background-position: center top;
	border: solid 1px #dde9dc;
}

.post.issue .issuecovers a img {
	width: 100%;
	height: 100px;
}

.post.issue .issuecovers a.on img {
    display: none;
}

.post.issue div > h2:first-child {
    display: none;
}

.post.issue .postmetadata {
    display: none;
}

.post.issue .tags {
	display: none;
}

.post h3.archive-subhead {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.post h3.archive-subhead a {
	text-decoration: none;
}

/* general post styles */

.post {
	background: url(images/postBorderMid.png) center center repeat;
}

.post2 {
}

.post3 {
}

.post4 {
}

.post5 {
	padding: 12px;
overflow: auto;
}

.post h2 {
	padding: 0;
	margin: 10px 0;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}

.post h2 a,
.post h2 a:hover {
	color: #001f00;
	text-decoration: none;
}

.more-link {
	display: block;
	margin: 20px 0;
}

.reviewer-blurb {
    font-size: 12px;
}

.reviewer-blurb > span:last-child {
    padding-top: 11px;
    display: block;
}

.book-title { 
    font-style: italic;
}

.book-author {
}

.reviewer {
    font-style: italic;
}

.entry > a.wp-post-image, span.wp-post-image {
    background: url(images/transWhite.png) repeat scroll 0 0 transparent;
    border: solid 1px #c0c0c0;
    float: right;
    padding: 10px;
    margin: 0 auto 10px 10px;
}

.entry a.wp-post-image {
    text-align: center;
    text-decoration: none;
}

.entry a.wp-post-image img {
    border: solid 1px #f0f0f0;
}

.entry a.wp-post-image span {
    font-size: 11px;
    display: block;
}

.entry a.wp-post-image span em {
    display: block;
}

#content p {
	padding: 0;
	margin: 0.5em 0;
	line-height: 22px;
}

p.postmetadata {
    clear: both;
	display: none;
}

.blog p.postmetadata {
	display: block;
}

p.postmetadata,
p.postmetadata a,
p.tags,
p.tags a{
	color: #005100;
}

p.postmetadata a:hover,
p.tags a:hover {
	color: #fcfc44;
}

p.postmetadata,
p.tags {
	font-size: 0.85em;
	margin: 0;
	padding: 3px 0;
}

#content .entry p {
	margin: 0.8em 0;
}

#content p.tags {
	background: url(images/tagsIcon.gif) left 3px no-repeat;
	padding-left: 16px;
}

ul.postmetadata {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	height: 30px;
}

ul.postmetadata li.comments {
	float: right;
}

ul.postmetadata li.comments a {
	color: #bbf9bb;
	display: block;
	text-decoration: none;
}

ul.postmetadata li.comments a:hover {
	color: #fff;
}

ul.postmetadata li.comments a span {
	display: block;
	padding: 2px 5px 3px 5px;
}

#rightcol {
	width: 190px;
	float: right;
	padding: 2em 0 0 0;
}

#searchform {
}

#searchform div {
}

#s {
}

ul#navlist {
	padding: 0;
	margin: 1.5em 0 0 0;
	list-style: none;
	font-size: 0.9em;
	text-transform: lowercase;
}

ul#navlist li a {
	display: block;
	color: #bbf9bb;
	font-weight: bold;
	text-decoration: none;
}

ul#navlist li a:hover,
ul#navlist li.current_page_item a,
ul#navlist li.current_page_ancestor a {
}

#rightcol #navcontainer ul#navlist li a {
	position: absolute;
	width: 138px;
	height: 40px;
	font-size: 1px;
	color: #000000;
}

/* interviews */
#rightcol #navcontainer ul#navlist li.cat-item-5 a { 
    top: 100px;    
    right: 37px;
}
/* issues */
#rightcol #navcontainer ul#navlist li.cat-item-3 a { 
    top: 0px;    
    right: 0px;
    display: none;
}
/* reviews */
#rightcol #navcontainer ul#navlist li.cat-item-4 a { 
    top: 158px;    
    right: 3px;
}
/* essays */
#rightcol #navcontainer ul#navlist li.cat-item-12 a { 
    top: 213px;    
    right: 30px;
}
/* contact */
#rightcol #navcontainer ul#navlist li.page-item-23 a { 
    top: 316px;    
    right: 14px;
}
/* about */
#rightcol #navcontainer ul#navlist li.page-item-2 a { 
    top: 366px;    
    right: 68px;
}
/* contributors */
#rightcol #navcontainer ul#navlist li.page-item-29 a { 
    top: 266px;    
    right: 75px;
}
/* blog */
#rightcol #navcontainer ul#navlist li.cat-item-1 a { 
    top: 76px;    
    left: 4px;
}


#sidebar-right {
	float: left;
	margin: 620px 0 0 0;
	text-align: right;
	font-size: 12px;
}

#sidebar-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#sidebar-right ul * {
    margin: 0;
}

#sidebar-right ul #joinus {
	text-align: center;
}

#sidebar-right ul .blogroll { margin: 0 0 0 12px; padding: 12px; }
#sidebar-right ul .blogroll li { list-style-type: circle; text-align: left; padding: 2px 0; }

#sidebar-right ul li h2 {
    background:url("images/sidebarHr.png") no-repeat scroll right bottom transparent;
    display:block;
    height:1%;
    padding:4px 4px 4px 0;
}

#sidebar-right ul li p {
    text-align: left;
    margin: 0;
}

#sidebar-right div div div > div:first-child {
    margin-right:4px;
    padding:6px 0 8px 5px;
}

#sidebar {
	width: 196px;
	float: left;
	margin: 120px 0 0 0;
	text-align: right;
	font-size: 12px;
}

#sidebar #sidebar2 {
}

#sidebar #sidebar2 #sidebar3 {
}

#sidebar #sidebar2 #sidebar3 #sidebar4 {
}

#sidebar #sidebar2 #sidebar3 #sidebar4 #sidebar5 {
    padding: 6px 0px 6px 10px;
    margin-right: 4px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
/*	text-decoration: underline; */
}

#sidebar ul,
#sidebar ul ul,
#sidebar h2 {
	margin: 0;
	padding: 0;
}

#sidebar ul {
	list-style: none;
    margin: 0;
}

#sidebar h2 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #ffd236;
	padding: 1em 0 0.5em 0;
	font-size: 1.5em;
	background: url(images/commentBk.gif) right 2.3em repeat-x;
}

#sidebar ul ul li a {
	display: block;
}

#sidebar ul ul li a.post-title {
	padding: 2px 4px 4px 0;
	background: url(images/sidebarHr.png) right bottom no-repeat;
	height: 1%;
}

#sidebar ul ul li a img.wp-post-image { 
	float: left;
	margin: 10px 6px 0 0;
	padding: 0;
	border: 1px solid #DDE9DC;
}

.navigation {
	font-family: Georgia, serif;
	font-size: 0.9em;
	padding: 0 0 1em 0;
}

.navigation .alignleft a {
	background: url(images/navLeftArrow.gif) left bottom no-repeat;
	padding-left: 1em;
}

.navigation .alignleft a:hover {
	background: url(images/navLeftArrow.gif) left top no-repeat;
}

.navigation .alignright a {
	background: url(images/navRightArrow.gif) right bottom no-repeat;
	padding-right: 1em;
}

.navigation .alignright a:hover {
	background: url(images/navRightArrow.gif) right top no-repeat;
}


/* Comment */
h2.commentheading {
	padding: 0 0 1em 0;
}

ol.commentlist {
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
}

div.commentindheader {
	padding: 1em 1em 0 1em;
	font-family: Georgia, serif;
}

div.commentindtext {
	padding: 0 1em 1em 1em;
}

ol.commentlist li.alt div.commentindheader {
}

ol.commentlist li.alt {
}

div.avatarwrapper {
	position: relative;
	float: left;
	margin: 0 1em 0 0;
}

span.avataroverlay {
	position: absolute;
	display: block;
	background: url(images/commentAvatarOverlay.gif) left top no-repeat;
	width: 32px;
	height: 32px;
	top: 0;
	left: 0;
}

li.alt span.avataroverlay {
	background: url(images/commentAvatarOverlayAlt.gif) left top no-repeat;
}

li.alt blockquote {
	background-image: url(images/quoteCommentAltBk.gif);
}

div.commentindheader cite {
	font-style: normal;
}

#recaptcha_area {
	padding-bottom: 1em;
}

form#commentform {
	margin: 0 0 1em 0;
	padding: 1em;
}

form#commentform p {
	margin: 0 0 1em 0;
	padding: 0;
}

input#author,
input#email,
input#url {
	width: 27em;
}

input#author,
input#email,
input#url,
textarea#comment {
	font-family: Georgia, serif;
	font-size: 1em;
	padding: 2px;
	/*background: #008100;
	color: #fff;*/
	border: 1px solid #006f00;
}

textarea#comment {
	width: 45em;
	height: 120px;
}

input#submit {
	/*background: #006300 url(images/buttonBk.gif) left top no-repeat;
	border: 0;
	color: #fff;*/
	font-family: Georgia, serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 79px;
	height: 27px;
}


#footer {
	clear: both;
	background: #ffffff;
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #bbf9bb;
	padding-bottom: 10px;
}

#footer a {
	color: #ffe000;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footerinner {
	width: 937px;
	height: 20px;
	margin: 0 auto;
	padding: 1em 0 2em 0;
	background-image: url(images/flagRight.png);
	background-repeat: no-repeat;
	background-position: center center;
}

p.poweredBy {
	margin: 0 0 0 170px;
}

p.validations {
	margin: 10px 0 0 170px;
}

span.buttons {
	padding: 0 0 0 264px;
}

span.buttons img {
	border: 0;
	vertical-align: bottom;
	padding: 0 5px;
}

span.buttons img.home {
	width: 11px;
	height: 10px;
}

span.buttons img.top {
	width: 9px;
	height: 10px;
}

#footer a.xhtml,
#footer a.css {
	font-weight: bold;
	padding: 0 18px 0 0;
	color: #fff;
	background: url(images/greenArrow.gif) right 1px no-repeat;
}

#footer a.css {
	padding-left: 3px;
}

/* homepage */
#content .previous h2 { font-size: 18px; text-transform: uppercase; text-align: center; }
#content .previous h2 em { display: block; margin: 10px 0; }
#content .previous h2 a { text-decoration: none; }
#content .previous ul { }
#content .previous ul li { padding: 0.5em 0; overflow: hidden; }
#content .previous ul li a { font-size: 18px; color: #CC4C00; text-decoration: none; }
#content .previous ul li a img { float: right; margin-right: 15px; border: 1px solid #DDE9DC; }
#content .previous ul li span.featuring { display: block; width: 70%; }
#content .previous ul li span.featuring a { font-size: 14px; }
