@charset "UTF-8";
/* CSS Document */


p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	margin: 0px;
	line-height: 1.4em;
}
body {
	background-color: #272837;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: 0px;
	}

/* episdode typography */

.blurb {
	font-size:0.7em;
	line-height:1.3em;
	padding-bottom: 0px;
}

.readMore {
	font-size: 0.7em;
	padding-top: 2px;
}

.tags {
	padding-top: 7px;
	padding-bottom: 2px;
	font-size: 0.7em;
	color: #68707D;
}

.date {
	padding-bottom: 3px;
	font-size: 0.7em;
	color: #68707D;
}
.episodeText {
	height:135px;
	padding: 5px;
	background-color:#FFF;
	color:#3A4276;
	background-image: url(images/episodeBG.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* episode colours */
.mixMatt {
	background-color: #7cb0eb;
	}

/* structure */
.wrapper {
	width: 806px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.playerWrapper {
	width: 806px;
	height:40px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
}


.header {
	margin: 10px 0px 40px;
}
.listing {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 790px;
	margin: 0 auto 0 auto;
}
.episode {
	float: left;
	width: 250px;
}
.episodeImage {
	height: 240px;
}
.clear {
	clear: both;
}

.column1{
	padding-right:10px;
}

.column2{
	padding-left:10px;
	padding-right:10px;
}

.column3{
	padding-left:10px;
}

.columnWide{
	padding-right:20px;
	float: left;
	height:10px;
	background-color:#272837;
	color:#272837;
	background-repeat: no-repeat;
	background-position: top;
	width: 510px;
	}
	
.episodeTextTop{
	padding: 5px;
	background-color:#FFF;
	color:#3A4276;
	background-image: url(images/tracklistBG.gif);
	background-repeat: no-repeat;
	background-position: top;
	}
	
.episodeTextBottom{
	padding: 5px;
	background-color:#FFF;
	color:#272837;
	background-image: url(images/tracklistBG2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}

.episodesRow {
	margin-bottom: 20px;
}
.banner {
	float: right;
	height: 214px;
	width: 212px;
	z-index: 9;
	position: absolute;
	top: 0px;
	right: 0px;
}
.player {
	height: 30px;
	z-index: 3;
	bottom: 0px;
	position: absolute;
	width: 100%;
	background-color: #181922;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.tracklisting
{
	line-height: 1.6em;
}


.columnWide .episodeTextTop .headingText {
	font-weight: bold;
	padding-top: 5px;
}
.xmas {
	top: 30%;
	width: 100%;
	height: 244px;
	margin: 0px auto;
	background-color: #000000;
}
.xmas .message {
	width: 657px;
	margin: 20px auto;
	padding: 10px;
	height: 174px;
}

