@charset "utf-8";
/* CSS Document */
/*shared*/
body {
	margin: 0 auto;
	padding: 0;
	font: 12px "Arial", "Helvetica", "Verdana", "sans-serif";
}

.clearBoth {
	clear:both;	
}
ul {
	margin:0px;
	padding:0px;
	/*list-style-image: url(img/bullet_blue.png);*/
}
.podcastLI {
	list-style:none;
	width:100%;
}
.podcastLI a {
	display:block;
	position:relative;
	border:solid 1px #aeaeae;
	padding:5px;
	margin-top:10px;
	text-decoration:none;
	color:#000;

}
.podcastLI a img {
	border:none;	
}
.podcastLI a:hover {
	background-color:#f0f6ee;
}
.podcastDate {
	display:block;
	float:left;
	width:120px;
}
.podcastArtist {
	display:block;
	float:left;
	width:315px;
	text-align:center;
}
.podcastDuration {
	display:block;
	float:right;
	width:120px;
	text-align:right;
}
.podcastTitle {
	display:block;
	float:left;

}
.podcastRow2{
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #aeaeae;
	clear:both;
	float:left;
	width:100%;
}
.podcastIcon {
	float:right;
}

#podcastRow {
	padding-bottom:10px;	
}
#podcastRow a {
	text-decoration:none;
	color:#555;
	font-weight:bold;
}
#podcastRow a:hover {
	color:#777;
	text-decoration:underline;
}
#podcastRow img {
		vertical-align:middle;
}

#podcastRow #sub-itunes {
float:left;
padding:0 0 0 40px;
}
#podcastRow #sub-other {
	text-align:right;
	float:right;
	padding:0 40px 0 0;
}
