﻿/*******************   START GENERAL HTML STYLES    ******************/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}
a img {
	border: none;
}
/*******************   END GENERAL STYLES  *********************/

/******************    START SITE HEADER SECTION  **************************/
#header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	width: 1000px;
	color: #FFFFFF;
}
#header ul {
	margin: 90px 10px 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	float: right;
}
#header ul li {
	display: inline;
}
#header ul li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
#header ul li a:hover {
	color: #F0CD32;
}
/************** END SITE HEADER SECTION   ***************/

/***********   START MAIN NAVIGATION SECTION *************/

/* Common Main Nav */
#mainNAV {
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#mainNAV ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainNAV li {
	float: left;
}
#mainNAV ul li a {
	display: block;
}
#mainNAV ul li a.shows {
	background-position: left top;
	width: 125px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('../images/top_menu/shows.jpg');
	background-repeat: no-repeat;
}
#mainNAV ul li a.shows:hover {
	background-image: url('../images/top_menu/shows.jpg');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#mainNAV ul li a.wfbu {
	background-position: left top;
	width: 194px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('../images/top_menu/wfbu_crew.jpg');
	background-repeat: no-repeat;
}
#mainNAV ul li a.wfbu:hover {
	background-image: url('../images/top_menu/wfbu_crew.jpg');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#mainNAV ul li a.listen {
	background-position: left top;
	width: 186px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('../images/top_menu/listen_live.jpg');
	background-repeat: no-repeat;
}
#mainNAV ul li a.listen:hover {
	background-image: url('../images/top_menu/listen_live.jpg');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#mainNAV ul li a.support {
	background-position: left top;
	width: 258px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('../images/top_menu/support.jpg');
	background-repeat: no-repeat;
}
#mainNAV ul li a.support:hover {
	background-image: url('../images/top_menu/support.jpg');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
#mainNAV ul li a.daily {
	background-position: left top;
	width: 237px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('../images/top_menu/schedule.jpg');
	background-repeat: no-repeat;
}
#mainNAV ul li a.daily:hover {
	background-image: url('../images/top_menu/schedule.jpg');
	background-repeat: no-repeat;
	background-position: 0px -40px;
}


/******************   END MAIN NAVIGATION SECTION   **********************/

/********************   START MAIN CONTENT SECTION   ******************/
#wrap {
	margin: 10px auto;
	width: 1000px;
	text-align: left;
	color: #FFFFFF;
}
#wrap a {
	color: #97c650;
}
#wrap a:hover {
	color: #9966FF;
}

/******************   END MAIN CONTENT SECTION   **********************/

/***********************    START FOOTER SECTION   **********************/

#foot_topper {
	background-position: center top;
	width: 1000px;
	margin: 0px auto;
	height: 10px;
	background-image: url('../images/footer_topper.jpg');
	background-repeat: no-repeat;
}
#footer {
	margin: 0px auto 0px auto;
	text-align: center;
	color: #808080;
	font-size: 12px;
	line-height: 13px;
}
#footer p {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
}
#footer a {
	color: #808080;
}
#footer a:hover {
	text-decoration: none;
}

/***********************  END FOOTER SECTION  ***************************/

/***********************   START FLOAT CLEARS   ***************************/
.clear_both {
	clear: both;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear: right;
}

/***************************    END FLOAT CLEARS    **********************/

/*************************** START PODCAST FEED ICON TEXT REPLACEMENT *******************/
#podfeed {
	width: 241px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#podfeed a{
	background-position: left top;
	display: block;
	width: 241px;
	height: 70px;
	text-indent: -9999px;
	background-image: url('../images/rss_button.gif');
	background-repeat: no-repeat;
}
#podfeed a:hover {
	background-image: url('../images/rss_button.gif');
	background-repeat: no-repeat;
	background-position: 0px -70px;
}

/***************************** END PODCAST FEED ICON ****************************/