body {
	background-image: url('images/body_bg.jpg');
	font-family: "Helvetica Neue", Arial, Helvetica, sans-sarif;
	font-size: 10pt;
}

a:link {
	color: #9c0303;
}

a:visited {
	color: #880303;
}
a:hover {}
a:active {}
a:focus {}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 110%;
	font-weight: bold;
}


.content_12 {
	background-color: #aaa;
}

#pageHolder1 {
	background-image: url('images/page_bg.jpg');
	background-repeat: repeat-x;
}
#pageHolder2 {
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;
}
#pageHolder3 {
	background-image: url('images/main_bg.jpg');
	background-repeat: no-repeat;
}

#headerHolder {
}
#topMenuHolder {
}

#contentHolder {
}
#footerHolder {
	background-image: url('images/footer_bg.jpg');
	background-repeat: no-repeat;
}



#header {
	background: none;
}

#onAir {
	background: none;
	color: white;
	color: black;
}
#onAir h2 {
	font-size: 200%;
}
#onAir a:link, #onAir a:visited {
	color: #880303;
	text-decoration: none;
}
#onAir a:hover {
	text-decoration: underline;
}

#content {
	background: none;
}

#sideEvents, #sideNews {
	background-color: #eee;
	border: 1px solid black;
	/* This should be in template.css, but they go together - margin+border = 10px */
}
#sideWeather {
	background: #fff;
}



#footer, #topMenu {
	color: #fff;
}
ul.navMenu li {
}

ul.navMenu li a {
	color: #fff;
	text-decoration: none;
	font-family: "Century-Gothic", "Arial", Sans-Sarif;
	font-size: 13pt;
}

ul.navMenu li a:hover {
	color: #eee;
}

ul.eventListing li {
	border-bottom: 1px solid #aaa;
}
ul.eventListing li div ul li {
	border: none;
}
ul.eventListing li h3.noEvents {
	color: #aaa;
}

#features {
	border: 1px solid black;
	padding: 9px;
	background: #888;
}



#features .thumbs li img {
	border: 1px solid #000;
}

#features .thumbs li.selected img {
	border: 1px solid #ff0;
}

table.playlist {
	background: #fff;
	border: 1px solid #aaa;
	width: 100%;
}
table.playlist th {
	border-bottom: 1px solid #bbb;
}
table.playlist tr.even td {
	background: #eee;
}
table.playlist tr.odd td {
}

table.eventCalendar th {
	border: 1px solid #aaa;
	background: #222;
	color: #fff;
}

table.eventCalendar td {
	border: 1px solid #aaa;
	background: #fff;
}

table.eventCalendar td.offMonth {
	background: #ccc;
}
div.programme img, div.contest img {
	border: 1px solid black;
}

form.contest {
	border: 1px solid #aaa;
	background: #eee;
	padding: 10px;
}

.host {
	border-bottom: 1px solid #eee;
}

#news {
	font-size: 120%;
}
#news h2 {
	font-size: 140%;
}
