/*  
Theme Name: CKUW Theme
Theme URI: http://amphibian.info/
Description: Theme for the CKUW website, January 2006 ...
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info/

*/

/* General formatting */

body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #C7D2DB url(images/frequency_background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C00;
	margin: 0px 0px 15px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

#container {
	width: 720px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	background: #FFF url(images/footer_background.jpg) no-repeat bottom;
	border-bottom: 1px solid #333;
}

/* Header */

#masthead {
	background: #FFF url(images/header_background3.jpg) no-repeat;
	height: 70px;
	width: 720px;
	margin: 0px;
	padding: 130px 0px 0px;
}

#masthead a img {
	border: none;
}

#headerLogo {
	float: right;
	margin: -150px 20px 0px 0px;
	position: relative;
}

#header br {
	clear: both;
	height: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px;
}

/* Content */

#content {
	display: inline;
	margin: 0px;
	padding: 0px 25px 10px;
	float: left;
	width: 470px;
	overflow: hidden;
}
#contentWide {
	width: 660px;
	padding: 0px 25px 10px;
	margin: 0px;
	float: left;
	display: inline;
}

#content a:link, #contentWide a:link {
	color: #C00;
	text-decoration: underline;
}
#content a:visited ,#contentWide a:visited {
	color: #666;
	text-decoration: underline;
}
#content a:hover, #contentWide a:hover {
	color: #FFF;
	text-decoration: none;
	background: #C00;
}
#content img {
	border-width: 0px;
}

/* Footer */

#footer {
	padding: 5px;
	clear: both;
	width: 690px;
	text-align: center;
	margin: 0px auto;
	color: #000;
	font-size: 11px;
}
#footer a:link {
	color: #000;
}
#footer a:visited {
	color: #333;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	background: #C00;
}
#clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 150px;
	width: 720px;
}
.clear {
	clear: both;
}
span.feed {
	padding-left: 15px;
	background: url(images/feedicon.gif) no-repeat;
}

/* Header Navigation */

ul#navigation {
	padding: 0px;
	list-style: none outside;
	margin: 0px;
	float: left;
	display: inline;
	width: 100%;
	height: auto;
	background: url(images/translucent.png);
	border: 1px dashed #000;
	border-width: 1px 0px;
}

#navigation li a span {
	visibility: hidden;
}

#navigation li {
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}

#navigation li a {
	display: block;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

li#aboutNav a {
	width: 101px;
	background: url(images/header_about.gif) no-repeat;
}
li#aboutNav a:hover {
	background: url(images/header_about_over.gif) no-repeat;
}
li#scheduleNav a {
	width: 122px;
	background: url(images/header_schedule.gif) no-repeat;
}
li#scheduleNav a:hover {
	background: url(images/header_schedule_over.gif) no-repeat;
}
li#chartsNav a {
	width: 51px;
	background: url(images/header_charts.gif) no-repeat;
}
li#chartsNav a:hover {
	background: url(images/header_charts_over.gif) no-repeat;
}
li#calendarNav a {
	width: 103px;
	background: url(images/header_calendar.gif) no-repeat;
}
li#calendarNav a:hover {
	background: url(images/header_calendar_over.gif) no-repeat;
}
li#listenNav a {
	width: 91px;
	background: url(images/header_listen.gif) no-repeat;
}
li#listenNav a:hover {
	background: url(images/header_listen_over.gif) no-repeat;
}
li#contactNav a {
	width: 56px;
	background: url(images/header_contact.gif) no-repeat;
}
li#contactNav a:hover {
	background: url(images/header_contact_over.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 10px 35px;
	float: right;
	display: inline;
	width: 120px;
	border-left: 1px dotted #000;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li {
	margin: 0px 0px 8px;
	padding: 0px;
}
#sideNav li a {
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
#sideNav li a:link {
	color: #333;
}
#sideNav li a:visited {
	color: #333;
}
#sideNav li a:hover {
	background: #C00;
	color: #FFF;
}
#sidebar h2 {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}

#search {
	width: 115px;
	margin: 10px 0px 5px;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
}

#sidebar img {
	margin-bottom: 15px;
	border-width: 0px;
}
a:hover img {
	background-color: transparent;
}

input {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333;
}

img#camThumb {
	width: 120px;
	height: auto;
	border: none;
}

ul.sponsors {
	padding: 0px;
	margin: 0px;
}
ul.sponsors li {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style: none;
}

/* Misc Pages */

.resources li {
	padding: 0px 0px 10px 0px;
	list-style: none;
}
.resources img {
	background-color: #FFF;
	padding-bottom: 10px;
}
ul.aboutMenu {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 15px 25px;
	border-left: 10px solid #E6E6E6;
}
ul.aboutMenu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.sticky {
	padding: 15px;
	background-color: #FFE0D8;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.posted {
	font-size: 12px;
	font-style: italic;
	color: #666;
	font-weight: normal;
	padding-top: 5px;
	border-top: 1px dotted #666;

}
td img {
	display: block;
}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	}
.post {
	margin-bottom: 30px;
}
p.flickr {
	clear: both;
	margin: 15px 0px 0px;
	color: #666;
}

/* Program Schedule stuff */

.news {
	background-color: #E6E6E6;
	padding: 5px;
}
.music {
	padding: 5px;
	background-color: #FFE0D8;
}
.sw {
	padding: 5px;
	background-color: #C9CFB6;

}
.open {
	padding: 5px;
	background-color: white;



}
.schedLegend {
	width: 80%;
	border: 1px solid #666;
	border-width: 0px 0px 1px 1px;
	margin: 0px auto 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.schedLegend td {
	width: 33%;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666;
	border-width: 1px 1px 0px 0px;
}
.schedule {
	border: 1px dotted #666;
	border-width: 0px 0px 1px 1px;
	max-width: 660px;
	margin: 10px 0px;
}
.schedule td, .schedule th {
	border: 1px dotted #666;
	border-width: 1px 1px 0px 0px;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 3px;
}

td.days {
	font-weight: bold !important;
}
.schedule th {
	font-weight: bold;
	padding: 5px;
}
.schedule td {
	width: 78px; 
}
.hour {
	font: bold 10px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 50px !important;
}

img.playIcon {
	padding: 8px 0px;
	border: none;
	margin: 0px auto;
}

a.audioLink {
	background: transparent !important;
}

label {
	display: block;
	margin: 5px 0px;
}

.programDays {
	width: auto;
	padding: 5px 30px;
	margin: 20px 0px;
}
.caption {
	text-align: center;
	font-style: italic;
	color: #666;
}

ul.programs {
	padding: 5px 20px;
	margin: 0px;
	list-style: square outside;
}

p.retSched {
	padding: 5px;
	border-top: 1px dotted #666;
}

/* Fundrive Stuff */

.pledges h3 {
	color: #C00;
	font-size: 14px;
	padding-top: 8px;
	border-top: 1px dotted #666;
}
img.incentive {
	float: left;
	margin: 10px 30px 10px 0px;
	padding: 0px;
}

/* Event Calendar 3 */

#wp-calendar table {
	width: 660px;
	border-left: 1px dotted #666;
	padding: 0px;
	margin: 0px auto;
}
#wp-calendar caption {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#wp-calendar th {
	width: 83px;
	padding: 3px;
	margin: 0px;
	background-color: #C00;
	color: #FFF;
}
#wp-calendar td {
	border: 1px dotted #666;
	border-width: 0px 1px 1px 0px;
	padding: 5px;
	font: normal 10px/12px Helvetic, Arial, sans-serif;
	margin: 0px;
	height: 83px;
	vertical-align: top;
	background-color: #FFF;
}
#wp-calendar td.pad {
	background-color: transparent !important;
}
#wp-calendar td#today {
	background-color: #FFE0D8;
}
.ec3_eventday {
	background-color: #E6E6E6 !important;
}
table.nav {
	border-width: 0px !important;
	margin: 0px;
	padding: 0px;
}
table.nav td {
	width: 33%;
	height: 10px !important;
	padding: 0px;
	border-width: 0px !important;
	margin: 0px;

}
table.nav #prev {
	text-align: left;
}
table.nav #next {
	text-align: right;
}
a.eventday {
	font-weight: bold;
}

.eventPost {
	margin-bottom: 20px;
	border-bottom: 1px dotted #666;
}
.eventEntry {
	padding-left: 25px;
}
h2.eventDate {
	color: #C00;
	font-size: 12px;
}
h3.eventTitle {
	font-weight: bold;
	color: black;
	font-size: 16px;
	margin-top: -5px;
}

/* Charts */

.chart {
	margin-bottom: 30px;
}

.chart table {
	width: 100%;
	border: 1px solid #666;
	margin: 0px;
}
.chart th {
	text-align: left;
	padding: 3px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}
.chart td {
	padding: 3px;
	border-top: 1px dotted #999;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;

}

.chartEntry {

}

form#chartsMenu {
	padding: 10px 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #666;
}

.chartBlaster {
	width: 195px;
	padding: 0px;
	margin: 0px 0px 5px 10px;
	float: right;
	display: inline;
	background: transparent url(images/chartBlaster_bkgd.gif) no-repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.chartBody {
	width: 140px;
	padding: 0px 30px 20px 30px;
	margin: 0px;
	background: transparent url(images/chartBlaster_bkgd.gif) no-repeat bottom left;
}
.chartBlaster ol {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.chartBlaster li {
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
}
.chartBlaster h2 {
	padding: 15px 30px 0px 25px;
	font-size: 14px;
}
.chartBlaster p {
	margin-top: -5px;
}