/* VERSIONS
/* 4_5: Initial version of podcast css, still needs some work done
/* 4_6: revisions by JasonS 08/05/30

/* Podcasts List Styles
----------------------------------------------------------------------------- */
.podcasts ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.podcasts ul li {
	background: none;
	margin: 0 0 1.2em 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}
.podcasts ul li * {
	margin: 0;
	padding: 0;
	}
.podcasts ul li div.thumb {
	float: right;
	margin: 0 0 10px 10px;
	}
.podcasts ul li div.thumb img {
	}

/* List Buttons
----------------------------------------------------------------------------- */
.podcasts ul.buttons {
	margin: 0 0 3px 0;
	padding: 0;
	height: 26px;
	clear: both;
	border: none;
	background-color: transparent;
	list-style: none;
	}
.podcasts ul.buttons li { 
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	list-style-type: none;
	list-style-image: none;
	}
.podcasts ul.buttons li a {
	display: block;
	height: 26px;
	text-indent: -3000px;
	margin-right: .5em;
	}

/* Detail View
----------------------------------------------------------------------------- */
.detail {
	margin: 0;
	padding: 0;
	}
	
/* View All List
----------------------------------------------------------------------------- */
table.viewall {
	width: 100%;
	margin-bottom: 1.2em;
	}
table.viewall td strong {
	margin: 0;
	padding: 0;
	}
table.viewall td.links {
	white-space: nowrap;
	}
table.viewall td ul.buttons {
	margin: 0;
	padding: 0;
	width: auto;
	}
table.viewall td ul.buttons li { 
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
/* Flash Player Styles
----------------------------------------------------------------------------- */
#flash-container { display: none; }
html.viewFlash #flash-container{
	display: block;
	z-index: 1;
	clear: both;
	margin-bottom: 1.2em;
	}
html.viewFlash #photo, html.viewFlash .nonFlash {
	display: none;
	}
div.nonFlash {
	}
div.nonFlash p {
	margin: 0 !important;
	padding: 0 !important;
	}	

/* Subscribe 
----------------------------------------------------------------------------- */
.subscribe textarea {
	width:100%;
	overflow: hidden;
 	}
	
	#flash-container {
    display: none;
}
html.viewFlash #flash-container, html.viewFlash #primary-content .detail #player {
    clear: both;
    color: #FFFFFF;
    display: block;
    height: 1%;
    width: 410px;
    z-index: 1;
}
html.viewFlash #flash-container {
}
html.viewFlash #photo, html.viewFlash .nonFlash {
    display: none;
}
div.nonFlash {
    background-color: #E7E0CE;
    border: 1px solid #DED3BF;
    margin: 0 20px 12px;
    padding: 5px 8px;
}
div.nonFlash p {
    margin: 0 !important;
    padding: 0 !important;
}
h3 {
    border-bottom: 1px solid #E9E2D6;
    margin: 0;
}
h3.red {
    border: 0 none;
    color: #990000;
}
.podcasts ul li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
}
.podcasts .col-video ul li.thumb, .podcasts ul li.title, .podcasts ul li.date {
    display: block;
}
.podcasts ul li.title {
    color: #595959;
    font-weight: bold;
    line-height: 1.2em;
}
.podcasts ul li.date {
    color: #999999;
    font-size: 0.84em;
}
.podcasts .col-video ul li.watch, .podcasts .col-audio ul li.listen, .podcasts ul li.download {
    display: inline;
    position: absolute;
}
.podcasts .col-video ul li.watch a, .podcasts .col-audio ul li.listen a, .podcasts ul li.download a {
    background: url("/images/podcasts/download.gif") no-repeat scroll 1px 3px transparent;
    float: left;
    font-size: 0.92em;
    height: 18px;
    left: 0;
    margin: 0 0 0 8px;
    padding: 0 0 0 20px;
    position: absolute;
    top: 5px;
}
.podcasts .col-video ul li.download a {
    left: 77px;
}
.podcasts .col-audio ul li.download a {
    left: 63px;
}
.podcasts .thumb {
}
.podcasts .thumb img {
    padding: 1px;
}
.podcasts .col-video {
    float: left;
    width: 360px;
}
.podcasts .col-video ul {
    background: url("/images/podcasts/li-video.gif") no-repeat scroll left bottom transparent;
    float: left;
    overflow: hidden;
    padding: 11px 6px 33px 0;
    position: relative;
    width: 174px;
}
.podcasts .col-audio {
    float: right;
    width: 164px;
}
.podcasts .col-audio ul {
    background: url("/images/podcasts/li-audio.gif") no-repeat scroll left bottom transparent;
    float: left;
    padding: 11px 0 33px;
    width: 164px;
}
.podcasts:after, .podcasts .col-video:after, .podcasts .col-audio:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
div.col-video div.row {
    float: left;
    width: 360px;
}
.thumb {
    margin: 0 0 1em;
    padding: 0 !important;
}
.main-cast .podcasts {
    background: url("/images/podcast/podcasts-bg.gif") no-repeat scroll 0 0 transparent;
}
.main-cast .recent2 {
    background: url("/images/podcast/podcasts-li-bg.gif") repeat-y scroll 0 0 transparent;
}
.main-cast .featured h2 {
    display: none;
}
.main-cast .recent2 h2 {
    background: url("/images/podcast/podcasts-bg.gif") no-repeat scroll 0 0 white;
    height: 73px;
    text-indent: -3000px;
}
.main-cast .podcasts ul {
    background: url("/images/podcast/podcasts-ul-bg.gif") no-repeat scroll left bottom transparent;
    margin: 0;
    overflow: auto;
    padding: 0;
}
.main-cast .podcasts ul li {
    float: left;
    list-style-image: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
}
.main-cast .podcasts ul.recent {
    background: url("/images/podcast/podcasts-ul-bg.gif") no-repeat scroll left bottom transparent;
    margin-top: -42px;
    padding: 0 9px 9px;
}
.main-cast .featured ul.recent {
    background: url("/images/podcast/podcasts-ul-bg.gif") no-repeat scroll left bottom transparent;
    margin-top: 0;
    padding: 43px 9px 9px;
}
.main-cast .podcasts ul.recent li {
    border-top: 1px solid #DBD4C4;
    line-height: 12px;
    margin-bottom: 0;
    padding: 10px 0;
}
.main-cast .podcasts ul.recent ul.buttons li {
    border-bottom: 0 none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.main-cast .podcasts ul.recent li h3 {
    border-bottom: 0 none;
    color: #1D2B4C;
    font: bold 11px/14px bold Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 3px;
}
.main-cast .podcasts ul.recent li h4 {
    display: none;
}
.main-cast .podcasts ul.recent li h5 {
    color: #666666;
    font: bold 10px/12px bold Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 4px;
    padding: 0;
}
.main-cast .podcasts ul.recent li span {
    color: #000000;
    display: block;
    font: 10px/12px normal Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 4px;
    padding: 0;
}
.main-cast .podcasts .thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #F8F9FA !important;
    float: left;
    margin: 0 15px 0 0;
    padding: 4px !important;
}
.main-cast .featured {
    background: url("/images/podcast/featured-bg.gif") no-repeat scroll 0 0 #09193E;
}
.main-cast .featured {
    height: 1%;
}
.main-cast .featured ul.recent {
    background-image: url("/images/podcast/featured-ul-bg.gif");
    padding-top: 54px;
}
.main-cast .featured ul.recent li {
    border-bottom: 1px solid #2C3959;
    border-top: 0 none;
}
.main-cast .featured ul.recent li.alt {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-cast .featured ul.recent li h3 {
    color: #F7E9BC;
	text-shadow: none;
}
.main-cast .featured ul.recent li h5 {
    color: #FFFFFF;
	text-shadow: none;
}
.main-cast .featured ul.recent li span {
    color: #F8F1E4;
}
.sub-cast .popular h2 {
    background: url("/images/podcast/hd-our-audio.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 14px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    text-indent: -3000px;
    width: 96px;
}
.sub-cast .popular h2.two {
    background: url("/images/podcast/hd-archived-audio.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 14px;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    text-indent: -3000px;
    width: 120px;
}
.popular ul {
    margin: 0;
    padding: 0;
}
.popular ul li {
    border-top: 1px dotted #A5A5A5;
    line-height: 12px;
    margin: 0;
    padding: 8px 0 9px;
}
.popular ul li h3 {
    border: 0 none;
    color: #09193E;
    font: bold 10px/12px bold Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 3px;1px dotted #A5A5A5;
    padding: 0;
}
.popular ul li h4 {
    display: none;
}
.popular ul li h5 {
    color: #BAB8AF;
    font: bold 10px/12px bold Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 3px;
    padding: 0;
}
.popular ul li span {
    color: #333333;
    display: block;
    font: 10px/14px normal Verdana,Arial,Helvetica,sans-serif;
    margin: 0 0 3px;
}
ul.buttons {
    background-image: none !important;
    height: 25px;
    overflow: hidden;
    padding: 8px 0 0 !important;
}
ul.buttons li {
    border: 0 none !important;
    float: left;
    list-style-image: none !important;
    margin-right: 4px;
    padding: 0 !important;
}
ul.buttons li a {
    background-image: url("/images/podcast/btn-sprite.gif");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 25px;
    overflow: hidden;
    text-indent: -3000px;
}
ul.buttons li.audio-play a {
    background-position: 0 -150px;
    width: 65px;
}
ul.buttons li.audio-play a:hover {
    background-position: 0 -175px;
}
ul.buttons li.audio-play a:active, ul.buttons li.audio-play a:focus {
    background-position: 0 -200px;
}
ul.buttons li.video-play a {
    background-position: -65px -150px;
    width: 65px;
}
ul.buttons li.video-play a:hover {
    background-position: -65px -175px;
}
ul.buttons li.video-play a:active, ul.buttons li.video-play a:focus {
    background-position: -65px -200px;
}
ul.buttons li.audio-download a, ul.buttons li.video-download a {
    background-position: -130px -150px;
    width: 89px;
}
ul.buttons li.audio-download a:hover, ul.buttons li.video-download a:hover {
    background-position: -130px -175px;
}
ul.buttons li.audio-download a:active, ul.buttons li.audio-download a:focus, ul.buttons li.video-download a:active, ul.buttons li.video-download a:focus {
    background-position: -130px -200px;
}
.featured ul.buttons li.audio-play a {
    background-position: 0 -75px;
}
.featured ul.buttons li.audio-play a:hover {
    background-position: 0 -100px;
}
.featured ul.buttons li.audio-play a:active, .featured ul.buttons li.audio-play a:focus {
    background-position: 0 -125px;
}
.featured ul.buttons li.video-play a {
    background-position: -65px -75px;
}
.featured ul.buttons li.video-play a:hover {
    background-position: -65px -100px;
}
.featured ul.buttons li.video-play a:active, .featured ul.buttons li.video-play a:focus {
    background-position: -65px -125px;
}
.featured ul.buttons li.audio-download a, .featured ul.buttons li.video-download a {
    background-position: -130px -75px;
}
.featured ul.buttons li.audio-download a:hover, .featured ul.buttons li.video-download a:hover {
    background-position: -130px -100px;
}
.featured ul.buttons li.audio-download a:active, .featured ul.buttons li.audio-download a:focus, .featured ul.buttons li.video-download a:active, .featured ul.buttons li.video-download a:focus {
    background-position: -130px -125px;
}
.popular ul.buttons li.audio-play a {
    background-position: 0 0;
    width: 65px;
}
.popular ul.buttons li.audio-play a:hover {
    background-position: 0 -25px;
}
.popular ul.buttons li.audio-play a:active, .popular ul.buttons li.audio-play a:focus {
    background-position: 0 -50px;
}
.popular ul.buttons li.video-play a {
    background-position: -65px 0;
    width: 65px;
}
.popular ul.buttons li.video-play a:hover {
    background-position: -65px -25px;
}
.popular ul.buttons li.video-play a:active, .popular ul.buttons li.video-play a:focus {
    background-position: -65px -50px;
}
.popular ul.buttons li.audio-download a, .popular ul.buttons li.video-download a {
    background-position: -130px 0;
    width: 89px;
}
.popular ul.buttons li.audio-download a:hover, .popular ul.buttons li.video-download a:hover {
    background-position: -130px -25px;
}
.popular ul.buttons li.audio-download a:active, .popular ul.buttons li.audio-download a:focus, .popular ul.buttons li.video-download a:active, .popular ul.buttons li.video-download a:focus {
    background-position: -130px -50px;
}
.main-cast {
    float: left;
    width: 460px;
}
.sub-cast {
    float: right;
    width: 230px;
}
.podcast-home #primary-content {
    width: 711px !important;
}
.podcast-home #inner-container {
    width: 990px !important;
}
.podcast-home p.intro {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 38px;
}
.podcast-home h3.red {
    font-size: 19px;
}

