@charset "utf-8";
/* CSS Document */

/*** RESET ***/
* { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
img { border: none; }
a, a:visited { color: #265786; }
a:hover { text-decoration:none; }
strong { font-weight: bold; }

/*** CLEARS AND FLOATERS ***/
.right {float: right;}
.left {float: left;}
.clear {clear: both; width: 0; height: 0;}
.clear-left {clear: left; }
.clear-right {clear: right; }
.hide {display:none; }

/*** PAGE FORMATTING ***/
body {
	background: #143653;
}
#site-container {
	margin: 0 auto 20px auto;
	width: 982px;
}
#page-container {
	background: url(http://oysterradio.com/themes/oysterradio/images/page-bg.gif) repeat-y #FFF;
	margin: 0 auto;
}
#left-container {
	display: block;
	width: 764px;
	float: left;
}

/*** HEADER STYLES ***/
#header {}

/*** LEFT SECTION ***/
#left {
	float: left;
	width: 182px;
	margin-right: 7px;
	background: url(http://oysterradio.com/themes/oysterradio/images/top-block.gif) top repeat-x;
	padding-top: 18px;
	padding-bottom: 25px;
}
#nav ul li a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 15px 2px 25px;
	width: 142px;
	height: 25px;
	display: block;
	background: url(http://oysterradio.com/themes/oysterradio/images/nav-bg.gif);
}
#nav ul li a:hover {
	color: #FF9;
}
#nav ul li {
	list-style: none;
}
#search-box {
	background: url(http://oysterradio.com/themes/oysterradio/images/search-bg.gif) no-repeat;
	width: 183px;
	text-align: right;
	margin-top: 10px;
	padding: 3px 0 5px 0;
}
#search-box form {
	margin: 8px 4px 0 7px;
}
#search-box #search-button {
	margin-top: 2px;
}
#search-box #search {
	width: 170px;
}
#feature-box {
	margin-top: 10px;
}
#feature-box.weather {
	margin-top: 0;
}

/*** CENTER SECTION ***/
#center {
	float: right;
	width: 575px;
	background: url(http://oysterradio.com/themes/oysterradio/images/top-block.gif) top repeat-x;
	padding-top: 25px;
	padding-bottom: 25px;
}
#center h1, #center h2, #center h3 {
	margin-top: 13px;
	margin-left: 35px;
	margin-right: 35px;
	font-weight: bold;
}
#center h1 {
	font-size: 24px;
	color:#036;
}
#center h2 {
	font-size: 20px;
}
#center h3 {
	font-size: 16px;
}
#center p, #center li {
	font-size: 13px;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
}
#center ul {
	font-size: 13px;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 7px;
}
#youtube-box {
	text-align: center;
	margin-top: 20px;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 18px;
	background: url(http://oysterradio.com/themes/oysterradio/images/youtube-top-bg.gif) top repeat-x;
}
#center form input,
#center form textarea {
	font-size: 13px;
}

/*** RIGHT CONTAINER ***/
#right {
	float: right;
	width: 212px;
	text-align: center;
	padding-bottom: 30px;
}
#right img {
	margin-top: 20px;
}
#scorecard {
	font-size: 12px;
	margin-top: 15px;
	margin-left: 20px;
}
#scorecard td {
	padding: 2px 5px;
}
#scorecard td.date {
	color: #B2263C;
	font-weight: bold;
}
#scorecard td.updated {
	color: #FFF;
}

/*** GUESTBOOK STYLES ***/
#guestbook {
	margin: 10px 35px;
}
#guestbook p {
	margin: 7px 0;
}

/*** CONTACT PAGE STYLES ***/
table.formBlockSurveyTable {
	width: 350px;
	margin: 10px 33px;
	font-size: 13px;
}

/*** FOOTER STYLES ***/
#footer {
	background: url(http://oysterradio.com/themes/oysterradio/images/page-bg.gif) repeat-y #FFF;
	clear: both;
	text-align: center;
	padding: 5px 236px 10px 188px;
	font-size: 11px;
}
