/*   
Theme Name: Bishop FM 2010
Theme URI: http://www.bishopfm.com/
Description: WordPress Theme for 105.9 Bishop FM (Website)
Author: James Burrage
Author URI: http://www.bishopaucklandwebsites.com/
Version: 1.0
*/

/*
	Title: Reset default browser styles
	Author: Based on http://meyerweb.com/eric/tools/css/reset/
	Version: v1.0, 19-May-2010
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
	Title: Master styles for 105.9 Bishop FM Website
	Author: james@bishopaucklandwebsites.com
	Version: v5.0, 25-July-2010
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #51463D;
	font-size: 100%;
	background: url(img/bg_page.png);
	}
	
/* links */

a:link {
	color: #369;
	outline: none;
	}
a:visited {
	color: #369;
	outline: none;
	}	
a:hover {
	color: #39c;
	}
	

/* page structure
------------------------------------------------- */

#lintel {
	margin: 0 auto;
	padding: 0;
	max-width: 60em;
	background: #484848;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
	border-bottom-right-radius: 5px;
	} 

#header {
	background: url(img/bg_header.png) repeat-x bottom;
	border-bottom: 1px solid #ddd;
	}	
	
#wrap {
	margin: 0 auto;
	max-width: 60em;
	}

#main {
	float: left;
	width: 64.583%;
	margin-top: 20px;
	margin-left: 10px;
	}
	
#secondary {
	float: right;
	width: 31.25%;
	margin-top: 0;
	margin-right: 10px;
	}
	
#footer {
	margin: 20px 10px;
	background: #ddd;
	padding: 0 0 10px 0;
	}	
	
	
/* lintel styles
------------------------------------------------- */

#lintel a:link {
	color: #fff;
	text-decoration: underline;
	}

#lintel a:visited {
	color: #fff;
	text-decoration: underline;
	}	
	
#lintel a:hover {
	color: #fff;
	text-decoration: none;
	}

#lintel-post {
	float: left;
	width: 64.583%;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 10px;
	}

#lintel-post p {
	font-size: 0.7em;
	color: #fff;
	}
	
#lintel-listen {
	float: right;
	width: 31.25%;
	margin-right: 14px;
	}	

#lintel-listen p {
	font-size: 0.7em;
	color: #fff;
	width: 30%;
	float: left;
	padding-top: 8px;
	}	

/* listen live buttons */

#lintel-listen #listen {
	list-style: none;
	margin: 3px 0 0 12px;
	padding: 0;
	background: #518aaf;
	-moz-border-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 4px; 
	padding: 3px;
	width: 82px;
	float: right;
	line-height: 1em;
	}

#lintel-listen #listen li {
	background: url(img/icon_sound.png) no-repeat 0 50%;
	padding-left: 19px;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	}

#lintel-listen #podcasts {
	list-style: none;
	margin: 3px 0;
	padding: 0;
	background: #921313;
	-moz-border-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 4px; 
	padding: 3px;
	width: 75px;
	float: right;
	line-height: 1em;
	}

#lintel-listen #podcasts li {
	background: url(img/icon_ipod.png) no-repeat 0 50%;
	padding-left: 19px;
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	}
	
.listenlive {
	background: #921313;
	float: right;
	-moz-border-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 4px; 
	font-size: 0.7em;
	padding: 5px;
	font-weight: bold;
	margin-top: 4px;
	}
	
#lintel-listen a:link {
	text-decoration: none;
	}

#lintel-listen a:visited {
	text-decoration: none;
	}	
	
#lintel-listen a:hover {
	text-decoration: underline;
	}	
	
/* header styles
------------------------------------------------- */
	
#header-inner {
	margin: 0 auto;
	max-width: 60em;
	}
	
#logo {
	margin: 20px 0 20px 10px;
	float: left;
	width: 300px;
	}	
	
/* live information */

#live-information {
	float: right;
	width: 47.9166%;
	background: #deeaf3;
	background: rgba(85,161,210,.15);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../css/border-radius.htc);
	margin: 26px 9.375% 20px 0;
	font-size: 0.6875em;
	}

.live-infobox h4 {
	margin-bottom: 2px;
	font-weight: bold;
	}	

.live-infobox p {
	margin-bottom: 2px;
	}
	
.live-infobox li {
	float: left;
	width: 43.75%;
	margin: 10px;
	line-height: 1.3em;
	}

.live-infobox .last {
	margin: 10px 0 0 30px;
	}	
	
.live-infobox img {
	border: 2px solid #ccc;
	margin-right: 10px;
	padding: 1px;
	float: left;
	}
	
/* nav */

#nav {
	float: left;
	margin: 4px 0 14px 60px;
	padding: 0;
	}
	
#nav li {
	display: inline;
	}
	
#nav a {
	float: left;
	margin: 0 20px 0 20px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
	}	
	
	
/* main styles
------------------------------------------------- */	

#page #main h2 {
	font: normal 1.1em Arial, sans-serif;
	}

#page #main div.entry-body h2 {
	margin-top: 30px;
	}	

#page div.entry h3 {
	font: normal 1.4375em/1.3 Arial, sans-serif;
	}
	
div.entry-body {
	font-size: 0.8125em;
	line-height: 1.6;
	}
	
div.entry-body {
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	}

div.entry-body p {
	font-size: 0.9em;
	margin: 1.2em 0px;
	}

div.entry-body ol li {
	margin-bottom: 10px;
	}
	
#main ol {
	list-style-type: decimal;
	margin-left: 40px;
	}
	
 #main ul {
	list-style: disc;
	margin-left: 40px;
	}
	
#main li {
	font-size: 0.9em;
	padding-left: 5px;
}	

#page #blog div.entry ul.entry-meta {
	float: left;
	width: 48.3870%;
	}

#page #blog div.entry-body {
	float: right;
	width: 48.3870%;
	}

/* article */

#article div.entry h2 {
	font: normal 1.4375em/1.3 Arial, sans-serif;
	}
	
#article #main h3 {
	font: normal 1.1em Arial, sans-serif;
	margin-top: 6px;
	}	

#article #main div.entry .entry-information {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	}
	
#article #main div.entry ul.entry-meta {
	list-style: none;
	padding: 4px 0;
	}

#article #main div.entry ul.entry-meta {
	width: 55%;
	float: left;
	list-style: none;
	padding: 4px 0;
	margin: 0;
	}

#article #main div.entry ul.comments {
	width: 240px;
	float: right;
	list-style: none;
	padding: 12px 4px 4px 4px;
	margin: 0;
	text-align: right;
	}
	
	#article #main div.entry ul.comments script {
		float: right;
		}
	
/* archive */

#archive #main h2 {
	font: normal 1.1em Arial, sans-serif;
	}

#archive div.archives-body h3 {
	font: normal 1.4375em/1.3 Arial, sans-serif;
	}

#archive-items {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 10px;
}

#archive-items dl {
	float: left;
	margin: 10px 10px 5px 0;
	padding: 4px 0 20px 0;
	border-bottom: 1px solid #ddd;
}

#archive-items dl:last-child {
	border-bottom: none;
}

#archive-items dt {
	float: right;
	width: 450px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 120%;
	color: #627081;
}

#archive-items dd {
	margin: 0 0px 5px 160px;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
}

#archive-items dd.time {
	font-weight: bold;
	font-size: 90%;
}

#archive-items dd.image {
	margin: 0;
}

#archive-items dd.image img {
	float: left;
	border: 5px solid #ddd;
}

/* blog entries */

#blogentries div.entry ul.entry-meta {
	float: left;
	width: 22.580%;
	list-style: none;
	padding: 4px 0;
	margin: 0;
	}

#blogentries div.entry .entry-meta li {
	padding-left: 0px;
	margin-bottom: 10px;
	}	
	
#blogentries div.entry {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	}
	
#blogentries div.entry-body {
	float: right;
	width: 74.19%;
	}

#blogentries div.entry h2 {
	font: normal 1.4375em/1.3 Arial, sans-serif;
	}

#blogentries #main h3 {
	font: normal 1.1em Arial, sans-serif;
	margin-top: 6px;
	}	

#blogentries #main div.entry .entry-information {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	}

#blogentries #main div.entry ul.comments {
	width: 35%;
	float: right;
	list-style: none;
	padding: 4px;
	margin: 0;
	text-align: right;
	}
	
	
/*  all page and blog typography */

blockquote {
	width: 360px;
	margin: 0 auto;
	padding: 0;
	font-family: georgia;
	font-size: 150%;
	letter-spacing: -1px;
	line-height: 1em;
	text-align: center;
	color: #555;
	background: #dceef3 url(img/quote_top.gif) no-repeat top left;
}

#quote {
	margin: 0 10px 0 0;
	padding: 20px 10px 10px 20px;
	background: url(img/quote_end.gif) no-repeat right bottom;
}

#author {
	margin: 0;
	padding: 0 0 10px 0;
	color: #999;
	font-size: 60%;
	background: url(img/quote_bottom.gif) no-repeat bottom;
}

cite {
	font-style: italic;
}


/* all page and blog styles */

.wp-caption {
	background-color: #ddd;
	margin: 0 0 10px 10px;
	padding: 8px 4px 4px 4px;
	text-align: center;
	}

.wp-caption img {
	border: 1px solid #bbb;
	margin: 0;
	padding: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 8px 10px 8px;
	font-size: 0.8em;
	line-height: 1.2em;
	}	


/* .wp-caption	{
	background: #ddd;
	
	}
	
.wp-caption img {
	margin: 9px;
	border: 1px solid #bbb;
	}
	
.wp-caption .wp-caption-text {
	margin: 0 10px 10px;
	
	}	 */
	
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	}
	
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	}


/* secondary styles
------------------------------------------------- */

/* page (static content) styles */

div#secondary h3 {
	margin: 0 0 10px;
	padding: 20px 0 10px 0;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	}

div#secondary .mod {
	padding: 0 10px 10px 10px;
	background: #eee;
	font-size: 0.9em;
	}		

div#secondary .mod p {
	margin: 0 10px 10px;
	padding: 10px 0 10px 0;
	font-size: 1.3em;
	text-align: center;
	}		
	
#secondary .mod .presenter-image img  {
	padding: 0 10px 10px 10px;
	}

div#secondary .mod object {
	margin: 0 0 0 10px;
	}
	
#secondary .adbox {
	margin: 20px auto;
	background: #eee;
	text-align: center;
	}	

#secondary .adbox.double {
	padding: 15px 0 15px;
	}

#secondary .adbox.double img {
	padding: 5px;
	}
	
#secondary .adbox.double p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 0.7em;
	}
	
#secondary .topics dt {
	margin-left: 10px;
  	line-height: 1.5em;
	font-size: 0.9em;
}

#secondary .topics dd {
  	margin: 0 10px 5px 10px;
  	padding: 0 10px 10px 0;
  	font-size: 80%;
  	color: #666;
	line-height: 1.3em;
  	border-bottom: 1px solid #D9E0E6;
}

#secondary .topics dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


/* programme guide
------------------------------------------------- */

#programmes {
	border-top: 1px solid #d8d8d8;
	padding: 0 0 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	}
	
.programmes-boxes li {
	width: 220px;
	margin-right: 20px;
	float: left;
	line-height: 1.2em;
	}

.programmes-boxes li ul {
	margin: 14px 0 10px 0px;
	}	
	
.programmes-boxes li ul li {
	font-size: 0.7em;
	margin: 0 0 8px 0;
	}
	
.programmes-boxes .last {
	margin-right: 0;
	}

.programmes-boxes .last ul li {
	margin-right: 0;
	}
	
.programmes-boxes h5 {
	margin: 0 0 0 5px;
	font-size: 0.8em;
	font-weight: bold;
	width: 66%;
	float: left;
	}
	
.programmes-boxes img {
	margin: 10px 0px 5px;
	border: 5px solid #ddd;
	font-size: 0.8em;
	font-weight: bold;
	}
	
#programmes #programmes-heading {
	margin: 20px 0 10px 0px;
	}
	
#programmes h4 {
	float: left;
	width: 30%;
	}
	
#programmes .subheading {
	float: right;
	width: 45%;
	text-align: right;
	font-style: italic;
	}

#programmes a:hover {
	filter:alpha(opacity=60); 
	-moz-opacity: 80; 
	opacity: 0.80;
	}

#programmes ol li p  {
	background: #ddd;
	padding: 0 5px;
	text-transform: uppercase;
	float: right;
	font-size: 0.7em;
	margin-right: 5px;
	-moz-border-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-radius: 4px; 
	}

#programmes ol li ol li {
	padding: 5px 5px;
	font-size: 0.8em;
	margin-right: 5px;
	}



/* footer
------------------------------------------------- */

.footer-sections li {
	float: left;
	width: 140px;
	margin-right: 20px;
	line-height: 1.2em;
	}

.footer-sections li ul {
	margin: 15px 0 10px 15px;
	}	
	
.footer-sections li ul li {
	margin: 0 0 8px 0;
	font-size: 0.7em;
	}
	
.footer-sections .last {
	margin-right: 0;
	width: 420px;
	}

.footer-sections .last ul li {
	margin-right: 0;
	width: 420px;
	}
	
.footer-sections h6 {
	margin: 10px 5px;
	font-size: 0.8em;
	font-weight: bold;
	}

.footer-copyright {
	text-align: center;
	font-size: 0.7em;
	color: #888888;
	margin: 20px;
	}	
	
.footer-copyright.sponsor a {
	color: #888888;
	text-decoration: none;
	}
	
/* misc
------------------------------------------------- */	

hr, .hide {
	display: none;
	}

a img {
	border: none;
	}
	
/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}	

table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	font-size: 90%;
	line-height: 1.4em;
	margin: 20px 0 0 0;
}

th, td {
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

th {
	font-weight: bold;
	background: #eee;
}
	
/* home
------------------------------------------------- */	

#leader {
	border-bottom: 1px solid #ccc;
	margin: 0 10px 0 10px;
	padding-bottom: 20px;
	}
	
#leader-main {
	float: left;
	width: 64.583%;
	margin-top: 20px;
	position: relative;
	}

#leader-main img {
	border: 5px solid #ddd;
	}
	
#leader-main a {
	text-decoration: none;
	}

#leader-main a span {
	display: block;
	position: absolute;
	width: 610px;
	bottom: 5px;
	left: 5px;
	font-size: 1.1em;
	line-height: 1.3em;
	background: #6f6f6f;
	background: rgba(0,0,0,.6);
	}
	
#leader-main a span strong {
	display: block;
	padding: 10px 10px 0 10px;
	font-weight: normal;
	color: #fff;
	}

#leader-main a span em {
	display: block;
	padding: 0 10px 10px 10px;
	font-weight: normal;
	color: #fff;
	font-size: 0.9em;
	}
	
#leader-secondary {
	float: right;
	width: 31.75%;
	margin-top: 20px;
	}
	
#leader-secondary h3 {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 120%;
	}
	
#leader-secondary h3 a {
	text-decoration: none;
	}
	
	
#leader-items {
	float: left;
	width: 300px;
	padding: 10px 0 0 0;
}

#leader-items dl {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

#leader-items dl:last-child {
	border-bottom: none;
}

#leader-items dt {
	float: right;
	width: 210px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #627081;
}

#leader-items dd {
	margin: 0 0px 0px 80px;
	padding: 0;
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
}

#leader-items dd.time {
	font-weight: bold;
	font-size: 90%;
}

#leader-items dd.image {
	margin: 0;
}

#leader-items dd.image img {
	float: left;
	border: 5px solid #ddd;
}		


/* form styles, cta
------------------------------------------------- */	

div#main .cta {
	background: #eee;
	font-size: 0.9em;
	padding: 20px 0 20px 0;
	margin-bottom: 10px;
	border: 1px dashed #aaa;
	}
	
div#main .cta h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	}
	
div#main .cta-main {
	width: 280px;
	padding: 0 0 0px 20px;
	float: left;
	border-right: 1px solid #ccc;
	}

div#main .cta-main p {
	margin: 10px 0 0px 0;
	}

div#main .cta-main .cta-dropdown {
	float: left;
	margin-right: 20px;
	}		
	
div#main .cta-main .cta-button {
	float: right;
	margin: 14px 20px 0 0;
	font-size: 120%;
	}	
	
div#main .cta-main input, select {
	margin: 4px 0 4px 0;
	font-size: 90%;
	}
	
div#main .cta-secondary {
	width: 280px;
	padding: 0 0 10px 20px;
	float: left;
	}	

div#main .cta-secondary .telephoneno {
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	margin: 10px 0 0 0;
	}	
	
div#main .cta-secondary .telephonedetails {
	text-align: center;
	font-size: 80%;
	margin: 10px 0 20px 0;
	}	
	
div#main .cta-secondary .cta-quote {
	font-style: italic;
	font-size: 90%;
	margin: 10px 0 0 0;
	line-height: 1.2em;
	}	
	
div#main .cta-secondary img {
	border: 2px solid #ccc;
	margin: 2px 0 0 10px;
	padding: 1px;
	float: right;
	}		

/* app cta */

div#main .aapcta {
	background: #eee;
	font-size: 0.9em;
	padding: 20px 0 20px 20px;
	margin-bottom: 10px;
	border: 1px dashed #aaa;
	}
	
div#main .aapcta h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	}	

div#main .aapcta #request-callback h4 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 0.9em;
	}	
	
div#main .aapcta p {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1em;
	}		
	
div#main .aapcta-main {
	width: 280px;
	padding: 0 0 0px 0px;
	float: left;
	border-right: 1px solid #ccc;
	}

div#main .aapcta-main .aapcta-dropdown {
	float: left;
	margin-right: 20px;
	}		
	
div#main .aapcta-main .aapcta-button {
	float: right;
	margin: 14px 20px 0 0;
	font-size: 120%;
	}	
	
div#main .aapcta-main input, select {
	margin: 4px 0 4px 0;
	font-size: 90%;
	}

div#main .aapcta-secondary {
	width: 280px;
	padding: 10px 0 10px 20px;
	float: left;
	}
	
/* secondary cta */

div#secondary .cta-main {
	padding: 0 0 10px 0;
	}	
	
div#secondary .cta-main form {
	padding: 4px 10px 0 10px;
	}

div#secondary .cta-main p {
	margin: 10px 0 0px 0;
	}

div#secondary .cta-main .cta-dropdown {
	float: left;
	margin-right: 20px;
	}		
	
div#secondary .cta-main .cta-button {
	float: right;
	margin: 14px 0 0 0;
	font-size: 120%;
	}	
	
div#secondary .cta-main input, select {
	margin: 4px 0 4px 0;
	font-size: 90%;
	}

div#secondary .phonebox {
	margin: 20px auto;
	}

div#secondary .video {
	margin: 20px auto;
	}

div#secondary .video p {
	margin: 10px 10px 10px 10px;
	font-size: 0.9em;
	line-height: 1.2em;
	}
	
div#secondary .cta-secondary-calldetails {
	padding: 0 10px 10px 10px;
	}	

div#secondary .cta-secondary .telephoneno {
	text-align: center;
	font-size: 220%;
	font-weight: bold;
	margin: 20px 0 0 0;
	}	
	
div#secondary .cta-secondary .telephonedetails {
	text-align: center;
	font-size: 80%;
	margin: 10px 0 20px 0;
	}	
	
div#secondary .cta-secondary .cta-quote {
	font-style: italic;
	font-size: 90%;
	margin: 10px 0 0 0;
	line-height: 1.2em;
	}	
	
div#secondary .cta-secondary img {
	border: 2px solid #ccc;
	margin: 2px 0 0 10px;
	padding: 1px;
	float: right;
	}	
	

/* Line up */

#lineup {
	width: 630px;
	padding: 10px 0;
}

#lineup dl {
	margin: 5px 10px 20px 10px;
	padding: 4px 0 0 0;
	font-size: 90%;
}

#lineup dt {
	float: right;
	width: 450px;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
}

#lineup dd {
	margin: 0 0 5px 160px;
	padding: 0;
}

#lineup dd.time {
	margin: 0;
	font-weight: bold;
}

#schedule-wrapper {
    width:640px;
}


/* programme-index */

#programme-index #main h2 {
	font: normal 1.1em Arial, sans-serif;
	}

#programme-index div.programme-indexs-body h3 {
	font: normal 1.4375em/1.3 Arial, sans-serif;
	}

#programme-index-items {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 10px;
}

#programme-index-items dl {
	float: left;
	margin: 10px 10px 5px 0;
	padding: 4px 0 20px 0;
	border-bottom: 1px solid #ddd;
}

#programme-index-items dl:last-child {
	border-bottom: none;
}

#programme-index-items dt {
	float: right;
	width: 300px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 120%;
	color: #627081;
}

#programme-index-items dd {
	margin: 0 0px 5px 160px;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
}

#programme-index-items dd.time {
	font-weight: bold;
	font-size: 90%;
}

#programme-index-items dd.image {
	margin: 0;
}

#programme-index-items dd.image img {
	float: left;
	border: 5px solid #ddd;
}


/* Contact the station */

#contact-station {
	margin: 20px 0 30px;
	}

#contact-station fieldset {
	margin: 0 0 15px 0;
	}
	
#contact-station fieldset label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 0.9em;
	}
	
#contact-station fieldset input,
#contact-station fieldset textarea {
	width: 400px;
	padding: 5px;
	font-size: 1em;
	border: none;
	background: #ddeaef url(img/form-bg.gif) repeat-x top left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
#contact-station fieldset select {
	width: 410px;
	padding: 5px;
	font-size: 1em;
	border: none;
	background-color: #ddeaef;
	background-image: url(img/form-bg.gif) repeat-x top left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
#contact-station fieldset input[type="checkbox"] {
	width: 20px;
	background: none;
	}
	
#contact-station input[type="submit"] {
	padding: 2px 6px;
	font-size: 1em;
	}
	
#contact-station fieldset#newsletter  {
	font-size: 0.8em;
	width: 400px;
	line-height: 1.6em;
	}
	
#weather {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ddd;
	}	
	
	#weather h3 {
		background-image: url(/img/weather_bp.png);
		background-repeat: no-repeat;
		background-position: right;
		padding: 8px 0;
		}
	
	#weather .icon {
		float: right;
		width: 64px;
		height: 64px;
		background-image: url(/img/weather.png);
		}
		
		#weather img {
			margin: 5px 0 0 5px;
			}
	
	#weather .tomorrow {
		font-size: 0.7em;
		text-align: left;
		margin: 10px 0 0;
		}
	
	#weather .condition {
		font-size: 1.0em;
		text-align: left;
		margin: 5px 0 0;
		}
		
	#weather .temp_c {
		font-size: 1.8em;
		text-align: left;
		}	
		
	#weather .temp_f {
		font-size: 1.2em;
		text-align: left;
		}	
	
	#weather .credit {
		font-size: 0.5em;
		text-align: center;
		}
		
		#weather .credit a {
			color: #51463D;
			text-decoration: none;
			}	
			
#main #top40 ol {
	font-size: 1.6em;
	font: italic 1.6em Georgia, Times, serif;
	color: #999999;
	}
	
	#main #top40 li {
		padding: 10px;
		}
	
	#main #top40 ol p {
		font: normal .7em Arial, Helvetica, sans-serif;
	color: #444444;
		}
		
		
		
#list1 {
	font: italic 1em Georgia, Times, serif;
	color: #999999;
}
#list1 p {
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #000000;
}
/*
#weather {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ddd;
	}	
	
	#weather h3 {
		background-image: url(../weather_bp.png);
		background-repeat: no-repeat;
		background-position: right;
		padding: 8px 0;
		}
	
	#weather .icon {
		float: right;
		width: 64px;
		height: 64px;
		background-image: url(../weather.png);
		}
		
		#weather img {
			margin: 5px 0 0 5px;
			}
	
	#weather .tomorrow {
		font-size: 0.7em;
		text-align: left;
		margin: 10px 0 0;
		}
	
	#weather .condition {
		font-size: 1.0em;
		text-align: left;
		margin: 5px 0 0;
		}
		
	#weather .temp_c {
		font-size: 1.8em;
		text-align: left;
		}	
		
	#weather .temp_f {
		font-size: 1.2em;
		text-align: left;
		}	
	
	#weather .credit {
		font-size: 0.5em;
		text-align: center;
		}
		
		#weather .credit a {
			color: #51463D;
			text-decoration: none;
			}
			
*/
#home-traffic {
	float: left;
	width: 300px;
	}
			
#home-traffic h3 {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 120%;
    margin: 0 0 10px;
    padding-bottom: 10px;
}

#home-traffic div.home-traffic-incident {
	border: 1px solid #ddd;
	border-left: 3px solid #ddd;
	margin-bottom: 10px;
	}
	
	#home-traffic div.home-traffic-incident.severity-5 {
		border: 1px solid #c00000;
		border-left: 3px solid #c00000;
		}
	
	#home-traffic div.home-traffic-incident.severity-4 {
		border: 1px solid #dbba55;
		border-left: 3px solid #dbba55;
		}
	
	#home-traffic div.home-traffic-incident.severity-3 {
		border: 1px solid #dbba55;
		border-left: 3px solid #dbba55;
		}
	
#home-traffic p.home-traffic-road {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	padding: 5px;
	font-size: 0.8em;
	}
	
	#home-traffic p.home-traffic-road.severity-5 {
		border-bottom: 1px solid #c00000;
		}
	
	#home-traffic p.home-traffic-road.severity-4 {
		border-bottom: 1px solid #dbba55;
		}
	
	#home-traffic p.home-traffic-road.severity-3 {
		border-bottom: 1px solid #dbba55;
		}
	
#home-traffic p.home-traffic-details {
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.2em;
	}
	
#home-traffic p.home-traffic-date {
	padding: 5px;
	font-size: 0.8em;
	font-style: italic;
	}
	
#home-traffic .adbox {
	margin-top: 20px;
	}
	

#home-features {
	float: left;
	width: 300px;
	padding: 0;
	margin-left: 19px;
}

#home-features h3 {
	padding: 0 0 8px 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 120%;
    margin: 0 0 10px;
    padding-bottom: 10px;
	}

#home-features dl {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

#home-features dl:last-child {
	border-bottom: none;
}

#home-features dt {
	float: right;
	width: 210px;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #627081;
}

#home-features dd {
	margin: 0 0px 0px 80px;
	padding: 0;
	font-size: 75%;
	line-height: 1.5em;
	color: #666;
}

#home-features dd.time {
	font-weight: bold;
	font-size: 90%;
}

#home-features dd.image {
	margin: 0;
}

#home-features dd.image img {
	float: left;
	border: 5px solid #ddd;
}	



	
#secondary h3 {
	margin: 0 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: 120%;
	}
	

#home-events {
	float: left;
	width: 300px;
	padding: 0;
	margin-left: 19px;
}

#home-events h3 {
	padding: 0 0 8px 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 120%;
    margin: 0 0 10px;
    padding-bottom: 10px;
	}

.home-events-id {
	margin-bottom: 20px;
	}
	
.home-events-id-date {
	padding: 5px 1px;
	font-weight: bold;
	text-align: center;
	background: #ddd;
	float: left;
	width: 50px;
	}
	
	.home-events-id-date p.time {
		background: #fff;
		font-size: 0.7em;
		padding: 4px 1px 4px 2px;
		margin: 3px 2px 0 2px;
		text-transform: lowercase;
		text-align: center;
		}
		
	.home-events-id-detail {
		padding: 0 5px;
		font-size: 0.8em;
		line-height: 1.2em;
		width: 235px;
		float: right;
		}
		
	.home-events-id-detail span.venue {
		font-style: italic;
		font-size: 0.9em;
		}
