/*
THEME NAME: Bookworm
THEME URI: http://bookworm.pilcrow.biz
DESCRIPTION: A 100% liquid layout! With rounded corners! Based on Sandbox, of course.
VERSION: 8
AUTHOR: <a href="http://pilcrow.biz/">Julie Hathaway</a>
*/

@import url(reset.css);

/* Colors
	Background: #F1EEE5;
	Lighter background: #F8F7F2
	Post title & links: #D20E21;
	Rules: #DDD0C4;
	Text: #550433;
*/

/* Table of Contents
	Global Styles
	Header
	Page Structure
	Posts
	Single Posts
	Comments
	Sidebar
	Footer
	Archives & Links Pages
	Archive Pages
*/

/* ------- Global Styles ------- */

body {
	background: #F1EEE5;
	color: #550433;
	}
	
.hidden {
	position:absolute;
	top:0;
	left:-999px;
	}
	
.divider {
	height: 1px;
	border-bottom: 1px solid #DDD0C4;
	}
	
.clearer {
	clear:both;
	}
	
a {
	text-decoration:none;
	}
	
a:hover, a:focus {
	border-bottom: 1px dotted;
	}
	
em {
	font-style:italic;
	}
	
strong {
	font-weight:bold;
	}
	
acronym, abbr { cursor: help }
	
span.edit-link {
	font: 1em/1.4em Verdana, sans-serif;
	}
	
/* ------- Header ------- */

#header {
	background: url(images/books.gif) center repeat-x;
	height: 122px;
	overflow:hidden;
	margin-right: -20px;
	}
	
h1#blog-title {
	display:none;
	}
	
#shelf {
	background: url(images/shelf.gif) repeat-x;
	height: 40px;
	margin-right: -20px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
#shelf img {
	margin: 3px auto 0;
	display:block;
	}
	
#shelf a img {
	border:0;
	}

	
/* ------- Page Structure ------- */

body { 
	padding-right: 20px;
	}
	
#container {
	width: 70%;
	float:left;
	}
	
#content {
	margin: 0 0 0 20px;
	}
	
#sidebar-wrap1 {
	width: 30%;
	float:right;
	}
	
#footerwrap {
	clear:both;
	margin: 0 0 0 20px;
	}
	
/* ------- Posts ------- */

.content-wrap3 { background: url(images/topright.jpg) top right no-repeat }
.content-wrap4 { background: url(images/topleft.jpg) top left no-repeat }
.content-wrap1 { background: url(images/midright.jpg) top right repeat-y }
.content-wrap2 { background: url(images/midleft.jpg) top left repeat-y }
.content-wrap5 { background: url(images/botright.jpg) bottom right no-repeat }	
.content-wrap6 { background: url(images/botleft.jpg) bottom left no-repeat }

.post, div.page {
	padding:40px;
	}
	
h1.entry-title {
	font: 1.25em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #DDD0C4;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
	color: #D20E21;
	}
	
h1.entry-title a {
	color: #D20E21;
	}
	
.entry-content {
	margin-bottom: 1em;
	}
	
.entry-content a:hover, .entry-content a:focus {
	border-bottom: 1px solid #fff;
	}
	
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D20E21;
	margin-top: 1.5em;
	line-height: 1.4;
	font-weight:normal;
	}
	
.entry-content h1 {
	font-size: 1.25em;
	}
	
.entry-content h2 {
	font-size: 1.15em;
	}
	
.entry-content h3 {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	}
	
.entry-content h4 {
	font-size: 0.9em;
	margin-bottom: -0.75em;
	}
	
.entry-content h5 {
	font-size: 0.9em;
	margin-bottom: -0.75em;
	font-style:italic;
	}
	
.entry-content h6 {
	font-size: 0.85em;
	margin-bottom: -0.75em;
	}

.entry-content p {
	font: 0.85em/1.6em Verdana, sans-serif;
	margin: 0.75em 0;
	}
	
.entry-content p.caption {
	margin-top:-0.5em;
	margin-bottom: 2em;
	}
	
.entry-content ul, .entry-content ol {
	margin-left: 2.5em;
	font: 0.85em/1.6em Verdana, serif;
	}
	
.entry-content ul li {
	list-style:disc;
	padding: 0.5em 0;
	}
	
.entry-content ol li {
	list-style:decimal;
	padding: 0.5em 0;
	}
	
.entry-content blockquote, .comments blockquote {
	padding: 0 2em;
	}
	
.entry-content code {
	font-family:monospace;
	background: #F8F7F2;
	}
	
.entry-content p.code {
	margin: 0 2em;
	font-family:monospace;
	background: #F8F7F2;
	padding: 6px;
	}
	
.entry-content img.floatleft,
.entry-content img.alignleft {
	float:left;
	margin-right: 1em;
	}
	
.entry-content img.floatright,
.entry-content img.alignright {
	float:right;
	margin-left: 1em;
	}
	
.entry-content a {
	color: #D20E21;
	border-bottom: 1px dotted;
	}
	
.entry-content a.more-link {
	color:#D20E21;
	}
	
blockquote.serif p {
	font: 1em/1.6 georgia, serif;
	}	

.entry-meta {
	text-align:right;
	font: italic 0.8em Verdana, sans-serif;
	color: #D20E21;
	border-top: 1px solid #DDD0C4;
	padding-top: 4px;
	}
	
.entry-meta a {
	color: #D20E21;
	}
	
.entry-meta p {
	margin-bottom: 0.25em;
	}

	
/* ------- Single Posts ------- */

.single .post {
	padding-bottom:0;
	}

.navigation {
	margin:0 40px;
	font: 0.85em/1.4em Verdana, sans-serif;
	padding:4px 0;
	text-align:center;
	}
	
.navigation a {
	color: #D20E21;
	}

.nav-previous {
	float:left;
	}
	
.nav-next {
	float:right;
	text-align:right;
	}
	
/* ------- Comments ------- */

#comments {
	margin: 0 40px;
	}
	
#comments h2 {
	font: 1.25em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #DDD0C4;
	padding-bottom: 4px;
	margin-top:40px;
	margin-bottom: 0.5em;
	color: #D20E21;
	}
	
#comments a {
	color: #D20E21;
	}
	
#comments li {
	margin: 20px 0;
	padding:6px;
	}
	
#comments li.alt {
	background:#F8F7F2;
	}
	
#comments li p {
	margin: 0.75em 0;
	font: 0.85em/1.6em Verdana, sans-serif;
	}
	
#comments li p a {
	border-bottom: 1px dotted;
	}
	
#comments li p a:hover, #comments li p a:focus {
	border-bottom:0;
	}
	
.comment-author {
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #DDD0C4;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
	color: #D20E21;
	}
	
#comments li.bypostauthor .comment-author {
	font-weight:bold;
	font-style:italic;
	}
	
#comments img.avatar {
	float:right;
	margin-left: 1em;
	margin-bottom: 0.5em;
	}
	
.comment-meta {
	text-align:right;
	font: italic 0.8em Verdana, sans-serif;
	color: #D20E21;
	border-top: 1px solid #DDD0C4;
	padding-top: 4px;
	margin-top: 1em;
	clear:right;
	}
	
#respond {
	padding-bottom: 40px;
	}
	
#respond p, #respond .form-label {
	font: 0.85em/1.4em Verdana, sans-serif;
	margin:0.5em 0;
	}
	
#respond .form-label {
	margin-bottom:0;
	}
	
span.required {
	color: #D20E21;
	}
	
div.form-textarea {
	margin-bottom: 6px;
	}
	
textarea#comment {
	width: 100%;
	padding:0;
	}
	
div.form-input {
	margin-bottom: 1em;
	}
	
div.form-submit {
	text-align:right;
	}
	
input, textarea {
	background: #F8F7F2;
	padding:2px;
	border-top: 1px solid #DDD0C4;
	border-left: 1px solid #DDD0C4;
	border-right: 1px solid #DDD0C4;
	border-bottom: 1px solid #DDD0C4;
	color:#550433;
	}


	
/* ------- Sidebar ------- */

#sidebar-wrap3 { background: url(images/topright.jpg) top right no-repeat }
#sidebar-wrap4 { background: url(images/topleft.jpg) top left no-repeat }
#sidebar-wrap1 { background: url(images/midright.jpg) top right repeat-y }
#sidebar-wrap2 { background: url(images/midleft.jpg) top left repeat-y }
#sidebar-wrap5 { background: url(images/botright.jpg) bottom right no-repeat }	
#sidebar-wrap6 { background: url(images/botleft.jpg) bottom left no-repeat }

#sidebar {
	padding: 40px;
	}
	
#sidebar h3 {
	font: 1.375em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D20E21;
	border-bottom: 1px solid #DDD0C4;
	padding-bottom: 2px;
	}
	
#sidebar ul ul, #sidebar ul form, #sidebar .widget {
	margin-bottom: 2em;
	}
	
#sidebar .widget, #sidebar .nowidget {
	color: #550433;
	font: 0.85em/1.4em Verdana, sans-serif;
	}
	
#sidebar .widget, #sidebar .nowidget {
	line-height: 1.3em;
	padding-top: 2px;
	}
	
#sidebar ul ul li a {
	color: #550433;
	display:block;
	border-bottom: 1px solid #DDD0C4;
	padding: 4px 2px;
	}
	
#sidebar ul ul li a:hover, #sidebar ul ul li a:focus {
	background: #F8F7F2;
	}
	
#sidebar ul ul ul {
	margin-bottom:0;
	}
	
#sidebar ul ul ul li {
	font-size: 1em;
	font-style:italic;
	}
	
#sidebar ul ul ul li a {
	padding-left: 1em;
	}
	
/* search form */

#sidebar form {
	padding: 6px 0 0;
	margin-right: 6px;
	}
	
#sidebar form input {
	width:100%;
	}
	
/* recent comments */

#sidebar ul#recentcomments li {
	border-bottom: 1px solid #DDD0C4;
	padding: 2px;
	}

#sidebar ul#recentcomments li a {
	display:inline;
	border-bottom:0;
	}
	
#sidebar ul#recentcomments li a:hover, #sidebar ul#recentcomments li a:focus {
	background:0;
	border-bottom: 1px dotted;
	}
	
/* calendar widget */
	
.widget_calendar table {
	width: 100%;
	color: #550433;
	font: 0.85em/1.4em Verdana, sans-serif;
	}
	
.widget_calendar table caption {
	margin: 6px 0 0;
	padding-bottom: 6px;
	text-align:center;
	}
	
.widget_calendar table caption, .widget_calendar table thead, .widget_calendar table tbody {
	background: #F8F7F2;
	}
	
.widget_calendar a {
	color: #550433;
	}
	
.widget_calendar table tbody a {
	font-weight:bold;
	}
	
.widget_calendar table th, .widget_calendar table td {
	padding-left: 6px;
	}
	
.widget_calendar table td#prev, .widget_calendar table td#next {
	padding-top: 6px;
	}
	
.widget_calendar table td#next {
	text-align:right;
	}
	
/* tag cloud */

li.widget_tag_cloud h3 {
	margin-bottom: 6px;
	}
	
li.widget_tag_cloud a {
	color: #550433;
	}
	
/* bling */

#sidebar li#bling.nowidget ul li a {
	border-bottom:0;
	display:inline;
	}
	
#sidebar li#bling.nowidget ul li a:hover,
#sidebar li#bling.nowidget ul li a:focus {
	background:transparent;
	}

#sidebar li#bling.nowidget ul li img {
	padding-bottom: 1.5em;
	}
	
	
	
/* ------- Footer ------- */


#footer {
	min-height: 80px;
	text-align:center;
	}

#footer p#footer-top {
	padding-bottom:0
	}
#footer p#footer-bottom {
	padding-top:0;
	}
	
#footer p {
	padding:30px;
	font: 0.85em/1.4em Verdana, sans-serif;
	}
	
#footer p a {
	color: #D20E21;
	}

/* ------- Archive & Links Pages ------- */


.entry-content ul.xoxo, 
.entry-content ul.xoxo h2,
.entry-content ul.xoxo ul {
	margin:0;
	padding:0;
	}
	
.entry-content ul.xoxo h2 {
	border-bottom: 1px solid #DDD0C4;
	padding: 2px;
	margin-right: 20px;
	margin-left: 20px;
	}

.entry-content ul.xoxo li {
	list-style:none;
	padding:0;
	float:left;
	width:50%;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
.entry-content ul.xoxo ul li {
	float:none;
	width:auto;
	margin-bottom:0;
	border-bottom: 1px solid #DDD0C4;
	margin-right: 20px;
	margin-left: 20px;
	margin-top:0;
	}
	
.entry-content ul#archives-page.xoxo ul li {
	padding:2px;
	}
	
.entry-content ul.xoxo ul {
	font-size: 1em;
	}
	
.entry-content ul.xoxo li a {
	border-bottom:0;
	color: #550433;
	display:block;
	padding: 2px;
	}
	
.entry-content ul#archives-page.xoxo li a {
	display:inline;
	padding:0;
	}
	
.entry-content ul.xoxo a:hover, .entry-content ul.xoxo a:focus {
	background:#F8F7F2;
	}
	
.entry-content ul#archives-page.xoxo a:hover, .entry-content ul#archives-page.xoxo a:focus {
	background:#FFF;
	border-bottom: 1px dotted;
	}
	
/* for subcategories */
	
.entry-content ul.xoxo ul ul li {
	padding-left: 1em;
	font-style:italic;
	}
	
	
/* ------- Archive Pages ------- */

.inner-wrap {
	padding-bottom: 40px;
	}

h1.page-title {
	font: 1.25em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #DDD0C4;
	padding:40px 0 4px;
	margin: 0 40px 0.5em;
	color: #D20E21;
	}
	
h1.page-title a, h2.entry-title a {
	color: #D20E21;
	}
	
h2.entry-title {
	font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #DDD0C4;
	padding-bottom: 4px;
	margin-bottom: 0.5em;
	color: #D20E21;
	}
	
.category .post, .archive .post, .search .post, .search .page {
	margin:20px 40px;
	padding:6px;
	background:#F8F7F2;
	}
	
.category .post.alt, .archive .post.alt, .search .post.alt, .search .page.alt {
	background:#FFF;
	}
	
.search .post.noresults {
	margin:0 40px;
	background:transparent;
	}
	
.search .post.noresults h1.entry-title {
	padding-top: 40px;
	}


	
	
	
	