@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCC;
}
.thrColFixHdr #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	height: 110px;
	background-color:#BA3801;
/*	
background-color: #FAE9AD;
*/	
	padding: 0;
} 
#ccform {
	margin-top: 20px;
}

.thrColFixHdr #menubar {
	background-color: #FFF;
	background-image: url(images/menubar_1x20.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #BA3801;
	text-align: center;
	padding-top: 3px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 6px;
	vertical-align: top;
}
#container #sidebar1 #whitepart {
	margin-top: 10px;
	text-align: center;
}

#container #sidebar1 #beigepart {
	background-color: #FAE9AD;
	border: 1px solid #E6E6E6;
}

.littlelinks {
	font-size: 0.6em;
	color: #00F;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 6px;
}
.thrColFixHdr #mainContent {
	margin-top: 6px;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 150px;
} 
#container #mainContent #carousel #flashcontent p {
	margin: 0px;
	padding: 0px;
}

#container #mainContent #carousel {
	width: 450px;
	background-color: #000033;
	color: #999;
	font-size: 10px;
}

#container #mainContent #events {
	width: 150px;
	background-image: url(images/bluegradbkgd_1x295.jpg);
	background-repeat: repeat-x;
	float: left;
	margin-top: 6px;
	min-height:295px;
}
#container #menubar a, #container #menubar a:visited, #container #menubar a:active {
	color: #FAE9AD;
	text-decoration: none;
}
.wliuID {
	color: #0054A4;
}

#container #menubar a:hover {
	color: #FBB03B;
	text-decoration: none;
}

#container #mainContent #news {
	float: right;
	width: 150px;
	background-image: url(images/bluegradbkgd_1x295.jpg);
	background-repeat: repeat-x;
	margin-right: 5px;
	margin-top: 6px;
	min-height:295px;
	margin-left: 5px;
}

#container #mainContent #arts {
	background-image: url(images/bluegradbkgd_1x295.jpg);
	background-repeat: repeat-x;
	width: 140px;
	margin-left: 155px;
	margin-top: 6px;
	min-height:295px;
}
#container #mainContent #events p, #container #mainContent #news p, #container #mainContent #arts p {
	color: #000;
	font-size: 0.7em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
}
#container #mainContent #events a, #container #mainContent #news a, #container #mainContent #arts a {
	color: #000;
	text-decoration: none;
	/*font-size: 0.7em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;*/
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}

#container #footer a, #container #footer a:active, #container #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #03C;
}

#container #footer a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0054A4;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent #news h3, #container #mainContent #arts h3, #container #mainContent #events h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin: 0px;
}
/* was for min-height hack   
      #outer{
      height:195px;
      min-height:195px;
      background:red;
      }
      html>body #outer{height:auto}
*/
#container #mainContent #storycontent p {
	font-size: .8em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#storycontent h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #006;
}
/*NOW ON AIR FEED: This controls the colors of your Now on Air bucket. You can change the background color, link and text colors by altering the colors below. More detailed information can be found in your Public Interactive Startup Kit.*/
TABLE.gnc {background-color: rgb(221, 221, 221); color: #000000; font-size: 12px;}
.gncProgramName {padding: 3px 3px 3px 3px; color: #000000; font-size: 10px; font-weight: bold;}
.gncProgramTime {padding: 3px 3px 3px 3px; color: #000000; font-size: 11px;}
.gncProgramDesc {background-color: rgb(221, 221, 221); padding: 3px 3px 3px 3px; color: #000000; font-size: 10px;}
.gncHostName {padding: 3px 3px 3px 3px; color: #000000; font-size: 10px;}
A.gncListenNow {padding: 3px 3px 3px 3px; color: rgb(0, 0, 153); font-size: 9px;}
.gncTitle {padding: 3px 3px 3px 3px; color: #000000; font-size: 10px;}
.gnc tr td h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #B93B26;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
/*NEWS and EVENTS FEEDS: This set controls the color of all the headline links.*/
.headline-title {
	font-size: 9px;
	color:#000000;
	font-weight: bold;
	line-height: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#container #mainContent #arts .headline-title A {
	color:#060;
	font-size: 9px;
	font-weight: bold;
	line-height: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
.headline-title A:link {color: rgb(0, 0, 153); }
.headline-title A:visited {color: rgb(0, 0, 153); }
.headline-title A:active {color: rgb(0, 0, 153); }
.headline-title A:hover {color: rgb(0, 0, 153); }


/*NEWS and EVENTS FEEDS: And this set controls the color of the headline teases. it is recommended you keep it the same color as the rest of your body copy*/
.headline-tease {
	font-size: 9px;
	color:#000000;
	font-weight: normal;
	line-height: 11px;
}
.headline-tease A {color:#000000; }
.headline-tease A:link {color: rgb(0, 0, 153); }
.headline-tease A:visited {color: rgb(0, 0, 153); }
.headline-tease A:active {color: rgb(0, 0, 153); }
.headline-tease A:hover {color: rgb(0, 0, 153); }

.headline-region{
	font-size: 1px;
	visibility: hidden;
}#container #sidebar2 .sponsors {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F26722;
}
#container #sidebar2 .weather-current-table {
	font-size: 12px;
}
#container #mainContent #featurestory {
	font-size: 11px;
	color: #09F;
	text-align: center;
	padding: 10px;
}
#container #sidebar1 #whitepart #pibucketMenus p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #sidebar1 #whitepart #pibucketMenus th {
	background-color: #F90;
	color:#FFFFFF;
	font-size:13px;
	text-align:left;
}
#container #sidebar1 #whitepart #pibucketMenus table tbody tr td a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#container #sidebar1 #whitepart #pibucketMenus table {
}
#container #sidebar1 #whitepart #pibucketMenus table tbody {
}
