/* ============================================= */
/* COLORS */
/* ============================================= */
/* #003876 - Blue */
/* #72a492 - Patina */
/* #ec891d - Orange */
/* #787878 - Gray */
/* ============================================= */

div#podcastWrapper {

}
div#podcastWrapper div.CallOutAL {
	margin: 0 0 20px 0;
}
div#podcastWrapper h2 {
	border-bottom: 1px dotted #003876;
	text-decoration: none;
}
div#podcastContent_leftCol {
	margin: 0;
	width: 518px;
	float: left;
	position: relative;
}
div#podcastContent_rightCol {
	width: 183px;
	float: right;
	position: relative;
	margin-top: 20px;
}
/* Podcast Container Images Sprite */
.podcast_sprite1 {
	background-image: url(/common/images/podcast_library/podcast_containers_sprite1.png);
	margin: 0;
	padding: 0;
	border: 0 none;
}

div.podcastContainer, div.podcastContainer.NEW {
	width: 518px;
	margin: 0 0 20px 0;
	position: relative;
	float: left;
}	

/* New Podcast Container */
div.podcastContainer.NEW div.topNEW {
	height: 152px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	overflow: hidden;
}

div.podcastContainer.NEW div.fillNEW {
	min-height: 5px;
	background-repeat: repeat-y;
	background-position: -518px 0px; 
	position: relative;
}
div.podcastContainer.NEW div.bottomNEW {
	height: 11px;
	background-repeat: no-repeat;
	background-position: -1036px 0px;
}

/* All other Podcasts containers */
div.podcastContainer div.top {
	height: 152px;
	background-repeat: no-repeat;
	background-position: -1553px 0px;
	position: relative;
	overflow: hidden;
}

div.podcastContainer div.fill {
	min-height: 5px;
	background-repeat: repeat-y;
	background-position: -2072px 0px;
	position: relative; 
}
div.podcastContainer div.bottom {
	height: 11px;
	background-repeat: no-repeat;
	background-position: -2590px 0px;
}

/* Podcast Subscribe Column */
div#podcastSubscribe {
	width: 183px;
	margin: 0 0 10px 0;
	padding: 0;
}
div#podcastSubscribe div.top, div#podcastRecent div.top {
	height: 12px;
	background-repeat: no-repeat;
	background-position: -3109px 0;
	overflow: hidden;
}
div#podcastSubscribe div.fill, div#podcastRecent div.fill {
	min-height: 75px;
	background-repeat: repeat-y;
	background-position: -3293px 0;
	padding: 5px 15px 0 15px;
}
div#podcastSubscribe div.bottom {
	height: 12px;
	background-repeat: no-repeat;
	background-position: -3477px 0;
}

/* Podcast Tags Section */
div#podcastRecent div.topTags {
	height: 9px;
	background-repeat: no-repeat;
	background-position: -3661px 0px;
	overflow: hidden;
}
div#podcastRecent div.fillTags {
	min-height: 25px;
	background-repeat: repeat-y;
	background-position: -3845px 0px;
	padding: 10px 10px 10px 15px;
}
div#podcastRecent div.bottomTags {	/* Tags section */
	height: 11px;
	background-repeat: no-repeat;
	background-position: -4029px 0;
}




/* Podcast Avatars */
div.podcastAvatar {
	width: 113px;
	height: 113px;
	margin: 12px 12px 12px 12px;
	float: left;
}
div.podcastAvatar img {
	border: 0;
}

/* Podcast Details */
div.podcastDetails {
	width: 80px;
	/* height: 90px; */
	margin: 35px 0 0px 10px;
	float: left;
}
div.podcastDetails a {
	text-decoration: none;
}
.podcastDate, .podcastDuration, .downloadLabel {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.downloadLabel {
	padding: 10px 0 5px 0;
}
	

/* Podcast Descriptions */
div.podcastDesc {
	float: left;
	left: 230px;
	margin: 0 0 -105px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: -115px;
	width: 265px;
}

/* Podcast Player Controls */
.podcastControls {
	width: 190px;
	height: 20px;
	position: absolute;
	top: 135px;
	left: 20px;
}
.controlLabel {
	float: left;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	padding-right: 5px;
}
.podcastPlayer {
	float: left;
	padding-top: 1px;
}


/* Podcast Icons Images Sprite */
.downloadDetails {
	position: relative;
	margin: 0;
	padding: 0;
}
.podcast_sprite2 {
	background: url(/common/images/podcast_library/icons_sprite.gif);
	margin: 0;
	padding: 0;
	border: 0 none;
}
.downloadContainer, .transContainer {
	position: relative;
	float: left;
	width: 80px;
}
/*
.transContainer {
	position: relative;
	float: left;
}
*/
.podcastDetails .podcastDownload {
	float: left;
	width: 16px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
	margin: 0 5px 5px 0;
}
.podcastDetails .podcastTranscript {
	float: left;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: -17px -21px;
	display: block;
	margin: 0 5px 5px 0;
}
.downloadTitle, .transTitle {
	font-size: 10px;
	font-weight: bold;
}
.downloadTitle {
	display: block;
	/* margin-top: 5px; */
}
.transTitle {

}

/* Podcast Subscribe Icons */
.subIconsBar {
	/* width: 125px; */
	height: 20px;
	float: left;
	margin-top: 5px;
}
.subIconsBar ul {
	margin: 0;
	padding: 0;
}
.subIconsBar ul li {
	list-style: none;
	float: left;
	border: none;
	text-decoration: none;
}
.subIconsBar ul li a, .subIconsBar ul li div {
	text-decoration: none;
	border: none;
}
.subIcons {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: hand;
}
.podcastRss {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.podcastItunes {
	background-repeat: no-repeat;
	background-position: -21px 0px;
}
.podcastYahoo {
	background-repeat: no-repeat;
	background-position: -42px 0px;
}
.podcastGoogle {
	background-repeat: no-repeat;
	background-position: -63px 0px;
}
.podcastTellAFriend {
	background-repeat: no-repeat;
	background-position: -84px 0px;
}

.subIconsBarRightCol {
	margin: 0;
	padding-left: 10px;
	width: 135px;
}
.subIconsBarRightCol ul {
	margin: 0;
	padding: 0;
}
.subIconsBarRightCol ul li {
	list-style: none;
	float: left;
	position: relative;
}
.subIconsBarRightCol ul li div {
	float: left;
	margin-bottom: 10px;
}
.subIconsBarRightCol ul li a, .subIconsBarRightCol ul li div {
	text-decoration: none;
	border: none;
}
.subLink {
	padding: 5px;
	width: 100px;
	cursor: hand;
	font-weight: bold;
}

/* Podcast Recent Listings (Right Column) */
.podcastRecentListings {
	position: relative;
	width: 145px;
	color: #003876;
}
.podcastRecentListings ul {
	margin: 0;
	padding: 0 5px 0 5px;
}
.podcastRecentListings ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}
.podcastRecentListings ul li a {
	text-decoration: none;
	font-weight: bold;
}
.podcastRecentTime {
	font-size: 11px;
	color: #555555;
}

/* Podcast Tags */
div#podcastRecent .fillTags a {
	color: #333333;
	text-decoration: none;
}
div#podcastRecent .fillTags a:hover {
	color: #003876;
	text-decoration: underline;
}
div#podcastRecent .fillTags a.active {
	color: #003876;
	text-decoration: underline;
	font-weight: bold;
}