/*
/////////////////////////////////////

                             Defaults

/////////////////////////////////////
*/

body
{
	background-color: black;
	font: Helvetica, Arial, sans-serif;	
	color: white;
}
th, td
{
	vertical-align:top;
}
a, a:link, a:visited
{
	color: yellow;
}

/*
/////////////////////////////////////

                             Wrapper

/////////////////////////////////////
*/

#page
{
	position: relative;
	width: 990px;
	margin:0 auto;
}

/*
//////////////////////////////////

                     Utility Links

//////////////////////////////////
*/

#meta
{
	width: 980px;
	height: 20px;
	clear: both;
	text-align: right;
	padding: 5px 10px 0 0;
	font-size: 11px;
	position:relative;
	z-index:900;
}

#meta .media
{
	z-index:500;
	width:500px;
	position:absolute;
	top:10px;
	right:275px;
}

#meta img
{
	vertical-align: middle;
	margin-left:5px;
}

#meta .workforce
{
	position:absolute;
	z-index:520;
	top:10px;
	right:0px;
	height:22px;
	width:255px;
	padding-top:10px;
	font-size:12px;
	f2ont-weight:bold;
	line-height:normal;
	background:transparent url("../images/q99-workforce.gif") no-repeat top left;
}

/*
//////////////////////////////////

                            Header

//////////////////////////////////
*/

#header
{
	position:relative;
	width: 990px;
	height: 166px;
	clear: both;
	background: transparent url('../images/header_bg.jpg') no-repeat bottom center;
}

#logo
{
	position:absolute;
	top:0;
	left:0;
	width: 280px;
	height: 166px;
}

#logo a
{
	display: block;
	width: 100%;
	height: 100%;
}

#top_banner
{
	position:absolute;
	top:50px;
	right:220px;
	width:500px;
	height:100px;
}

#weather
{
	position:absolute;
	top:50px;
	right:20px;	
	width:180px;
	height:96px;
	border:2px solid #900;
	text-align:center;
	line-height:normal;
}
#weather h2
{
	font-size:18px;
	font-weight:bold;
	margin:0;
}
#weather .header
{
	margin:7px 0 5px 0;
}
#weather .temp
{	
	font-size:30px;
	color:#fc0;
}
#weather .icon
{
	vertical-align:middle;
	display:inline;
}
#weather .city
{
	font-size:12px;
	margin:0;
}

#weather .sky
{
	font-size:11px;
}

/*
//////////////////////////////////

                              Menu

//////////////////////////////////
*/

#menu
{
	width: 990px;
	height: 35px;
	clear: both;
	background: url('../images/menu_bg.gif') repeat-x top left;
}
#menu ul
{
	margin: 0;
	padding: 0 0 0 20px;
}
#menu li
{
	padding:0;
	margin:0 18px 0 0;
	list-style-type: none;
	display: inline;
	float: left;
	padding-top:3px;
}
#menu a, #menu a.there
{
	font-size:17px;
	font-family:"Arial Narrow", Arial, sans-serif;
	text-decoration:none;
	color:#fff;
}
#menu a.there
{
	color:#fd0;
}
#menu a:hover
{
	position:relative;
	top:-1px;
	left:-1px;
}
#menu a:active
{
	position:relative;
	top:1px;
	left:1px;
}

/*
////////////////////////////////////

                             Content

////////////////////////////////////
*/

#content
{
	width: 990px;
	margin: 0 auto;
	clear: both;
	float: left;
	background: #fff;
	margin: 0;
}

#headlines
{
	width: 454px;
	height: 346px;
	float: left;
	background: #000;
}

.headlines_overlay_top
{
	position:absolute;
	width:454px;
	height:20px;
	top:0px;
	left:0px;
	z-index:9990;
	margin-top:226px;
	background:transparent url('../images/primary_banner_top.png') no-repeat top left;
}
.headlines_overlay_bottom
{
	position:absolute;
	width:454px;
	height:18px;
	top:0px;
	left:0px;
	z-index:9991;
	margin-top:554px;
	background:transparent url('../images/primary_banner_bot.png') no-repeat top left;
}

div#carousel-wrapper
{ 
	width: 454px; 
	height: 346px;
	overflow: hidden;
}
div#carousel-content
{
	width: 10000px;
}
div#carousel-content div.slide
{
	width: 454px; 
	height: 346px;
	overflow:hidden;
	float:left;	
}
div#carousel-content div.slide a
{
	position:relative;
	top:0px;
	left:0px;
	z-index:9890;
}

/*
#headlines_overlay
{
	position:absolute;
	width:454px;
	height:346px;
	top:0px;
	left:0px;
	z-index:9999;
	margin-top:226px;
	background:transparent url('../images/box_left_bg.png') no-repeat top left;
	
}
*/

#onair
{
	width: 267px;
	height: 346px;
	background: url('../images/box_middle_bg.jpg') no-repeat top center;
	float: left;
}

#nowplaying
{
	padding-left: 5px;
	margin-top:60px;
	text-align:center;
	line-height:normal;
}
#nowplaying .name
{
	
}
#nowplaying .show
{
	font-weight:bold;
	color:#fc0;
	margin-top:5px;
}
#nowplaying .photo
{
	display_block;
	clear:both;
}
#onair .listen-now
{
	margin:auto;
	width:191px;
	height:77px;
	margin-top:14px;	
}

#poster
{
	width: 267px;
	height: 338px;
	padding: 8px 0 0 2px;
	background: url('../images/box_right_bg.jpg') no-repeat top center;
	float: left;
}

#feed
{
	width: 722px;
	height: 365px;
	background: url('../images/feed_bg.jpg') no-repeat top center;
	float: left;
}

#contests_wrapper
{
	width: 217px;
	height: 130px;
	margin-top: 150px;
	padding: 10px;
	float: left;
	font-size: 11px;
}

#news_wrapper
{
	width: 217px;
	height: 130px;
	margin-top: 150px;
	padding: 10px;
	float: left;
	font-size: 11px;
}

#sports_wrapper
{
	width: 220px;
	height: 265px;
	margin-top: 50px;
	padding: 10px 0px 0px 14px;
	float: left;
}

.date
{
	margin-top: 10px;
	margin-bottom:0;
	line-height:normal;
	color: #fff;
}

.description
{
	line-height:normal;
}

.read_more
{
	text-align: right;
	margin-top: 20px;
}

.read_more a
{
	color: yellow;
	text-decoration: none;
}


#gallery_box
{
	width: 261px;
	height: 365px;
	padding-left: 7px;
	background: url('../images/gallery_box_bg.jpg') no-repeat top center;
	float: left;
}



div#gallery-carousel-wrapper
{ 
	width: 250px;
	height: 190px;
	overflow: hidden;
	margin-top:55px;
}
div#gallery-carousel-wrapper div.slide
{
	width: 250px;
	height: 190px;
	overflow:hidden;
	float:left;	
	z-index:10000;
}
div#gallery-carousel-wrapper .gallery_image
{
	position:relative;
	top:0;
	left:0;
	z-index:200;
}
div#gallery-carousel-wrapper div#gallery-carousel-content
{
	width: 10000px;
}



#primary
{
	width: 600px;
	float: left;
}

#primary h1, #primary h2, #primary h3, #primary h4
{
	color: black;
	font-weight: normal;
}
#primary h1
{
	font-size:34px;
}
#primary h2
{
	font-size:28px;
}
#primary h3
{
	font-size:18px;
}

#sidebar
{
	width: 280px;
	float: right;
}

/*
///////////////////////////////////

                             Footer

///////////////////////////////////
*/

#footer a, #footer a:link, #footer a:visited
{
	color:#000;
}

#copyright
{
	width: 990px;
	clear: both;
	text-align: center;
	font-size: 11px;
	padding: 20px 0 30px 0;
}

/*
///////////////////////////////////////

               General Purposes Classes

///////////////////////////////////////
*/

.left 		{ float:left; margin: 0 20px 10px 0; }
.right 		{ float:right; margin: 0 0 15px 15px; }
.spacer 	{ height:15px; }
.hidden 	{ display:none; }

.error
{
	border:2px solid red;
	background:#800;
	color:#fff;
	padding:10px;
	margin:10px 0;
}

.success
{
	border:2px solid #0a0;
	background:#060;
	color:#fff;
	padding:10px;
	margin:10px 0;
}

/*
///////////////////////////////////////

		General Purpose Data Table
				 
///////////////////////////////////////
*/

table.data
{
	border-spacing:0 0;
	border-collapse:collapse;
	border:1px solid #ccc;
}
table.data td, table.data th
{
	padding:5px;
	border:1px solid #ccc;
	background:#fff;
	color:black;
}
table.data th
{
	background:#444;
	border:1px solid #ccc;
	color:#fff;
}

/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

fieldset
{
	margin:0;
}
fieldset legend
{
	font-size:12px;
	font-weight:bold;
	color:#000;
}
fieldset table
{
	margin-top:10px;
	margin-bottom:10px;
}
table.input
{
	padding:4px;
}
table.input td, table.input th
{
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
table.input th
{
	text-align:right;
}
input, select, textarea, label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
label
{
	font-weight:bold;
}

/*
///////////////////////////////////////

                              Sub-Menu

///////////////////////////////////////
*/

.tab_menu
{
	padding:0;
	margin:15px 0;
	height:28px;
	display:block;
	clear:both;
	border-bottom:1px solid #ccc;
	
}
.tab_menu li
{
	margin:0;
	float:left;
	display:inline;
}
.tab_menu a, .tab_menu a:link
{
	display:block;
	float:left;
	margin-right:5px;
	padding:5px 10px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	background:#ccc;
	color:#000;
}
.tab_menu a.there 
{
	display:block;
	float:left;
	margin-right:5px;
	padding:5px 10px;
	background:#333;
	color:#fff;
}


/*
///////////////////////////////////////

                          Button Styles
					 
///////////////////////////////////////
*/

a.button, a.button:link, a.button:visited, input.button
{
	padding:2px 15px;
	background:#CF1D1D;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px outset #0E76BC;
}
a.button.small, a.button.small:link, a.button.small:visited, input.button.small
{
	color: #fff;
	font-size:12px;
	padding:3px 10px;
}
a.button:hover, input.button:hover
{
	color:#fff;
}

