/*
Theme Name: blogtainment
Theme URI:  
Description: The WordPress theme.
Version: 1.0
Author: blogtainment
Author URI: 
Tags: 

*/
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,b,u,i,center,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-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.clear{
	clear: both;
}
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a{
	color:#404040;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#c9ce2b;
	color:#404040;
	font:10px/1 Arial, HelvІetica, sans-serif;;
}
.wrapper{
	margin:30px auto 30px auto;
	width:1000px;
	background: #fff;
}
/* mainmenu */
#mainmenu{
	width:100%;
	height:48px;
	background: url(images/bgr_mainmenu.gif) repeat-x;
}
#mainmenu ul{
	padding: 5px 0 0 20px;
}
/*Top level list items*/
#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	color:#fff;
	padding:0 0 3px 15px;
	font-size:25px;
	font-weight: bold;
	line-height:1.1em;
	text-transform: capitalize;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}
/*Top level menu link items style*/
#mainmenu ul li a{
	display:block;
	color:#fff;
}
#mainmenu ul li.first a{
	color:#ef4135;
}
* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}
* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}
#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:none;
	color:#ef4135;
}
#mainmenu ul li.first a:hover{
	color:#fff;
}
/*1st sub level menu*/
#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 15px;
	padding:0;
	background:#1c1c1c;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:16px;
	font-weight: normal;
	background:none;
	padding:0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}
/* Sub level menu links style */
#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px;
	height:auto;
	padding: 7px 10px 7px 10px;
	margin: 0;
	border-bottom: 1px solid #2e2b2b;
	background:#1c1c1c;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
}
#mainmenu ul li ul li a:hover{ /*sub menus hover style*/
	text-decoration:none;
	background:#272727;
	color:#fff;
}
/* header */
#header{
	width:100%;
	height:148px;
	background: url(images/bgr_header.gif) repeat-x;
	overflow: hidden;
}
#header p{
	text-align: center;
	padding: 42px 0 0 0;
}
/*header_board*/
#header_board{
	width:100%;
	height:276px;
	overflow: hidden;
	background: url(images/bgr_header_board.png) no-repeat;
}
#header_board .left{
	float: left;
	width:373px;
}
#logo{
	width:365px;
	height:118px;
	background:url(images/logo.png) no-repeat;
	display:block;
	text-indent:-9999em;
	cursor:pointer;
	margin: 0 0 0 8px;
}
#header_board_posts{
	float: right;
	width: 627px;
}
/*header_search*/
#header_search{
	width:301px;
	overflow:hidden;
	margin:0 0 5px 42px;
}
#header_search h3{
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 0 6px 0;
	line-height: 1.1em;
}
#header_search fieldset{
	width: 100%;
	padding: 5px;
	overflow: hidden;
	background: url(images/bgr_header_search.gif) repeat-x;
}
#main_search_val{
	float:left;
	border:0;
	background:none;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:5px;
	margin:0 10px 0 0;
	width:243px;
}
#main_search_sub{
	float:left;
}
/*header_signin*/
#header_signin{
	width:301px;
	overflow:hidden;
	margin:0 0 5px 42px;
}
#header_signin h3{
	color: #fff;
	font-size: 18px;
	line-height: 1.1em;
	text-align: center;
	padding: 0 0 6px 0;
}
#header_signin_box{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: url(images/bgr_header_signin_box.gif) repeat-x;
}
#header_signin_box p{
	text-align: center;
	font-size: 13px;
	line-height: 1.3em;
	padding: 14px 0 0 0;
	color: #000;
}
#header_signin_box p a{
	color: #000;
}
/*header_board_post*/
.header_board_post{
	width: 157px;
	height: 240px;
	overflow: hidden;
	float: left;
	background: url(images/bgr_header_board_post.png) no-repeat;
}
.header_board_post h2{
	width: 100%;
	height: 88px;
	text-indent: -9999em;
}
.header_board_post .data{
	width: 137px;
	text-align: center;
	padding: 0 10px 0 10px;
	color: #35352b;
	font-size: 12px;
	line-height: 1.1em;
}
.header_board_post .data p{
	padding: 4px 0 0 0;
}
.header_board_post .data img{
	width: 120px;
	height: 90px;
}
.header_board_post .data a{
	color: #316865;
	text-transform: uppercase;
	font-weight: bold;
}
#header_board_post_music{
	width: 156px;
	background: url(images/bgr_header_board_post_music.png) no-repeat;
}
#header_board_post_flix{
	background: url(images/bgr_header_board_post_flix.png) no-repeat;
}
#header_board_post_now{
	background: url(images/bgr_header_board_post_now.png) no-repeat;
}
/*body*/
#body{
	width:100%;
	overflow:hidden;
	padding: 0 0 60px 0;
}
#content{
	float:left;
	width:610px;
	padding: 0 0 0 21px;
}
.home #content{
	width:622px;
	padding: 0 0 0 12px;
}
#sidebar{
	float:right;
	width:337px;
	padding: 0 13px 0 0;
}
/*post*/
.post{
	width:566px;
	overflow: hidden;
	margin:0 0 8px 0;
	border: 1px solid #d9d9d9;
	padding: 0 24px 5px 24px;
}
#content .page, .single .post{
	width:566px;
	margin:0;
}
.post .post_cat{
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px 0;
}
.post .post-categories{
	float: left;
	background: #d96430;
	color: #fff;
	font-size:26px;
	line-height:1.3em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 10px 0 10px;
}
.post .post-categories a{
	color: #fff;
}
.post .post-categories-more{
	width: 100%;
	overflow: hidden;
	background: url(images/ico_cat_title.gif) no-repeat;
}
.post .post-categories-more p{
	padding: 4px 0 0 42px;
	text-transform: uppercase;
	font-weight: bold;
	color: #d96430;
	font-size: 11px;
	line-height: 1.2em;
}
.post .post-categories-more p a{
	color: #d96430;
	padding: 0 16px 0 0;
	background: url(images/ico_cat_link.gif) no-repeat right 3px;
}
.post .title{
	color:#d96430;
	font-size:22px;
	line-height:1.3em;
	text-transform: uppercase;
}
#content .page .title{
	margin: 20px 0 10px 0;
}
.post .title a{
	color:#d96430;
}
.post .postmetas{
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
}
.post .postmetas .info{
	float: left;
	background: #0f798a;
	color: #fff;
	font-size: 11px;
	line-height: 19px;
	width: 313px;
	padding: 0 0 0 10px;
}
.post .postmetas .info a{
	color: #fff;;
}
.post .postmetas .digg{
	float: right;
	padding: 2px 0 0 0;
}
.post .entry{
	font-size:11px;
	line-height:1.3em;
}
.post .entry img{
	max-width: 100%;
}
#content .page .entry, .single .post .entry{
	font-size:13px;
}
.post .entry a{
	color: #d96430;
}
.post .entry .more-link{
	padding: 5px 0 0 0;
	margin: 0;
}
.post .entry .entry-thumbnail{
	margin: 0 14px 10px 0;
}
.post .entry .more-link a{
	text-transform: uppercase;
	font-weight: bold;
	background: url(images/ico_cat_link.gif) no-repeat right 3px;
	padding: 0 16px 0 0;
}
.post .entry p{
	margin:0 0 15px 0;
}
.post .entry .photo_sponsor{
	font-style: italic;
	font-size: 11px;
}
.post .entry .photo_sponsor_ddp{
	clear: both;
}
.post .entry ul {
	margin:0 20px 15px 25px;
}
.post .entry ul li{
	margin: 0;
	padding: 0;
	list-style:disc;
}
.post .entry ol {
	padding: 0 0 0 35px;
	margin:0 20px 15px 0;
	list-style:decimal;
}
.post .entry ol li {
	margin: 0;
	padding: 0;
}
/*related_posts*/
.related_posts{
	width: 405px;
	overflow: hidden;
	background: #c1dce1;
	margin: 15px 0 20px 0;
}
.related_posts h3{
	background: url(images/tit_related_posts.gif) no-repeat;
	text-indent: -9999em;
	width: 203px;
	height: 41px;
	margin: 0 0 15px 0;
}
.post .related_posts ol{
	margin: 0 20px 10px 20px;
	padding: 0;
}
.post .related_posts li{
	color: #0f798a;
	font-size: 13px;
	line-height: 1.3em;
	border-bottom: 1px dashed #95c4cb;
	padding: 5px 0 5px 0;
	list-style: none;
}
.post .related_posts li:last-child{
	border-bottom: 0;
}
.post .related_posts li a{
	color: #0f798a;
}
.post .related_posts p{
	color: #0f798a;
	margin: 0 20px 10px 20px;
	font-size: 13px;
	line-height: 1.3em;
}
/*sidebar_ad*/
.sidebar_ad{
	width: 100%;
	overflow: hidden;
	margin: 0 0 7px 0;
}
.sidebar_ad img{
	max-width: 100%;
	display: block;
}
/*sidebar_socials*/
#sidebar_socials{
	width: 100%;
	height: 281px;
	overflow: hidden;
	margin: 0 0 7px 0;
	background: url(images/bgr_sidebar_socials.jpg) no-repeat;
}
#sidebar_socials a{
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	width: 284px;
	height: 62px;
	margin: 0 0 1px 27px;
}
#sidebar_socials #sidebar_facebook{
	margin: 52px 0 1px 27px;
}
/*sidebar_media*/
.sidebar_media{
	width: 100%;
	overflow: hidden;
	margin: 0 0 7px 0;
}
.sidebar_media img{
	max-width: 100%;
}
/*sidebar_onthego*/
#sidebar_onthego{
	width: 100%;
	height: 281px;
	overflow: hidden;
	margin: 0 0 7px 0;
	background: url(images/bgr_sidebar_onthego.jpg) no-repeat;
}
#sidebar_onthego a{
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	width: 204px;
	height: 35px;
	margin: 0 0 0 75px;
}
#sidebar_onthego #sidebar_onthego_iphone{
	margin: 172px 0 14px 75px;
}
/*sidebar_toplist*/
#sidebar_toplist{
	width: 100%;
	height: 281px;
	overflow: hidden;
	margin: 0 0 7px 0;
	background: url(images/bgr_sidebar_toplist.jpg) no-repeat;
}
#sidebar_toplist h2{
	width: 100%;
	height: 84px;
	text-indent: -9999em;
	overflow: hidden;
}
#sidebar_toplist ul{
	width: 292px;
	height: 189px;
	overflow: hidden;
	margin: 0 0 0 20px;
}
#sidebar_toplist li{
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
}
#sidebar_toplist .thumb{
	float: left;
}
#sidebar_toplist .thumb img{
	float: left;
	width: 76px;
	height: 76px;
}
#sidebar_toplist .data{
	float: right;
	width: 207px;
}
#sidebar_toplist .data h3{
	color: #000;
	font-size: 13px;
	line-height: 1.2em;
	padding: 0 0 5px 0;
}
#sidebar_toplist .data h3 a{
	color: #000;
}
#sidebar_toplist .data p{
	color: #0f798a;
	font-size: 11px;
	line-height: 1.2em;
}
#sidebar_toplist .data p a{
	color: #d96430;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
/*sidebar*/
.sidebar_widgets{
	width:100%;
	overflow:hidden;
	font-size:12px;
	line-height:1.4em;
	color:#0f798a;
	padding:10px 0 0 0;
}
.sidebar_widgets a{
	color:#0f798a;
}
.sidebar_widgets .widgettitle{
	font-size:18px;
	line-height:1.3em;
	margin:0 0 10px 0;
	padding:0 0 8px 0;
	color:#000;
	border-bottom:1px solid #ededed;
	text-transform: uppercase;
}
.sidebar_widgets .widget_categories a, .sidebar_widgets .widget_archive a, .sidebar_widgets .widget_links a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_pages a, .sidebar_widgets .widget_meta a, .sidebar_widgets .widget_recent_entries a{
	display:block;
}
.sidebar_widgets .widget_categories a{
	display:inline;
}
.sidebar_widgets ul{
}
.sidebar_widgets ul li{
	margin:0 0 30px 0;
}
.sidebar_widgets ul ul{
}
.sidebar_widgets ul li ul li{
	background:none;
	padding:5px 0 5px 10px;
	margin:0;
}
.sidebar_widgets ul ul ul{
	margin:0 0 0 5px;
}
.sidebar_widgets ul li ul li ul li{
	border:0;
}
.widget_text .textwidget{
	padding:5px 0 5px 0;
	line-height:1.3em;
}
.sidebar_widgets .widget_tag_cloud a{
	padding:0 5px 0 5px;
	line-height:1.3em;
}
/*footer*/
#footer{
	width:960px;
	overflow:hidden;
	padding:0 0 50px 0;
	margin: 0 auto;
	color:#000000;
}
/*footer_icons*/
#footer_icons{
	text-align:center;
	padding:0 0 10px 0;
}
#footer_icons li{
	display:inline;
	padding:0 20px 0 20px;
}
/*footer_links*/
#footer_links{
	text-align:center;
	padding:10px 0 10px 0;
	font-size:11px;
}
#footer_links a{
	color:#000000;
	font-size:11px;
}
#footer_links p{
	margin:5px 0 0 0;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Begin Form Elements */
#respond{
	margin:30px 0 24px 28px;
	color:#fff;
	background: #0f798a;
	width: 570px;
	overflow:hidden;
}
#respond a{
	color:#fff;
}
#respond h3{
	width: 100%;
	height: 49px;
	text-indent: -9999em;
	background: url(images/tit_respond.gif) no-repeat;
}
#respond_inner{
	width: 522px;
	overflow: hidden;
	padding: 10px 0 10px 13px;
}
#commentform p{
	font-size:16px;
	line-height:1.6em;
	width:100%;
	overflow:hidden;
}
#commentform p a, #commentform p a:visited{
	text-decoration:underline;
}
#commentform p a:hover{
	text-decoration:none;
}
#commentform p input{
	float:left;
}
#commentform p label{
	float:left;
	padding:10px 0 0 5px;
}
#searchform{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#commentform input{
	width: 170px;
	padding: 8px;
	margin: 5px 5px 1px 0;
	border:0;
	background: url(images/bgr_respond_input.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

#commentform{
	margin: 5px 10px 0 0;
}
#commentform textarea{
	width: 97%;
	padding: 8px;
	height: 122px;
	overflow:auto;
	border:0;
	background: url(images/bgr_respond_textarea.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}
#commentform #submit{
	font-size:14px;
	line-height:1.6em;
	background:#0c5a67;
	color:#fff;
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	border:0;
	margin:5px 0 0 0;
	cursor:pointer;
}
/* End Form Elements */



/* Begin Comments*/
#comments{
	width: 569px;
	height: 42px;
	background: url(images/tit_comments.gif) no-repeat;
	margin:0 0 0 28px;
	color: #fff;
	font-size: 20px;
	line-height: 1.1em;
	text-transform: uppercase;
}
#comments span{
	display: block;
	width: 200px;
	text-align: center;
	padding: 5px 0 0 0;
}
.commentlist{
	padding: 0;
	text-align: justify;
	color:#000;
	background: #c1dce1;
	width: 529px;
	overflow:hidden;
	line-height: 1.3em;
	margin:0 0 0 28px;
	padding: 0 20px 20px 20px;
}
.commentlist a{
	color:#000;
}
.commentlist li{
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	background:#9dc8cf;

}
.commentlist .alt{
	margin: 10px 0 0 0;
	background:#b6e6ee;
}
.commentlist li ul li{ 
	margin-right: 15px;
	margin-left: 10px;
}
.commentlist p{
	margin: 10px 5px 10px 0;
	font-size:12px;
	line-height:1.3em;
}
.children{ padding: 0; }

#commentform p{
	margin: 5px 0;
}
.nocomments{
	text-align: center;
	margin: 0;
	padding: 0;
	font-size:1.2em;
}
.commentmetadata{
	margin: 0;
	display: block;
	font-size:12px;
	line-height:1.3em;
}
.reply{
	text-align:right;
}
.reply a, .reply a:visited{
	font-size:12px;
	line-height:1.3em;
	background:#63a8b3;
	color:#fff;
	padding:2px 6px 2px 6px;
}
.reply a:hover{
	text-decoration:none;
	background:#0f798a;
}
.comment-author{
	font-size:12px;
	line-height:1.3em;
	margin:0 0 10px 0;
}
.comment-author img{
	border:3px solid #63a8b3;
}
.commentlist .fn{
	position:relative;
	top:-10px;
	text-transform:capitalize;
}
.commentlist .says{
	position:relative;
	top:-10px;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 1.1em;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size:1.3em;
	font-weight:bold;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 95%;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #bdbdbd;
	}

blockquote {
	margin: 15px 0 20px 0;
	padding:15px 15px 5px 20px;
	border-left: 5px solid #bdbdbd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}
.nopost, .nocomments{
	text-align:center;
	color:#000;
	font-size:1.2em;
	line-height:1.5em;
}
/* End Various Tags & Classes*/

/*navigation*/
.navigation{
	width:100%;
	overflow:hidden;
	text-align: center;
	padding:10px 0 0 0;
	font-size:13px;
	line-height:1.8em;
	font-weight:bold;
	text-transform: uppercase;
}
.single .navigation{
	width:auto;
	margin:0 20px 0 38px;
}
.navigation a{
	color:#444444;
}
#content .wp-pagenavi{
	padding:10px;
}
#content .wp-pagenavi a {
	font-weight:normal;
	padding: 4px; 
	margin: 2px;
	color:#444444;
	background:#eeeded;
	border:1px solid #dbdada;
}
#content .wp-pagenavi a:hover{
	color:#444444;
	background:#d8d5d5;
	border:1px solid #dbdada;
}
#content .wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px;
	color:#444444;
	background:none;
	border:0;
}
#content .wp-pagenavi span.current {
	padding: 4px; 
	margin: 2px;
	color:#444444;
	background:#d8d5d5;
	border:1px solid #dbdada;
}
#content .wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;
	background:none;
	border:0;
	color:#444444;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
/*home_top*/
#home_top{
	width: 972px;
	overflow: hidden;
	margin: 0 0 7px 13px;
}
/*roundup*/
#roundup{
	float: left;
	width: 635px;
}
#roundup h2{
	width: 100%;
	height: 47px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(images/tit_roundup.gif) no-repeat;
}
#roundup_content_container{
	width: 620px;
	height: 481px;
	overflow: hidden;
	margin: 0 0 0 4px;
	background: #999999;
}
#roundup_content{
	width: 620px;
	height: 481px;
	overflow: hidden;
}
#roundup_content li{
	width: 620px;
	height: 481px;
	overflow: hidden;
}
#roundup_content img{
	width: 500px;
	height: 375px;
	display: block;
	margin: 0 auto;
}
#roundup_content .data{
	width: 620px;
	height: 134px;
	overflow: hidden;
	background: #999999;
}
#roundup_content .data h3{
	color: #fff;
	font-size: 18px;
	line-height: 1.0em;
	text-transform: uppercase;
	margin: 10px 0 5px 53px;
	width: 516px;
}
#roundup_content .data h3 a{
	color: #fff;
}
#roundup_content .data p{
	color: #333333;
	font-size: 14px;
	line-height: 1.0em;
	margin: 0 0 0 53px;
	width: 516px;
}
#roundup_prev{
	position: absolute;
	margin: 402px 0 0 14px;
	z-index: 1000;
}
#roundup_next{
	position: absolute;
	margin: 402px 0 0 582px;
	z-index: 1000;
}
/*micronews*/
#micronews{
	width: 337px;
	height: 528px;
	overflow: hidden;
	background: #487c86;
	float: right;
}
#micronews h2{
	width: 100%;
	height: 39px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(images/tit_micronews.gif) no-repeat;
	border-bottom: 3px solid #2e383b;
	margin: 0 0 4px 0;
}
#micronews_content{
	width: 330px;
	height: 471px;
	overflow: auto;
	margin: 0 0 0 5px;
}
#micronews_content ul{
	width: 310px;
	border: 1px dotted #7098a0;
	border-bottom: 0;
	overflow: hidden;
}
#micronews_content li{
	width: 300px;
	border-bottom: 1px dotted #7098a0;
	overflow: hidden;
	padding: 2px 5px 2px 5px;
}
#micronews_content .thumb{
	float: left;
	width: 72px;
	height: 72px;
}
#micronews_content .data{
	float: right;
	width: 220px;
}
#micronews_content h3{
	color: #fff;
	font-size: 12px;
	margin: 0 0 2px 0;
}
#micronews_content h3 a{
	color: #fff;
}
#micronews_content p{
	color: #fff;
	font-size: 11px;
}
#micronews_content p a{
	color: #d96430;
}
/*home_video*/
#home_video{
	width: 100%;
	height: 222px;
	overflow: hidden;
	background: url(images/bgr_home_video.gif) no-repeat;
}
#home_video h2{
	width: 100%;
	height: 72px;
	overflow: hidden;
	text-indent: -9999em;
	background: url(images/tit_home_video.gif) no-repeat;
}
#home_video .rss_video{
	width:613px;
	position: absolute;
	font-size: 12px;
	line-height: 1.3em;
	color: #f9bb4d;
	margin: 14px 0 0 366px;
}
#home_video .rss_video a{
	color: #fff;
	font-weight: bold;
}
#home_video_content{
	width: 939px;
	height: 117px;
	margin: 0 0 0 39px;
}
#home_video ul{
}
#home_video ul li{
	float: left;
	margin: 0 12px 0 0;
	width: 175px;
	height: 117px;
	z-index: 900;
}
#home_video ul img{
	width: 175px;
	height: 117px;
	float: left;
}
#home_video_prev{
	position: absolute;
	margin: 44px 0 0 16px;
	z-index: 10000;
}
#home_video_next{
	position: absolute;
	margin: 44px 0 0 954px;
	z-index: 10000;
}
/*homebox*/
.homebox{
	width: 100%;
	overflow: hidden;
	padding: 0 0 8px 0;
}
.homebox_left{
	float: left;
	width: 203px;
}
.homebox_right{
	float: right;
	width: 416px;
}
/*homebox_rec*/
.homebox_rec{
	width: 100%;
	overflow: hidden;
	margin: 0 0 8px 0;
	background: #c1dce1;
}
.homebox_rec2{
	background: #f5d7c9;
	padding: 9px 0 0 0;
	margin: 0;
}
.homebox_rec h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.0em;
	background: #4d9ca8 url(images/bgr_homebox_rec_title.gif) no-repeat center bottom;
	width: 100%;
	height: 42px;
}
.homebox_rec h2 span{
	display: block;
	padding: 9px 0 0 20px;
}
.homebox_rec2 h2{
	background: #e38c66 url(images/bgr_homebox_rec_title2.gif) no-repeat center bottom;
}
.homebox_rec ul{
	padding: 0 12px 0 12px;
}
.homebox_rec li{
	padding: 5px 0 5px 10px;
	border-bottom: 1px dashed #95c4cb;
	color: #0f798a;
	font-size: 12px;
	line-height: 1.3em;
	overflow: hidden;
}
.homebox_rec li.more{
	border-bottom: 0;
}
.homebox_rec li a{
	color: #0f798a;
}
.homebox_rec li.more a{
	background: #ccb4b4;
	text-transform: uppercase;
	color: #000;
	padding: 2px 4px 2px 4px;
	float: left;
}
.homebox_rec2 li.more a{
	background: #babfb9;
}
#homebox_rec_poll ul{
	padding: 0;
}
#homebox_rec_poll ul li{
	border-bottom: 0;
}
/*homebox_list*/
.homebox_list{
	width: 414px;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-top: 0;
}
.homebox_list h2{
	text-indent: -9999em;
	width: 100%;
	height: 41px;
	overflow: hidden;
	background: url(images/tit_topstuff.gif) no-repeat;
}
#homebox_right_featured_news h2{
	background: url(images/tit_featured_news.gif) no-repeat;
}
.homebox_list_content{
	width: 386px;
	overflow: hidden;
	padding: 0 0 0 15px;
}
.homebox_list_content ul{
	width: 100%;
	overflow: hidden;
}
.homebox_list_content li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0 10px 0;
}
.homebox_list_content .thumb{
	float: left;
	width: 76px;
	height: 76px;
}
.homebox_list_content .data{
	float: right;
	width: 300px;
}
.homebox_list_content .data h3{
	font-size: 14px;
	color: #0f798a;
	margin: 0 0 6px 0;
}
.homebox_list_content .data h3 a{
	color: #0f798a;
}
.homebox_list_content .data p{
	font-size: 12px;
	line-height: 1.2em;
	color: #0f798a;
}
.homebox_list_content .data p a{
	color: #d96430;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.homebox_list .more{
	text-align: right;
	background: #fbcecb;
	padding: 0 20px 0 0;
}
.homebox_list .more a{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
#homebox_right_featured_news .more{
	background: #c1dce1;
}
/*home_ad*/
.home_ad{
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0 0 9px 0;
}
/*home_charts*/
.home_charts{
	width: 616px;
	overflow: hidden;
	padding: 0 0 17px 0;
	margin: 0 0 9px 0;
	border: 1px solid #d9d9d9;
	border-top: 0;
	margin: 0 0 0 2px;
}
.home_charts h2{
	text-indent: -9999em;
	width: 100%;
	height: 42px;
	overflow: hidden;
	background: url(images/tit_topchart.gif) no-repeat;
}
.home_chart{
	width: 577px;
	margin: 10px 0 0 18px;
}
.home_chart h3{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: 1px dashed #c3dde2;
	padding: 0 0 5px 0;
	margin: 0 0 17px 0;
}
.home_chart h3 span{
	font-weight: normal;
}
.home_chart ul{
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
.home_chart li{
	float: left;
	padding: 0 2px 0 5px;
}
.home_chart li img{
	float: left;
	width: 89px;
	height: 89px;
}
.home_chart .more{
	text-align: right;
	background: #c1dce1;
	padding: 0 10px 0 0;
}
.home_chart .more a{
	text-transform: uppercase;
	font-size: 12px;
	line-height: 17px;
	color: #000;
}
.home_charts .more_chars{
	background: #e69a78;
	margin: 40px 0 0 0;
	text-align: center;
}
.home_charts .more_chars a{
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
}
/*Scroll*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #70979e;
}
.jScrollPaneDrag {
	position: absolute;
	background: #355e65;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 10px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
a.jScrollArrowUp {
	background: url(images/ico_basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowDown {
	background: url(images/ico_basic_arrow_down.gif) repeat-x 0 0;
}
/*all_post_links*/
#all_post_links{
	padding:0 0 30px 0;
}
#all_post_links li{
	color:#000;
	font-size:11px;
	line-height:1.6em;
	padding:3px 12px 3px 12px;
	border-bottom:1px solid #c3c3c3;
}
#all_post_links li a{
	color:#000;
	background:url(images/ico_list.gif) no-repeat left 2px;
	padding:0 0 0 15px;
}
#all_post_links .date{
	font-size:12px;
	font-weight:bold;
	padding:20px 12px 7px 12px;
}
