/* *** css by Henry Mencia www.server101.com *** */
/* bayfm 100.3 css */

body {
	background-color: #e9e9e9;
	font: normal 12px/1.2 Arial, Verdana, Sans-Serif;
	color:#036;
	padding:0;
	margin:0;
	border: 0;
}

img { border: 0; }

.content { margin: 4px 0 0 0; }

#left img { margin: 10px 0 0 3px; }

/* -----------------global links--------------------- */
a:link, a:visited { color: #003060; font-weight:bold; text-decoration: underline;}

a:hover { color: #9f3333; text-decoration: none; }

a:active { color:#9f3333; }

/* -----------------typography--------------------- */
h1	{
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	}

h1 a	{
	display: block;	
	width: 960px;
	height: 199px;
	background: #fff url(/images/bayfmheader.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}

h2, h3, h4 { margin: 0; padding: 8px 0 0 0; font-weight: normal; color:#932929; }

#currentprog h2, #currentprog h3 { text-align: center; }

#currentprog p {margin-left: 60px; line-height: 1.6;}

h2 { font-size: 20px; text-transform:uppercase; }

h3 { font-size: 16px; }

h4 { font-size: 14px; color:#091d8d;}

p, li { padding: 3px 0; margin: 0; line-height: 1.8; }

ul, ol { margin: 3px 0 5px 28px; padding: 0; }

#right h3 { padding: 10px 0 0 10px; }

#left p { padding: 0 7px; line-height: 1;}

#right p { padding-left: 10px; }

#survey p { padding: 20px 10px 0 10px; line-height: 1.8; }

#right ul { margin:0; padding:10px 10px 0; list-style: none; line-height: 1.8;}

#right ul a { text-decoration:none; color: #091d8d; font-weight: bold;}

.center {text-align: center;}

.date { margin: 0; padding:0; font-style: italic; color: #091d8d; }


/* ----------container to center the layout-------------- */
#container {
	width: 960px;
	margin-bottom: 10px;
	margin: 0 auto;
	background: #fff url(/images/contentbg.gif) repeat-y top left;
}

/* ---------header-------------- */
#header {
}


/* -----------------content--------------------- */
#content {
	padding: 0;
	margin: 0 228px 0 259px;
}

div#content { 
	min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

#currentprog {
	background: url(/images/brackets.gif) no-repeat top left;
	width: 430px;
	margin: 0 0 10px 5px;
	padding: 0  0 4px 0;
	border: 0;
	border-bottom: 1px solid #ececec;
}


/* --------------left navi------------- */
#left {
	float: left;
	width: 229px;
	margin: 0;
	padding: 0;
}

#right {
	float: right;
	width: 198px;
	margin: 0;
	padding: 0;
}

#survey {
	margin: 9px 0 0 0;
	padding:0;
	height: 215px;
	background: url(/images/surveybox.gif) no-repeat;
}

/* #links {
	margin: 10px 0 0 0;
	padding:0;
	height: 161px;
	background: url(/images/linksbox.gif) no-repeat;
} */

#contact, #links {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	width: 194px;
	background: #eee;
}

/* -----------menu--------------------------- */
#nav {
	margin: 0;
	padding: 0;
	background: url(/images/menubg.gif) repeat-x;
	list-style-type: none;
	width: 220px;
	height: 233px;
	float: left; /* Contain floated list items */
}

#nav li {
	margin: 0 0 0 10px;
	padding: 0;
	float: left; /* This corrects the */
	width: 200px; /* IE whitespace bug */
}

#nav a {
	display: block; /* to increase clickable area as is default to inline */
	color: #932929;
	text-decoration: none;
	padding: 0;
	font: medium/2.3 "Lucida Grande", Tahoma, sans-serif;
	border-bottom: 1px solid #f0e626;
}

#nav #nav_con a {
	border: none;
}

#nav a:hover {
	color: #7e2929;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	border: 0;
	background: #fff;
	width: 960px;
	padding: 12px 0;
	margin: 0;
}

#footer p	{
	background: transparent;	
	font-size: 11px;
	line-height: 18px;
	text-align: center;
}

ul#footermenu { 
	font: normal 1.1em Georgia, Times, serif;
	margin:0;
	height: 2.6em; 
	color: #fff; 
	background:#19519b; 
	list-style:none;
}

ul#footermenu li { 
		margin: 0; 
		padding: 0.7em 6px;
		color: #ffeadc;
		background: #19519b;
		float: left; 
	}
	
ul#footermenu li a { 
		font-weight: bold;
		color: #fff; 
		text-decoration: none;
	} 
	
ul#footermenu li a:hover {
	color: #eee;
	}

/* -----------table--------------------------- */
table { width: 467px; margin: 10px 0 0 0; padding:0;}

th, td { padding: 3px 0; vertical-align: top; }

th { text-align: left; font-size: 14px; font-weight: normal; }

.day { padding-left: 130px;}

.musicalnote { width: 130px; }

.time { width: 140px; }

.time2 { width: 86px; }

.programs, .aboutus { border-collapse: collapse;}

.programs th { background: #3a49a0; color: #fff; padding: 7px 0 7px 3px;}

.programs th, .programs td, .aboutus td { border-bottom: 1px solid #eee;  }

.programs td { padding: 6px 0 7px 3px; }

.aboutus td { padding: 6px 0 7px 0; }

.programs tr.altrow { background: #ececec; }

.aboutus tbody th {  }

/* -----------form--------------------------- */

textarea { width: 300px; height: 50px; border: 1px solid #999;}
