/*** colors  

#201c1d black
#0167A7 logo blue
#A9B7DC menu bg blue
#e0393e red
*/


body {
	padding:0px;
	margin:0px;
	background: #FFF;
}

/* for the FCK editor */
body#publicBody {
	padding: 0px;
	margin: 0px auto;
}

/* Generic non-heading text styles */
body, p, td, ul, ol, label, .body, .defaultBody {
	font: 12px/16px arial, Verdana, 'trebuchet ms', sans-serif;
	color: #424242;
}

p
{
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

/* Generic heading styling */
h1, h2, h3, h4, h5, h6, .pageTitle, .title, .subTitle, .header {
	font-family: arial, Verdana, 'trebuchet ms', sans-serif;
	color: #e0393e;
	font-weight: bold;
}

h1, .pageTitle {

	font-size: 18px;
	/*line-height: 35px;*/
	padding-bottom: 15px;
	position: relative;
	top: 0;
	left: 0px;
}

h2, .title  {
	font-size: 16px;
}

h3, .subTitle {
	font-size: 14px;
}

h4, .header {
	font-size: 12px;
}

/*** LIST STYLING ***/
/***** turn ON all bullets by default....this is the only way to get bullets to appear in the FCK editor... *****/
ol, ul
{
list-style: disc;
padding: 20px;
}

/***** now turn OFF bullets by default on the PUBLIC side... *********/
#publicBody ol, #publicBody ul
{
list-style: none;
padding: 0px;
}

/***** now turn on bullets only in the content area (so any client made lists appear correctly... *********/
#mainContent ol, #mainContent ul
{
list-style: disc;
padding: 20px;
}


/* Table related styling */
/*table, thead, th, tr, tbody, td { padding:0; margin:0; border:0; }
th {  }
*/

/*** AUTO TABLE STYLES....set to main content width minus any padding!! ***/
#autoTable, .autoTable
{
width: 575px;
border: 0px;
}

th, .tableHeader { color: #FFF; font: normal bold 80% Georgia, serif; padding: 4px; }
table.autoTable td { padding:3px; }

.highlight { color: #e0393e; }

/* Link Styling (usually overidden for menus) */
a { color: #e0393e; text-decoration: none; }
a:link { color: #e0393e; }
a:visited { color: #e0393e; }
a:active { color: #e0393e; }
a:hover { color: #e0393e; }

a img {border:0;}

hr { color: black; height: 1px; }

form { padding:0; margin:0; }
label { display:block; }


/* Navigation Styles */

/****first level...*/

#primaryNav 
{
border: 0px solid #000000;
float: left;
text-align: left;
}

#primaryNav ul
{
list-style: none;
padding: 0px;
width: 100%;
list-style-position: outside;
float: left;
}

	#primaryNav ul li
	{
	float: left;
	font: bold 12px/28px arial, helvetica, geneva, sans-serif;
	color: #201c1d;
	list-style: none;
	line-height: 28px;
	background-image: url(i/menu_btn_divider_2.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-left: 20px;
	padding-right: 5px;
	}
	
	#primaryNav ul li a
	{	
	color: #201c1d;		
	}
	
	#primaryNav ul li:hover, #primaryNav ul li a:hover, #primaryNav ul li a.active
	{			
	color: #e0393e;
	}	

#menu_right_endcap
{
float: left;
height: 28px;
width: 20px;
background-image: url(i/menu_btn_end.gif);
background-repeat: repeat-x;
}

/****second level...*/

#primaryNav ul li .level1{
	
	padding-left: 10px;		
}

	#primaryNav ul li .level1 li a{
		/*display: inline;*/
		font: bold 14px/20px arial, helvetica, geneva, sans-serif;
		/*color: #e0393e;*/
		color: #201c1d;
		padding-left: 0px;		
	}
	
	#primaryNav ul li .level1 li a:hover, #primaryNav ul li .level1 li .active {
		
		background-color: #ffffff;
	}


/*** separate second level nav ***/
#secondaryNav
{
border: 0px solid #000000;
float: left;
text-align: left;
background-image: url(i/menu_btn_blk_3px.jpg);
background-repeat: repeat-x;
}

	#secondaryNav ul
	{
	list-style: none;
	padding: 0px;
	width: 100%;
	list-style-position: outside;
	float: left;
	}
	
		#secondaryNav ul li 
		{
		float: left;
		font: bold 11px/28px arial, helvetica, geneva, sans-serif;
		color: #201c1d;
		list-style: none;
		line-height: 28px;
		background-image: url(i/menu_btn_blk_divider.jpg);
		background-repeat: no-repeat;
		background-position: 0% 100%;
		padding-left: 20px;
		padding-right: 5px;		
		}
	
			#secondaryNav ul li a
			{
			color: #fff;		
			}
			
			#secondaryNav ul li:hover, #secondaryNav ul li a:hover, #secondaryNav ul li a.active
			{			
			color: #e0393e;
			}	
			

	#menu_right_endcap_blk
	{
	float: left;
	height: 28px;
	width: 20px;
	background-image: url(i/menu_btn_blk_endcap.jpg);
	background-repeat: repeat-x;
	}



/******** SEPERATE THIRD LEVEL NAV ********/
#thirdNav
{
padding-bottom: 20px; 
border: 0px solid #000000;
}

#thirdNav ul
{
list-style: none;
}

#thirdNav ul li a
{
text-align: center;
vertical-align: middle;
font: 12px/20px arial, verdana, helvetica, geneva, sans-serif;
color: #424242;
text-decoration: none;
border: 0px solid #ffffff;

}

#thirdNav ul li.active a, #thirdNav ul li a:hover
{
color: #e0393e;
}


			
/******** FOOTER NAV *******/
#footerNav {	
	/*background:#EEE;*/
	text-align: center;
		}

#footer ul li {
 display:inline;
 
}

#footerNav ul li a{	
	padding: 0px 5px;
	font: 12px arial, helvetica, geneva, sans-serif;
	color: #424242;
	list-style: none;	
}

#footerNav ul li a:hover {
	color: #e0393e;
}



/*** MAIN LAYOUT ***/

#container
{
padding-top: 0px;
text-align: center;
margin: 0 auto;
background-image: url(i/team_990_bg_gradient.jpg);
background-repeat: repeat-x;	
}

	#container_2
	{
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid #000000;
	}
	
	
		#leaderboard 
		{
		position: absolute;
		top: 30px;
		left: 135px;
		border: 1px solid #000000;
		width: 728px;
		height: 90px;	
		}
		
		#masthead 
		{
		border: 0px solid #000000;
		background-image: url(i/team_990_01.jpg);
		background-repeat: no-repeat;	
		position:relative; /* so that everything inside can be absolute*/
		width: 1000px;
		height: 372px;	
		}
		
			#logo_link 
			{
			border: 0px solid #000000;
			position: absolute;
			left: 370px;
			top: 140px;
			width: 270px; 
			height: 180px; 		
			overflow: hidden;
			cursor: hand;
			}
		
						
			#rotatingArtist
			{
			border: 0px solid yellow;
			position: absolute;
			left: 15px;
			top: 136px;
			width: 971px; 
			height: 196px; 
			/*background-image: url(i/banner_image.jpg);
			background-repeat: no-repeat;*/
			overflow: hidden;				
			}
				
				.rotatingArtistImage
				 {
				 width: 971px; 
				 height: 196px; 
				 display: block;
				 cursor: hand;
				 }
					
			#nav_container
			{
			border: 0px solid #000000;	
			position: absolute;
			top: 332px;
			left: 6px;
			height: 28px;
			text-align: left;
			background-image: url(i/menu_btn_1px.gif);
			background-repeat: repeat-x;
			}
			
				#nav_container_padding
				{
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 20px;
				}	
				
				
			#second_level_nav_container
			{
			border: 0px solid #000000;	
			position: relative;
			width: 971px;
			top: -12px;
			left: 0px;
			height: 28px;
			text-align: left;
			background-image: url(i/team_990_nav_2_bg.jpg);
			background-repeat: no-repeat;
			}
			
				#second_level_nav_container_padding
				{
				padding-left: 1px;
				padding-right: 0px;
				padding-bottom: 0px;
				}	
				
			
		#contentContainer
		{
		border: 0px solid #000000;
		position: relative;
		left: 15px;
		vertical-align: top;
		width: 971px;
		min-height: 400px;
		background-image: url(i/team_990_02_repeating.jpg);
		background-repeat: repeat-y;
		overflow: visible;
		padding-top: 0px;				
		}
		
		
			#sidebar1
			{
			border: 0px solid #000000;
			position: relative;
			text-align: left;
			width: 175px;
			float: left;				
			left: 0px;
			}
			
				#sidebar1_padding
				{
				padding-left: 0px;
				padding-right: 0px;
				}
				
					#third_level_nav_container
					{
					border: 0px solid #000000;	
					position: relative;					
					top: 0px;
					left: 0px;				
					text-align: left;					
					}
				
						#third_level_nav_container_padding
						{
						padding-left: 15px;
						padding-right: 0px;
						padding-bottom: 0px;
						}	
					
					#mini_login_form_container
					{					
					position: relative;
					padding-top: 0px;
					left: 13px;
					width: 150px;
					margin-bottom: 10px;
					}
					
					#soap_box_container
					{
					border: 0px solid #000000;	
					position: relative;
					padding: 0px;
					left: 13px;
					width: 150px;
					margin-bottom: 10px;
					}
					
					#polls_container
					{
					border: 1px solid #000000;	
					position: relative;
					padding: 0px;
					left: 13px;
					width: 150px;
					margin-bottom: 10px;
					}
				
			#mainContent
			{
			position: relative;
			border: 0px solid #000000;
			width: 619px;
			float: left;
			padding: 0px;	
			left: 0px;	
			min-height: 880px;			
			}
			
				#mainContent_padding
				{
				padding-left: 15px;
				padding-right: 15px;
				text-align: left;
				}
				
								
				#pageStatus
				{
				width: 350px;	
				display: block;	
				}
				
				#pageStatus ul
				{
				list-style: disc;
				clear: both;	
				color: red;			
				}
			
				#image_cycler_container
				{
				text-align: center;
				padding-top: 0px;
				padding-bottom: 10px;
				}
				
				#espn_ticker {
				width: 100%;
				/*height: 44px;*/
				padding-bottom: 20px;
				}
				
				#espn_ticker iframe {
				width: 100%;
				height: 44px;
				}
				
				
					#weather
					{
					position: relative;
					left: 15px;
					text-align: center;
					float: left;
					/*width: 195px;
					height: 270px;*/
					width: 180px;
					height: 150px;
					}
						
						#weather table		
						{
						margin: 0 auto;
						}
						
					
			#right_sidebar
			{
			position: relative;
			border: 0px solid #000000;
			left: 0px;
			width: 175px;
			float: left;
			text-align: left;				
			}
			
				#right_sidebar_padding
				{
				padding-left: 0px;
				padding-right: 0px;
				}
					
					#listen_live
					{			
					position: relative;			
					left: 1px;
					top: 0px;
					width: 175px;
					/*min-height: 81px;	*/
					overflow: hidden;
					border: 0px solid #000000;
					background-image: url(i/listenlivebadge.jpg);
					background-repeat: no-repeat;
					}
					
						#listen_live span
						{		
						position: absolute;		
						left: 0px;
						top: 0px;			
						width: 175px;												
						background-repeat: no-repeat;
						overflow:hidden;								
						}
						
						#listen_live p
						{		
						margin: 0px;	
						padding: 0px;				
						}
				
					#onAir
					{
					position: relative;		
					border: 0px solid #000000;
					left: 1px;
					top: 5px;
					width: 175px; 
					height: 81px; 						
					overflow: hidden;
					}
					
						.onAirImage 
						{
						position: absolute;
						left: 0px;
						top: 0px;	
						width: 175px; 
						height: 81px;
						display: block;
						cursor: hand;
						}					
					
					
					#upNext
					{
					position: relative;		
					border: 0px solid #000000;
					left: 1px;
					top: 10px;
					width: 175px; 
					height: 81px; 						
					overflow: hidden;
					}
					
						.upNextImage
						{
						position: absolute;
						left: 0px;
						top: 0px;
						width: 175px; 
						height: 81px; 
						display: block;
						cursor: hand;							
						}
				
				
				
					/*#jockQuote {
						width: 180px;
						height: 20px;
						background: #DDD;
						float: right;
						overflow: hidden;
					}*/	
						
					#skyscraper
					{
					border: 0px solid #000000;
					position: relative;
					left: 8px;
					top: 18px;
					width: 160px;
					height: 600px;
					background: #990;
					}
			
		
		#footer
		{
		width: 971px;
		/*width: 1000px;*/
		height: 216px;
		clear: both;
		background-color: #6093C8;
		background-image: url(i/team_990_03.jpg);
		background-repeat: no-repeat;	
		position: relative;			
		text-align: center;
		border: 0px solid #000000;			
		}
		
			#footer_nav_container
			{
			position: relative;
			width: 971px;
			top: 140px;				
			border: 0px solid #000000;
			text-align: center;
			}
			
			
			#footer_text_container
			{
			position: relative;
			top: 150px;		
			color: #000;
			width: 971px;
			font: 13px arial, helvetica, geneva, sans-serif;	
			border: 0px solid #000000;
			padding-top: 10px;
			text-align: center;
			}
			
			#we_create_link
			{
			position: absolute;
			left: 760px;
			top: 145px;
			width: 180px; 
			height: 50px; 		
			overflow: hidden;
			border: 0px solid #000000;
			}



/* Masthead Related Things */
/*#stationLogo {
	width: 1000px;
	height: 137px;		
	display: block;
}

.stationLogoImage {
	width: 1000px; 
	height: 137px; 
	display: block;
	cursor: hand;
	background-image: url(i/team_990_02.jpg);
}*/


/*** LOGIN FORM ***/

/*sidebar login form stuff*/
#loginButton
{
background-image: url(i/login_btn_tiling.jpg);
background-repeat: repeat-x;	
font: 12px/20px arial, Verdana, 'trebuchet ms', sans-serif;
width: 40px;
height: 20px;
cursor: hand;
color: #fff;
padding: 0px;
margin: 0px;
}

#loginMiniForm
{
border: 1px solid #000;
}

#loginMiniForm a
{
color: #201c1d;
}

#wrapper_logo
{
background-image: url(i/login_header.jpg);
background-repeat: no-repeat;	
text-align: center;
padding-top: 5px;
height: 40px;
}

#password
{
margin-bottom: 10px;
}

#wrapper_logo_padding
{
padding-top: 7px;
}

#wrapper_logo_padding h3
{
color: #fff;
}

#wrapper_padding, #forgot_password_container
{
padding: 5px;
}

#forgot_password_container
{
background-color: #201c1d;
background-image: url(i/login_header.jpg);
background-repeat: no-repeat;	
}

#forgot_password_container a
{
color: #fff;
}


#loginMiniForm #email, #loginMiniForm #password
{
width: 134px;
}

/*** main login page form ***/
/*** this style also controls all default autoform 'submit' btns...***/
.autoFormInputs .button
{
background-image: url(i/login_btn_tiling.jpg);
background-repeat: repeat-x;	
font: 12px/20px arial, Verdana, 'trebuchet ms', sans-serif;
/*width: 40px;*/
height: 20px;
cursor: hand;
color: #fff;
margin: 0px;
margin-top: 10px;
}

.button {
border:0px solid #333;
padding: 0px;
margin: 0px;
text-decoration:none;
}

div.req-notice span
{
/*font: 24px/24px arial, verdana, helvetica, geneva, sans-serif;	*/
color: red;
}

.SC_Panel { background-color:#efefef !important; }


/*** CONNECTOR ADS ***/

#connectorAds
{
text-align: center;
padding-top: 0px;
padding-bottom: 6px;
border: 0px solid #424242;
}

#connectorAds ul li
{
height: 125px;
list-style: none;
padding: 0;
margin-bottom: 6px;
margin-left: 0;
} 
	
	#connectorAds img
	{
	border: 1px solid #424242;	
	}
	
	/* start connector local ad at top of connector ads... */
	#connectorAds #connector_local_ad
	{	
	height: 125px;
	width: 125px;
	border: 1px solid #424242;			
	margin: 0 auto;
	margin-bottom: 4px;	
	}
	
		#connector_local_ad_local
		{
		height: 36px;
		width: 125px;
	   display: block;		   
	   position: relative;
	   border: 0px solid #424242;	
		}
		
			#connector_local_ad_local span
			{
		   position: absolute;
			top: 0px;
			left: 0px;
			height: 36px;
			width: 125px;
		   background-image:url(/images/dynamic/connector_local_ad_01.jpg);  
		   display: block; 
		   border: 0px solid #424242;	
			}
			
			#connector_local_ad_local span:hover 
			{
	   	background-image:url(/images/dynamic/connector_local_ad_roll_01.jpg);   
			}
		
		#connector_local_ad_business
		{
		height: 30px;
		width: 125px;
	   display: block;		   
	   position: relative;
		}
		
			#connector_local_ad_business span
			{
			position: absolute;
			top: 0px;
			left: 0px;
			height: 30px;
			width: 125px;
		   background-image:url(/images/dynamic/connector_local_ad_02.jpg);   
		   display: block;
			}
		
			#connector_local_ad_business span:hover 
			{
		   background-image:url(/images/dynamic/connector_local_ad_roll_02.jpg);   
			}
			
		#connector_local_ad_classifieds
		{
		height: 30px;
		width: 125px;
	   display: block;		   
	   position: relative;
		}	
		
			#connector_local_ad_classifieds span 
			{
			position: absolute;
			top: 0px;
			left: 0px;
			height: 30px;
			width: 125px;
		   background-image:url(/images/dynamic/connector_local_ad_03.jpg);  
		   display: block; 
			}
			
			#connector_local_ad_classifieds span:hover 
			{
		   background-image:url(/images/dynamic/connector_local_ad_roll_03.jpg);   
			}
		
		#connector_local_ad_voice
		{
		height: 29px;
		width: 125px;
	   display: block;		   
	   position: relative;
		}
			
		
			#connector_local_ad_voice span
			{
			position: absolute;
			top: 0px;
			left: 0px;
			height: 29px;
			width: 125px;
		   background-image:url(/images/dynamic/connector_local_ad_04.jpg);
		   display: block;   
			}
		
			#connector_local_ad_voice span:hover 
			{
		   background-image:url(/images/dynamic/connector_local_ad_roll_04.jpg);   
			}
	/* end connector local ad at top of connector ads... */
	
	
	
/*this is here for when a station uploads a swf file for the skyscraper instead of an image...
this div floats over the flash and has the link applied to it*/
#flash_link
{
border: 0px solid #ffffff;
background: transparent url(i/blank.gif);
position: absolute;
width: 728px;
height: 90px;
top: 0px;
left: 0px; 
cursor: hand;
}



/******************************************************
			POINTS CATALOGUE STYLE SECTION		
******************************************************/
.points_catalogue_items th
{
background-color: #171516;
}

.points_catalogue_items .item_photo {
	margin:			3px;
	margin-right:	10px;
	margin-bottom:	10px;
}

.points_catalogue_items h3 {
	font-size:		12px;
	font-weight:	bold;
	margin-bottom:	5px;
}

.points_catalogue_items .cost {
	font-weight:	bold;
}

.points_catalogue_items .quantity {
	font-weight:	bold;
	text-align:		center;
}

/***** EXPERTS *******/

#experts_container
{

}

/********* TSN NEWS FEED ********/

#home_rssfeed #rss_headline_list, #sports_headlines #rss_headline_list
{
list-style: none;
padding: 10px;
}

#home_rssfeed .rss_image, #sports_headlines .rss_image
{
float: right;
margin-bottom: 0px;
margin-right: 10px;
width: 87px;
height: 60px;
border: 1px solid #000;
}

#home_rssfeed .rss_title, #sports_headlines .rss_title
{
font-size: 130%;
margin-top: 20px;
}

#home_rssfeed .rss_description, #sports_headlines .rss_description
{
margin: 10px;
margin-bottom: 25px;
padding: 0px;
border: 0px solid #000;
}

/***************** BLOG ******************/
.blog_search
{
	margin-bottom: 20px;
}

.blog_article .thumb, .blog_article .image 
{
border: 0px;
}