/*** colors  

#A40136 


#7e1e00 burgundy
473a28 nav brown
d8ac2a yellow
#E0D4C6 bg
*/

/*** FOR THE FCK EDITOR ***/
body {
	padding:0px;
	margin:0px;
	background: #FFF;
}

/*** FOR THE PUBLIC SIDE ***/
body#publicBody {
	padding: 0px;
	margin: 0px auto;
}

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

strong {
	font-style: normal;
	font-weight: bold;
}

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, th, .tableHeader  {
	font-family: arial, Verdana, 'trebuchet ms', sans-serif;
	color: #7e1e00;
	font-weight: bold;
}

h1.pageTitle {

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

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

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

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

.alt_color
{
color: #7e1e00;
}

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

ol
{
list-style: decimal;
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 ul
{
list-style: disc;
padding: 20px;
}

#mainContent ol
{
list-style: decimal;
padding: 20px;
}

#mainContent ol li, #mainContent ul li
{

padding-bottom: 5px;
}



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

th, .tableHeader 
{
padding: 5px; 
}

table.autoTable td { padding:5px; }
/*******************/



.highlight { color: #ffa031; }

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

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;
text-align: left;
width: 160px;
}

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

#primaryNav ul li
{
	border-bottom: 1px solid #cab8a8;
}

#primaryNav ul li a
{
	/*display: inline;*/
	font: bold 16px/22px garamond, arial, helvetica, geneva, sans-serif;
	color: #473a28;
	list-style: none;
	
}

#primaryNav ul li:hover, #primaryNav ul li a:hover, #primaryNav ul li a.active
{	
	
	color: #AC2B1F;
}


/**** SECOND LEVEL...*/

#primaryNav ul li .level1{
	
	padding-left: 15px;	
	list-style-position: outside;
}

#primaryNav ul li .level1 li{
	
	border: 0px;		
}

#primaryNav ul li .level1 li a{
	/*display: inline;*/
	font: bold 13px/22px garamond, arial, helvetica, geneva, sans-serif;
	color: #473a28;
	padding-left: 0px;		
}

#primaryNav ul li .level1 li a:hover, #primaryNav ul li .level1 li .active {
	
	/*color: #F8FAED;*/
	color: #AC2B1F;
}


/****THIRD LEVEL... */

#primaryNav ul li .level2{
	
	padding-left: 15px;
	width: 130px;
	list-style-position: outside;
}

#primaryNav ul li .level2 li a{	
	font: bold 11px/20px arial, helvetica, geneva, sans-serif;	
	color: #473a28;
	padding-left: 0px;
	border: 0px solid #000000;
}

#primaryNav ul li .level2 li a:hover, #primaryNav ul li .level2 li .active {	
	color: #AC2B1F;
}


/*** SEPARATE SECOND LEVEL NAV ***/
#secondaryNav ul
{
list-style: none;
}

#secondaryNav ul li 
{
 display:inline; 
}

#secondaryNav ul li a{
	font: bold 12px/30px arial, helvetica, geneva, sans-serif;
	color: #424242;
	float: left;
	padding-right: 15px;	
}

#secondaryNav ul li a:hover {
	color: #7e1e00;
}


/**** THIRD LEVEL OF A SEPARATE SECOND LEVEL MENU...*/

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

#secondaryNav ul li .level1 li a{
	/*display: inline;*/
	font: bold 14px/20px arial, helvetica, geneva, sans-serif;
	/*color: #006AB6;*/
	color: #fff;
	padding-left: 0px;		
}

#secondaryNav ul li .level1 li a:hover, #secondaryNav ul li .level1 li .active {
	
	color: #006AB6;
}


/******** 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;
}




#footerNav {
	width: 1160px;
	/*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: #fff;
	list-style: none;	
}

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


/*** MAIN LAYOUT ***/

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

/* for tiling bg at bottom*/
#container_b
{
padding-top: 0px;
text-align: center;
margin: 0 auto;
background-image: url(i/wcub_main_bg_tiling_btm.jpg);
background-repeat: repeat-x;	
background-position: bottom;		
}
 
	#container_2
	{
	width: 1160px;
	text-align: left;
	margin: 0 auto;
	border: 0px solid #000000;
	}			
		
			#masthead {
			border: 0px solid #000000;
			background-image: url(i/wcub_01.jpg);
			background-repeat: no-repeat;	
			position:relative; /* so that everything inside can be absolute*/
			width: 1160px;
			height: 146px;	
			}
		
				#leaderboard {
				position: absolute;
				top: 10px;
				left: 280px;
				border: 1px solid #000000;
				width: 728px;
				height: 90px;					
				}			
					
				
					#logo_link {
					border: 0px solid #000000;
					position: absolute;
					left: 80px;
					top: 0px;
					width: 200px; 
					height: 146px; 		
					overflow: hidden;
					cursor: hand;	
					}
			
					#onAir {
					border: 1px solid #000000;
					position: absolute;
					left: 724px;
					top: 127px;
					width: 176px; 
					height: 85px; 
					background: #BBB;	
					overflow: hidden;					
					}
				
						.onAirImage {
						width: 176px; 
						height: 85px;
						display: block;
						cursor: hand;
						}
				
					#listen_live
					{
					position: absolute;
					left: 740px;
					top: 218px;
					width: 175px;
					height: 32px;	
					overflow: hidden;
					border: 1px solid #000000;
					cursor: hand;	
					}
				
				/*.listen_live_image
				{
					width: 169px;
					height: 28px;		
					background-image: url(i/listen_live.jpg);
					background-repeat: no-repeat;			
					display: block;		
				}*/
				
				#up_next {
					border: 1px solid #000000;
					position: absolute;
					left: 738px;
					top: 378px;
					width: 179px; 
					height: 43px; 
					background: #fff;	
					overflow: hidden;
					}
				
					.upNextImage {
						width: 179px; 
						height: 43px; 
						display: block;
						cursor: hand;
						background: #990;
					}
				
				#rotatingArtist
				{
					border: 1px solid #000000;
					position: absolute;
					left: 450px;
					top: 262px;
					width: 465px; 
					height: 112px; 
					background: #fff;	
					overflow: hidden;
					
				}
					
				.rotatingArtistImage {
					width: 465px; 
					height: 112px; 
					display: block;
					cursor: hand;
				}
		
		
		#contentContainer {
			border: 0px solid #000000;
			vertical-align: top;
			width: 1160px;
			min-height: 400px;
			background-image: url(i/wcub_02_tiling.jpg);
			background-repeat: repeat-y;
			overflow: visible;
			padding-top: 0px;	
			}
			
			#contentContainer2 {
			border: 0px solid #000000;
			vertical-align: top;
			width: 1160px;
			min-height: 400px;
			background-image: url(i/wcub_02_topper.jpg);
			background-repeat: no-repeat;
			overflow: visible;
			padding-top: 0px;	
			}
		
		
				#sidebar1 {
				position: relative;
				text-align: left;
				width: 180px;
				float: left;
				border: 0px solid #000000;
				left: 100px;
				}
			
					#sidebar1_padding
					{
					padding-left: 0px;
					padding-right: 0px;
					}
					
						#nav_container
						{
							border: 0px solid #000000;
							width: 160px;
							margin: 0 auto;	
													
						}
						
							#nav_topper
							{			
							position: relative;
							left: 0px;	
							border: 0px solid #000000;
							width: 137px;
							height: 15px;
							background-image: url(i/pretty_divider.png);
							background-repeat: no-repeat;	
							margin: 0 auto;						
							}		
						
								#nav_container_padding
								{
								padding-left: 0px;
								padding-right: 0px;
								padding-top: 10px;
								padding-bottom: 10px;
								}
								
							#nav_bottom
							{			
							position: relative;
							left: 0px;	
							border: 0px solid #000000;
							width: 137px;
							height: 15px;
							background-image: url(i/pretty_divider.png);
							background-repeat: no-repeat;		
							margin: 0 auto;					
							}								
						
						
							#mini_login_form_container
							{		
							position: relative;
							left: 0px;						
							border: 0px solid #000000;
							width: 177px;						
							padding: 0px;	
							display: block;											
							}
						
						#login_bottom
						{				
						position: relative;
						left: 0px;	
						border: 0px solid #000000;
						width: 137px;
						height: 15px;
						background-image: url(i/pretty_divider.png);
						background-repeat: no-repeat;	
						margin: 0 auto;					
						}	
						
											
						
			
				#mainContent
				{
				position: relative;
				border: 0px solid #000000;
				width: 599px;
				float: left;
				padding: 0px;	
				left: 100px;							
				}
				
				
					#mainContent_padding
					{
					padding-left: 15px;
					padding-right: 15px;
					text-align: left;
					}
				
						#image_cycler_container
						{
						text-align: center;
						padding-top: 0px;
						padding-bottom: 10px;
						}
						
						
							
					
				
		#right_sidebar
		{
			position: relative;
			left: 100px;
			width: 180px;
			float: left;
			text-align: left;
			border: 0px solid #000000;
		}
		
			#right_sidebar_padding
			{
				padding-left: 0px;
				padding-right: 0px;
			}
				
			#right_logo {
				border: 0px solid #000000;
				position: relative;
				left: 0px;
				top: -30px;
				width: 204px;
				height: 365px;		
				background-image: url(i/right_logo.png);
				background-repeat: no-repeat;									
			}
			
				#right_cub_logo_link {
					border: 0px solid #000000;
					position: relative;
					left: 0px;
					top: 10px;
					width: 200px; 
					height: 130px; 		
					overflow: hidden;
					cursor: hand;	
					}
					
				#right_oldies_logo_link {
					border: 0px solid #000000;
					position: relative;
					left: 0px;
					top: 60px;
					width: 200px; 
					height: 120px; 		
					overflow: hidden;
					cursor: hand;	
					}
			
			#jockQuote {
				width: 180px;
				height: 20px;
				background: #DDD;
				float: right;
				overflow: hidden;
			}				
			
				
			#polls_container
			{			
			border: 1px solid #7E1E00;
			width: 177px;						
			padding: 0px;	
			display: block;
			margin: 0 auto;						
			background-color: #DED2C4;	
			background-image: url(i/box_shade_top_wht.png);
			background-repeat: repeat-x;	
			margin-bottom: 10px;				
			}					
						
			
			#skyscraper {
				border: 1px solid #000000;
				position: relative;
				left: 7px;
				top: 0px;
				width: 160px;
				height: 600px;	
				margin-bottom: 10px;			
			}
			
		
		#weather_container
		{
		border: 1px solid #7E1E00;
		position: relative;
		top: 0px;
		left: 0px;
		text-align: left;								
		width: 177px;
		background-color: #DFD3C5;	
		background-image: url(i/box_shade_top_wht.png);
		background-repeat: repeat-x;	
		}
			
		#footer {
		width: 1160px;
		height: 206px;
		clear: both;
		background-color: #6093C8;
		background-image: url(i/wcub_03.jpg);
		background-repeat: no-repeat;	
		position: relative;
		text-align: center;
		border: 0px solid #000000;
		}
	
				#footer_nav_container
				{
					/*position: absolute;
					top: 20px;*/
					padding-top: 120px;
					border: 0px solid #000000;
				}
				
				
				#footer_text_container a 
				{
					color: #D8AB2A;
					font: 13px arial, helvetica, geneva, sans-serif;	
					border: 0px solid #000000;
					padding-top: 10px;
					padding-top: 10px;
				}
				
				#connector_local_link {
						position: absolute;
						left: 70px;
						top: 130px;
						width: 190px; 
						height: 35px; 		
						overflow: hidden;
						border: 0px solid #000000;
					}
	

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

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






/*** LOGIN FORM ***/

/*sidebar login form stuff*/
#loginButton
{
font: 12px/20px arial, Verdana, 'trebuchet ms', sans-serif;
cursor: hand;
color: #473a28;
padding: 0px;
margin-top: 10px;
}

#loginMiniForm
{
border: 0px solid #473a28;
padding: 0px 5px 5px 5px;
text-align: center;
}

#loginMiniForm a
{
color: #201c1d;
}

a#logoutButton 
{
color: #473a28;
}

#wrapper_logo
{
text-align: center;
padding-top: 0px;
height: 25px;
}

#password
{
margin-bottom: 10px;
}

#wrapper_logo_padding
{
padding-top: 0px;
}

#wrapper_logo_padding h3
{
color: #473a28;
font: bold 16px/22px garamond, arial, helvetica, geneva, sans-serif;
}

#wrapper_padding
{
padding: 5px;
}

#forgot_password_container
{
height: 31px;
background-image: url(i/login_header.jpg);
background-repeat: no-repeat;
margin-top: 5px;
padding: 5px;
}

#forgot_password_container a
{
color: #473a28;
}

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

/*** main login page form ***/
/*** this style also controls all default autoform 'submit' btns...***/
.autoFormInputs .button
{
font: 12px/20px arial, Verdana, 'trebuchet ms', sans-serif;
cursor: hand;
}

.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:#fff !important; }



/*** CONNECTOR ADS ***/

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

#connectorAds ul li
{
height: 125px;
list-style: none;
padding: 0;
margin-bottom: 6px;
margin-left: 0;
} 
	
	#connectorAds img
	{
	border: 1px solid #473a28;	
	}
	
	/* connector local ad at top of connector ads... */
	.ca_sim_125 {
	border: 1px solid #473a28;
	margin-bottom: 6px;	
	}	
	
	
	
/*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: transparent;
}

.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
{

}


/***** home page news RSS *******/

/*#home_news_rss
{
background-image: url(i/home_news_rss_center.jpg);
background-repeat: repeat-y;
}*/

/*#home_news_rss h2
{
padding-left: 10px;
padding-bottom: 10px;
color: #fff;
}*/

/*#home_news_rss_topper
{
background-image: url(i/home_news_rss_topper.jpg);
background-repeat: no-repeat;
width: 441px;
height: 14px;
}*/
					
/*#home_news_rss_bottom
{
background-image: url(i/home_news_rss_bottom.jpg);
background-repeat: no-repeat;
width: 441px;
height: 14px;
}*/

#news_nav
{
position: relative;
left: 0px; 
top: 1px;
border: 0px solid #000;

display: block;
margin-top: 0px;
z-index: 10;
}

	#news_nav ul
	{
	border: 0px solid #000;
	list-style: none;
	padding: 0px 0px 0px 0px;	
	}

		#news_nav ul li
		{
		border: 0px solid blue;
		/*text-align: center;*/
		vertical-align: middle;			
		float: left;
		list-style: none;
		padding: 0px 0px 0px 0px;
		}

			#news_nav ul li a
			{
			text-align: center;
			vertical-align: middle;
			line-height: 25px;
			text-decoration: none;
			width: 110px;
			height: 25px;			
			/*background-image: url(i/rss_nav.jpg);
			background-repeat: no-repeat;			*/
			
			padding: 0px 0px 0px 0px;
			float: left;					
			border-top: 1px solid #c4bf9f;
			border-right: 1px solid #c4bf9f;
			border-left: 1px solid #c4bf9f;
			background-image: url(i/rss_nav.jpg);
			background-repeat: no-repeat;
			}


			#news_nav ul li#news_active_tab a, #news_nav ul li a:hover
			{
			/*color: #ffffff;*/
			background: #fff;
			}


#news_block
{
position: relative;
left: 0px; 
clear: left;
border: 1px solid #c4bf9f;

padding: 0px;
margin: 0px;
/*color: #fff;*/
background: #fff;
}

	#news_block ul
	{
	list-style: none;
	padding: 0px 10px 0px 10px;
	
	}
	
	#news_block ul li
	{
	list-style: none;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #c4bf9f;
	/*color: #fff;*/
	}
	
	#news_block ul li .rss_description
	{	
	/*color: #fff;*/
	}
	
	
	
.chameleon_staff td
{
vertical-align: top;
}