/* =======================================================================================================================
=RESET
========================================================================================================================*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym, address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt, var,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul 
{
	list-style: none;
}

q:before,q:after, blockquote:before,blockquote:after 
{
	content: "";
}

a 
{
	text-decoration: none;
}

object {padding:0 !important; margin:0 !important;}

/* =======================================================================================================================
=CLEAR FLOATS
========================================================================================================================*/

.main:after,
.column:after,
.extra-sub:after,
.extra-content:after,
.navigation:after,
.search:after,
.featured-container:after,
.top:after,
h1.logo a:after,
.site-info:after 
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0em;
	visibility: hidden;
	overflow: hidden;
}

/* =======================================================================================================================
=GLOBAL STYLES
========================================================================================================================*/

body 
{
	background: #f6f6f2 url(images/top.gif) repeat-x top;
	color: #777;
	text-align: center; /* for IE */
	font-family: arial, helvetica, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl,
pre, p, blockquote, table, img 
{
	padding-bottom: .5em;
}

h1, h2, h3, h4, h5, h6, strong, em 
{
	font-weight: bold;
}

h1 
{
	font-size: 1.4em;
	padding: 10px 0 0 0;
}

h2 
{
	font-size: 1.2em;
}

h2 a 
{
	font-size: 1.1em;
}

h3 
{
	font-size: 1.9em;
	line-height: 1.8em;
}

h4 
{
	font-size: .7em;
	line-height: 1.4em;
}

a:link, a:visited 
{
	color: #75a820;
}

a:hover, a:focus 
{
	color: #d80000;
}

p 
{
	font-size: 0.8em;
	line-height: 1.3em;
}

/* =======================================================================================================================
=LAYOUT
========================================================================================================================*/

.container 
{
	margin: 0 auto;
	padding: 0;
}

.masthead 
{
	margin: 0 auto;
	padding: 0;
	width: 990px;
	position:relative;
	height:134px;
}

.main 
{
	width: 990px;
	margin: 0 auto 0 auto;
	padding: 2px 0 0 0;
}

.content 
{
	padding: 0 10px 0 0;
	float: left;
	margin-top:4px;
}


.sub 
{
	float: left;
	width:520px;
	margin-bottom:5px;
}

.sub h1 {
	color:#222;
	padding:2px 0;
	font-size:.8em;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}

.sub h1 span {
	background:url(images/h1-span.gif) no-repeat left center;
	padding-left:20px;
	font-weight:bold;
	line-height:1.6em;
	display:block;
}

.sub-extended 
{
	float: left;
	width:620px;
	background:#fff;
	margin-bottom:5px;
}

.sub-extended h1 {
	background:#f0f4f7;
	color:#d80000;
	padding:4px;
	font-size:.8em;
	font-weight:bold;
}

.sub-content 
{
	float:left;
	width: 440px;
	padding:0 4px;
	margin-bottom:10px;
	margin-top:5px;

}

.extra-sub {
	margin:0;
	background:#0d2154 url(images/extra.gif) repeat-x top;
	border-top:2px solid #fff;
}

.extra-content 
{
	width: 980px;
	margin: 0 auto;
	padding:5px;
	clear: both;
}



.site-info 
{
	margin: 0;
	background: #5a880e;
	border-top:1px solid #7eb524;
}


/* =======================================================================================================================
=RSS
========================================================================================================================*/

div.subscribe
{
	margin-top:4px;

}

div.subscribe li.rss,
div.subscribe li.email {
}

div.subscribe li.rss a {
	background:url(images/rss.gif) no-repeat;
	text-indent:-999em;
	display:block;
	width:240px;
	height:105px;
	margin-bottom:4px;
	padding:0;
}

div.subscribe li.rss a:hover {
	background:url(images/rss.gif) no-repeat;
	
}

div.subscribe li.email a {
	background:url(images/email.gif) no-repeat;
	text-indent:-999em;
	display:block;
	width:240px;
	height:105px;
	padding:0;
}


div.subscribe li.email a:hover {
	background:url(images/email.gif) no-repeat;
	
}



/* =======================================================================================================================
=NAVIGATION
========================================================================================================================*/

.navigation-container 
{
	width: 990px;
	height: 38px;
	margin: 0 auto;
	padding:0;
}

#navigation {
	padding:0;
	margin:0;
	z-index:2;
	position:relative;
	width:684px;
	float:left;

}

#navigation ul {padding:2px 0 0 12px; margin:0;}

#navigation a {
	display:block;
	margin-right:4px;
	
}

#navigation li {
	float:left;
}


/* colors and style */

#navigation a:link, #navigation a:visited 
{
	font-size: .7em;
	color: #fff;
	padding: 11px 10px;
	display: block;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	border-left:1px solid #6aa110;
	border-right:1px solid #6aa110;

}

#navigation a:hover, #navigation a:focus
{
background:#c1c0ab url(images/nav-hover.gif) repeat-x bottom;
	color: #fff;
}

#navigation #current a {background:#c1c0ab url(images/nav-hover.gif) repeat-x bottom; color:#fff;}


.copyright 
{
	margin: 0 auto;
	padding-top: 10px;
	width:980px;
}

.copyright p 
{
	text-align: center;
	color:#fff;
}

.copyright p a {
	color:#c1e288;
}

.copyright p a:hover {
	color:#fff;
}


/* =======================================================================================================================
=LOGO
========================================================================================================================*/

div.logo {
	width:306px;
	float:left;
	clear:left;
	padding-top:27px;
}

h1.logo 
{
	width: 306px;
	padding: 0;
	border: 0;
}

h1.logo a 
{
	background: url(images/logo.gif) no-repeat;
	float: left;
	display: block;
	width: 306px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}


/* =======================================================================================================================
=COLUMNS
========================================================================================================================*/

.column 
{
	float: left;
}

.extended {
	width:520px;
}

.extended .entry {
	padding-bottom:0;
	padding-left:0;
}


.extended .entry h2,
.extended .entry h3 {
	padding:6px;
	color:#222;
}

.extended .entry h2 {
	border-top:1px solid #ddd;
	line-height:1.6em;
}

.extended .entry p {
	padding: 0 6px 15px 6px;
}

.one 
{
	width: 520px;
	padding: 0;
}

.two {
	width:240px;
	padding:0;
}




.two ul li h2 {
	background:url(images/li.gif) repeat-x bottom;
	font-size:.9em;
}

.two ul li h2 span {
	
	background:url(images/h2.gif) no-repeat;
	color:#222;
	padding-left:25px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.8em;
	font-size:.8em;
	display:block;
}

.two ul li ul {
	padding-bottom:4px;
}

.two ul li ul li {
	padding:0 0 2px 0;
	background:url(images/li.gif) repeat-x bottom;
}

.two ul li ul li a {
	background:url(images/arrow.gif) no-repeat left center;
	padding: 0 0 0 20px;
	color:#747474;
	font-size:.8em;
	display:block;
	line-height:1.8em;
}

.two ul li ul li a:hover {
	color:#58840e;
}

.two ul li ul li ul li {
	background:none;
	padding-left:10px;
}


.two li#tag_cloud a {background-image:none; padding: 8px 4px;}

.three 
{
	width: 190px;
	padding: 0 0 0 10px;
}

.three ul li h2 {
	background:url(images/li.gif) repeat-x bottom;
	font-size:.9em;
}

.three ul li h2 span {
	
	background:url(images/h2.gif) no-repeat;
	color:#222;
	padding-left:25px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.8em;
	font-size:.8em;
	display:block;
}

.three ul li ul {
	padding-bottom:4px;
}

.three ul li ul li {
	padding:0 0 2px 0;
	background:url(images/li.gif) repeat-x bottom;
}

.three ul li ul li a {
	background:url(images/arrow.gif) no-repeat left center;
	padding: 0 0 0 20px;
	color:#747474;
	font-size:.8em;
	display:block;
	line-height:1.8em;
}

.three ul li ul li a:hover {
	color:#58840e;
}

.three ul li ul li ul li {
	background:none;
	padding-left:10px;
}

.three li#tag_cloud a {background-image:none; padding: 8px 4px;}

.extra-content .one {
	width:305px;
	padding-right:8px;
}

.extra-content .two {
	width:205px;
	padding-right:8px;
}

.extra-content .three {
	padding-right:8px;
}


.extra-content .three,
.extra-content .four {
	width:218px;
}

.extra-content ul li h2 {
	background:none;
	color:#fff;
	padding:4px 4px 0px 4px;
	font-size:.9em;
	font-weight:bold;
}

.extra-content ul li h2 span {
	background:none;
	padding-left:0;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.8em;
	font-size:.8em;
	display:block;
}

.extra-content ul li ul {
	padding-left:4px;
	padding-right:4px;
	padding-top:8px;
}

.extra-content p {
	padding-top:8px;
	padding-right:4px;
	padding-left:4px;
	color:#d4dbe8;
}

.extra-content ul li ul li {
	border-bottom:1px solid #375287;
	background:none;
}


.extra-content ul li ul li a {
	color:#d4dbe8;
	font-size:.8em;
	background:url(images/arrow_sub.gif) no-repeat left center;
	padding-left:25px;
	line-height:1.4em;
}

.extra-content ul li ul li a:hover {
	color:#fff;
	background:url(images/arrow_sub.gif) no-repeat left center;
	
}

.extra-content li.recentcomments a {background:none;}


/* =======================================================================================================================
=SEARCH
========================================================================================================================*/

.search 
{
	background: url(images/search.gif) no-repeat;
	height: 30px;
	float: right;
	margin-top:6px;
}

.search div 
{
	margin: 0;
	padding: 4px 0 0 0;
}

.search input.txt 
{
	border: 0;
	width: 180px;
	margin-top: -4px;
	margin-left: 34px;
	vertical-align: middle;
	background: transparent;
	font-size: .7em;
	color:#3c5a0b;
}

/* =======================================================================================================================
=FEATURED ENTRIES [HOMEPAGE]
========================================================================================================================*/

.featured-container 
{
	background: #fff url(images/featured-container.gif) repeat-x bottom;
	margin:0 auto;
	padding:2px 0 0 0;
	
}

.featured-entry h3 {
	padding-bottom:0;
}

.featured-entry h3 a
{
	color:#d80000 !important;
	background: none;
	font-size: .8em;
	font-weight:bold;
}

.featured-entry a:hover,
.featured-entry a:focus {
	color:#fff;
}

.featured 
{
	margin: 0 auto;
	padding: 0;
	width:990px;
}

.featured-entry 
{
	margin-top:-24px;
	padding: 25px 0 10px 10px;
	width:600px;
	float:left;
	background:url(images/featured-tab.gif) no-repeat right top;
	
	

}


.featured-entry p {
	color:#888;
}

.featured-entry p.meta {
	color:#444;
	font-weight:bold;
	clear:left;
	display:block;
}

.featured-entry p.meta a {
	color:#58840e;
}


.featured-img {
	width:350px;
	float:left;
	padding-right:6px;
	clear:left;
}

.featured-img img {
	width:340px;
	padding:8px;
	margin:8px 0 4px 0;
	float:left;
	background:#fff;
	border:1px solid #ddd;
}

/* =======================================================================================================================
=POSTS [HOMEPAGE]
========================================================================================================================*/

.entry 
{
	padding: 6px;
}

.entry h2, .entry h3, .entry h4, .entry p, .entry ul, .entry ol 
{
	padding: 0;
}

.entry h2 
{
	padding: 4px 0 5px 6px;
	font-size: 1em;
	background: none;
	text-transform: none;
}

.entry h2 a 
{
	color: #d80000;
	font-weight:bold;
	font-size:1em;
}

.entry h2 a:hover 
{
	color: #000;
}

.entry p 
{
	padding: 0 0 0 6px;
	line-height:1.2em;
	clear: left;
}

.entry p.comments {
	background:url(images/comments.gif) no-repeat 0 0;
	padding-left:25px;
	font-size:.8em;
	line-height:1.4em;

}

.entry small.commentmetadata {
	padding-left:0 !important;
	border-bottom:0 !important;
}

.entry h4 
{
	padding:4px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;


}

.entry h4 a {
	color:#69c;

}

.entry img 
{
	padding: 10px;
	background: #fff;
}

.entry div.meta {
	float:left;
	border-top:1px solid #ddd;
	margin-top:5px;
	padding-top:5px;
	width:500px;
}

.entry div.meta .left {
	width:270px;
	float:left;
}

.entry div.meta .right {
	width:230px;
	float:left;
}

.entry div.meta p.more {
	text-align:right;
}

.entry div.meta p.more a {
	background:url(images/more.gif) no-repeat 0 0;
	text-indent:-999em;
	display:block;
	height:32px;
	width:160px;
	float:right;
}

.entry div.meta p.more a:hover {
	background:url(images/more.gif) no-repeat 0 -32px;
}

p.tags {
	margin:5px 0;
}

/* =======================================================================================================================
=META & COMMENTS
========================================================================================================================*/

.postmetadata.alt {
	border-top:1px solid #ddd;
	font-size:100%;
}
.postmetadata.alt p {
	font-size:.75em;
}

.postmetadata.extra p {
	padding:0 0 10px 10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:.7em;
}

.postmetadata.alt .left-meta {
	font-size:.9em;
	border-bottom:1px dotted #ddd;
	margin-bottom:5px;
}

.postmetadata.alt .left-meta p {
	padding-bottom:0;
	padding-top:4px;
	color:#999;
}


ol.commentlist 
{
	font-size: .8em;
	padding:10px 0;
	float:left;
	width:510px;
	
}

ol.commentlist img.avatar {
	float:left;
	margin:0 4px;
}

ol.commentlist li 
{
	border-bottom: 1px solid #ddd;
	background:#fafafa;
	margin-bottom:10px;
	padding-top:4px;
	float:left;
	width:510px;
}

ol.commentlist cite,
ol.commentlist a,
ol.commentlist p {
	padding-left:10px !important;
}

ol.commentlist cite {
	font-weight:bold;
	font-size:.9em;
	color:#8f917e;
}


ol.commentlist p 
{
	font-size: 90%;
	padding-top:4px;
}


.comment-box textarea 
{
	background: #fff;
	border-width: 1px;
	border-color: #ddd;
}



h3#comments {
	clear:both;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	line-height:1.6em;
}

/* =======================================================================================================================
=EXTRA
========================================================================================================================*/

h3#comments,
h3#respond, h1.pagetitle 
{
	font-size: 1em;
}

h3#respond 
{
	padding-left: 0;
	padding-bottom:5px;
	clear:left;
}

h3#comments 
{
	margin-bottom: 10px;
}

h2.pagetitle 
{
	font-size: .9em;
	color:#222;
	padding:4px 0;
	text-transform:uppercase;
	border-bottom:1px solid #ddd;

}

.extended .entry h2.page {
	padding:0;
	border-bottom:1px solid #ddd;
	margin-bottom:5px;
}

.extended .entry h3 {
	padding:0;
	line-height:1em;
	font-size:1em;
}

.extended .entry h3 a {
	color:#59860e;
	font-weight:bold;
}

.extended .entry h3 a:hover {
	color:#69c;
}

.extended .entry small {
	font-size:.7em;
	border-bottom:1px solid #ddd;
	display:block;
	margin-bottom:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.extended .entry p {
	line-height:1.6em;
	padding-left:0;
	
}



/* =======================================================================================================================
=ADS
========================================================================================================================*/

.leaderboard 
{
	float:right;
	margin-top:30px;

}

.leaderboard img {
	padding:0;
}

.leaderboard2 
{
	margin:0 auto;
	

}

.leaderboard3 img {
	padding-bottom:2px;
}



