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

#podcast {
	float: left;
	width: 100%;
}

#podentry {
	float: left;
	width: 810px;
	height: 180px;
	margin: 5px;
	background: #EEE;
}

#podentry:hover {
	margin: 0;
	border: 5px solid #000000;
}

#podentry img {
	height: 150px;
	width: 150px;
	float: left;
	margin: 15px;
}

#podcontent {
	float: right;
	margin: 15px;
	width: 600px;
	height: 110px;
}

#podtitle.heading {
	float: left;
	margin: 0;
}

#poddate.heading {
	float: right;
	clear: none;
	margin: 0;
}

#poddate.subheading {
	float: left;
	clear: both;
	margin: 5px 0 0 0;
}

#podcontent a {
	float: right;
	clear: both;
}

#podcontentplayer {
	float: right;
	margin: 5px;
}

.series {
	float: left;
	margin: 5px;
	border: solid 5px #CCCCCC;
}

.series:hover {
	border: solid 5px #000000;
	background: none;
}
