/****************************************/
/*               GENERAL                */
/****************************************/

body
{
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #677693;
}

a
{
	color: #1F6FAC;
}

a:hover
{
	color: cc0000;
}

a img
{
	border: 0;
}

/****************************************/
/*                LAYOUT                */
/****************************************/

#header
{
	width: 100%;
	height: 74px;
	background-color: #dfe5f0;
	background-image: url('../images/top_bg.gif');
	background-repeat: repeat-x; 
}

#header_left
{
	width: 388px;
	height: 73px;
	background-image: url('../images/top_left.jpg');
	background-repeat: no-repeat;
	float: left;
}

#header_right
{
	width: 473px;
	height: 73px;
	background-image: url('../images/top_right.jpg');
	background-repeat: repeat-x;
	float: right;
}

#navigation
{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	text-align: right;
}

#navicons img
{
	margin-left: 2px;
}

#search_form
{
	margin-top: 10px;
}

#search_form form
{
	margin: 0;
	padding: 0;
}

#search_form input
{
	border: solid 1px #ced5e1;
	color: #b6b6b6;
	height: 22px;
	background-color: #fff;
	margin-left: 1px;
	padding: 2px;
}

#search_form input.button
{
	background-image: url('../images/search_ico.gif');
	background-repeat: no-repeat;
}

#top_menu
{
	width: 100%;
	height: 27px;
	background-color: #f7f9fb;
	background-image: url('../images/menu_bg.gif');
	background-repeat: repeat-x;
}

#menu_aligner
{
	position: absolute;
	left: 50%;
	width: 840px;
	margin-left: -420px;
}

ul.tabs
{
	float: center;
	list-style-type: none;
	padding: 0;
	margin-top: 0;
}

ul.tabs li
{
	height: 26px;
	float: left;
	padding-top: 5px;
	margin: 0;
	background: url('../images/menu_separator.gif') no-repeat right top;
	margin-right: 1px;
}

ul.tabs li.first
{
	height: 26px;
	width: 3px;
	background: url('../images/menu_separator.gif') no-repeat left top;
}

ul.tabs li.active a
{
	color: #3e4553;
}

ul.tabs li a
{
	display: block;
	padding: 0px 20px 0px 15px;
	color: #8d9bb5;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

ul.tabs li a:hover
{
  color: #677693;
}

#content
{
	width: 100%;
	padding-top: 15px;
}

#content_left
{
	width: 17%;
	float: left;
}

#content_center
{
	margin: 0 0 0 17%;
}

#content_center_inside
{
	margin: 0 17% 0 17%;
}

#content_right
{
	width: 17%;
	float: right;
	font-size: 11px;
}

#content_right a
{
	color: #81868f;
}

#content_right a:hover
{
	color: #cc0000;
}

#content_left .inner_block
{
	padding: 0 15px 0 15px;
}

#content_center .inner_block
{
	padding: 0 15px 0 15px;
}

#content_center_inside .inner_block
{
	padding: 0 15px 0 15px;
	text-align: center;
}

#gallery_images
{
	display:none;
}

#content_right .inner_block
{
	margin: 0 15px 0 0px;
}

#footer
{
	width: 100%;
	height: 60px;
	background-color: #f6f8fb;
	border-top: solid 1px #cccccc;
	margin-top: 30px;
	font-size: 11px;
	line-height: 20px;
	color: #9fa9be;
}

#footer .inner_block
{
	padding: 10px 20px 10px; 20px;
}

#footer a
{
	color: #9fa9be;
	font-size: 12px;
}

#footer a:hover
{
	color: #565b65;
}

h2
{
	font-size: 16px;
	margin: 0 0 10 0;
}

h3
{
	font-size: 14px;
	margin: 0 0 10 0;
}

ul.list
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.list li
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 20px;
}

/****************************************/
/*               CONTENT                */
/****************************************/

#content_left img
{
	border: solid 1px #939393;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

.left_item_element
{
	width: 100%;
	margin-bottom: 10px;
	min-height: 50px;
}

#content_left a
{
	color: #677693;
	font-size: 11px;
}

#content_left a:hover
{
	color: #cc0000;
}

#content_center_inside img, #content_center img
{
	border: solid 1px #939393;
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}

#content_center h5
{
	font-size: 12px;
	margin: 0 0 5px 0;
}

.center_item_element
{
	width: 100%;
	margin-bottom: 20px;
	min-height: 115px;
}

.video_items
{
	text-align: center;
	width: 540px;
}

.image_item
{
	width: 175px;
	float:left;
	margin-right: 10px;
	text-align: left;
	height: 220px;
}

.image_item a
{
	font-size: 11px;
	line-height: 120%;
}

#content_center_inside .image_item a:hover img, #content_center .image_item a:hover img
{
	border: 1px dashed;
}

.length
{
	padding-left: 11px;
	background: url('../images/time.gif') no-repeat left 8px;
	font-size: 11px;
	color: #a0a0a0;
	float: left;
	padding-top: 5px;
}

.rating
{
	float: right;
	font-size: 11px;
	color: #a0a0a0;
	width: 100px;
	padding-top: 5px;
}

.stars_txt
{
	float: right;
	width: 36px;
}

.stars
{
	background: url('../images/star.gif') repeat-x left;
	float: right;
}


#content_center a, #content_center_inside a
{
	color: #677693;
}

#content_center a:hover, #content_center_inside a:hover
{
	color: #cc0000;
}

#content_center a.more
{
	color: #005aff;
}

#content_center a.more:hover
{
	color: inherit;
}

#content_right .read_more
{
	text-align: right;
}

#content_right .read_more a
{
	color: #5279c1;
}

#content_right .read_more a:hover
{
	color: inherit;
}

#content_left .read_more
{
	text-align: right;
}

#content_left .read_more a:hover
{
	color: inherit;
}

#content_left .read_more a
{
	color: #5279c1;
}

#content_center .post_info
{
	padding-top: 8px;
	display: table-cell;
	vertical-align: bottom;
}

#content_center .post_info img
{
	border: 0;
	margin-top: 0px;
}

#content_center .post_info a
{
	color: #a7b6d0;
	font-size: 11px;
}

#content_center .post_info a:hover
{
	color: inherit;
}

#content_center .post_info a.blog_link
{
	color: #6f8abc;
	font-size: 11px;
}

#content_center .post_info a.blog_link:hover
{
	color: #464f60;
}

.onair_time
{
	font-weight: bold;
	color: #aeaeae;
}

/****************************************/
/*                CLOUD                 */
/****************************************/

#tags_cloud
{
	padding-left: 2px;
	line-height: 20px;
	font-family: Verdana;
}

#tags_cloud h2
{
	font-size: 16px;
	font-family: Arial;
	padding-bottom: 0px;
}

#tags_cloud .break
{
	width: 160px;
	height: 25px;
}

#tags_cloud_page
{
	padding: 0px 40px 0px 40px;
	line-height: 30px;
	font-family: Verdana;
}

#tags_cloud a:hover
{
	color: #cc0000;
}

/****************************************/
/*                 NEW                  */
/****************************************/

ul.categories
{
	margin: 10px 10px 10px 5px;
	padding: 0;
}

ul.categories li
{
	list-style-type: none;
    background: url(../images/menu_arrow.gif) no-repeat left;
	padding-left: 14px;
}

#content_left ul.categories li a
{
	font-size: 15px;
	font-weight: bold;
	line-height: 160%;
	text-decoration: none;
	border-bottom: dashed 1px #ff5611;

}

#content_left ul.categories li a:hover
{
	color: #ff5611;
	border-bottom: solid 1px #ff5611;
}

.play_ico
{
    background-image: url(../images/play.png);
    background-position: center center;
    background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	margin-left: 7px;
	margin-top: -32px;
}

a.findmore
{
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
}

#content_right .inner_block a img
{
	border: solid 1px #939393;
}

#content_right .inner_block a:hover img
{
	border: 1px dashed;
}

/****************************************/
/*                PLAYER                */
/****************************************/

#content_center_inside .player_area
{
	border: none;
	margin: 0;
}

#content_center_inside .player_area td
{
	overflow: hidden;
	vertical-align: top;
	padding:0;
	margin:0;
}

#content_center_inside .player_area td img
{
	border: none;
	margin: 0;
	float: none;
}

.p_l_bg
{
	background: url('../images/player/left_bg.gif') repeat-y;
	width: 4px;
}

.p_r_bg
{
	width: 4px;
	background: url('../images/player/right_bg.gif') repeat-y;
}

.p_c_bg
{
	width: 99%;
	background: #0272b1 url('../images/player/center_bg.gif') repeat-x;
}

.p_t_l
{
	width: 4px;
	height: 26px;
	background: url('../images/player/top_left.gif') no-repeat;
}

.p_t_c
{
	width: 99%;
	height: 26px;
	background: url('../images/player/top_center.gif') repeat-x;
}

.p_t_r
{
	width: 4px;
	height: 26px;
	background: url('../images/player/top_right.gif') no-repeat;
}

.p_b_l
{
	width: 4px;
	height: 26px;
	background: url('../images/player/bot_left.gif') no-repeat;
}

.p_b_c
{
	width: 99%;
	height: 26px;
	background: url('../images/player/bot_center.gif') repeat-x;
}

.p_b_r
{
	width: 4px;
	height: 26px;
	background: url('../images/player/bot_right.gif') no-repeat;
}

ul.rss_item
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.rss_item li
{
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 3px;
	background: url('../images/rss_ico_small.gif') no-repeat 3px 7px;

}

.paysites_list
{
	line-height: 150%;
	font-size: 12px;
	font-weight: bold;
	color: #ff5611;
}

.reviews_block td
{
	font-size: 13px;
	vertical-align: top;
	padding-bottom: 7px;
}

.reviews_block td a
{
	color: #677693;
	text-decoration: none;
}

.reviews_block td a h4
{
	color: #1F6FAC;
	text-decoration: underline;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

.reviews_block td a:hover h4
{
	color: cc0000;
}

#middle_blkadv
{	
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding: 20px 0;
}

#middle_blkadv a
{	
	color: #cc0000;
}

#middle_blkadv a:hover
{	
	text-decoration: none;
}
