/* 
Theme Name: yarn
Version: 2.0.1
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 	{font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

body {
	background-image:url('images/blog_background.jpg');
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color:black;
	font-family: Times New Roman, times-roman, georgia, serif;
	font-size: 100%;
	line-height: 1.5em;
	}

a {
	color: black;
	text-decoration:none;
	border-bottom: 1px solid #D8D8D8;
	}

ol, ul, li, dl, dt {
	list-style-type: none;
	}


#container{}

#book_column {
	position:absolute;
	left:25px;
	top:20px;
	width: 340px;
	}
#book_column p {
	margin: 0px 0px 0px 30px;
	width: 280px;
	}

#blog_column{
	position:absolute;
	left:505px;
	top:120px;
	width: 485px;
	}

#blog_column p {
	font-family: times new roman,times,serif;
	color: #2B2B2B;
	font-size: 15px;
	word-spacing: 0.2pt;
	line-height: 1.8;
	}

#blog_column h2{
	 font-family: times, Times New Roman, times-roman, georgia, serif;
	color: #595A5D;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 6px 0px;
	font-size: 31px;
	line-height: 34px;
	letter-spacing: -1px;
	font-weight: bold;
}

#blog_column h2 a{
	color: #595A5D;
	}

#blog_column_page{
	position:absolute;
	left:395px;
	top:120px;
	width: 500px;
	} /* used on pages for a wider blog */

#third_column{
	position:absolute;
	left:714px;
	top:120px;
	width: 270px;
	}


.twitterwidget{
	line-height: 130%;
	font-size: 120%;
}

#third_column .entry-content{
	color: #595A5D;
	margin-bottom: 5px;
	line-height: 130%;
	font-size: 90%;
	}

#third_column .entry-meta{
	color: #c6c7ca;
	font-size: 90%;
	}

#third_column .time-meta a {
	color: #c6c7ca;
	font-size: 90%;
	}


/* NAVIGATION */

#supernav {
	font: bold 14px/12px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	position: absolute;
	top: 10px;
	left:500px;
	width: 620px;
/*	margin: 0 0 0 -360px; */
	padding: 5px 16px 5px 0px; /* duplicate the tab size */
	text-align: left;
	display: block;
	}

#supernav li {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	display: inline;
	}

#supernav a {
	color: #89898c;
	/*background: #f3f3f4; */
	font-weight: normal;
	height: 19px;
	padding: 5px 16px 5px 0px;
	border-bottom: 0px solid white;
	/* round corner tab - not for IE */
	/* -moz-border-radius-topright: 6px;  */
	/* -moz-border-radius-topleft: 6px;	*/
	}
	
#supernav a:hover {
	color: #111;
	background: white;
	text-decoration: none;
	border-bottom: 0px solid white;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;	
	}

#supernav .current_page_item a {
	color: #111;
	background: white;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
}



.post{}
.postmeta{}
.postnavigation{}
#searchform{}
#sidebar{}
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
