

/*========= SETUP =========*/
@import url("menu.css");  /* Drop Navigation specific styles */

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #000000;
	background-color: #000000;
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #cccccc 1px solid;
	font-size: 12px;
	padding: 5px;
}
li{
	list-style: none;
}
.clear {
	clear: both;
}

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

#content-wrap {
	float: left;
	width: 100%;
}
#content {
	margin: 0 340px 0 0;
}
#sidebar {
	width: 320px;
	float: left;
	margin-left: -320px;
	}
#page{
	width: 930px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding:15px;
	border: 1px solid #222222;
}
/*--- Main Columns ---*/
#columns{
	width:930px;
	margin: 0px;
}
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
	overflow:hidden;
}
.col2{
/*	float: left;
	width: 320px; */
}
/*--- Sub Columns ---*/
.subcol1 {
	width: 140px;
}
.subcol2 {
	width: 160px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 35px;
	width:930px;
	background-color: #222222;
	background-image: url(nav_bg_active.jpg);
	background-repeat: repeat;

}
#nav ul {
	position: relative;
	height: 35px;
	overflow: hidden;
	width: 960px !important;
	_width:930px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav .current_page_item {
	height:35px;
}
#nav ul li.back {
	width: 9px;
	height: 40px;
	z-index: 8;
	position: absolute;
}
#nav ul li a {
	text-decoration: none;
	text-align: center;
	line-height:35px;
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #181818;
	text-transform: uppercase;
} 

/*- Search -*/
#search{
	float: right;
	height: 30px;
	width:320px;
	margin-top: 0px !important;
	margin-left: 0px;
	margin-bottom: 15px;
}
#search input{
	background: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	float: left;
	font-size: 13px;
	width: 233px;
	padding: 5px;
}
#search .btn{
	padding: 5px;
	width: auto;
	width:70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #c7160c;
	border:1px solid #8e2314;
}
/*- Header -*/
#header{
	background-color: #ffffff;
	margin-top: 0;
	margin-bottom: 15px;
	_margin-bottom: -5px;
	width:930px;
	height:125px;
	background-repeat: no-repeat;
	background-position: right center;
}

/*- Logo -*/
/*- Logo -*/
#header h1{
	background-color: #ffffff;
	margin-top: 0;
	border: #000000 1px solid;
	margin-bottom: 15px;
	width:928px;
	height:125px;
}

#header h2{
	background-color: #ffffff;
	margin-top: 0;
	border: #000000 1px solid;
	margin-bottom: 15px;
	width:928px;
	height:125px;
	background:url(header.jpg);
	background-repeat:no-repeat;
}


#header h2 a{
	margin-bottom: 15px;
	width:259px;
	margin-left:229px;
	cursor:pointer;
	height:96px;
	}


/*- Top Div -*/
#topdiv {
	width: 960px;
	height:102px;
	_height:92px;
	padding-top: 15px;
	padding-bottom: 15px;
	_padding-bottom:5px;
	margin-right: auto;
	margin-left: auto;
	_margin-bottom:-20px;
}

/*- Top Banner -*/
#topbanner {
	width: 728px;
	height:90px;
	text-align:left;
	padding: 0px;
	margin-right:5px;
	float:left;
	border: 1px solid #222222;
	background-color:#ffffff;
	padding:5px;
      z-index:99999;
}

/*- Register -*/
#register {
	/*width:185px;*/
	width:191px;
	float:left;
	border: 1px solid #222222;
	background-color:#FFFFFF;
	height:80px;
	padding:10px;
	_padding:10px;
}

#register h2 {
	font-size:12px;
	margin-top:10px;

	margin-bottom:10px;
	line-height:12px;
	color:#222222;
}
#register p {
	font-size:11px;
	margin-bottom:5px;
}
#register .email {
	border: 1px solid #999999;
	width:110px;
	font-size:10px;
	float:left;
	margin-right:5px;
	margin-bottom:2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#register .register_btn {
	width:58px;
	font-size:10px;
	float:left;
	padding:3px;
	margin-bottom:3px;
	color: #FFFFFF;
	background-color: #ce321c;
	border:1px solid #8e2314;
}
#register a {
	color:#D02900;
}

/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	float:left;
	width:583px;
	height:auto;
	padding: 5px;
	background-color:#222222;
	border: 1px solid #222222;
	margin-bottom:15px;
	}
.video-left {
	float:left;
	width:285px !important;
	min-height:234px;
	display:inline;
	background-color:#222222;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	display:none;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	background-image: url(video_right_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
	
.video-right a {
	color:#FFFFFF;
}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #000000;
	background:#222222;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#666666 url(ico-watch.gif) right center no-repeat !important;
	}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/

.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
	margin-bottom:0px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Box -*/
.box, .featured_posts {
	clear: both;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #666666;
}
.box .post h2 a{
	color: #c7160c;
}
.box .post h2{
	font-size: 13px;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.box .post table {
	margin:10px;
	font-size:10px;
}
.box .post table input {

	width:198px;
}
.box .post p{
	line-height: 16px;
	font-size:11px;
	padding: 0px 10px 10px;
	color:#333333;
}
.box .dates {
	padding: 0px 10px 10px;
	font-size: 10px;
	color: #999;
}

.box .post p.post_date {
	font-size:11px;
	color:#D02900;
}
.box .post img{
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.xpostx .thumbnail {
/*	max-width: 287px;
	max-width: 288px; */
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 0;
	text-align: center;
	background-color: transparent;
}
.unique img{
	text-align: center;
	border-bottom: 1px solid #eee;
}



/*- Box2 -*/
.box2, .featured_posts {
	clear: both;
	height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
}
.box2 .post{
	width: 288px;
	background-color: #eeeeee;
	border:1px solid #666666;
}
.box2 .post h2 a{
	color:#000000;

}
.box2 .post h2{


	font-size: 13px;

	line-height: 18px;
	padding-top: 10px;

	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.box2 .post table {
	margin:10px;
	font-size:10px;
}
.box2 .post table input {
	width:198px;
}
.box2 .post p{
	line-height: 16px;
	font-size:11px;
	padding: 0px 10px 10px;
	color:#333333;
}
.box2 .post p.post_date {
	font-size:11px;
	color:#D02900;
}
.box2 .post img{
	float: right;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	padding:10px;
	width:573px;
	border: 1px solid #cccccc;		
}
.entry h2, .entry h3, .entry h4, .entry h5 {
	margin-bottom:15px;
}
.post-alt h2{
	font-size: 21px;
	padding: 0;
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
	line-height: 26px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	margin: 0 0 15px;
} 
p.post_date{
	color: #000000;
	margin-top:0px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
}
.post p.posted, .post-alt p.posted {
	font-size: 11px;
	color: #ffffff;
	line-height: 30px;
	background-color: #CC0000;
	text-align: right;
	background-image: url(nav2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}

p.posted a {
	color: #ffffff;
	text-decoration:underline;
}
.post-alt img alt {
	font-size:11px;
}
.xpostx {
	position: relative;
	height:300px;
}
.xpostx .posted {
	position: absolute;
	bottom: 0;
	width: 278px;
}


/*=== Buttons ===*/
.grapp {
	margin-bottom: 25px;
}
.continue{
	background: url(ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}

#commentform p {
	margin-bottom:15px;
}
.comments a{
	background: url(ico-comm.png) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(ico-arrow2.gif) no-repeat right;
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	display:inline;
        margin-bottom: 20px;
	min-height: 20px;
}
.navigation a {
	color: #C7160C;
	font-size: 1.2em;
	font-weight: bold;
}
.navigation .alignleft{
	float:left;
        width: 50%;
	text-align: left;
}
.navigation .alignright{
	float:right;
        width: 50%;
	text-align: right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#000 !important;
}
.singletags a { font-weight: normal !important; }
.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 2px;
	border: 1px solid #dddddd;
	float:left;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 15px;
	max-width:563px;
	}

.entry #map_canvas img {
		background: transparent !important;
	}
#map_canvas {
	margin-bottom: 15px;
}
	
img.wp-smiley {
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	vertical-align: -25%;
}
	
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}


/*========= COMMENTS =========*/

h2.commh2{
	font-size: 18px;
	color:#000000;
	padding: 0 0 15px;
	font-weight:bold !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	background-color: #f0f0f0;
}

ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
        color: #c7160c;
}
ol.commentlist cite a{
	font-weight: bold;
        color: #c7160c;
text-decoration: underline;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
	border-bottom:1px solid #DDDDDD;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background-color: #FFFFFF;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	padding: 2px
}
ol.commentlist2 p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist2 cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist2 li{
	padding: 20px 10px 10px 10px;
	border-bottom:1px solid #DDDDDD;
}
ol.commentlist2 li.alt{
	padding: 10px 10px 0 10px !important;
}
/*========= SIDEBAR =========*/

#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 9px;
	border: 1px solid #666666;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width:308px !important;
	height:auto !important;
	min-height:258px;
	_height:260px;
	padding:5px;
	border:1px solid #000000;
	background-color:#222222;
	float:left;
	display: block;
}
.col2 .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
.col2 .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 30px;
	background: #ffffff;
	color: #000000;
	border:1px solid #000000;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	height: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active{
	border: 1px solid #000000;
	text-decoration: none;
}
.col2 .mootabs_panel {
	display: none;
	clear: both;
	float:left;
	height:auto !important;
}
.col2 .mootabs_panel.active {
	display: block;
	float:left;
}
.col2 .mootabs_panel ul.list3,.col2 .mootabs_panel ul.list2,.col2 .mootabs_panel ul.list1,.col2 .mootabs_panel ul.list5 {
	width: 296px !important;
	padding:5px !important;
	border:1px solid #000000 !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:208px;
}

.col2 .mootabs_panel ul.pollo {
	width: 286px !important;
	padding:5px !important;
	border:1px solid #000000 !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:208px;
}
.list1 li,.list2 li,.list4 li, .list6 li{

}
.list2 li {
        line-height: 11pt;
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #ccc;
}
.list3 li {
        line-height: 11pt;
	font-size: 11px;
	padding: 5px 5px 5px 25px;

}
.list3 li img {
max-height: 32px;
max-width: 32px;
margin-right: 10px;
margin-TOP: 5px;
float: left;
border: 1px solid #c7160c;
}
.list3 li a {
color: #000;
	font-size: 11px;
text-decoration: underline;
}
.list3 li a:hover {
color: #c7160c;
text-decoration: underline;
}
.list5 li{
	padding: 6px 0 6px 0px;
	border-bottom: 1px solid #ccc;
}
.list1 li a,.list2 li a,.list4 li a, .list5 li a, .list6 li a{
	color: #000000;
	font-size: 11px;
}
}
/*- Ads -*/
.ads{

	border: 1px solid #ddd;
	height: 125px;

	width:308px;
	padding: 5px;
	margin:0 0 15px;
}







.ads img{
	float: left;


	margin:0 5px 0 0;
}
.ads img.last{
	margin: 0;
}
.skyscraper {
	margin-bottom:15px;	
	width:160px;
	height:600px;
}
.skyscraper img {
	float:left;

	/*width:160px;*/
	background-color:#f7f7f7;
}
/*- Flickr -*/
.flickr{

	border: 1px solid #666666;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}

.flickr h2{
	font-size:14px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
}
/*=== Styling Widget Lists ===*/
.widget {
	margin-bottom:15px;
}
.widget h2 {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:15px;
	font-size:14px;
}
.widget ul {
	border:none !important;

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.widget ul li {


	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;

	margin:0px;
}
.widget ul li a {
	color: #000000;
}

.widget select {
	width:138px;
	padding:0px;
}

/*========= BOTTOM LINKS =========*/


.bottom_links{
	clear: both;
	color: #ffffff;
	line-height: 18px;
	background-color: #f7f7f7;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bottom_links p, .external_links p {
	font-size:10px;
	margin-bottom:10px;
	color:#666666;
}
.external_links {
	clear: both;
	color: #ffffff;
	line-height: 18px;
	background-color: #222222;
	border: 1px solid #000000;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.external_links a {
	color:#FFFFFF;
}

/*========= FOOTER =========*/
#footer{
	clear: both;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	background-color: #E52D00;
	border: 1px solid #0b4e13;
	background-image: url(nav2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin:0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
position: relative;
}
#footer p {
	font-size:11px;
}
#footer p.right {
position: absolute;
right: 15px;
top: 2px;
}
/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
	_margin:0px 0px -10px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	margin-bottom:15px;
	padding-bottom:15px;
	padding-top:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
.blog{
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.avatar {
	float: right;
	margin-left: 10px;
	border: 1px solid #000;
}
#comment {
/*	width: 480px; */
	width: 583px;
}
.featured_posts h2 {
	font-size:11px;	
	text-align:left;
	margin-bottom:3px;
}
.featured_posts h2 span {
	color:#FFFFFF;
	fonts-size:12px;
	margin-bottom:0px;
	background-color: #222222;
	padding: 5px;	
}
.featured_post {
	margin-bottom: 15px;
	width:593px;
	float:left;
	background-color: #eeeeee;
	border: 1px solid #666666;
}
.featured_post h3 {
	font-size:13px;
	line-height:18px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.featured_post_image {
	width:288px;
	height:190px;
	border-left: 1px solid #666666;
	float: left;
	margin-top: 0px;

	margin-left: 10px;
}
.featured_post_image img {
	width:288px;
	height:190px;
}
.featured_post_content {
	width:294px;
	float:left;
}
.featured_post p {
	font-size:11px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color:#000000;
}
.featured_post img{	
}
.featured_post p.posted{
	font-size: 11px;
	color: #ffffff;
	line-height: 30px;
	background-color: #CC0000;
	text-align: right;
	background-image: url(nav2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;

	padding-left: 5px;
	width:583px;
	margin: 0px;

	float:left;
}
.similar_posts {
	clear:both;
}
.similar_posts li {
	list-style-position: inside;
	list-style-type: circle;
	padding-top: 3px;
	padding-bottom: 3px;
}
.pagelist ul {
	list-style: square;
}
.pagelist ul ul {
	margin-bottom: 20px;
}
.pagelist ul ul li {
	margin-left: 30px;
}
.blog a:link,.blog a:visited, .post p.entry a:link,.post p.entry a:visited {
	color: #C7160C;
}
.blog a:hover, .post p.entry a:hover {
	text-decoration: underline;
}
.continue a:link, .continue a:visited {
	color: #C7160C;
}

.posted a:link,.posted a:visited {
	color: #fff;
}

/** JAUHARI.net was here **/
.wp-polls-ul {
width: 500px;
margin: 0 auto;
}
.whites {
background: #fff;
}


/* modifications */


.box h3{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:5px;
	font-size:14px;
	
	color: #FFFFFF;
	background-color: #505151;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat;
}


#mpu_banner {
	width:300px;
	height:auto;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 7px;
	border: 1px solid #666666;
}

#bonus{background:#fff; font-size:11px; color:333; border-bottom:1px solid #eee; margin-bottom:12px;}

#banner h2{font-size:14px; color:#c7160c; text-decoration:none; padding-left:4px; padding-bottom:5px; padding-top:10px;}
#banner h2 a{font-size:14px; color:#c7160c; text-decoration:none; padding-left:4px; padding-bottom:5px;}
#banner h2 a:hover{font-size:14px; color:#c7160c; text-decoration:underline;}

#banner img{float:left; margin-right:3px; margin-bottom:4px; border:none; margin-left:10px; margin-top:10px;}

#bonus .text{font-size:11px; color:#333; text-decoration:none; line-height:16px; padding-left:15px; margin-left:45px;}

#banner span img{margin-left:10px; margin-bottom:4px; margin-top:6px; float:right; }


/* bonus */

#recentPosts{	
	padding: 1px 0 5px 0;
	width: 300px;	
	/*margin: 5px 0 0 5px;*/
	background:#fff;
}

#recentPosts h3{
	margin: 0 0 0 2px; font-size:13px; color:#c7160c; text-decoration:none; padding-left:2px; padding-bottom:2px; padding-top:10px; _padding-top:0px; font-weight:bold; _margin-top:-10px;}

#recentPosts h3 a{
	margin: 0 0 0 2px; font-size:13px; color:#c7160c; text-decoration:none; padding-left:2px; padding-bottom:2px; padding-top:10px; _padding-top:0px; font-weight:bold; _margin-top:-10px;}

#recentPosts h3 a:hover{font-size:13px; color:#c7160c; text-decoration:underline; font-weight:bold;}


#recentPosts ul{
	padding-top: 0px;
}

#recentPosts ul li{
	padding: 8px 0 3px 0;
	margin: 0 10px 0 10px;
	color:#333;
	font-size:11px;
	background: transparent url('dots_horiz.gif') left bottom repeat-x;
	margin-bottom:3px;
	padding-left:10px;
	padding-bottom:5px;
	margin-left:6px;
}

#recentPosts ul li img{
	float: left;
	margin: 0 8px 8px 0;
	margin-top:10px;
	border: none;
}


#mpu_banner h2{
    color: #FFFFFF;
	background-color: #505151;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom:8px;
	font-size:14px;
	}

#pop a{font-weight:bold; text-decoration:none;}
#pop a:hover{font-weight:bold; text-decoration:underline;}
