/*
Theme Name: Newstalk Theme
Theme URI: http://www.ican.ie
Description: Newstalk Theme, for use only by Newstalk.
Version: 1.0
Author: ICAN
Author URI: http://www.ican.ie

*/


/* 
* ------ [Begin Structure] ----- 
*/

body {
	/*background: #000000 url('assets/img/backgrounds/bg_newstalk.jpg') top left repeat-x;*/
	background: #dfdfdf;
	/*font-family:"Century Gothic", Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* 
* ------ [General] ----- 
*/

h1, h2, h3, h4 {color:#e71802;font-family: Arial, Helvetica, sans-serif;}
	
a:link {color: #e71802;text-decoration:none;}
a:visited {color: #e71802;text-decoration:none;}
a:hover {color: #000000;text-decoration:none;} /*#e71802;*/
a:focus {color: #e71802;text-decoration:none;}
a:active {color: #e71802;text-decoration:none;}

.error{
	background-color:#FF0000;
	padding:5px;
	color:#FFFFFF;
}

/* 
* ------ [Image Link Borders] ----- 
*/


/*a:link img,a:visited img,a:active img {
	border:1px solid #e71802;
	}
	a:hover img {
		border:1px solid #000000;	
		}*/
				
.advert a:link img,.advert a:visited img,.advert a:active img,.advert a:hover img    {
	border:none;
	float: left;
}

.noborder a:link img,.noborder a:visited img,.noborder a:active img,.noborder a:hover img    {
	border:none;
}

#footer_meta a:link img,#footer_meta a:visited img,#footer_meta a:active img,#footer_meta a:hover img    {
	border:none;
}

#feature1 a:link img,#feature1 a:visited img,#feature1 a:active img,#feature1 a:hover img    {
	border:none;
}

.fbc_connect_button_area a:link img,.fbc_connect_button_area a:visited img,.fbc_connect_button_area a:active img,.fbc_connect_button_area a:hover img    {
	border:none;
	float: left;
}


/* 
* ------ [General] ----- 
*/

.purple {
	color:#e71802; /*e71802*/
}


/* 
* ------ [static buttons] ----- 
*/

input.btn_prp_tiny{
	text-align:center;
	border:0;
	width:56px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_prp_tiny.gif') top left no-repeat;
}

input.btn_prp_medium{
	text-align:center;
	border:0;
	width:100px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_prp_med.gif') top left no-repeat;
}

input.btn_prp_large{
	text-align:center;
	border:0;
	width:150px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_prp_lrg.gif') top center no-repeat;
}


input.btn_black_tiny{
	text-align:center;
	border:0;
	width:56px;
	height:30px;
	color:#FFFFFF;
	font-weight:bold;
	background:url('assets/img/buttons/btn_black_tiny.gif') top left no-repeat;
}

#wp-submit{
	padding:5px;
}

/* 
* ------ Live Event ----- 
*/

#live_event{
	background:url('assets/img/backgrounds/live_event_bg.gif') repeat-x;
	padding:10px;
	height:430px;
	}
	#live_event h1{
		color:#FF0000;
		margin-bottom:10px;
		padding-bottom:0;
	}
	#live_event .white{
		color:#FFFFFF;
	}
	#live_event #live_event_player{
		float:left;
		width:519px;
		margin-right:10px;
	}
	#live_event_tabs{
		float:left;
		width:411px;
	}
	
	#sub{
		color:#999999;
		padding:10px 0 0 0;
	}
	
	.closed{
		display:none;
	}
	
	.notes{
		background-color:#eeeeee;
		padding:5px;
		margin-bottom:10px;
		text-align:center;
	}
	
	#twitter{
		height:280px;
		overflow:auto
		}
		#twitter ul{
			padding:0;
			margin:0;
			width:370px;
		}
		#twitter img{
			float:left;
			width:48px; height:48px;
			padding:0 5px 10px 0;
		}
		#twitter li{
			clear:both;
			padding-bottom:10px;
			margin:0 0 10px 0;
			border-bottom:1px solid #ccc;
			font-weight:bold;
		}
		#twitter li .time{
			font-weight:normal;
		}
	#budget_posts{
			padding:0;
			margin:0;
			width:390px;
			height:280px;
			overflow:auto
		}
		#budget_posts li{
			clear:both;
			padding-bottom:10px;
			margin:0 0 10px 0;
			border-bottom:1px solid #ccc;
			list-style:none;
		}
		#budget_posts li a{
			font-weight:bold;
		}
		#budget_posts li .date{
			font-weight:bold;
		}
	/* Tabs
	----------------------------------*/
	.ui-tabs { position: relative; }
	.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding:0; }
	.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 1px 0 0; padding: 0; }
	.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding:10px 0 0 0; color:#FFFFFF; font-weight:bold; text-align:center; width:136px; height:30px; background:url('assets/img/buttons/live_event_tab.gif') top left no-repeat; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected { }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { background-position:top right; color:#FF0000; cursor: text; }
	.ui-tabs .ui-tabs-nav li a:hover{ background-position:bottom left; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover, .ui-tabs .ui-tabs-nav li.ui-state-disabled a:hover, .ui-tabs .ui-tabs-nav li.ui-state-processing a:hover { background-position:top right; color:#FF0000; cursor: text; }
	.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
	.ui-tabs .ui-tabs-panel { padding: 10px; display: block; background-color:#FFFFFF; height:340px; }
	.ui-tabs .ui-tabs-hide { display: none !important; }

/* 
* ------ Live 98 ----- 
*/

#live_98{
	background:url('assets/img/live/background.jpg') repeat-x;
	padding:10px;
	height:470px;
	}
	#live_98 h1{
		color:#FF0000;
		margin-bottom:10px;
		padding-bottom:0;
	}
	#live_98 .white{
		color:#FFFFFF;
	}
	#live_98 #live_98_player{
		float:left;
		width:519px;
		margin-right:10px;
	}
	#live_98_tabs{
		float:left;
		width:411px;
	}
	
	#sub{
		color:#FFFFFF;
		padding:5px 0 0 0;
	}
	
	.closed{
		display:none;
	}
	
	#live_98 #live_actions{
		marg-bottom:10px;
		text-align:center;
	}
	
	#live_98 .copy{
		color:#FFFFFF;
		font-weight:bold;
		margin:5px 0 5px 0;
		}
		#live_98 .copy span{
			color:#d044ff;
		}
		#live_98 .copy span a, #live_98 .copy span a:hover{
			color:#d044ff;
		}	
	
	#live_98 .header_area{
		margin-top:50px;
		height:72px;
	}
	#live_98 .header_area .header_left{
		float:left;
		text-align:right
	}
	#live_98 .header_area .header_right{
		float:left;
		margin-left:10px;
	}
	
	.notes{
		background-color:#673090;
		padding:5px;
		margin-bottom:10px;
		text-align:center;
		color:#FFFFFF;
	}
		.notes a, #live_98 .notes a:hover{
			color:#ffffff;
			text-decoration:underline;
		}	
	#live_98 .switch{
		display:block;
		width: 210px; height: 30px;
		background: url("assets/img/live/btn_switch.gif") no-repeat;
		background-position:left top;
		}
		#live_98 .switch span {
			display: block;
			width: 0;
			height: 0;
			overflow: hidden;
		}
		#live_98 .switch_other{
			background-position:left bottom;
		}
	#live_98 #twitter{
		height:270px;
		overflow:auto
		}
		#live_98 #twitter ul{
			padding:0;
			margin:0;
			width:370px;
		}
		#live_98 #twitter img{
			float:left;
			width:48px; height:48px;
			padding:0 5px 10px 0;
		}
		#live_98 #twitter li{
			clear:both;
			padding-bottom:10px;
			margin:0 0 10px 0;
			border-bottom:1px solid #ccc;
			font-weight:bold;
		}
		#live_98 #twitter li .time{
			font-weight:normal;
		}
	#live_98 #posts{
			padding:0;
			margin:0;
			width:390px;
			height:280px;
			overflow:auto
		}
		#live_98 #posts li{
			clear:both;
			padding-bottom:10px;
			margin:0 0 10px 0;
			border-bottom:1px solid #673090;
			list-style:none;
		}
		#live_98 #posts li a{
			font-weight:bold;
		}
		#live_98 #posts li .date{
			font-weight:bold;
		}
	/* Tabs
	----------------------------------*/
	.ui-tabs { position: relative; }
	.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding:0; }
	.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 1px 0 0; padding: 0; }
	.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding:10px 0 0 0; color:#FFFFFF; font-weight:bold; text-align:center; width:136px; height:30px; background:url('assets/img/live/btn_tab.gif') top right no-repeat; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected { }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { background-position:top left; color:#673090; cursor: text; }
	.ui-tabs .ui-tabs-nav li a:hover{ background-position:bottom left; }
	.ui-tabs .ui-tabs-nav li.ui-tabs-selected a:hover, .ui-tabs .ui-tabs-nav li.ui-state-disabled a:hover, .ui-tabs .ui-tabs-nav li.ui-state-processing a:hover { background-position:top left; color:#673090; cursor: text; }
	.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
	.ui-tabs .ui-tabs-panel { padding: 10px; display: block; background-color:#FFFFFF; height:330px; }
	.ui-tabs .ui-tabs-hide { display: none !important; }


/* 
* ------ [flexi buttons] ----- 
* Useage #1 <div class="btn"><a href="#">Blah BLah</a><span></span></div><br />
* Useage #2 <div class="btn btn_purple"><a href="#">Blah BLah</a><span></span></div><br />
*/

.btn {
	float: left;
	clear: both;
	/*background: url('assets/img/buttons/btn_left.png') no-repeat;*/
	background:url('assets/img/buttons/btn_prp_med.gif') top center no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	
}

.btn a{
	float: left;
	height: 30px;
	/*background: url('assets/img/buttons/btn_stretch.png') repeat-x left top;*/
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;

}



.btn span {
	/*background: url('assets/img/buttons/btn_right.png') no-repeat;*/
	float: left;
	width: 10px;
	height: 30px;
}

.btn_purple { background-color: #a209d5; }
.btn_purple:hover { background-color: #de7aff; }


/* Begin Typography & Colors */

.thread-alt {
	background-color: #cdcdcd;
}
.thread-even {
	background:none;
}
.depth-1 {
	border:none;
}

.even, .alt {
	border:none;
}

h2.pagetitle {}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #fff;
	padding: 0;
	background:none;
	}
	
.commentlist li .avatar a{ 
	float: right;
	border: none;
	padding: 0;
	background:none;
	}
	
.commentlist li .avatar a:hover{ 
	
	}

/* End Typography & Colors */


#header {
	margin: 0;
	padding: 0;
	width:100%;
	/*width:960px;*/
	height: 200px;
	/*background-color:#000000;*/
	background: url('assets/img/backgrounds/bg_header.jpg') #ffffff top center no-repeat;
	}
	
	#logo{
		float:left;
		width:232px;
		height:90px;
		margin-top: 106px;
		background:url('assets/img/logos/newstalk.gif') top left no-repeat;
	}
	
		#logo a{
			display:block;
			width:232px;
			height:90px;
		}
		
		#logo a:hover{
			background-color:transparent;
		}
	
	#header .banner{
		float:left;
		margin-top:10px;
		/*background:url('assets/img/layout/header_topbanner_swf.gif') top left no-repeat;*/
	}
	
	
	#header #media_player_border {
		float:left;
		width:487px;
		height:92px;
		/*background:url('assets/img/backgrounds/bg_header_listenlive_border.png') top left no-repeat;*/
		padding-top:10px;
	}
	
		#header #media_player_border #media_player{
			width:476px;
			height:80px;
		}
	
	#header .search{
		width:220px;
		float:right;
		padding:0px 0px 0px 10px;
		margin: 0;
	}

		#header .search div{
			float: right;
			padding: 0;
			margin: 0;
		}
		
		#header .search input{
			border:1px solid #e71802;
		}
	
		#header .search input[type=text]{
			width:170px;
			float: right;
			padding:6px 5px 6px 5px;
			margin-right: -1px;
			color:#FFFFFF;
			background:url('assets/img/backgrounds/bg_blk_txtbox_slidder.gif') top left repeat-x;
		}
		
		
		
		#header .search input[type=submit]{
			color:#FFFFFF;
			float: right;
			margin: 0;
			margin-left: -5px;
			padding:5px 5px 7px 5px;
			border: 0;
			background: #e71802;
		}
		

		#header .search .tri_link{
			text-align:right;
			font-size:12px;
			text-transform: capitalize;
			font-weight: bold;
			margin: 0;
			padding: 0;
			margin-top: 12px;
			float: right;
		}
		
		.search a {color: #000000; margin-left:10px; text-decoration: underline;}
		.search a:hover {color: #e71802; margin-left:10px; text-decoration: none;;}

#navigation {
	margin: 0;
	margin-top: -2px;
	padding: 0;
	width:100%;
	overflow:hidden;
	height: 40px;
	float: left;
	background: #ffffff;
	/*background: url('assets/img/backgrounds/bg_nav.gif') top left repeat-x;*/
	}
	
	#navigation ul{
		padding:0;
		margin:0;
		overflow:hidden;
	}
	#navigation ul li{
		float:left;
		list-style:none;
		padding:0;
		margin:0;
		
	}
	
	#navigation ul li.community{
		float:right;
		list-style:none;
		padding:0;
		margin:0;
		
	}
	
	#navigation ul li a{
		display:block;
		background:#000000;
		border-right:1px solid #ffffff;
		padding:12px 17px 5px 17px;
		color:#FFFFFF; 
		font-weight:bold;
		font-size:15px;
		text-decoration:none;
	}
	
	#navigation ul li a.worldcup{
		display:block;
		background-color:#1d5a2f;
		color:#fa9414;
		border-right:1px solid #ffffff;
		padding:12px 17px 5px 17px;
		font-weight:bold;
		font-size:15px;
		text-decoration:none;
	}
	
	#navigation ul li a.community{
		padding:12px 25px 5px 25px;
		background: #a91a0b;
		border-right:none;
	}
	
	#navigation ul li a:hover{
		background: #A91A0B;
	}
	
	#navigation ul li a.current_page_item{
		background: #e71802;

	}
	
	#navigation ul li a.current_page_item_community{
		/*background:url('assets/img/backgrounds/bg_community_btn.gif') top left repeat-x;*/
		background: #a91a0b;
	}

#content_frame{
	padding:20px 0 0 0;
	background: url('assets/img/backgrounds/bg_newstalk.jpg') #dfdfdf top left repeat-x;
	min-height:600px;
	width: 100%;
}

	#content_frame #content #breadcrumb{
		padding:0 0 10px 0;
		color:#000000;
		text-decoration:none;
		font-weight:bold;
	
	}
	
		#content_frame #content #breadcrumb a{
			padding:0 3px 0 3px;
			color:#e71802;
			text-decoration: none;
		}
		#content_frame #content #breadcrumb a:hover {
			color: #000000;
			text-decoration:none;
		}
		
		#content_frame #content #breadcrumb span{
			padding:0 3px 0 3px;
			color: #000000;
		}
		
		#content_frame #content
		{
			color: #000000;
		}
		
		#single_section{
			color:#000000;
		}

		#content_frame #content #single_section {
			margin-bottom:20px;
		}

		#content_frame #content #single_section h2 {
			background: url('assets/img/backgrounds/bg_heading_h2.gif') top left repeat-x;
			min-height:56px;
			padding: 5px 0px 0px 15px;
		}
		
			#content_frame #content #single_section h2 a {
				text-decoration:none;
				color: #e71802;
			}	
			
			#content_frame #content #single_section h2 a:hover {
				background-color:transparent;
				color: #000000;
			}
			
.closed{
	display:none;
}

#community{
	margin: 0;
	padding: 10px 0 10px 0;
	background:#dfdfdf url('assets/img/backgrounds/bg_heading.gif') top right repeat-x;
	/*width:940px;*/
	width: 100%;
	color:#000000;
}

	#community .fbc_profile_header img{
		border:2px solid #FFFFFF;
	}

	#community a {
		font-weight:bold;
		text-decoration: none;
	}
	
	#community .community_intro{
		float:left;
		width:280px;
		margin:0 20px 0 0;
	}
	
	#community .community_intro .larger{
		font-size:1.3em;
	}
	
	#community .community_login{
		width:640px;
		float:left;
		margin:0 0 20px 0;
	}
	
	#community .community_login .fbc_connect_button_area{
		float:left;
		margin-right:20px;
	}
	
	#community .community_features{
		float:left;
	}
	
	#community .forgetmenot{
		margin-top:10px;
	}
	
	#community .community_features .community_feature{
		float:left;
		width:130px;
		margin-right:20px;
	}
	
	#community .community_features .community_feature .community_feature_image{
		width:130px;
		height:80px;
	}
	.community_message{
		margin-bottom:20px;
		padding:10px;
		background-color:#3B014E;
	}
	
#login{	
	padding:10px;
	/*background-image:url('assets/img/backgrounds/bg_login.gif');
	background-repeat:repeat-x;*/
	background-color:#fff;
	text-align:left;
	border:1px solid #ccc;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url('border-radius.htc');
}

	#loginform {
		text-align:left;	
	}
	
		#loginform a:hover img {
			border:none;
		}
		
		#loginform img {
			margin:0;
		}

		#login table.form-table { 
			text-align: left;
			font-weight: normal;
			font-size: 11px;
			color: #ccc;
			border-collapse: collapse;
			border-spacing: 0px; 
		}
		
		#login h3{ 
			text-align: left;
		}
		
		#login #lostpasswordform input[type=submit]{
			text-align:center;
			border:0;
			width:140px;
			height:30px;
			color:#FFFFFF;
			font-weight:bold;
			background:url('assets/img/buttons/btn_prp_lrg.gif') top center no-repeat;
		}

			#login ul{
				padding:4px 0 0 0;
				margin:0;
			}
			
			#login ul li{
				list-style:none;
				padding:0;
				margin:0;
			}
			
			#login ul li a{
				text-decoration:underline;
			}
		
		#login #your-profile input[type=submit]{
			text-align:center;
			border:0;
			width:130px;
			height:30px;
			color:#FFFFFF;
			font-weight:bold;
			background:url('assets/img/buttons/btn_prp_lrg.gif') top center no-repeat;
		}

		
		#login table.form-table th { 
			text-align: left;
			font-weight: bold;
			font-size: 11px;
			color: #000000;
			vertical-align:top; 
		}
		
		#login table.form-table td { 
			text-align: left;
			text-indent: 5px;
			font-weight: normal;
			font-size: 10px;
			color: #ccc; 
			padding: 5px 2px 5px 2px;
		}



.thickbox{
	float:left;
	margin:0 20px 20px 0;
	/*border:4px solid #fff;*/
}
a.thickbox:hover{
	/*border:4px solid #634094;*/
}
	
#sub_navigation {
	background-color: #e71802;
	border-bottom: 1px solid #ffffff;
	/*margin: -1px 0 0 0;*/
	padding: 0;
	margin:0;
	/*width:960px;*/
	width: 100%;
	height: 40px;

	}
	
	#sub_navigation ul{
		padding:4px 0 0 0;
		margin:0;
		overflow:hidden;
	}
	
	#sub_navigation ul li{
		float:left;
		list-style:none;
		padding:0;
		margin:0;
	}
	
	#sub_navigation ul li a{
		display:block;
		padding:6px 21px 9px 21px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:14px;
		text-decoration:none;
	}
	
	#sub_navigation ul li a.community{
		padding:16px 23px 15px 23px;
	}
	
	#sub_navigation ul li a:hover{
		background:url('assets/img/backgrounds/bg_subnav.jpg') top left repeat-x;
		color:#ffffff;
	}
	
	#sub_navigation ul li.current_page_item a{
		background:url('assets/img/backgrounds/bg_subnav.jpg') top left repeat-x;
		color:#ffffff;
	}
	
#no_sub_nav {
	background-color: #e71802;
	border-bottom: 1px solid #ffffff;
	/*margin: -1px 0 0 0;*/
	padding: 0;
	margin:0;
	/*width:960px;*/
	width: 100%;
	height: 12px;
}

#sidebar ul{
		margin:0;
		padding:0;	
}

#sidebar .navigation{
		margin:0 0 20px 0;
		padding:0;
		overflow:hidden;
}
	
	#sidebar .navigation li{
		list-style:none;
		padding:0;
		margin:0;
	}

	#sidebar .navigation li a{
		display:block;
		padding:12px 20px 12px 20px;
		color:#FFFFFF;
		text-align:left;
		/*background-color:#e71802;*/
		background: #e71802;
		border-bottom:1px solid #d5d5d5;
		font-weight:bold;
		font-size:12px;
		text-transform:none;
		text-decoration:none;
	}
	
	#sidebar .navigation li a.community{
		padding:16px 23px 15px 23px;
	}
	
	#sidebar .navigation li a:hover{
		/*background-color:#515151;*/
		background: #000000;
	}
	
	#sidebar .navigation li.current_page_item a{
		/*background-color:#515151;*/
		background: #000000;
	}
	
	#sidebar .ad_border{
		padding:20px 20px 10px 20px;
	}
	


#left_column{
	background-color: #313131;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
#right_column{
	background-color: #bbb;
	margin: 20px 0 0 20px;
	padding: 0;
	width:140px;
	}

.col_1{
	float:left;
	/*background-color:#0099FF;*/
	margin:0 20px 0 0;
	padding:0;
	width:220px;
	}
	
.col_2{
	float:left;
	/*background-color:#0099FF;*/
	margin:0;
	padding:0;
	width:260px;
	}
	
	.col_2 .ad_border{
		padding:0;
		border:none;
	} 
	
	.col_2 .ad_border img{
		float: left;
		clear: none;
	} 
	
	.col_2 .ad_border .button_left{
		float:left;
		margin:0 20px 20px 0;
	}
	.col_2 .ad_border .button_right{
		float:left;
		margin:0 0 20px 0;
	}
	
.col_3{
	float:left;
	/*background-color:#0066CC;*/
	margin:0;
	padding:0;
	width:300px;
	margin:0 0 0 20px;
	}

	/*
.col_3{
	float:left;
	background-color:#0099FF;
	margin:0;
	padding:0;
	width:220px;
	}*/
	
.top_four_square {
	float: left;
	width: 560px;
}
	
.top_row {
	float: left;
	width: 560px;
}
.mid_row {
	float: left;
	width: 560px;
}
	
	
.top_col_1{
	float:left;
	/*background-color:#0099FF;*/
	margin:0 20px 10px 0;
	padding:0;
	width:260px;
}

.top_col_2{
	float:left;
	/*background-color:#0099FF;*/
	margin:0 20px 10px 0;
	padding:0;
	width:260px;
}

.top_col_3{
	float:left;
	/*background-color:#0099FF;*/
	margin:0 0 20px 0;
	padding:0;
	width:260px;
}

.top_col_1 h2, .top_col_2 h2 {
	font-size: 17px;
	padding-left: 4px;
	border-bottom: 4px solid #e71802;
	margin-bottom: 6px;
}

.news_headlines {
	margin-bottom: 12px;
}

#content_home .top_col_1 h3, #content_home .top_col_2 h3 {
	font-size: 14px;
	text-transform: none;
	color: #e71802;
	margin-bottom: 5px;
}

#content_home .top_col_1 h3 a, #content_home .top_col_2 h3 a, #content_home .top_col_1 h2 a, #content_home .top_col_2 h2 a {
	color: #e71802;
	text-decoration: none;
	text-transform: none;
}

#content_home .top_col_1 h3 a:hover, #content_home .top_col_2 h3 a:hover, #content_home .top_col_1 h2 a:hover, #content_home .top_col_2 h2 a:hover {
	color: #000000;
}


.top_col_1 .post, .top_col_2 .post {
	padding: 6px 0 4px 4px;
	line-height: normal;
}


#content_home .mid_row a {
	color: #000000;
}
#content_home .mid_row a:hover {
	color: #e71802;
}


#content_home .mid_row ul{
		list-style-type: disc;
		list-style-image: url(assets/img/backgrounds/bg_home_post_h2.gif);
		list-style-position: outside;
		margin-left: -11px;
	}


#newstalk_feedback{
	width:260px;
	}
	
	#feedback_comments{
		width:246px;
		/*height:250px;*/
		font-weight:none;
		text-align:left;
		padding:8px 7px 8px 7px;
		margin: 0;
		background: #ffffff url('assets/img/backgrounds/bg_home_panel_bottom.gif') bottom left no-repeat;
		color: #000000;
	}
	
	#feedback_comments #feedback_single_comment {
		padding: 5px 0 5px 0;
	}
	
	#feedback_comments .feedback_time{
		font-weight:none;
		text-align:left;
		color: #666666;
		font-size: 10px;
	}
	
	#feedback_comments .feedback_time a:hover{
		color: #000000;
	}
	
	#newstalk_feedback h1 {
		letter-spacing:0.01em;
		padding:3px 0 0 8px;
		margin:0px 0 0 0;
		font-size:15px;
		color:#FFFFFF;
		background: url('assets/img/backgrounds/bg_home_post_w260.gif') top left no-repeat;
	}


	

.wp-pagenavi{
	margin-top:20px;
	float: left;
}

#slide_banner{
	background-color:#0033FF;
	margin: 0 0 20px 0;
	padding: 0;
	width:100%;
	height:250px;
	}
	
#left_sidebar{
	/*background-color:#0033FF;*/
	margin: 0 20px 0 0; /*was top 20px before shadow*/
	padding: 0;
	}	
	
#right_sidebar{
	background:none;
	margin: 0 0 0 20px; /*was top 20px before shadow*/
	padding: 0;
	}	

#content_home{
	margin: 0 0 0 0; /*was top 20px before shadow*/
	padding: 0;
	width:820px;
	}
	
	#content_home #slideshow{
		/*background-color:#FF0000;*/
		height:250px;
		float: left;
		margin-bottom:20px;
	}
	
	#content_home a{
		color: #e71802;
	}
	#content_home a:hover{
		color: #000000;
	}
	
	div.headlines h1{
		letter-spacing:0.01em;
		padding:3px 0 0 0;
		margin:0px 0 4px 0;
		font-size:17px;
		color:#e71802;
		border-bottom: #e71802 4px solid;
	}
	
	div.headlines ul{
		color:#000000;
	}
	
	div.headlines .subhead{
		color:#000000;
		margin-left: 4px;
		margin-right: 4px;
		font-size: 12px;
		font-weight: bold;
	}
	
	div.headlines .subhead .postdate{
		color:#000000;
		fonr-size: 11px;
		margin-top: 6px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	
	.subhead .date{
		color:#666666;
	}
	
	div.secondary_headlines{
		color:#FFFFFF;
		margin-top: 20px;
		padding-bottom: 15px;
	}
	div.secondary_headlines h2{
		font-size: 16px;
		margin: 0;
		margin-bottom: 5px;
		margin-left: 4px;
	}
	div.secondary_headlines img{
		margin-left: 4px;
		margin-right: 6px;
		float: left;
		clear: none;
	}
	
	div.secondary_headlines .subhead{
		color:#e71802;
		margin-left: 4px;
		margin-right: 4px;
		font-size: 12px;
		font-weight: normal;
	}
	
	div.secondary_headlines .subhead .postdate{
		color:#FFFFFF;
		fonr-size: 11px;
		margin-top: 6px;
		margin-bottom: 5px;
		font-weight: normal;
	}
	
	/*div.headlines ul a {
	}
	
	div.headlines ul a:hover {
		background-color: #e71802;
		text-decoration:none;
	}*/
	
	div.headlines h1 a{
		margin-left: 4px;
		color: #e71802;
	}
	
		div.headlines h2 {
			font-size:14px;
			padding: 0;
			margin: 0 0 4px 0;
			padding-left: 4px;
		}
	
		div.headlines h2 a.post_heading {
			background: url('assets/img/backgrounds/bg_home_post_h2.gif') left no-repeat;
			padding-left:7px;
			margin-left:2px;
			color:#e71802;
			font-weight:bold;
			text-decoration:none;
		}
		
		div.headlines h2 a.post_itself {
		}
		
		div.headlines h2 a.post_itself:hover {}

		div.headlines_blog h2 {
			font-size:12px;
			margin-bottom:0;
		}
		
		div.headlines img {
			padding:0;
			margin:0;
			margin-left: 4px;
			float: left;
			clear: none;
			/*border:4px solid #000000;*/
		}
		
		div.headlines .image_heading {
			width:232px;
			margin:0 0 10px 0;
		}
		
			div.headlines .image_heading h2{
				/*width:232px;*/
				float:right;
				width:170px;
			}
			
			div.headlines .image_heading img{
				float:left;
				width:46px;
				height:46px;
			}
			
		div.headlines .photos {
			text-align:left;
			margin-bottom:20px;
			background-color: #33071e;
		}
		
		div.headlines .photos a:hover {
			background-color:transparent;
		}
			
		div.headlines .photos img {
				margin:5px 7px 5px 7px;
				width:56px;
				height:56px;
		}
		
	div.twitter_feed {
		background-color: #33071e;
		color: #000000;
		margin-bottom: 20px;
	}
	
	div.twitter_feed h1{
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
		background: #e71802 url('assets/img/backgrounds/bg_home_post_w300.gif') top left no-repeat;
	}
	
	div.twitter_feed .feed_text{
		padding:6px 6px 6px 6px;
		font-size:13px;
		font-weight: bold;
	}
	
	div.twitter_feed .feed_call{
		padding:0 6px 6px 6px;
		font-size:13px;
		font-weight: bold;
		text-align: right;
	}
	div.twitter_feed .feed_call img{
		margin-bottom: -3px;
		border: none;
	}
	div.twitter_feed .feed_call a{
		border: none;
	}
	div.twitter_feed .feed_call a:hover {
		background: transparent;
	}
	
	
	div.more_headlines {
		color: #e71802;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	
	#content_home div.more_headlines a {
		color: #e71802;
	}
	#content_home div.more_headlines a:hover {
		color: #000000;
	}
	
	div.more_headlines h1{
		letter-spacing:0.01em;
		padding:3px 0 0 0;
		margin:0px 0 4px 0;
		font-size:15px;
		text-transform:uppercase;
		color:#FFFFFF;
	}
	#content_home div.more_headlines h1 a{
		color:#FFFFFF;
	}
	div.more_headlines ul{
		list-style-type: disc;
		list-style-image: url(assets/img/backgrounds/bg_home_post_h2.gif);
		list-style-position: outside;
		margin-left: -15px;
	}
	
	div.latest_blog_posts {
		color: #000000;
		margin-bottom: 10px;
		width: 220px;
		float: left;
		font-size: 10px;
	}
	
	div.latest_blog_posts h1{
		letter-spacing:0.01em;
		padding:3px 0 0 0;
		margin:0px 0 4px 0;
		font-size:17px;
		color:#FFFFFF;
		border-bottom: 4px solid #e71802;
	}
	
	#content_home div.latest_blog_posts a{
		color: #000000; 
		font-weight:bold;
	}
	
	#content_home div.latest_blog_posts a:hover{
		color: #e71802; 
	}
	#content_home div.latest_blog_posts h1 a{
		color: #e71802;
		margin-left: 4px;
	}
	#content_home div.latest_blog_posts h1 a:hover{
		color: #000000;
	}

	div.latest_blog_posts #entry{
		padding:0 0 10px 0;
		float: left;
		width: 220px;
	}
	div.latest_blog_posts .image{
		padding:0;
		margin:10px 5px 0 5px;
		float: left;
	}
	div.latest_blog_posts img{
		float: left;
		clear: none;
		border: none;
	}
	div.latest_blog_posts .subhead{
		padding:0;
		margin:10px 5px 10px 0;
		font-size:12px;
		width: 155px;
		float: left;
	}
	
	div.recent_comments {
		color: #000000;
		margin-bottom: 20px;
		margin-top:10px;
	}
	
	div.recent_comments h1{
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 4px 0;
		font-size:17px;
		color:#e71802;
		border-bottom: 4px solid #e71802;
	}
	
	div.recent_comments img {
		margin: 5px 10px 0 10px;
	}
	div.recent_comments p {
		margin: 5px 5px 20px 0px;
		font-weight: normal;
	}
	
	
			
#content{
	margin: 4px 0 0 0; /*was top 20px before shadow*/
	padding: 0;
	width:780px;
	
	}
		
		
		.photos {
			text-align:center;
			margin-top: 20px;
			width: 300px;
			color: #000000;
			float: left;
			clear: none;
		}
		
		.photos h1 {
			letter-spacing:0.01em;
			text-align:left;
			padding:3px 0 0 0;
			margin:0px 0 4px 0;
			font-size:17px;
			color:#FFFFFF;
			border-bottom: 4px solid #e71802;
		}
		.photos h1 a {
			margin-left: 4px;
			color:#e71802;
		}
		.photos h1 a:hover {
			color:#000000;
		}
		
			.photos .all {
				float: left;
				padding-left: 24px;
				padding-top: 7px;
				padding-bottom: 10px;
			}
			
			.photos img {
				float:left;
				margin:7px 7px 7px 7px;
				width:68px;
				height:68px;
			}
			
			.photos a {
				border:none;
			}
	
#single_content{
	margin: 4px 20px 10px 0; /*was top 20px before shadow*/
	padding: 0;
	width:460px;
	background:none;
	color:#000000;
	}
	
#full_content{
	margin: 4px 20px 10px 0; /*was top 20px before shadow*/
	padding: 0;
  width:700px;
  overflow:hidden;
	background:none;
	color:#000000;  
}	
	
	#single_content p{
		font-size:1.2em;
	}
	#single_content em{
		font-size:1em;
	}
	#single_content a {
		color:#e71802;
		font-weight:bold;
		text-decoration: none;
	}
	
	#single_content a:hover {
		color: #000000;
		text-decoration:none;
	}
	
	#single_content .wp-pagenavi a {
		color:#ffffff;
		font-weight:bold;
		text-decoration: none;
	}
	
	#single_content h2 {
		color:#e71802;
	}
	
	#single_content h2 a {
		color:#e71802;
	}
	#single_content h2 a:hover {
		color:#000000;
	}
	
	#single_content #scheduleblocks {
		margin:0 0 0 0;
		padding:15px 5px 15px 5px;
		border-bottom: 1px solid #e71802;
	}
	
	#single_content #scheduleblocks.current{
		background-color:#b5b5b5;
		margin:0 0 0 0;
		padding:15px 5px 15px 5px;
		border-bottom: 1px solid #e71802;
	}
	
	#single_content #scheduleblocks .cshowtext{
		display:inline;
		color:#FF0000;
	}
	
	#single_content #scheduleblocks a, #single_content #scheduleblocks span{display:block;}
	
	#single_content #scheduleblocks a:hover{}
	
	#single_content #scheduleblocks a.image{
		float:left;
		margin:0 10px 10px 0;
		
	}
	
	#single_content #scheduleblocks a.title{
		font-size:1.8em;
		float:left;
		clear:right;
	}
	
	#single_content #scheduleblocks a.title:hover{
	}
	
	#single_content #scheduleblocks a.image img{
		width:64px;
		height:64px;
		float: left;
		/*border:4px solid #fff;*/
	}
	#single_content #scheduleblocks a.image{
		margin-bottom:30px;
	}
	
	#single_content #scheduleblocks .excerpt {
		float:left;
		clear:both;
		width: 440px;
	}
	
	#single_content #scheduleblocks .time {
		color:#e71802;
		float:left;
		clear:right;
	}
	
	#single_content #scheduleblocks.current .time {
		color:#000000;
	}
	
	.show_detail{
		margin:0 0 20px 0;
		float: right;
	}
	
	.show_time{
		margin-left:20px;
		padding-top:7px;
		float:left;
		font-weight:bold;
	}
	
	.show_time .time {
		color:#e71802;
		float: left;
		clear: both;
	}
	.show_time .detail {
		color:#000000;
		float: left;
		clear: both;
	}
	
	hr.breaker {
	
	}
	
		#single_content .show_description {
			float: left;
			
		}
		#single_content .show_description .dj_avatar {
			float: left;
			text-align: center;
			margin-right: 10px;
		}
		/*
		#single_content .show_description a:link, #single_content .show_description a:visited{
			text-decoration:underline;
		}
		#single_content .show_description a:hover{
			text-decoration:none;
		}*/
		
		#single_content .show_description .dj_avatar img{
			margin-bottom:0;
			float: left;
			clear: both;
		}
		
		#single_content .show_description .dj_avatar .name{
			float: left;
			clear: both;
			min-width: 50px;
			width: 100%;
		}

	#single_content_sidebar{
		margin: 20px 0 0 0;
		padding: 0;
		width:300px;
		color:#000000;
		/*background-color:#66CC99;*/
	}
	
		#single_content_sidebar img{
			/*padding:0;
			margin:0;
			width:46px;
			height:46px;*/
			/*border:4px solid #000000;*/
		}
		
		#single_content_sidebar img:hover {
			/*border-color:#e71802;*/
		}
		
		#single_content_sidebar h3{
			text-align:left;
			letter-spacing:0.01em;
			padding:0 0 0 4px;
			margin:10px 0 10px 0;
			font-size:17px;
			color:#e71802;
			border-bottom: 4px solid #e71802;
		}
		
		#single_content_sidebar h3 a{
			margin-left:5px;
			padding:0px 7px 10px 7px;
			background: url('assets/img/backgrounds/bg_content_home_h1.gif') top right no-repeat;
		}
		
		#single_content_sidebar .sponsor img{
			border: none;
		}
		
		#single_content_sidebar .sponsor a{
			border: none;
		}
		#single_content_sidebar .sponsor a:hover{
			border: none;
			background: transparent;
		}
		
	#single_content_sidebar .author{
		margin:0 0 20px 0;
		padding: 10px;
		border:1px solid #313131;
	}
	
		#single_content_sidebar .author a{
			float:left;
			text-decoration: none;
		}
		
		#single_content_sidebar .author a:hover {
			background-color:transparent;
		}
		
		#single_content_sidebar .author .avatar{
			float:left;
			margin:0 10px 0 0;
		}
		
			#single_content_sidebar .author a.avatar img {
			}
		
		#single_content_sidebar #time  {
			font-size:10px;
		}
	
	#single_content_sidebar .sponsor{
		height:80px;
		margin:0 0 20px 0;
	}
	
	#single_content_sidebar .mpu{
		margin:0px 0 20px 0;
		float: left;
	}
	
	#single_content_sidebar .photos{
		margin:10px 0 10px 0;
	}
	
	#single_content_sidebar #featured{
		margin:10px 0 0 0;
		padding-bottom: 5px;
		width: 300px;
		float: left;
	}
	
	#single_content_sidebar .featured{
		padding:5px 0 5px 0;
		float: left;
	}
	
		#single_content_sidebar .featured .heading{
			float:left;
			padding-left:5px;
			width: 140px;
		}
		#single_content_sidebar .featured .heading a{
			font-size: 14px;
			color: #000000;
			line-height: normal;
		}
		#single_content_sidebar .featured .image{
			float:left;
			margin: 0;
			margin-left:7px;
			padding: 0;
			width: 145px;
		}
	
	
	#single_content_sidebar #featured {
		color: #000000;
		margin-bottom: 20px;
		float: left;
	}
	
	#single_content_sidebar #featured h3{
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 4px 0;
		font-size:17px;
		color:#e71802;
	}
	
	
	
	#single_content_sidebar #embed_code{
		margin:10px 0 10px 0;
	}
	
	#single_content_sidebar .embed_code{
		padding:0 0 0 0;
	}
	
#breadcrumb{
	padding:0 0 10px 0;
	color:#000000;
}
	#breadcrumb a{
		padding:0 3px 0 3px;
		color: #e71802;
		text-decoration: none;
	}
	#breadcrumb a:hover{
		color: #000000;
		background: none;
	}
	
	#breadcrumb span{
		padding:0 3px 0 3px;
	}
	
.section_grid{
	float:left;
	width:140px;
	padding:0 0 20px 20px;
	}
.section_grid_first{
	float:left;
	width:300px;
	margin:0;
	}
	
.section_grid a, .section_grid_first a{
	color: #e71802;
	}
.section_grid a:hover, .section_grid_first a:hover{
	color: #000000;
	}

.post{
	/*overflow:hidden;*/
}	

.post a img{
	/*overflow:hidden;*/
}	
	
.post_large{
	margin:0 0 30px 0;
}	

.post_large p{
	padding:0;
	margin:0;
}

.post_large h3{
	padding:0;
	margin:0;
}

.section_grid h3,.section_grid_first h3{
	padding:0;
	margin:2px 0 4px 0;
	line-height:22px;
}

.section_grid img, .section_grid_first img,.post_large img{
	/*border:4px solid #fff;*/
	}

.banner{
	width:728px;
	height:90px;
	/*background-color:#FF0000;*/
	}

.mpu{
	width:300px;
	height:250px;
	}

.feature{
	width:250px;
	}
	
#feature1{
	width:220px;
	color: #ffffff;
	margin-bottom: 20px;
	}	
	
	#feature1 a{
		border: none;
	}
	#feature1 a:hover{
		color: #000000;
	}
	
	#feature1 a img{
		border: none;
	}
	
	#feature1 h1{
		padding-left: 4px;
		border-bottom: 4px solid #e71802;
		font-size: 17px;
		margin-bottom: 8px;
	}
	#feature1 p{
		margin: 0;
	}
	#feature1 .summary{
		margin: 0;
		padding: 3px 4px 4px 6px;
		background-color: #333333;
	}
	
#feature2{
	width:260px;
	margin-bottom:20px;
	}
	
	#home_schedule{
		width:246px;
		/*height:250px;*/
		font-weight:bold;
		text-align:left;
		padding:10px 7px 4px 7px;
		margin: 0;
		background: #ffffff url('assets/img/backgrounds/bg_home_panel_bottom.gif') bottom left no-repeat;
		color: #000000;
	}
	
	#home_schedule h3{
		margin: 0;
		color: #e71802;
		font-size: 15px;
		font-weight: bold;
	}
	
	#home_schedule .overview{
		padding:10px 4px 10px 22px;
		margin: 0;
		color: #e71802;
		font-size: 13px;
		font-weight: bold;
	}
	
	#home_schedule .overview a{
		color: #000000;
		font-weight: normal;
		text-decoration: underline;
	}
	#home_schedule .overview a:hover{
		color: #e71802;
		text-decoration: none;
	}
	
	#home_schedule .see_full{
	padding: 0 0 10px 5px;
	}
	
	#home_schedule .see_full a{
		color: #e71802;
		text-decoration: underline;
	}
	#home_schedule .see_full a:hover{
		color: #e71802;
		text-decoration: none;
	}
	
	#feature2 h1 {
		letter-spacing:0.01em;
		padding:3px 0 0 5px;
		margin:0px 0 0 0;
		font-size:15px;
		color:#FFFFFF;
		background: url('assets/img/backgrounds/bg_home_post_w260.gif') top left no-repeat;
	}

		#home_schedule #top_text{
			text-align:left;	
		}
		
		#home_schedule a{
			color:#e71802;	
			text-decoration: none;
		}
		#home_schedule a:hover{
			color:#FFFFFF;
		}
		
		#home_schedule form{
			margin:0; padding:0;
		}
		
		#home_schedule form label{
			text-align:left;
		}
		
		#home_schedule form input[type=submit]{
			margin-left:80px;
			text-align:center;
			border:0;
			width:56px;
			height:30px;
			color:#FFFFFF;
			font-weight:bold;
			background:url('assets/img/buttons/btn_prp_tiny.gif') top left no-repeat;
		}
		
		#home_schedule h3{
			text-align:left;
			padding:0 0 0 5px;	
		}
		
		#wp-polls-ans  {}
		
		.wp-polls-ans ul.wp-polls-ul {
			margin-bottom:20px;
		}
		
		.wp-polls-ans ul.wp-polls-ul li{
			margin-left: 0px;
		}


	
.skyscraper{
	margin-bottom:10px;
	width:120px;
	height:600px;
	}

.no_left_padding{
	padding-left:0;
	}

.button{
	width:120px;
	height:120px;
	margin-bottom:10px;
	/*background:url('assets/img/buttons/btn_homebutton.gif') top left no-repeat;*/
	}

#footer{
	margin: 20px 0 0 0;
	padding: 0;
	width:100%;
	color:#000000;
	background-color:#dfdfdf;
	}
	
	#footer a {
		font-weight:bold;
		text-decoration: none;
		color: #ffffff;
	}
	
	#footer #footer_feature{
		width:100%;
		margin:0;
		padding:20px 0 20px 0;
		height:70px;
		overflow:hidden;
		text-align:center;
		background:#e71802 url('assets/img/backgrounds/bg_footer_feature.gif') top left repeat-x;
	}
	
		#footer #footer_feature a{
			color: #ffffff;
		}
		#footer #footer_feature a:hover {
			color: #000000;
		}
	
		#footer #footer_feature .footer_feature_blocks {
			float:left;
			width:292px;
			margin:0px 5px 10px 20px;
			font-weight: bold;
		}
		
		#footer #footer_feature .footer_feature_blocks .image_heading {
			width:292px;
		}
		
			#footer #footer_feature .footer_feature_blocks .image_heading h2{
				/*width:232px;*/
				padding:0 0 0 0;
				margin: 0 0 0 0;
				float:right;
				width:180px;
				font-size:14px;
				text-align:left;
			}
			
				
				#footer #footer_feature .footer_feature_blocks .image_heading p{
					float:right;
					width:180px;
					margin:0 0 0 10px;
					text-align:left;
					color:#000000;
				}

			#footer #footer_feature .footer_feature_blocks .image_heading img{
				float:left;
				width:100px;
				height:70px;
			}
			
			#footer #footer_feature .footer_feature_blocks .image_heading img:hover{
			}
			
	#footer #footer_share{
		width:100%;
		height:50px;
		margin:0 auto 0 auto;
		border-bottom: #e71802 4px solid;
		background:url('assets/img/backgrounds/bg_footer_share.gif') top left repeat-x;
	}
	
		#footer #footer_share a:hover {
			color: #fff;
			/*background-color: #000000;*/
		}
	
		#footer #footer_share #centerit{
			width:640px;
			margin:0 auto 0 auto;
			padding-top:17px;
			text-align:center;
		}
	
	
		#footer #footer_share span{
			margin-right:15px;
			float:left;
			font-size:15px;
			text-transform:uppercase;
			color:#e71802;
			font-weight:bold;
		}
		
		#footer #footer_share a {
			margin-right:15px;
			display:block;
			float:left;
			font-size:15px;
			text-transform:uppercase;
			text-decoration:none;
			color:#e71802;
			font-weight:bold;
		}

		#footer #footer_share #facebook_share{
			width:104px;
			height:24px;
			margin-top: -2px;
			background:url('assets/img/logos/facebook_share.png') top left no-repeat;
		}
		
		#footer #footer_share #twitter_share{
			width:104px;
			height:24px;
			margin-top: -5px;
			background:url('assets/img/logos/twitter_share.png') top left no-repeat;
		}
		
		#footer #footer_share #linkedin_share{
			width:120px;
			height:30px;
			margin-top: -6px;
			background:url('assets/img/logos/linkedin_share.png') top left no-repeat;
		}
		
	#footer #footer_meta{
		width:100%;
		margin:0;
		padding:20px;
	}
	
		#footer #footer_meta .footer_meta_block{
			width:210px;
			float:left;
			font-size: 12px;
			margin:0 25px 0 0;
			padding:0 0 0 0;
		}
		
		#footer #footer_meta .footer_meta_block a{
			color: #e71802;
		}
		
		#footer #footer_meta .footer_meta_block a:hover{
			color: #000000;
		}
		
		#footer #footer_meta .footer_meta_block ul{
			list-style:none;
			padding:
		}
		
		#footer #footer_meta .footer_meta_block li{
			margin-left: 0px;
		}
		
		#footer #footer_meta .footer_meta_block h3{
			color:#999999;
			font-size:18px;
			font-weight: normal;
			text-transform:uppercase;
		}
		
		#footer #footer_meta .footer_meta_block h4{
			color:#999999;
			font-size:14px;
		}
		
		#footer #footer_meta .footer_meta_block #designed_by_ican{
			background-color:transparent;
		}
		
	





small{
	font-size:10px;
	color:#666666;
}

.post hr {
	display: block;
	}


.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	/*margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;*/
	}

html>body .entry li {
	/*margin: 7px 0 8px 10px;*/
	}

.entry ol {
	/*padding: 0 0 0 35px;
	margin: 0;*/
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry img {
	margin-bottom: 30px;
	}
	
	.entry a img {
		padding: 0;
		margin: 0;
	}
	
	.entry a:hover img {
		padding: 0;
		margin: 0;
		background-color: transparent;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



ol li{
	/*list-style: decimal outside;*/
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px 0 5px 0;
	padding: 5px 0px;
	float: right;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
	#respond #fbc_login {
		display:block;
		margin-bottom:5px;
	
	}
	
	#respond h5 {
		font-size:15px;
		text-align:left;
	}
	
	#respond .cancel-comment-reply {}
	
	#respond .comment_via_fbk {
		margin-bottom:10px;
		/*background:url('assets/img/backgrounds/bg_login.gif') top left repeat-x;
		padding:10px 10px 10px 10px;*/
	}
	
	#respond #community_comment {
	}
	
	
	#respond{
		padding:10px 10px 10px 10px;
		float: left;
		background:#b5b5b5;
	}
	
	#respond #community_comment .community_login form label {
		width:150px;
		margin-right:5px;
	}
	
#respond a:hover{
	background-image:none;
}	
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 5px auto;
	/*float: right;*/
}
	
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.comment_title{
	margin-left:10px;
}

.comment_area{
			background: url('assets/img/backgrounds/bg_heading_h2.gif') top left repeat-x;
			min-height:56px;
			padding: 5px 0px 0px 15px;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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 #999;
	}

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
	color:#000000;
}
/* End captions */


	.recent_comments{
		margin-bottom:20px;
	}
	
	.recent_comments .avatar{
		float:left;
	}
	
	.recent_comments .comment_text{
		float:left;
		width:220px;
	}
	
	.featured img{
		float:left;
		margin:0 0 0 0;
	}
	.featured h4{
		
	}


.tagmeta{
	clear:left;
	margin-top:20px;
	padding-top:10px;
	/*border-top:1px solid #e71802;*/
}

#single_content .btn a{
	background: none;
	color: #ffffff;
}

#single_content .btn a:hover{
	background: none;
	color: #000000;
}

#single_content .entry

#request_form {
	margin-top: 20px;
	margin-bottom: 20px;
}

#request_form #submit_result{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #e71802;
}

#request_form h3{
	color: #e71802;
}

#request_form #label{
	float: left;
	clear: none;
	width: 120px;
	margin-left: 20px;
}
#request_form #field{
	float: left;
	clear: none;
	margin-bottom: 8px;
}

#request_form #submit{
	float: left;
	clear: none;
	margin-top: 10px;
	margin-left: 20px;
}

#single_pixel_ad {
	border: none;
}

#single_pixel_ad a img {
	border: none;
	background: #000000;
}

/* 
* ------ [Off The Ball] ----- 
*/

#content_frame_offtheball {
  background:#000;
  color:#fff;
}

#content_frame_offtheball .show_description,
#content_frame_offtheball p,
#content_frame_offtheball .show_detail,
#content_frame_offtheball .post
 {
  color:#fff;
}

#content_frame_offtheball .offtheball_heading {
  padding-top:20px;
}

#content_frame_offtheball  .show_description {
  width:440px;
  overflow:hidden;
  background:url('assets/img/offtheball/offtheball_home_panel.gif') top left repeat-x;
  padding:10px;
  margin:20px 0 0 0;
}

#content_frame_offtheball .offtheball_small_panels {
  margin:20px 0 20px 0;
}

#content_frame_offtheball .offtheball_small_panel {
  width:220px;
  height:240px;
  float:left;
  background:url('assets/img/offtheball/offtheball_small_panel.gif') bottom left repeat-x #242426;
  font-size:12px;
  font-size:bold;
  color:#cbcbcb;
}

#content_frame_offtheball .offtheball_small_panel.indented {
  margin-right:20px;
}

#content_frame_offtheball .offtheball_small_panel .text {
  padding:10px;
}

#content_frame_offtheball .offtheball_small_panel img {
  border-bottom:4px solid #e61801; 
}

#content_frame_offtheball .offtheball_small_panel h2 {
  font-size:14px;
  text-transform:uppercase;
  margin-bottom:5px;
  padding:0;
}

#content_frame_offtheball .offtheball_small_panel a {
  color:#cbcbcb;
  font-weight:normal;
}

#content_frame_offtheball ul.navigation {
  margin-top:20px;
}

#content_frame_offtheball ul.navigation a {
	padding:12px 25px 14px 25px;
	background:url('assets/img/offtheball/offtheball_sub_nav.gif') top left repeat-x #000;
	border:none;
}

#content_frame_offtheball ul.navigation li.current_page_item a {
  color:#ff0200;
  font-weight:bold;
}

#content_frame_offtheball #footer {
  background:url('assets/img/offtheball/offtheball_footer.gif') top left repeat-x #000;
  color:#fff;
}

#content_frame_offtheball #footer #footer_meta h3, #content_frame_offtheball #footer #footer_meta h4 {
  color:#fff;
}

#content_frame_offtheball #breadcrumb {
  margin-top:20px;
  color:#fff;
}

#content_frame_offtheball #respond {
  background:url('assets/img/offtheball/offtheball_home_panel.gif') top left repeat-x #000;
  color:#fff;
}

#content_frame_offtheball #respond h3 {
  font-size:14px;
  text-transform:uppercase;
  margin-bottom:0px;
  padding:0;
}

#content_frame_offtheball #respond #submit.btn_prp_large {
  background:url('assets/img/offtheball/offtheball_sub_nav.gif') top left repeat-x #000;
}

.offtheball_comments {
  background:url('assets/img/offtheball/nowyouretalking_bottom.jpg') bottom left no-repeat #000;
  padding:0 20px;
  margin-bottom:20px;
}

.offtheball_comments .title {
  background:url('assets/img/offtheball/nowyouretalking_top.jpg') top left no-repeat #000;
  padding-top:50px;
}

.offtheball_comments p.comment_text {
  margin:0;
  padding:0;
}

.offtheball_comments p.comment_text a {
  color:#fff;
}

.offtheball_comments .link {
  padding:10px 0 15px 0;
  text-align:center;
} 

.offtheball_comments .link a {
  text-transform:uppercase;
  color:#fff;
  font-weight:bold;
}

.offtheball_comments small {
  font-size:12px;
  color:#c0b894;
}

.offtheball_comments img {
  margin:0 10px 0 0;
  padding:0px;
  float:left;
}

.offtheball_comments .title h2 {
  font-size:14px;
  text-transform:uppercase;
  margin:0 0 15px 0;
  padding:0;
  color:#fff;  
}

#content_frame_offtheball .comment_area {
  background:url('assets/img/offtheball/offtheball_home_panel.gif') top left repeat-x #000;
  color:#fff;
  margin:0px;
  padding:10px;
}

#content_frame_offtheball .comment_area h3.comment_title,
#content_frame_offtheball .comment_area h3.trackback_title  {
  font-size:14px;
  text-transform:uppercase;
  margin:4px 0 0 0;
  padding:0;
}

#content_frame_offtheball ol.comment_list {
  padding:0px;
  margin:0px;
}

#content_frame_offtheball img.avatar {
  margin-right:10px;
}

#content_frame_offtheball .comment_area.nowyouretalking {
  background:url('assets/img/offtheball/nowyouretalking_large_top.jpg') top left no-repeat;
  padding:70px 0 0 0;
  margin:0;
}

#content_frame_offtheball .comment_area.nowyouretalking  ol {
  background:url('assets/img/offtheball/nowyouretalking_large_bottom.jpg') bottom left no-repeat;
  padding-bottom:20px;
  min-height:400px;
}

#content_frame_offtheball .comment_area.nowyouretalking  li {
  margin:0px;
  padding:6x 0;
}

#content_frame_offtheball .comment_nav {
  padding-bottom:20px;
}

#content_frame_offtheball a:hover, #content_frame_offtheball #footer #footer_meta a:hover {
  color:#fff;
}

#content_frame_offtheball .gallery-caption {
  color:#fff;
}

.nowyouretalking_comment {
  font-weight:bold;
  padding:2px 5px;
  font-size:11px;  
}

.nowyouretalking_comment p {
  padding:0px;
  margin:0px;
  font-size:11px;
}

.nowyouretalking_details {
  font-weight:normal;
  color:#c0b894;
  font-size:12px;
}

.nowyouretalking_avatar {
  float:left;
  margin-right:10px;
}

#content_frame_offtheball .wp-caption-text {
  color:#000;
}

.schedule_live_btn
{
margin-top:10px;
margin-left:270px;
float: left;
clear: both;
}


#inline_form {

}

	#inline_form td {
		vertical-align: top;
		padding: 5px 3px 5px 3px;
	}
	#inline_form #left_fields {
		width: 150px;
	}
	#inline_form #right_fields {
		width: 200px;
	}

/* World Cup microsite */
	
#content_frame.worldcup_container{
	background:none;
	background-color:#1d5a2f;
	}
	.worldcup_container .container_16{
		background:none;
	}
	#worldcup_microsite #sidebar .ad_border{
		padding-top:3px;
	}
	.worldcup_container #footer{
		background:none;
	}
	.worldcup_container #footer .footer_meta_block{
		color:#FFFFFF;
	}
	#worldcup_microsite{
	
	}
	#worldcup_microsite h2{
		background-color:#fa9414;
		color:#FFFFFF;
		padding:5px;
		font-size:18px;
		font-weight:bold;
		margin-bottom:10px;
		background:url('assets/img/heading_background.gif') top left repeat-x;
	}
	#worldcup_microsite .reports{
		float:left;
		width:500px;
		background-color:#333333;
	}
	#worldcup_microsite .report_large{
		float:left;
		width:230px;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:20px;
	}
	#worldcup_microsite .report_large .date{
		color:#999999;
	}
	#worldcup_microsite .report_small{
		float:left;
		width:230px;
		}
		#worldcup_microsite .report_small img{
			float:left;
			margin-right:7px;
			margin-bottom:10px;
		}
		#worldcup_microsite .report_small h3{
			font-size:14px;
			font-weight:bold;
			margin-bottom:10px;
		}
		#worldcup_microsite .report_large h3{
			margin-bottom:4px;
			padding-bottom:0;
		}
	#worldcup_microsite .report_large, #worldcup_microsite .report_small{
		color:#FFFFFF;
	}
	#worldcup_microsite .report_large a, #worldcup_microsite .report_small a{
		color:#fa9414;
	}
	#worldcup_microsite .report_large a:hover, #worldcup_microsite .report_small a:hover{
		color:#ffffff;
	}
	#worldcup_microsite .report_large a h3, #worldcup_microsite .report_small a h3{
		color:#fa9414;
	}
	#worldcup_microsite .report_large a:hover h3, #worldcup_microsite .report_small a:hover h3{
		color:#ffffff;
	}
	#worldcup_microsite .report_large a:hover img, #worldcup_microsite .report_small a:hover img{
		border:2px solid #ffffff;
	}
	#worldcup_microsite .report_large img, #worldcup_microsite .report_small img{
		border:2px solid #fa9414;
	}
	
	#worldcup_microsite a.more_reports{
		display:block;
		margin-top:10px;
		color:#fa9414;
		font-size:14px;
		font-weight:bold;
		margin-left: 250px;
	}
	#worldcup_microsite a.more_reports:hover{
		color:#FFFFFF;
	}
	
	.right_side_column{
		margin-left:10px;
		width:264px;
		float:left;
	}
	.right_side_column .audio_container{
		background-color:#333333;
	}
	.right_side_column .audio_container h2{
		margin-top:10px;
	}
	.right_side_column .audio_container .audio{
		border-bottom:1px solid #000000;
		padding:5px 5px 0 5px;
	}
	.right_side_column .audio_container .audio img{
		float:left;
		margin-right:10px;
	}
	.right_side_column .audio_container .audio a h3{
		color:#fa9414;
		font-size:14px;
		margin-left:44px;
	}
	.right_side_column .audio_container .audio a:hover h3{
		color:#ffffff;
	}
	
	.featured_panel{
		padding-top:10px;
		background-color:#1d5a2f;
		}