/* CSS Document */
div.podcastCopy ul.menuOptions {
	border-bottom:1px solid #CCCCCC;
	margin:0 0 24px 0;
	padding:0;
	float:left;
	width:100%;
	list-style-type:none;
	font-weight:bold;
}
div.podcastCopy h1 {
	margin-bottom:10px;
}
div.podcastCopy ul.menuOptions li {
	float:left;
	margin-bottom:0;
}
div.podcastCopy ul.menuOptions li a {
	text-decoration:none;
	display:block;
}
div.podcastCopy ul.menuOptions li a:hover {
	text-decoration:underline;
}
div.podcastCopy ul.menuOptions li.p_home a {
	padding:4px 8px 4px 0;
}
div.podcastCopy ul.menuOptions li.p_archives a {
	padding:4px 8px;
}
div.podcastCopy ul.menuOptions li.p_admin {
	float:right;
}
div.podcastCopy ul.menuOptions li.p_admin a {
	padding:4px 0 4px 8px;
}
div.podcastCopy p.podcastDesc {
	clear:left;
	line-height:1.4em;
}
div.podcastCopy div.feedSubs {
	padding:10px 10px 0 10px;
	background:#FFFFCC;
	border:2px solid #FFCC00;
	float:right;
	display:inline;
	width:40%;
	margin-left:12px;
}
div.podcastCopy div.feedSubs div.subscribe {
	float:left;
	width:45%;
	margin-right:10px;
}
div.podcastCopy div.feedSubs p {
	margin-bottom:10px;
	font-size:0.8em;
}
div.episode {
	margin-bottom:22px;
	padding-bottom:6px;
	padding-top:6px;
	border-bottom:1px solid #CCCCCC;
	clear:both;
}
div.episode p.episode_date {
	margin-bottom:5px;
	padding-bottom:0;
	color:#4F2700;
}
div.episode p.episode_date i {
	font-size:0.8em;
}
div.episode p.episode_info {
	font-size:0.8em;
	color:#666666;
}
div.podcastLinks a {

}
div.podcastCopy div.podcastFooter {
	font-size:0.8em;
	padding-top:12px;
}
