#podcast
{

}

.podcast_copyright
{
	margin: 				11px;
	padding: 				20px;
	color: 					#FFF;
	background-color: 		#68358B;
	clear: 					both;
	margin-top: 			20px;
	border: 				1px solid #854CAF;
}

#podcast h1
{
	text-transform: 		uppercase;
	font-size: 				16pt;
	font-weight: 			bold;
	color: 					#FFF;
	margin-left: 			5px;
}

#podcast h2
{
	text-transform: 		uppercase;
	font-size: 				14pt;
	font-weight: 			bold;
	color: 					#FFF;
	margin-left: 			5px;
	display: 				inline;
}

.podcast_item
{
	background-color: 		#5D207D;
	padding: 				2px 0;
	margin: 				10px 10px;
}
.podcast_item_title
{
	font-size: 				12pt;
	font-weight: 			bold;
	color: 					#FFF;
	padding: 				5px 10px;
	margin: 				5px 0;
	background-color: 		#68358B;
	height: 				50px;
	overflow-y: 			auto;
}
.podcast_item_description
{
	padding: 				5px 5px;
	text-align: 			left;
	color: 					#BDD2E8;
	font-size: 				9pt;
	padding-right: 			15px;
	padding-left: 			10px;
	line-height: 			11pt;
	height: 				80px;
	overflow-y: 			auto;
}
.podcast_item_download:link,
.podcast_item_download:hover,
.podcast_item_download:active,
.podcast_item_download:visited
{
	display: 				block;
	margin: 				10px 0;
}

.podcastcategory_summary
{
	padding: 				30px 10px;
}

.podcastcategory_summary div
{
	display: 				inline;
	color: 					#FFF;
	border: 				1px solid #854CAF;
	background-color: 		#68358B;
	margin: 				1px;
	padding: 				2px;
	cursor: 				pointer;
	font-size: 				8pt;
}

.podcastcategory_summary div.selected
{
	color: 					#5D207D;
	border: 				1px solid #854CAF;
	background-color: 		#FFF;
}



.podcastcategory_title,
.podcastcategory_title:link,
.podcastcategory_title:hover,
.podcastcategory_title:active,
.podcastcategory_title:visited
{
	font-size: 				14pt;
	font-weight: 			bold;
	color: 					#5D207D;
	margin: 				30px 10px 0 10px;
	padding: 				5px 10px;
	background-color: 		#FFF;
}


