body {
	text-align: center;
}

li {
	margin-bottom: 0.75em;
}
ul {
	list-style: disc inside;
}
ol {
	list-style: decimal inside;
}

h2 {
	margin-bottom: 0.75em;
}

h4 {
	margin-top: 0.75em;
}

.error {
	color: #A00;
}

.membership {
	border: 1px solid #333;
	background: #ffe;
	padding: 5px;
}

.instructions {
	font-size: smaller;
	margin: 5px;
}
.privacy {
	font-size: smaller;
}

.padder {
	padding: 10px;
}
.gridHolder {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

caption {
	font-size: 150%;
	margin: 10px;
}

#pageHolder1 {
	width: 100%;
}
#pageHolder2 {
}
#pageHolder3 {
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: dotted;
}

/* #header, #content, #footer, #topMenu are top level 960.gs divs */

#header {
	height: 271px;
	text-align: left;
}


a#homeLink {
	display: block;
	border: 0;
	text-decoration: none;
	width: 100%;
	height: 170px;
}
#homeLink h1 {
	display: none;
}

#topMenu {
	margin-top: 10px;
	height: 40px;
	text-align: center;
}


#socialMedia {
	margin-top: 40px;
}
#onAir {
	margin-top: 40px;
	text-align: left;
}
#onAir h2, #onAir p {
	margin: 0px;
}

#footer {
	clear: both;
	height: 182px;
	text-align: center;
}

#footer p {
	margin-top: 2em;
}

#content {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar {

}

#sideWeather {
	border: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#weatherHolder {
	width: 280px;
	margin: auto 0;
}
.forecast {
	float: left;
	padding: 1px;
	width: 90px;
	height: 180px;
	border-right: 1px solid #ddd;
	text-align: center;
}
.lastItem {
	border: none;
}
.forecast img {
	width: 60px;
	margin: auto 0;
}

#content p {
	margin-bottom: 1em;
}

#onAir a {
	display: block;
	
}

#onAir h1 {

}

ul.navMenu {
	list-style-type: none;
	margin-top: 10px;
}
ul.navMenu li {
	display: inline;
	margin: 0px 10px;
}

#topMenu ul.navMenu {
	margin-left: 20px;
}
#topMenu ul.navMenu li {
	margin: 0px 5px;
}

ul.eventListing {
	list-style: none;
}
ul.eventListing,
ul.eventListing li {
	clear: both;
}
ul.eventListing li h3 {
	float: left;
	width: 75px;
	margin-bottom: 5px;
}
ul.eventListing li div {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}
ul.eventListing li {
	margin-bottom: 1em;
}
ul.eventListing li div ul {
	list-style: none;
}
ul.eventListing li div ul li {
	margin: 0px;
}

#content ul.eventListing li div ul li p {
	margin: 0px;
	padding: 0px;
}
#content ul.eventListing li div ul li p.details {
	font-size: 80%;
}

#features {
	margin-bottom: 10px;
}
#features #bigPicture img {
	margin-bottom: 10px;
}
#features .thumbs {
	list-style: none;
}
#features .thumbs li {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

table.playlist tr td {
	padding: 2px;
}


table.eventCalendar {
	width: 100%;
}

table.eventCalendar ul {
	list-style: none;
}

table.eventCalendar th {
	padding: 5px;
	font-size: 110%;
	width: 134px;
}

table.eventCalendar td {
	padding: 5px;
}
table.eventCalendar td h3 {
	margin-bottom: 4px;
	font-size: 120%;
	text-align: right;
}

#eventCalendarNav {
	font-size: 120%;
}
#eventCalendarNav a { 
	margin-right: 20px;
}

.programme, .contest {
	clear: both;
	margin: 5px 0px 20px 0px;
}

.host {
	margin-bottom: 2em;
}
.host img {
	margin: 10px 0px;
}

form.contest label {
	display:block;
	clear: both;
}
form.contest label span, form.contest .birthdate span, form.contest .radio span{
	width: 105px;
	display: block;
	float: left;
}
p.radio label {
	display: inline;
}
p.radio label input {
	margin: 2px;
}

p.birthdate input {
	width: 40px;
}

div.sponsors a {
	float: left;
	clear: both;
	margin-top: 10px;
}
div.homeSponsors {
	text-align: center;
	width: 100%;
}
div.homeSponsors div.sponsors {
	margin-left: auto;
	margin-right: auto;
}
div.homeSponsors div.sponsors a {
	float: none;
	display: inline;
	clear: none;
	margin: 5px;
}
div.sponsors img {
	border: 1px solid #aaa;
	margin-top: 10px;
}
div.sponsors a img {
	float: none;
	border: 1px solid #aaa;
	margin: 0;
}
