/*
 * Master stylesheet for wmhb.org
 * 
 */

body {
	color: #333;
	background: #ddd;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

body, html {
	height: 100%;
	min-height: 100%;
	}

img { border: 0; }

h1 {
	font-size: 30px;
	line-height: 28px;
	font-weight: normal;
	color: #006;
	border-bottom: 1px dotted #c60;
	margin: 0 0 10px 0;
	padding: 0;
	}

div#white_fade {
	background: url(images/white_fade.gif) repeat-x;
	width: 100%;
	}

div#master_container {
	position: relative;
	margin: 0 auto 15px auto;
	padding-top: 5px;
	width: 940px;
	}

div#top {
	position: relative;
	background: url(images/header.png);
	width: 940px;
	height: 95px;
	}

div#listen_live {
	position: absolute;
	bottom: 25px;
	right: 135px;
	width: 110px;
	background: #c60;
	}
	
div#listen_live a {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	}

div#nav {
	padding-top: 10px;
	float: left;
	width: 119px;
	}

div#middle {
	background: url(images/content_bg.png) repeat-y;
	min-height: 172px;
	}

div#content {
	width: 821px;
	min-height: 400px;
	margin-left: 119px;
	padding-top: 1px;
	padding-bottom: 1px;
	}

div#content_container {
	margin: 10px 20px;
	}

div#content p {
	margin-left: 8px;
	margin-top: 4px;
	}

div#content a:link, a:visited { color: #c60; }

div#content a:hover, a:active { color: black; }

div#bottom {
	background: url(images/footer.png) no-repeat;
	width: 940px;
	height: 15px;
	}

div#footer {
	font-size: 11px;
	text-align: center;
	padding: 3px 0 0 119px;
	}

/* NAV STYLES */

div#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(images/nav_bg.png) no-repeat;
	height: 172px;
	}

div#nav ul li {
	text-align: left;
	margin: 0;
	padding-left: 32px;
	height: 15px;
	}

div#nav ul li.current {
	padding-left: 17px;
	margin: 5px 0;
	height: auto;
	}
	
div#nav ul a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c60;
	}

div#nav ul li.current a {
	text-transform: none;
	font-family: 'Lucida Grande', Tahoma, sans-serif;
	font-size: 18px;
	color: #006;
	}
	
/* HOME STYLES */

div#home_left_column {
	float: right;
	width: 220px;
	margin: 10px 10px 10px 20px;
	padding-left: 40px;
	background: url(images/side_dots.gif) no-repeat top left;
}

div#home_left_column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#home_left_column ul li span {
	font-variant: small-caps;
}
	
/* NEWS STYLES */

div.headline { 
	margin: 0 0 8px 8px; 
	padding: 6px;
	}

div.headline h2 {
	font-size: 18px;
	margin: 0 0 3px 0;
	padding:  0 10px 4px 0px;
	}

div.headline p {
	margin-bottom: 0;
	margin-left: 5px;
	}

div.headline span {
	color: #666;
	}
	
/* RECENT TABLE */

table#results {	width: 100%; background-color: #eee; border-spacing: 0px 3px; padding: 5px; font-size: 11px; }
table#results tr td { background-color: #fff; margin: 3px 0; border: solid #CCC; border-width: 1px 0; height: 2.5em; overflow: hidden; padding: 2px; } 
table#results tr td.left-edge { border-left-width: 1px; width: 70px; padding-left: 1em; }
table#results tr td.right-edge { border-right-width: 1px; padding-right: 1em; }
div#filter_by { margin: 0 auto 30px auto; text-align: center;}
div#filter_by table { margin-left: auto; margin-right: auto; }
div#filter_by table tr th { text-align: left; font-size: 11px; }
