/*  
Theme Name: Paper Pills
Theme URI: http://www.paper-pills.com
Description: A theme for Paper Pills, the world's best blog.
Version: 1.0
Author: Mat Brown
Author URI: http://www.mat-brown.com/
*/

body {
	background:#440e18;
	color:#9ba343;
	font-family:Arial;
}

a {
	text-decoration:none;
	color:inherit;	
}

h2 {
	font-size:16px;
}

a:hover {
	text-decoration:underline;	
}

body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
}

ul {
	list-style-type:none;
}

span.spacer {
	display:block;
	height:0;
	clear:both;
}

/* ------------ */

div#masthead {
	background: transparent url(images/masthead.png) repeat-x scroll left top;
	height:229px;	
}

#page {
	width:800px;
}

/*----------*/

#body {
	width:545px;
	margin:10px 45px 0 79px;
	float:left;
}

#navbar ul li {
	width:178px;
	height:19px;
	padding-top:2px;
	float:left;
	border-left:1px solid #9ba343;
	margin:3px 0 3px 0;
	font-size:16px;
	text-align:center;
}

#navbar ul {
	margin:0 4px 0 4px;	
}

#navbar ul li.first {
	border-left:0px solid black;
}

#content {
	background:white;
	color:black;
	font-size:12px;
	clear:left;
	padding:9px 21px 12px 21px;
}

#content img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:1px dashed #364651;
}

#contentTop {
	height:10px;
	background: transparent url(images/contentTop.png) no-repeat scroll left top;
	clear:left;
}

#contentBottom {
	height:10px;
	background: transparent url(images/contentBottom.png) no-repeat scroll left top;
}

#content a {
	color:#440e18;
	text-decoration:underline;
}

#content span.timestamp {
	font-size:13px;
	color:#364651;
	display:block;
	margin:0 0 8px 0;
}

#content p {
	margin:6px 0 6px 0;
}

#content blockquote {
	margin:10px 40px;
	font-family:'georgia';
}

#content .post {
	clear:both;
	border-bottom:1px dashed #9ba343;
	margin-bottom:8px;
	padding-bottom:8px;
}

#content .post ul {
	list-style-type: circle;
}

#content .post li {
	margin-left: 32px;
}

#content .postLinks {
	color:#364651;
}

#content .postLinks a {
	color:inherit;
	text-decoration:none;
}

#content .postLinks span {
	display:block;
	float:left;
	width:64px;
	margin:4px 5px;
}

#content .postLinks {
	margin:0 177px;
}

#content .postLinks .archiveLink {
	border-right:1px solid #364651;
}

#content #navNext {
	float:right;
}

#content #navPrevious {
	float:left;
}

/* ----- */

#sidebar {
	float:left;
	width:96px;
	font-size:11px;
	margin:28px 0 0 0;
	text-align:center;
}

#sidebar ul {
	margin-bottom:36px;
}

#sidebar li {
	margin:3px 0;
}

#sidebar li img {
	display:block;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
}

h2.currentlyReading {
	text-align:center;
}

#sidebar ul.currentlyReading li {
	text-align:center;
}

/* ------- */

#nextPost, #previousPost {
	font-size:11px;
	color:#9ba343;
	margin-bottom:12px;
}

#nextPost a, #previousPost a {
	color:inherit;
}

#nextPost {
	float:right;
	width:180px;
	text-align:right;
}

#previousPost {
	float:left;
	width:180px;
}

#commentform input, #commentform textarea {
	border:1px solid #364651;
	font-size:11px;
	padding:3px;
	font-family:inherit;
}

#commentform input.text {
	width:180px;
}

#commentform textarea {
	width:400px;
	height:108px;
}

#content ul.commentlist {
	border-bottom:1px dashed #9ba343;
	margin-bottom:12px;
}

#content ul.commentlist li {
	margin:8px 0;
}

#content ul.commentlist li p {
	margin:0;
}

#content ul.commentlist li p.moderation {
	font-style:italic;
	color:#364651;
	font-size:11px;
	margin:8px 0 0 0;
}

#content ul.commentlist li p.commentauthor {
	font-weight:bold;
}

#content ul.commentlist li p.commentdate {
	font-size:11px;
	color:#364651;
	float:right;
}

/* ------- */

.page#content .post {
	border-bottom:0px solid transparent;
	margin-bottom:0;
	padding-bottom:0;
}

.page#content .post h2 {
	text-align:center;
}

#content ul.blogrollPage {
	margin:8px 0;	
}

#content ul.archive p {
	margin:0;
}

#content ul.archive p.title {
	font-size:13px;	
}

#content ul.archive p.timestamp {
	color:#364651;
}

#content ul.archive li {
	margin:6px 0;
}

#content ul.archive li.monthHeader {
	border:1px #9ba343 dashed;
	margin:10px 0 6px 0;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
