/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

html  {
	background: url(img/design/bg.jpg) repeat left top;
}

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	color: #373737;
	background: url(img/design/mainbg.jpg) no-repeat center top;
	height: 150%;
}

h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: normal;
}

h1  {font-size: 30px}
h2  {font-size: 24px}
h3  {font-size: 18px}
h4  {font-size: 16px}
h5  {font-size: 14px}
h6  {font-size: 12px}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {
	text-decoration: none;
	color: #373737;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

p  {
	margin: 18px 0;
}

ul, ol  {
	margin: 0;
	padding: 0;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #eb1608;
}

#nav  {
	position: absolute;
	right: 25px;
	bottom: 0;
}

#nav ul  {
	
}

#nav ul li  {
	display: inline;
	list-style: none;
	margin: 0 3px 0 0;
}

#nav ul li a span  {
	display: none;
}

#nav ul li a:link, #nav ul li a:visited  {

}

#nav ul li a:link  {
	
}

/*>>>>> Layout <<<<<*/

.fullcol  {
	width: 940px;
	margin: 0 10px;
}

#header  {
	position: relative;
	height: 125px;
}

#header h1  {
	display: none;
}

#header img  {
	margin: 26px 0 0 10px;
}

#main  {
	background: #fff url(img/design/contentbg.jpg) no-repeat left top;
	width: 940px;
	margin: 0 11px 0 9px;
}

#content  {
	width: 490px;
	padding: 20px 60px 0 60px;
}

* html #content{ margin-right:0 }


.post  {
	float: left;
	position: relative;
	margin: 0 0 20px 0;

}

* html .post { width:490px}
*+html .post { width:490px}

.post .meta .date  {
	position: absolute;
	top: 7px;
	left: -60px;
	width: 83px;
	height: 58px;
	padding: 15px 0 0 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	background: url(img/design/datebg.png) no-repeat center center;
}

.post .meta .date span  {
	display: block;
	font-size: 30px;
}

.post h2.title  {
	margin: 13px 0 0 25px;
	line-height: 24px;
}

.post .meta p.cats  {
	margin: -3px 0 7px 25px;
	text-transform: uppercase;
}

.post .meta p.cats a:link, .post .meta p.cats a:visited  {
	color: #373737;
	text-decoration: none;
}

.post .meta p.cats a:hover  {
	text-decoration: underline;
}

.post .entry  {
	padding: 7px 0 0 0;
	background: url(img/design/entrytop.png) no-repeat 5px top;
}

.postbot  {
	float: left;
	width: 500px;
	margin: 0 -15px;
	padding: 0 10px 20px 10px;
	background: url(img/design/postbot.png) no-repeat left bottom;
}

.postbot .comments  {
	display: block;
	width: 96px;
	height: 24px;
	padding: 7px 0 0 16px;
	text-decoration: none;
	background: url(img/design/comments.png) no-repeat left top;
}

.postbot .readmore  {
	margin: 10px 0 0 0;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 14px;
	width: 118px;
	background: url(img/design/readmore.png) no-repeat right top;
}

.arc_title {
	width: 500px;
	background: url(img/design/postbot.png) no-repeat left bottom;
	float: left;
	padding-bottom: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	color: #BAB6A8;
}

#postnav  {
	float: left;
	width: 500px;
	margin-top: -15px;
}

#postnav a:link, #postnav a:visited  {
	display: block;
	width: 28px;
	width: 144px;
	color: #373737;
	text-transform: uppercase;
	text-decoration: none;
}

#postnav p.prev a  {
	background: url(img/design/prevposts.png) no-repeat left top;
	padding: 0 0 10px 23px;
}	

#postnav p.next a  {
	text-align: right;
	background: url(img/design/nextposts.png) no-repeat right top;
	padding: 0 23px 10px 0;
}

#sidebar  {
	margin-right: 0;
}


#about  {
	position: relative;
	width: 300px;
	height: 274px;
	margin: 26px 0 0 0;
	background: url(img/design/aboutbg.jpg) no-repeat center center;
}

#about .inner  {
	width: 210px;
	height: 130px;
	margin: 0 45px 0 45px;
	padding: 70px 0 10px 0;
	color: #000;
	font-family: Georgia, serif;
	font-size: 14px;
	overflow: hidden;
}

#about .moreabout  {
	position: absolute;
	right: 40px;
	bottom: 43px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 18px;
	width: 52px;
}

#subscribe a  {
	margin: 8px 0 15px 7px;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 55px;
	width: 279px;
	background: url(img/design/rss.png) no-repeat center top;
}

/* #subscribe:after {content:"."; display:block; clear: both; visibility:hidden; height:0;}*/ 



#widgets  {

}

.widget  {
	margin: 0 0 30px 0;
	background: url(img/design/widgetborder.png) no-repeat left bottom;
}

.widget h2  {
	font-size: 16px;
	margin: 0 0 0 7px;
	padding: 7px 0 5px 14px;
	text-transform: uppercase;
	background: url(img/design/widgettitlebg.png) no-repeat left center;
}

.widget ul  {
	margin: 5px 0 0 0;
	padding: 5px 0;
	background: url(img/design/widgetborder.png) no-repeat left top;
}

.widget ul li:first-child  {
	border: none!important;
}

.widget ul li  {
	border-top: 1px dashed #e6ddcb;
	padding: 5px 0 5px 20px;
	width: 260px;
}

.widget ul li a:link, .widget ul li a:visited  {
	color: #373737;
	text-decoration: none;
}

.widget ul li a:hover  {
	text-decoration: underline;
}

/*>>>>> Comments Styling <<<<<*/


#comments  {
	float: left;
}

#comments h3.count  {
	color: #eb1608;
	font-size: 24px;
	font-weight: normal;
	width: 220px;
	height: 43px;
	margin: -10px 0 10px -70px;
	padding: 13px 0 0 60px;
	background: url(img/design/commentcountbg.png) no-repeat left top;
}

#comments h3.count span  {
	display: none;
}

#comments ol  {
	float: left;
	width: 460px;
}

#comments ol li  {
	float: left;
	width: 490px;
	margin: 0 0 10px 0;
	padding: 13px 0 0 0;
	background: url(img/design/commtop.png) no-repeat center top;
}

#comments ol li.alt  {
	background-color: #f4f4f4;
}

#comments ol li.author  {
	background: url(img/design/authcommtop.png) no-repeat center top;
}

#comments ol li .gravatar  {
	float: left;
	width: 65px;
}

#comments ol li .gravatar img  {
	margin: 0 0 0 10px;
	width: 42px;
	height: 42px;
	border: 3px solid #e3ddcd;
}

#comments ol li .gravatar img.default  {
	background: none!important;
}

#comments ol li .comment_meta  {
	float: right;
	width: 423px;
}

#comments ol li .comment_meta h4  {
	margin: 1px 0 -2px 0;
	font-size: 16px;
	text-transform: none;
	font-weight: bold;
}

#comments ol li .comment_meta a:link, #comments ol li .comment_meta a:visited  {
	color: #373737;
}

#comments ol li .comment_meta span  {
	font-size: 13px;
}

#comments ol li .comment  {
	float: left;
	width: 450px;
	padding: 0 20px;
	background: url(img/design/commbot.png) no-repeat center bottom;
}

#comments ol li.author .comment  {
	background: url(img/design/authcommbot.png) no-repeat center bottom;
}


#trackbacks  {
	float: left;
	margin: 20px 0;
	padding: 0 0 10px 0;
}

#trackbacks h5  {
	font-size: 14px;
	color: #434343;
	margin: 0 0 3px 0;
	text-transform: uppercase;
}

#trackbacks ol  {
	float: left;
	padding: 8px 0 0 30px;
	font-size: 11px;
	width: 438px;
}

#trackbacks ol li  {
	width: 438px;
	list-style: decimal;
	background: none;
	margin: 0;
	padding: 0;
}

#comments form  {
	float: left;
	width: 500px;	
	border-bottom: 2px dashed #b9b9b9;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

#comments h3.leave  {
	text-indent: -9999px;
	width: 247px;
	height: 56px;
	margin: -10px 0 10px -70px;
	background: url(img/design/leavecomm.png) no-repeat left center;
}

#comments form p  {
	margin: 0 0 10px 0;
}

#comments form input.txt  {
	background-color: #fff;
	border: 1px solid #b9b9b9;
	margin: 0 5px 0 0;
	padding: 6px 0 6px 5px;
	width: 235px;
}

#comments form label  {
	font-size: 11px;
}

#comments form textarea  {
	background-color: #fff;
	border: 1px solid #b9b9b9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 478px;
}

#bottom  {
	position: relative;
	z-index: -1;
	width: 1032px;
	height: 644px;
	margin: -500px auto 0 auto;
	background: url(img/design/bgbot.jpg) no-repeat center bottom;
}

#footer  {
	float: left;
	width: 960px;
	margin: 101px 0 -99px 0;
	text-align: center;
	text-transform: uppercase;
}

#footer a:link, #footer a:visited  {
	color: #373737;
	text-decoration: none;
}

#footer a:hover  {
	text-decoration: underline;
}

#footer .rights  {
	display: none;
}

/*>>>>> Entry Styles <<<<<*/

.entry img  {
	border: 5px solid #dad5c0;	
}

.entry ul  {
	margin: 5px 0 5px 30px;
}

.entry ul li  {
	list-style: disc;
}

.entry li ul li  {
	list-style: square;
}

.entry ol  {
	margin: 5px 0 5px 30px;
}

.entry ol li  {
	list-style: decimal;
}

.entry li ol li  {
	list-style: lower-roman;
}

.entry blockquote  {
	margin: 10px 15px;
	padding: 1px 40px 0 40px;
	color: #656565;
	font-style: italic;
	background: url(img/design/quotetop.jpg) no-repeat left top;
}

/*>>>>>>> POST IMAGE ALIGNMENT <<<<<*/

.entry img  {
}

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

.entry h2  {
	font-size: 20px;
}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
