/************/
body.podcast{
	font-family:"Trebuchet MS",Arial,sans-serif;
}

.clear{
	clear:both;
}

h1{
	border-bottom:1px solid #D97B00;
	color:#066381;
	font-size:24px;
	font-weight:normal;
	margin:0 0 10px;
	text-align:left;
}

h1.headertitle{
	display:none;
}

a.archivelink{
	background:#066381;
	border:2px solid #043c4e;
	color:#ffffff;
	display: block;
	font-size:24px;
	margin:0 auto;
	padding:3px 5px;
	text-align: center;
	text-decoration: none;
	width:200px;
}

a.archivelink:hover{
	background:#055069;
	border:2px solid #043c4e;
	color:#d6dfe2;
}

.archive hr{
	border-top:#888888 1px solid;
	border-right:0px none;
	border-bottom:0px none;
	border-left:0px none;
}

h2{
	color:#066381;
	font-size:20px;
	font-weight:normal;
	margin:0;
	text-align:left;		
}

/* podcast boxes */
div#itunes, div#xmlfeed{
	width:270px;
	height:120px;
}

#itunes h2, #xmlfeed h2{
	font-size:20px;
	font-weight:normal;
	color:#000000;
	padding:0px;
	margin:10px 0px 0px 85px;
	border-bottom:0px none;
}

#itunes h2 a, #xmlfeed h2 a{
	text-decoration:none;
	opacity:0.8;
}

#itunes h2 a:hover, #xmlfeed h2 a:hover{
	text-decoration:underline;
}

#itunes p, #xmlfeed p{
	font-size:14px;
	font-weight:normal;
	color:#000000;
	padding:0px;
	margin:5px 0px 5px 85px;
}




/* podcast - itunes box */
#itunes{
	float:left;
	background:url(../img/podcast.gif) top left no-repeat;
}

#itunes h2 a{
	color:#066381;
}

/* podcast - feed box */
#xmlfeed{
	float:right;
	background:url(../img/feed.gif) top left no-repeat;
}

#xmlfeed h2 a{
	color:#D97B00;
}

/* episode box */
div.episode{
/*	background:#f9f9f9;*/
	border-top:#e2e2e2 1px solid;
	padding:12px;
}

div.episode p, div.archive p{
	margin:0;
	padding:0;
	color:#3C3C3C;
}

h3.episode_title{
	color:#D97B00;
	font-size:18px;
	font-weight:bold;
	margin:0;
	text-align:left;
}

h3.episode_title a{
	color:#D97B00;
	text-decoration:none;
}

h3.episode_title a:hover{
	text-decoration:underline;
}

h3.date{
	font-size:14px;
	font-weight:bold;
	color:#27517F;
	padding:0;
	margin:0;
}

span.player{
	display:block;
	margin:10px 0px 0px 0px;
}

span.episode_download{
	display:block;
	margin:15px 0px 10px 0px;
}

span.episode_download span.size{
	color:#6c6c6c;
	font-weight:bold;
	margin:0px 0px 0px 10px;
	}

a.episode_download{
	padding:5px;
	background:#3c3c3c;
	color:#efefef;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	border:2px solid #8c8c8c;
}

a.episode_download:hover{
	border:2px solid #cccccc;
	background:#8c8c8c;
	color:#ffffff;
	}