/* -------- 1) CLEAR DEFAULT STYLES -------- */
html, body { font-size:10px; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, font, img, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; vertical-align: baseline; background:transparent; }
ul, ol { list-style: none; }
ol {list-style-position: inside;}
h1, h2, h3, h4, h5, h6 { border:0px; font-size:10px; margin:0px; font-weight:normal; }
table, td {font-size: 1em;}
th {text-align:left;}
input, select, textarea {font-size:1em;}
form {display:inline;}
label {vertical-align:middle;}
input[type='radio'], input[type='checkbox'] {vertical-align:middle;}
img {border-style:none;}
em { font-style:italic; }

/* Font */
@font-face {
	font-family: 'RomeralRegular';
	src: url('/fonts/romeral-webfont.eot');
	src: local('?'), url('/fonts/romeral-webfont.woff') format('woff'), url('/fonts/romeral-webfont.ttf') format('truetype'), url('/fonts/romeral-webfont.svg#webfontvxeqJX44') format('svg');
	font-weight: normal;
	font-style: normal;
	}

/* CSS Start */
 body {
 	background-color: #486f6e;
	background-image: url("/07_bglrg.png");
	background-position: top center;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	}

a:link, a:visited {
	color: #ce3635;
	text-decoration:none;
	}

a:hover, a:active {
	color: #486f6e;
	text-decoration:none;
	}

div#main {
	margin: 0px auto;
	width:877px;
	}
	
div#main div#header {
	background-image: url("/07_header.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 193px;
	width:877px;
	position: relative;
	}

div#main div#header h1 a{
	background:none;
	display:block;
	overflow-x:hidden;
	overflow-y:hidden;
	text-decoration:none;
	text-transform:uppercase;
	text-indent:-99999px;
	height: 193px;
	width:877px;
	}

div#main div#header ul#menu {
	right:61px;
	top: 5px;
	position:absolute;
	}
	
div#main div#header ul#menu li {
	display: inline;
	}

div#main div#header ul#menu li a:link, div#main div#header ul#menu li a:visited {
	font-family: 'RomeralRegular';
	font-size:17px;
	color: #e4e8f1;
	margin-right:4px;
	}

div#main div#header ul#menu li a:hover, div#main div#header ul#menu li a:active {
	color: #8dc44f;
	}
	
div#main div#content div#entries {
	background-image: url("/07_bgentries.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #8dc44f;
	float:left;
	width:476px;
	margin: 0px 19px 0px 82px;
	position:relative;
	}

div#main div#content div#entries img.img {
	border: #486f6e 10px solid;
	width: 375px;
	margin: 15px 0px;
	}

div#main div#content div#entries div.entry h4.date {
	background-image: url("/07_date.png");
	background-position: top left;
	background-repeat: no-repeat;
	color: #e4e8f1;
	font-family: 'RomeralRegular';
	font-size: 16px;
	text-align:center;
	width: 67px;
	height: 81px;
	display:block;
	padding-top:24px;
	text-transform: uppercase;
	position:absolute;
	left:-40px;
	}

div#main div#content div#entries div.entry h4.date span{
	display:block;
	font-size:22px;
	margin-top:-8px;
	}

div#main div#content div#entries div.entry div.entry-body {
	width:400px;
	margin:15px 0px 0px 40px;
	}

div#main div#content div#entries div.entry div.entry-body h3{
	font-family: 'RomeralRegular';
	font-size: 29px;
	text-transform: uppercase;
	line-height: 28px;
	color: #486f6e;
	padding:15px 0px 0px;
	display:block;
	}

div#main div#content div#entries div.entry div.entry-body h4.info {
	color: #ce3635;
	font-size:12px;
	margin: 1px 0px 10px 0px;
	}

div#main div#content div#entries div.entry div.entry-body h4.info span {
	color: #486f6e;
	}
	
div#main div#content div#entries div.entry div.entry-body h4.info a.comment {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url("/07_comment.png");
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	width:15px;
	height:14px;
	overflow-x:hidden;
	overflow-y:hidden;
	text-decoration:none;
	text-transform:uppercase;
	text-indent:-99999px;
	float:left;
	margin: 2px 3px 0px 0px;
	}

div#main div#content div#entries div.entry div.entry-body h4.info a { text-transform: capitalize;}

div#main div#content div#entries div.entry div.entry-body div.body p {
	margin:10px 0px
	}

div#main div#content div#entries div#footer {
	text-transform: uppercase;
	width: 450px;
	margin: 0px auto;
	padding: 25px 0px 20px;
	text-align:right;
	}

div#main div#content div#entries div#footer hr, hr{
	border-top: 1px solid #e4e8f1;
	border-bottom: none;
	}
	
div#main div#content div#entries div#footer h5 {
	margin-right: 10px;
	font-size: 18px;
	}
	
div#main div#content div#entries div#footer h6 {
	margin: 10px 10px 0px 0px;
	font-size:14px;
	line-height:10px;
	}

div#main div#content div#entries div#footer div#counter {
	margin: 5px 10px;
	}

/* Sidebar */
div#main div#content div#sidebar {
	width:156px;
	background-color:#e4e8f1;
	float:left;
	padding:14px;
	}

div#main div#content div#sidebar h2{
	font-family: 'RomeralRegular';
	font-size:24px;
	color: #e18f6a;
	text-transform:uppercase;
	}

div#main div#content div#sidebar h2.twitter {
	background-image:url("/07_twitter.png");
	background-position:right bottom;
	background-repeat:no-repeat;
	height:25px;
	}

/* Archives */
div#main div#content div#entries div.arcyear {
	padding-top:25px;
	text-transform:uppercase;
	font-size:27px;
	margin: 0px 20px;
	font-family: 'RomeralRegular';
	font-size: 29px;
	text-transform: uppercase;
	line-height: 28px;
	color: #486f6e;
	}

div#main div#content div#entries div.arcmonth {
	padding-top:15px;
	text-transform:uppercase;
	margin: 0px 20px;
	}

div#main div#content div#entries a.tquet {
	display:block;
	margin: 0px 20px;
	padding: 15px 0px 0px;
	text-transform: uppercase;
	font-weight:bold;
	color: #000000
	}

div#main div#content div#entries div.arc-entry {
	margin: 0px 20px;
	}

/* Misc */
div#main div#content div#sidebar div.tweet {
	font-size:12px;
	color: #486f6e;
	margin:5px 10px 12px 8px;
	line-height:11px;
	}

div#main div#content div#sidebar ul {
	margin: 3px 10px 25px 8px;
	}

div#main div#content div#sidebar ul.categories {
	margin:3px 10px 15px 8px;
	}

div#main div#content div#sidebar ul.categories li{
	display:inline;
	}

div#main div#content div#sidebar ul li {
	line-height:12px;
	}

div#main div#content div#sidebar ul li a {
	color: #486f6e;
	text-transform: uppercase;
	font-size: 12px;
	}

div#main div#content div#entries ol.comments li div.comment {
	margin:0px auto;
	margin-top:15px;
	border-left:#486f6e 10px solid;
	padding:15px 15px 15px 25px;
	color:#000000;
	background-color:#e4e8f1;
	width:300px;
	}

div#main div#content div#entries div.comments-wrapper div.commentform {
	margin:0px auto;
	margin-top:35px;
	width:250px;
	}

div#main div#content div#entries div.comments-wrapper div.commentform p{
	margin-top:5px;
	}

blockquote { 
	margin:0px auto;
	margin-top:15px;
	border-left:#486f6e 10px solid;
	padding:15px 15px 15px 25px;
	color:#000000;
	background-color:#e4e8f1;
	width:300px;
	}
div#main div#content div#entries div.entry div.entry-body div.body ol {margin:0px 15px; list-style:decimal;}

div#main div#content div#entries div.entry div.entry-body div.body ul {margin:0px 15px; list-style:disc;}

div#main div#content div#entries div.entry div.entry-body div.body ol li {margin:0px 15px 5px;}

div#main div#content div#entries div.entry div.entry-body div.body ul li {margin:0px 15px 5px;}