.podcasttitle {
	color: #000099;
	font-size:1.5em;
	font-weight:bold;
	padding:5px 0;
}
.podcastimageholder {
	margin:5px;
}
.podcastdescription {
	padding:5px 0px;
	float:left;
	margin-right:5px;
}	
.episodewrapper {
	margin:10px 0px;
	padding:5px 10px;
	border-top:2px solid #000099;
}
.episodetitle {
	color: #000099;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 0;
}
.episodedescription {
	padding:5px 0;
}
.episodeplayer {
	display:block;
	height:30px;
	margin:15px 20px;
	width:350px;
}
.playtext {
	background-image:url("/images/icons/play_small.png");
	background-repeat:no-repeat;
	display:block;
	height:14px;
	margin:5px 0;
	padding:8px 36px;
	width:340px;
}
.episodeplayer:focus {
	outline:none;
}
.episodeplayer:hover {
	border:none;
}
.episodedetailswrapper {
	width:150px;
	background-color:#fafafa;
	border:1px solid #cccccc;
	padding:10px;
	float:right;
	margin-left:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;

}
.episodedetail {
	margin:0 0 5px 0;
}
.episodedownload {
	background-image:url("/images/icons/bullet_down.png");
	background-repeat:no-repeat;
	padding:0 0 0 20px;
}
.episodeimageholder {
	float:left;
	width:150px;
	margin-right:10px;
}
.episodeimageholder img {
	width:100%;
}

.speakerheader {
	color:#444444;
	font-weight:bold;
	margin:5px 0px 5px 20px;
}
.speakername {
	padding-left:40px;
	margin:5px 0px 5px 0px;
	color: #444444;
}
.speakername a, .speakername a:hover, .speakername a:visited {
	color: #444444;
}
