/********************************************

BASIC CSS
Base Structure, Typography, and Colors for all HTML pages

********************************************/

/********************************************
BASIC COLUMN STRUCTURE Margin, Padding, Width, Text-Align, Background, Color, Font Size
********************************************/
* {margin: 0; padding: 0}

body{
	font: 11px Verdana, Helvetica, sans-serif; 
	}
#header{
	width:100%;
	height:101px;
	background-color:#000000;
	text-align:center;
	}
#navigation{
	width:100%;
	height:32px;
	background:url(../images/navbarbg.jpg) top center;
	}
#navigation #buttons{
	margin:0px auto;
	width:940px;
	}	
#container {
	width: 940px;
	margin:auto;
}
#center_container{
	margin:0px auto 0px auto;
	width: 634px;
	float:left;
}
#col_left_ad{
	float:left;
	width:120px;
	background-color: #EDF1F4;
	}
#col_left_ad ul{
	list-style:none;
}
#col_left_ad ul li{
	display:block;
	font-size: 12px;
}
#col_left_ad ul li a{
	color:#000;
	background-color: #EDF1F4;
	display:block;
	padding:4px 0px 4px 2px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
}
#col_left_ad ul li a:hover{
	background-color: #7295B5;
}
#col_modules_left{
	width:234px;
	float:left;
	margin:0px 0px 0px 6px;
	display:inline;
	}
#col_modules_center{
	width:234px;
	float:left;
	margin:0px 0px 0px 5px;
	}
#col_modules_right{
	width:140px;
	float:left;
	margin:0px 0px 0px 5px;
	background-color: #EEF1F4;
	}
#col_auction{
	float:right;
	width:180px;
	}
#col_content_full_width{
	text-align:center;
	width: 628px;
	margin: 0px 0px 0px 6px;
	}
#col_content_partial_width{
	text-align:left;
	margin:0px auto 0px 6px;
	width: 370px;
	}
#col_filler_partial_width{
	float:right;
	margin:0px 6px 0px 0px;	
	width:234px;
	}
#footer{
	clear:both;
	width:100%;
	padding:14px 0px 43px 0px;
	background:url(../images/footerBg.jpg) top center repeat-x;
	color:#FFFFFF;
	text-align: center;
	font-size: 10px;
	}
#col_weather{
	width:389px;
	float: right;
	}
	
/********************************************
BOX STRUCTURE Margin, Padding, Width, Text-Align, Background, Color, Font Size
********************************************/
.boxMiddle{
	border-left:2px solid #EA9617;
	border-right:2px solid #EA9617;
	background-color: #EEF1F4;
	}
#col_modules_center .boxTop{
	width:100%;
	}
#col_modules_center .boxMiddle{
	width:auto;
	background-color: #EEF1F4;
	}
#col_modules_center .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/h3_boxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	clear:both;
	}
#col_content_partial_width .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/h2_boxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	}
#col_modules_left .boxTop{
	width:100%;
	}
#col_modules_left .boxMiddle{
	width:auto;
	}
#col_modules_left .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/h3_boxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	clear:both;
	}
#col_filler_partial_width .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/h3_boxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	clear:both;
	}
#oneCol .boxTop{
	width:100%;
	}
#oneCol .boxMiddle{
	width:auto;
	}
#oneCol .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/h1_boxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	}
#col_auction .boxTop{
	width:100%;
	}
#col_auction .boxMiddle{
	width:auto;
	border-left:2px solid #5A6B94;
	border-right:2px solid #5A6B94;
	}
#col_auction .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/auctionBoxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	clear:both;
	}
#col_lower_ad{
	clear:both;
	text-align:right;
	}
#col_upper_ad{
	text-align:right;
	}
#col_bottom_clear{
	clear:both;
	text-align:center;
	}
#col_bottom_clear.float{
	float:left;
}
#col_bottom_clear img{
	margin:0px 10px;
	}
#col_modules_right .boxMiddle{
	width:auto;
	background-color: #EEF1F4;
	border-right:0px none;
	border-left:0px none;
	}
#col_weather .boxTop{
	width:100%;
	}
#col_weather .boxMiddle{
	width:auto;
	background-color: #EEF1F4;
	}
#col_weather .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/w_f_bg.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	clear:both;
	}
/********************************************
ONE WIDTH STRUCTURE
********************************************/
#col_content_full_width .boxMiddle{
	background-color:#FFFFFF;
	width:624px;
	}
#col_content_full_width .boxBottom{
	background:url(../images/h1_boxBottom.gif) bottom center no-repeat;
	}
#col_content_partial_width .boxMiddle{
	background-color:#FFFFFF;
	}

/********************************************
Misc Tag Styles
********************************************/	
blockquote{
	margin:5px auto 0px 40px;
	font-size:12px;
	}
	
/********************************************
H2 Div Styling
********************************************/
.onAirNow{
	background-color: #EEF1F4;
	padding:5px;
	border: 5px solid #FFF;
	}
.onAirNow img{
	float:left;
	}
.onAirNow p.descrip{
	margin:5px auto auto 155px;
	}
.onAirNow h2{
	padding-left:155px;
	background-color:#BDDCBD;
	color: #2B3F71;
	font-size:16px;
	font-weight:bold;
	}
.onAirNow a{
	text-align:center;
	margin:auto;
	display: block;
	}

/********************************************
SEARCH UI
********************************************/
.search {
	text-align:center;
	background-color: #C9DCE7;
	font-weight: bold;
	}
.search input{
	font-size:12px;
	padding:2px;
	border:1px solid #000;
	width:65%;
	background-color: #FCEEDA;
}
.search input.btn{
	width:20%;
	font-size:10px;
	display:block;
	text-align:center;
	margin:3px auto auto;
	background-color:#FFF;
	padding:0px;
	}
#searchBoxBottom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/h3_searchBoxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	clear:both;
	}
.search h4{
	font-size:13px;
	font-weight:bold;
	padding:2px;
	margin:0px 0px 10px 0px;
	background:url(../images/admin_h2_arrow.gif) center right no-repeat #EA9617;
	color: #000;
}
		
/********************************************
NEWS LIST Structure
********************************************/
.boxMiddle ul, .boxMiddle li{
	list-style-image:none;
	list-style:none;
	}
.boxMiddle li{
	border:1px solid #EEF1F4;
	line-height:17px;
	}
.boxMiddle li a{
	padding-right:5px;
	padding-left:18px;
	display:block;
	color:#000000;
	text-decoration: none;
	font-size:10px;
	}
.boxMiddle li a:hover{
	text-decoration:none;
}
ul.b li a{
	background:url(../images/blt_b.gif) 7px 7px no-repeat;
	}
ul.b li a:hover{
	background:url(../images/blt_b.gif) 7px 7px no-repeat #99FF99;
	}
ul.r li a{
	background:url(../images/blt_r.gif) 7px 7px no-repeat;
	}
ul.r li a:hover{
	background:url(../images/blt_r.gif) 7px 7px no-repeat #FFD5D5;
	}
ul.y li a{
	font-size:11px;
	background:url(../images/blt_y.gif) 7px 7px no-repeat;
	font-weight:bold;
	}
ul.y li a:hover{
	background:url(../images/blt_y.gif) 7px 7px no-repeat #FBEAD0;
	}
ul.y li a p{
	font-weight:normal;
	font-size:10px;
	padding:0px 0px 9px 0px;
	line-height:12px;
	background:url(../images/clickformore.gif) bottom left no-repeat;
	}
ul.snd li a{
	background:url(../images/sound.gif) 5px 4px no-repeat;
	overflow:hidden;
	}
ul.snd li a:hover{
	background:url(../images/sound.gif) 5px 4px no-repeat #99FF99;
	overflow:hidden;
	}	
	
/********************************************
AUCTION SPLASH Structure
********************************************/
.boxMiddle .auctionSplash{
	text-align:center;
	}
.boxMiddle .auctionSplash img{
	margin:4px auto 0px auto;
	border:1px solid #000;
	}
.boxMiddle .auctionSplash a p{
	color:#000000;
	text-decoration:none;
	}
.boxMiddle .auctionSplash a:hover p{
	text-decoration:underline;
	}

	
/********************************************
FORM Layout and Sturcture
********************************************/
form{
	padding:0px;
	margin:0px;
	}
	
/********************************************
FONTS LINKS IMG BORDERS
********************************************/
img{
	border:0px;
	}
a:link{
	color:#D63F43;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
	
/********************************************
OBITUARY MODULE Styles
********************************************/
#obitmodule li{
	font-weight:bold;
	line-height:10px;
	}
#obitmodule li p{
	font-weight:normal;
	}
#obitmodule li a{
	padding-top:2px;
	padding-bottom:3px;
	}
#obitmodule li a:hover{
	background-color:#BDDCBD;
	}

/********************************************
FOOTER Styles
********************************************/
#footer{
	clear:both;
	}
#footer table{
	margin: auto;
	}
#footer .call{
	font-size:16px;
	font-weight:bold;
	border-right:1px solid #FFF;
	}
#footer td{
	text-align:left;
	padding:0px 4px 0px 2px;
	border: 0px none;
	}

/********************************************
Page Specific
********************************************/
.obituary{
	margin:auto 10px;
	}
.obituary h4{
	background-color:#EA9617;
	margin: 0px -10px;
	font-size:14px;
	padding:2px;
	}
.obituary p.dates{
	font-size:12px;
	margin:2px auto 0px auto;
	padding-bottom:0px;
	}
.obituary .service{
	border:1px dashed #CC9933;
	margin:5px auto 3px auto;
	background-color:#EEF0F4;
	padding:2px;
	font-weight:bold;
	}
.obituary p{
	padding-bottom:10px;
	}
.auction{
	margin:auto 5px;
	}
.auction h4{
	font-size:13px;
	font-weight:bold;
	padding:2px;
	margin:4px -5px 0px -5px;
	background:url(../images/admin_h2_arrow.gif) center right no-repeat #EA9617;
	color: #000;
	}
.auction .item{
	background-color:#EEF1F4;
	margin:5px 2px 0px 2px;
	padding:2px;
	}
.auction .item image{
	float:left;
	margin:4px;
	}
.auction .item h5{
	background-color:#7295B5;
	padding:0px 0px 1px 3px;
	}
.auction .item p{
	padding:2px;
	}
.fullstory{
	padding:5px;
}
.fullstory h2{
	font-size:21px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	background-color: #EFEFD1;
	padding: 1px 0px 1px 3px;
}
.fullstory cite{
	line-height: 20px;
	padding: 0px 0px 0px 20px;
}
.fullstory_headlines li a:hover{
	text-decoration:underline;
}
.fullstory_headlines li a{
	background:url(../images/blt_b.gif) 7px 7px no-repeat;
	font-weight:bold;
}
.fullstory_headlines li p{
	font-weight:normal;
}
.fullstory p{
	padding:0px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.storyPhotos {
	overflow:auto;
	padding: 0px 12px;
	height: 155px;
	text-align: center;
}
.storyPhotos img{
	margin:0px 10px 0px 0px;
	border:1px solid #000;
}
.headlines{
	background-color: #EEF1F4;
	padding:5px;
	border: 5px solid #FFF;
}
.headlines h3{
	font-size:14px;
	background-color: #FFF;
	padding:2px;
}
.headlines p{
	line-height:1.5;
}
.headlines .clickForMore{
	font-size:10px;
	display:block;
}
#personalities{
	text-align:center;
}
#personalities ul{
	width:100%;
}
#personalities ul li{
	display: block;
	float: left;
	padding: 20px 0px 0px 0px;
	width:50%;
	border:0px none;
}
#personalities ul li img{
	border:1px solid #000000;
}
#personalities ul li h3{
	font-size:14px;
	font-weight:bold;
	color: #E99920;
	background-color: #EEF0F4;
}
#weather iframe{
	width:100%;
	border:0px none;
	height: 600px;
	display: block;
	}
#weather h4{
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background:url(../images/admin_h2_arrow.gif) center right no-repeat #EA9617;
	color: #000;
	}
#weather .cities a{
	margin:auto 5px;
	font-size:14px;
	}
#coverage h4{
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background:url(../images/admin_h2_arrow.gif) center right no-repeat #EA9617;
	color: #000;
	}
#coverage ul{
	margin:0px auto 5px auto;
	}
#coverage li{
	border:0px none;
	padding-left:20px;
	background:url(../images/blt_b.gif) 7px 7px no-repeat;
	}
#advertising h4{
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background:url(../images/admin_h2_arrow.gif) center right no-repeat #EA9617;
	color: #000;
	}
#advertising li{
	border:0px none;
	line-height:21px;
	}
#advertising li img{
	vertical-align:middle;
	margin:0px 5px;
	}
#advertising p{
	margin:0px 5px;
	}
#links li{
	border:0px none;
	}
#links h4{
	font-size:13px;
	font-weight:bold;
	padding:2px;
	background:url(../images/admin_h2_arrow.gif) center right no-repeat #EA9617;
	color: #000;
	}
#markets{
	text-align:left;
}
#markets ul{
	width:100%;
}
#markets ul li{
	border:0px none;
	width: 50%;
	float: left;
}
#markets ul li a{
	padding: 0px 0px 10px 15px;
	
}
#markets ul li h3{
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-left: 5px;
}
#newsPoll h3{
	font-size:11px;
	margin:0px 3px;
	}
.pollResult{
	margin-left:10px;
	}
#mckee{
	padding:0px 3px;
	font-size:1.1em;
	line-height:1.3em;
	}	
#mckee p{
	margin:16px 0px 0px 0px;
	}
/* Schedule Editing Styles*/	
table.sports{
  font-size:9px;
	text-align:center;
	width:100%;
	margin:auto;
}
table.sports th{
  border-bottom: solid 1px #989898;
}
table#schedule{
	font-size:9px;
	font-weight:bold;
	text-align:center;
	width:582px;
	margin:auto;
	}
table#schedule td{
	border:1px solid #FFF;
	vertical-align: top;
	}
table#schedule table{
	border:1px solid #000;
	}
table#schedule table td{
	width:80px;
	font-weight:normal;
	position:relative;
	}
table#schedule table tr.odd td{
	background-color:#EEF1F4;
	border-bottom:1px dashed #CCCCCC;
	border-top:1px dashed #CCCCCC;
	}

#sports-photos {
	height: 255px;
	overflow-y: scroll;
	text-align: center;
	}
#sports-photos img{
	border:5px solid #666;
	margin-top: 7px;
	}

/* Free Lottery Tickets Table */
table#lottery{
  font-size:10px;
	font-weight:bold;
	text-align:center;
	width:300px;
	margin:auto;
	border: solid 1px #CCCCCC;
}
table#lottery tr,td,th{
  border: solid 1px #CCCCCC;
}

	
/********************************************
Podcast Player
********************************************/
#podcast{
	width:370px;
	margin:10px auto;
	}
#podcast .boxTop{
	width:100%;
	}
#podcast .boxMiddle{
	width:auto;
	border-left:2px solid #EA9617;
	border-right:2px solid #EA9617;
	}
#podcast .boxBotom{
	width:100%;
	height:12px;
	line-height:12px;
	background:url(../images/h2_boxBottom.gif) bottom center no-repeat;
	margin:auto auto 12px auto;
	clear:both;
	}
/********************************************
Scores
********************************************/
tr.sport-section td {
	text-align: left;
	font-size: 11px;
	padding: 1px 0 1px 4px!important;
	background: #666;
	color: #fff;
	font-weight: bold;
	border-top: 3px solid #EEF1F4;
	}

#scores table {
	width:100%;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	}
	
#scores table td {
	border: 0;
	padding: 1px 0;
	}	
	
#scores tr.odd td {
	background:#DDDDDD;
	}
#scores table td.team {
	width: 75%;
	font-weight: normal;
	padding-left: 10px;
	}
#scores table td.final {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
	}
/********************************************
Misc Classes
********************************************/
.block{
	clear:both;
	display: block;
	font-size:1px;
	line-height:1px;
	height:1px;
	margin:0px;
	padding:0px;
	}
.uiError{
	background-color:#CC3333;
	border:2px dotted #000000;
	text-align:center;
	margin-bottom:4px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	}
.uiSuccess{
	background-color:#33FF66;
	border:2px dotted #000000;
	text-align:center;
	margin-bottom:4px;
	font-weight:bold;
	font-size:12px;
	color:#000;
}
.lr5pxmar{
	margin:auto 5px;
	}
.rFloat{
	float:right;
	}
.lFloat{
float:left;
}
.adFoot{
	background:url(../images/advertisement.gif) center center no-repeat;
	height:9px;
	line-height:5px;
	font-size:5px;
	margin:0px auto 5px auto;
	}
.logo img{
	margin:5px;
	}
.logo{
	text-align:center;
	}
.weather{
	padding:3px;
}
.weather img{
	float:right;
	margin:5px;
}
.snd{
	font-size:9px;
	}
.ep li{
	margin:16px 0px 0px 5px;
	font-size: 12px;
	}
#weeklyphoto{
	text-align:center;
	}
#weeklyphoto img{
	width:170px;
	margin:5px auto 0px auto;
	}
.hidden{
	display:none;
	}