/* podcast section style sheet */

div.podcastEpisodes
{
	background-color:#9eb1d8;
}

div.subscribeLinks
{
	float:left;
	margin-right:20px;
}

img.imageSubscribe
{
	margin-top:5px;
}

.subscribe
{
	background-color:#4b5567;
	padding:7px;
	vertical-align:middle;
	width:700px;
	margin-top:20px;
}

.allEpisodes
{
	background-color:#4b5567;
	padding:7px;
	vertical-align:middle;
	width:700px;
	margin-top:8px;
}

div.subscribeParagraphs
{
	margin-top:9px;
}

table.subscribeTable
{
	margin-left:7px;
	margin-right:20px;
	border:2px;
	width:95%;
	
	line-height:120%;
	font-family:Georgia;
	font-size:12pt;
}

div.episode
{
	background-color:#4b5567;
	margin-top:5px;
	padding:8px;
}


/* added May 2010  */
.podcastAudioPlayer
{ 
  float:right;
  margin:0px 0px 0px 10px;
}
.podcastAudioPlayerContainer
{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
	padding:10px 20px 10px 20px;
	background-color:#9cbde2;
	line-height:120%;	
	font-size:12pt;
}
.podcastAudioPlayerDescription
{
	padding-top:10px;
}
.podcastAudioPlayerDescriptionParagraph
{
	margin-bottom:10px;
}
span.listen
{
	font-weight:bold;
}
.podcastAudioPlayerHeading
{
	text-align:left;
	font-family:Georgia;
	font-size:12pt;
	margin:0px 0px 2px 0px;
	font-weight:bold;
	color:#631818;
}
.episodeNumber
{
	float:right;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#631818;
}
.podcastEpisodeDate
{
	margin-left:50px;
}
div.imageSubscribe
{
	margin-top:6px;
}
.podcastTitle
{
	font-weight:bold;
	margin-right:5px;
}
.podcastEpisodeTitle
{
	font-size:14px;
	font-weight:bold;
	margin-left:10px;
	color:#631818;
}
.podcastListings
{
	margin:0px 0px 10px 0px;
	text-align:left;
	background-color:#a2bcd9;
	line-height:130%;	
	font-size:12pt;
	
	border-top:solid 1px #acc6e2; 
	border-left:solid 1px #acc6e2; 
	border-right:solid 1px #7b94b4; 
	border-bottom:solid 1px #7b94b4; 
	
	/* min-height:180px;
	height:auto !important;
	height:180px;  */
	padding-bottom:12px;
}
.podcastEpisodeHeading
{
	padding:7px 0px 7px 0px;
	background-color:#b6cee7;
}
.podcastEpisodeDescription
{
	padding:6px 9px 0px 9px;
	font-size:14px;
}
.podcastEpisodeDescriptionParagraph
{
	margin-top:6px;
}
.podcastEpisodePlayer
{
	padding:6px 0px 0px 1px;
}
.podcastListenDownload
{
	margin:8px 0px 0px 0px;
}
img.podcastListenButton
{
	border:0;
	margin-right:10px;
}

a
{
	outline:none;
}
img
{
	border:0;
}
.mediaPlayerHeading
{
	font-size:12px;
	color:#6f1616; 
	font-weight:bold; 
	text-align:center;
	margin-top:2px;
	margin-bottom:1px;
}
.mediaPlayer
{
  border:solid 1px #137498; 
}