/* ***** css reset, global html, & basic styles ***** */
/* adapted from Reset Reloaded by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}
body {
/* color: #fff; */
    background-color: #000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 90%;
}
input, select, textarea {
    color: #000000;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
select option {
    padding: 0 5px 0 3px;
}
table {
    border-collapse: collapse;
}
table th {
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
    vertical-align: bottom;
}
table td {
    line-height: 1.5em;
    vertical-align: top;
}
img {
}
p {
    line-height: 1.5em;
/* margin: 0 0 1.5em 0; */
    margin: 0 0 1.0em 0;
}
ul, ol {
    margin: 0 0 1.0em 0;
}
ul li {
    margin: 0 0 0 15px;
    padding: 0 0 0.5em 0;
    line-height: 1.5em;
}
ol li {
    margin: 0 0 0 20px;
    padding: 0 0 0.5em 0;
    line-height: 1.5em;
}
li ul, li ol {
    margin: 0;
}
dl {
    margin: 0 0 1.0em 0;
}
dl dt {
    line-height: 1.5em;
    font-weight: bold;
}
dl dd {
    line-height: 1.5em;
    margin: 0 0 1em 0;
}
a {
    color: #FF6000;
    text-decoration: none;
}
a:link, a:visited {
    color: #808080;
}
a:hover, a:hover, a:active {
    color: #ff6000;
    text-decoration: underline;
}
h1, h2, h3 {
    font-family: "Times-New-Roman", Times, serif;
    font-weight: bold;
}
h1 {
    color: #333;
    font-size: 180%;
    letter-spacing: -0.05em;
    margin: 4px 0 4px 0;
}
h2 {
    color: #999999;
    font-size: 105%;
    line-height: 1.2em;
    margin: 0 0 0.75em 0;
}
h3 {
    color: #999999;
    font-size: 1.1em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
}
h3.headerbar {
    clear: both;
    background: #999999;
    padding: 5px 10px;
    margin: 0 0 0.5em 0;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: bold;
}
h4 {
    color: #999999;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 0.2em 0;
}
h5 {
    color: #999999;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 0.2em 0;
}
h6 {
    color: #999999;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.2em;
    text-transform: uppercase;
    margin: 0 0 0.2em 0;
}
em, i {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
sup {
    font-size: 0.9em;
    vertical-align: super;
}
sub {
    font-size: 0.9em;
    vertical-align: sub;
}
big, .big {
    font-size: 1.2em;
}
small, .small, .note {
    font-size: 0.9em;
}
/* ** misc ** */
/* any error or warning text */
.requiredField, .required {
    color: #ff0000;
    font-weight: bold;
}
div.jsRequired{
    height:20px;
    padding:8px;
    color:#FF6000;
}
.clear {
    clear: both;
}
div.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0 0 -1px 0;
}
hr, div.hr {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0 0 1.0em 0;
    border-top: 1px solid #c9caca;
}
div.hr.offset {
    margin-left:-10px;
}
img.imgbutton {
}
.alignright {
    text-align: right;
}
.nomargin {
    margin:0;
}
.center {
    text-align: center;
}
.floatright {
    float: right;
    display: inline;
}
.floatleft {
    float: left;
    display: inline;
}
.hide {
    position: absolute;
    left: -999999px;
}
.nowrap {
    white-space: nowrap;
}
.normal {
    font-weight: normal;
    text-transform: none;
}
/* ** /misc ** */
/* ** popups ** */
body.popup {
    color: #000000;
/* text-align: center; */
    padding: 10px;
    background: #ffffff;
}
/* ** /popups ** */
/* **** /global html & basic styles **** */
/* **** layout **** */
div#container {
    background-color: #000000;
    width: 985px;
    margin: 0 auto;
}
/* ** header ** */
div#siteHeader {
}
div#siteHeader a {
    text-transform: uppercase;
    text-decoration: none;
}
#siteHeader h3 {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom:20px;
}
#siteHeader h3 a:link, #siteHeader h3 a:visited {
    text-decoration: none;
}
#siteHeader h3 a:hover, #siteHeader h3 a:visited:hover {
    text-decoration: underline;
}
div#loginAndSearch {
    height: 32px;
}
    div#loginAndSearch a {
        color: #FF6000;
        text-transform: uppercase;
    }
    div#loginAndSearch div.login {
        float: left;
        padding: 8px 0 0 50px;
    }
    div#loginAndSearch div.login a#login {
        background: transparent url(../../_img/buttons/btn_login_dark.gif) no-repeat scroll 0 0;
        float: left;
        width: 51px;
        height: 19px;
    }
    div#loginAndSearch div.login a#login:hover {
        background: transparent url(../../_img/buttons/btn_login_dark_over.gif) no-repeat scroll 0 0;
    }
        div#loginAndSearch div.login a#login span {
            position: absolute;
            left: -999999em;
        }
    div#loginAndSearch div.login, #loginAndSearch a, #loginForm a {
        color: #CCCCCC;
        font-size: 80%;
    }
    div#loginAndSearch a:hover, #loginForm a:hover {
        color: #FF7F00;
        text-decoration: none;
    }
    #loginAndSearch div.search {
        color: #CCCCCC;
        font-size: 80%;
        float: right;
        padding: 4px 50px 0 0;
    }
        #loginAndSearch div.search input, #loginForm input {
            font-size: 80%;
            height: 12px;
        }
        #loginAndSearch div.search input.button {
            border: none;
            color: #CCCCCC;
            background: transparent;
            vertical-align: middle;
            margin-top: -4px;
        }
        #loginAndSearch div.search a {
            vertical-align: middle;
            color: #666666;
        }
div#logo {
    border-bottom: 1px solid #252525;
    border-top: 1px solid #252525;
    padding: 17px 0 18px;
    margin: 0 52px 0 50px;
}
    div#logo a {
        background: #000000 url("../../_img/common/logo.gif") no-repeat center center;
        margin: 0 auto;
        display:block;
        width:247px;
        height: 86px;
    }
        div#logo a span {
            position:absolute;
            left: -999999em;
        }
div#nav {
    margin: 0 50px;
    white-space: nowrap;
}
    div#nav a {
        color: #777777;
        font-size: 13px;
        font-family: "Times-New-Roman", Times, serif;
        font-weight: bold;
        padding: 12px 13px 12px 12px;
        display: -moz-inline-box;
        display: inline-block
    }
    div#nav a:hover, div#nav a.selected {
        color: #D4D4D4;
        background: url('../../_img/common/sitenav_selected_bg.gif');
        text-decoration: none;
    }
#breadcrumb {
    background: transparent url('../../_img/common/breadcrumb_bg.gif') repeat scroll 0 0;
    color: #777777;
    text-transform: uppercase;
    font-family: "Times-New-Roman", Times, serif;
    font-size: 75%;
    padding: 4px 0 6px 6px;
    margin: 0 52px 0 50px;
}
    #breadcrumb a, #breadcrumb span {
        padding-left: 4px;
        padding-right: 4px;
        color: #777777;
        font-weight: bold;
    }
    #breadcrumb a:hover {
        color: #D4D4D4;
        text-decoration: none
    }
    #breadcrumb a.top, #breadcrumb span.top, #breadcrumb a.top:hover {
        font-size: 110%;
        color: #FF7F00;
        text-decoration: none;
    }
    #breadcrumba.top, #breadcrumb span.top {
        font-size: 110%;
        margin-left: 2px
    }
/* ** /header ** */

/* ** footer ** */
div#footer {
    clear: both;
    margin: 0 42px 0 58px;
    padding: 16px 0;
}

    #footer, #footer a {
        color: #CCCCCC;
        text-transform: uppercase;
        font-size: 11px;
        padding-right: 8px;
    }
    #footer a:hover {
        color: #FFFFFF;
        font-size: 11px;
        text-decoration: none
    }
    
    #footer div.row {
        margin-bottom: 8px
    }
        #footer div.row div.left {
            float: left;
        }
        #footer div.row div.right {
            float: right;
        }
/* ** /footer ** */
/* **** forms **** */
input.imgbutton {
}
input.check, input.radio {
/* setting exact size removes crazy IE padding, makes uniform cross-browser */
    width: 15px;
    height: 15px;
}
input.textbox {
    width: 150px;
    margin: 0 0 0.5em 0;
}
input.textbox_short {
    width: 70px;
    margin: 0 10px 0.5em 0;
}
select.select {
    width: 150px;
    margin: 0 0 0.5em 0;
}
select.select_short {
    width: 70px;
    margin: 0 10px 0.5em 0;
}
select.select_auto {
    width: auto;
    margin: 0 0 0.5em 0;
}
textarea.textarea {
    width: 480px;
    height: 60px;
    margin: 0 0 0.5em 0;
}
span.formnote {
    color: #666666;
    font-size: 0.9em;
    margin-left: 0.5em;
}
p.formcopy {
    margin-bottom: 0.8em;
}
fieldset {
    width: auto;
}
label {
    color:#666;
}
.offscreen, label.hide {
    position: absolute;
    left: -999999px;
}
fieldset.textfields {
    margin: 0 0 0.5em 0;
}
fieldset.textfields input,
fieldset.textfields select,
fieldset.textfields textarea {
    vertical-align: top;
}
/* span tag to emulate a label */
fieldset.textfields span.label,
fieldset.textfields label {
    float: left;
    display: inline;
    width: 140px;
    margin: 0.2em 10px 0 0;
    line-height: 1.2em;
}
fieldset.textfields label.short {
    width: 60px;
}
fieldset.textfields label.block {
/* stacked label/input */
    float: none;
    display: block;
    width: auto;
    margin: 0 0 0.2em 0;
}
/* wrapper for dot.Net checkboxlist & radiobuttonlist tables */
fieldset.checkboxlist,
fieldset.radiobuttonlist {
    margin: 0 0 0.6em 0;
}
fieldset.checkboxlist td,
fieldset.radiobuttonlist td {
    padding: 0 20px 0 0;
/* necessary only for two+ column tables */
}
fieldset.checkboxlist input,
fieldset.radiobuttonlist input {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}
fieldset.checkboxlist label,
fieldset.radiobuttonlist label {
    float: none;
    display: block;
    width: auto;
    margin: -13px 0 0.6em 20px;
    line-height: 1.2em;
}
/* wrapper for checkboxes and radiobuttons, long labels will not wrap beneath the input */
fieldset.checkzone,
fieldset.radiozone {
    margin: 0 0 0.6em 0;
}
fieldset.checkzone input,
fieldset.radiozone input {
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
}
fieldset.checkzone label,
fieldset.radiozone label {
    float: none;
    display: block;
    width: auto;
    margin: -13px 0 0.6em 20px;
    line-height: 1.2em;
}
/* wrapper for form buttons */
fieldset.buttonzone {
    clear: both;
    margin: 0 0 1.0em 0;
}
/* **** /forms **** */
/* ** content layouts ** */
#main {
    background: transparent url(../../_img/common/main_bg.gif) repeat scroll 0 0;
    clear: both;
    display: inline;
    float: left;
    margin: 0 50px;
}
    ul#subNav {
        float: left;
        width: 165px;
        margin: 0;
    }
        #subNav li {
            background: #0B090B url(../../_img/common/sub_nav_bg.png) repeat-x scroll 0 0;
            margin: 0;
            line-height: normal;
            padding: 8px 2px 9px 10px;
        }
            #subNav li a {
                color: #777;
                font-family: "Times New Roman", Times, Serif;
                font-size: 90%;
                font-weight: bold;
                padding-right: 8px;
            }
            #subNav li a.on {
                color: #D4D4D4;
                background: transparent url(../../_img/common/sel.gif) no-repeat scroll right 4px;
            }
    
    div#content {
        background: transparent url(../../_img/common/smudge.gif) repeat-x scroll 0 0;
        float: left;
        width: 717px;
        position: relative;
    }
    div#main div.content_secondary {
        width: 165px;
        float:left;
    }
    div#main div.content_primary {
        float:left;
        width: 530px;
    /* 550 720 */
        padding:8px;
    /* background: #ffffff url("../../_img/common/content_primary_bg.gif") repeat-y; */
        color: #000;
        min-height:400px;
    }
        div#main div.content_tertiary {
            background-color: #F2F2F2;
            float: right;
            width: 152px;
            min-height: 200px;
            padding: 9px;
            display: inline;
        }
        div#main div.content_tertiary div.hr {
            border-color: #e5e5e5;
        }
/* ** /content layouts ** */
/* utility */
.icon {
    padding: 0px 5px 8px 25px;
    line-height:20px;
}
.icon.audio, .icon.audiorecording {
    background: transparent url("../../_img/common/icon_audio.gif") no-repeat left top;
}
.icon.video {
    background: transparent url("../../_img/common/icon_video.gif") no-repeat left top;
}
.icon.podcast {
    background: transparent url("../../_img/common/icon_podcast.gif") no-repeat left top;
}
a.lnk_heavy:link, a.lnk_heavy:hover, a.lnk_heavy:visited {
    font-weight:bold;
    font-size: 83%;
    color:#ff6600;
    text-decoration:none;
    font-family: "Times-New-Roman", Times, serif;
}
a.lnk_heavy:hover, a.lnk_heavy:active {
    text-decoration: underline;
}
.subtle {
    color:#666;
}
.stark {
    color:#595a5c;
}
.standout {
    color: #b05902;
}
fieldset#fst_browse {
    margin-bottom:1em;
}
fieldset#fst_browse.nojs {
}
fieldset#fst_browse h2 {
    color:#666;
}
fieldset#fst_browse select {
    width:100%;
    margin-bottom: 8px;
}
fieldset#fst_browse.nojs input {
    display:block;
}
fieldset#fst_browse input {
/* go button */
    margin-bottom: 8px;
}
fieldset#fst_browse div.hr {
    margin-bottom:8px;
}
a#lnk_rss {
    font-size: 76%;
    background: transparent url("../../_img/common/icon_rss.gif") no-repeat left center;
    padding: 3px 3px 3px 25px;
    position:absolute;
    bottom:10px;
    right:0px;
    width: 135px;
}

ul.media_list {
    margin:0;
    padding:0;
    list-style:none;
}
	ul.media_list li {
		font-size: 76%;
		display: block;
		width: 158px;
		padding: 0 0 5px 0;
		margin: 0;
	}
		ul.media_list li a.icon {
			display: block;
			padding: 2px 5px 2px 25px;
			line-height: 1.4em;
			min-height: 4.2em;
		}
		ul.media_list li a.thumb {
			display: block;
			margin-bottom: 4px;
			background: #efefef;
		}
		ul.media_list li a.thumb img {
			display: block;
			width: 158px;
			height: 118px;
		}
/* related content on detail pages */
div.related_wrap {
}
/* 530px wide */
div.related_wrap div.colA {
    float:left;
    width:160px;
}
div.related_wrap div.colB {
    float:right;
    display:inline;
    width:350px;
/* 360px total width */
    padding-left:10px;
    border-left: 1px solid #dbdbdb;
}
div.related_wrap h2, div.related_wrap h3 {
    color:#000;
}
div.related_wrap h2 {
    font-size:1.45em;
    margin-bottom: 0.25em;
}
div.related_wrap h3 {
}
ul.relatedlinks_list {
    list-style: none;
}
ul.relatedlinks_list li {
    padding-left:0;
    margin-left:0;
}
/* /utility */
/* **** page specific styles **** */
/* ** landing page  ** */
div#landing {
}
.hdr_grey {
    color:#fff;
    padding: 2px 5px 3px 5px;
    background: #666666 url("../../_img/common/hdr_bg.gif") repeat-x;
    margin-bottom:15px;
}
.hdr_grey a {
    color:#fff;
    text-decoration:none;
}
div.media_category {
    width: 158px;
    float:left;
    display:inline;
}
div#media_columns {
    background:transparent url("../../_img/common/media_hp_faux_columns.gif") repeat-y;
}
div#mc_videos {
    margin-left:10px;
}
div#mc_audio {
    margin: 0 10px;
    padding: 0 10px;
}
div#mc_podcats {
}
/* ** /landing page  ** */
/* ** video landing page  ** */
ul#ml_horizontal.media_list {
    float:left;
    margin-right:-10px;
    margin-left:-10px;
}
ul#ml_horizontal.media_list li {
    float:left;
    margin: 0 10px;
    
}
ul#ml_horizontal.media_list li.clear {
    line-height:0px;
    float:none;
    width:0px;
    height:0px;
    margin:0px;
    padding:0px;
}
/* ** /video landing page  ** */
/* ** video detail page  ** */
div#flash_wrap {
    margin-bottom:1em;
}
div#flash_video {
}
/* ** /video detail page  ** */
/* audio landing page */
ul.audio_list {
    margin:0;
    padding:0;
    list-style:none;
}
ul.audio_list li {
    margin:0 0 15px 0;
    padding:0 0 15px 0;
    display:block;
    clear:both;
    border-bottom:1px solid #e8e8e8;
    margin-bottom:1em;
    padding-bottom:1em;
}
ul.audio_list li.last {
    border-bottom:none;
    padding-bottom:0;
}
ul.audio_list li div.thumb_wrap {
    float:left;
    width: 110px;
}
ul.audio_list li div.thumb_wrap img {
    max-width:101px;
/* small thumb size: 101 x 75 */
    padding-top:2px;
    display:block;
}
ul.audio_list li div.copy_wrap {
    float:right;
    width:415px;
}
ul.audio_list li div.copy_wrap h2 {
    font-size: 120%;
    margin-bottom: 0.5em;
    font-weight: normal;
}
ul.audio_list li div.copy_wrap span.length {
    color: #808080;
}
/* /audio landing page */
body#audio_player {
    color: #929292;
    margin: 0 0 1.5em 0;
    background: #1e1e1e;
}
body#audio_player div#wrapper {
    width: 559px;
    margin: 10px auto;
    font-size: 1.0em;
}
a#lnk_close {
    float:right;
    background:transparent url("../../_img/audio/btn_close.gif") no-repeat left top;
    width: 58px;
    height:20px;
    margin-top:5px;
}
body#audio_player h1 {
    color: #fff;
    font-size: 1.5em;
    font-weight: normal;
}
body#audio_player h2 {
    height:20px;
    font-size:1.2em;
    line-height:20px;
    color:#bfbfbf;
    padding: 0 10px;
    margin:0;
    border-bottom:1px solid #111111;
}
div#nowplaying_wrap {
    border:1px solid #111;
    margin-bottom:10px;
}
div#nowplaying_wrap h2 {
    background: transparent url("../../_img/audio/hdr_nowplaying_bg.gif") repeat-x;
}
div#nowplaying_wrap div.hr {
    border-top-color: #1c1c1c;
    margin-bottom: 0.5em;
}
div#nowplaying_wrap ul.relatedlinks_list {
    margin-bottom:0;
}
div#nowplaying_wrap ul.relatedlinks_list li {
    margin-bottom:0.5em;
}
div#nowplaying_wrap div.nowplaying_content {
    background: transparent url("../../_img/audio/details_bg.gif") repeat-y;
    padding-top:10px;
}
div#nowplaying_wrap div.nowplaying_content h3 {
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0 0 0.2em 0;
}
div#nowplaying_wrap div.nowplaying_content p {
    font-size: 0.9em;
    line-height: 1.3em;
}
div#nowplaying_wrap div.nowplaying_content p.subtle {
    font-size: 0.8em;
}
div#nowplaying_wrap div.nowplaying_content div.colA {
    float:left;
    width:115px;
    margin-left:10px;
}
div#nowplaying_wrap div.nowplaying_content div.colA img.thumb {
    display: block;
    width: 100px;
    height: 75px;
    border:1px solid #000;
    border-right-color: #808080;
    border-bottom-color: #808080;
    background: #2f2f2f;
}
div#nowplaying_wrap div.nowplaying_content div.colB {
    float:left;
    width:275px;
}
div#nowplaying_wrap div.nowplaying_content div.colC {
    float:right;
    width:120px;
    margin-right:10px;
}
div#flash_wrap {
    border: none;
    margin:0;
    width:559px;
}
div#flash_wrap object#flash_mp3 {
    margin-left:-1px;
    padding:0;
}
div#relatedaudio_wrap {
    border:1px solid #111;
}
div#relatedaudio_wrap h2 {
    background: transparent url("../../_img/audio/hdr_related_bg.gif") repeat-x;
}
div#relatedaudio_wrap h2 span {
    color: #8c8c8c;
    font-size: 0.8em;
    font-weight:normal;
    text-transform:none;
}
div#relatedaudio_wrap ul.audio_playlist {
    list-style:none;
    margin:0;
    padding:0;
}
div#relatedaudio_wrap ul.audio_playlist li {
    margin: 0;
    padding: 3px 10px;
    clear: left;
}
div#relatedaudio_wrap ul.audio_playlist li.odd {
    background-color:#333;
}
div#relatedaudio_wrap ul.audio_playlist li.even {
    background-color:#2f2f2f;
}
div#relatedaudio_wrap ul.audio_playlist li a.title {
    float:left;
    width:80%;
    text-decoration:none;
}
div#relatedaudio_wrap ul.audio_playlist li span.time {
    float:right;
    width:10%;
    text-align: right;
}
/* podcast landing page */
ul.podcast_list {
    margin:0;
    padding:0;
    list-style:none;
}
ul.podcast_list li {
    margin:0 0 15px 0;
    padding:0 0 15px 0;
    display:block;
    clear:both;
    border-bottom:1px solid #e8e8e8;
    margin-bottom:1em;
    padding-bottom:1em;
}
ul.podcast_list li.last {
    border-bottom:none;
    padding-bottom:0;
}
ul.podcast_list li div.thumb_wrap {
    float:left;
    width: 110px;
}
ul.podcast_list li div.thumb_wrap img {
    max-width:101px;
/* small thumb size: 101 x 75 */
    padding-top:2px;
    display:block;
}
ul.podcast_list li div.copy_wrap {
    float:right;
    width:415px;
}
ul.podcast_list li div.copy_wrap h2 {
    font-size: 120%;
    margin-bottom:0.5em;
    font-weight:normal;
}
ul.podcast_list li div.copy_wrap p {
    font-size: 76%;
}
ul.podcast_list li div.copy_wrap span.length {
    color: #808080;
}
div.callout_subscribe {}
	div.callout_subscribe P {
		font-size: 76%;
	}
/* /podcast landing page */
/* podcast detail page */
div#podcast_detail_wrap {
    margin-bottom:2em;
}
div#podcast_detail_wrap div.colA {
    float:left;
    width:175px;
}
div#podcast_detail_wrap div.colB {
    float:right;
    width: 350px;
}
/* /podcast detail page */
/* podcast subscribe page */
a#lnk_return {
    float:right;
    margin-top:1em;
}
ol#subscribe_list {
    margin:0 0 2em 0;
    padding:0;
    float:left;
    list-style: none;
}
ol#subscribe_list li {
    margin:10px 30px 10px 0;
    padding:0;
    float:left;
    width:150px;
}
ol#subscribe_list li.last {
    margin-right:0;
}
ol#subscribe_list li h3 {
    color:#595a5c;
    font-size: 1.35em;
    font-weight:normal;
}
ol#subscribe_list a {
    display:block;
    height:17px;
    margin: 5px 0;
}
ol#subscribe_list a span {
    position: absolute;
    left: -999999px;
}
a#itunes {
    background: transparent url("../../_img/podcast/lnk_itunes.gif") no-repeat left top;
}
a#my_yahoo {
    background: transparent url("../../_img/podcast/lnk_yahoo.gif") no-repeat left top;
}
a#newsgator {
    background: transparent url("../../_img/podcast/lnk_newsgator.gif") no-repeat left top;
}
a#google {
    background: transparent url("../../_img/podcast/lnk_google.gif") no-repeat left top;
}
a#win_live {
    background: transparent url("../../_img/podcast/lnk_windowslive.gif") no-repeat left top;
}
a#odeo {
    background: transparent url("../../_img/podcast/lnk_odeo.gif") no-repeat left top;
}
div#rss_address {
    width:145px;
    background: #f2f2f2;
    border:1px solid #c9c9c9;
    padding:10px 5px;
    color: #595a5c;
    overflow-y:auto;
    overflow-x:auto;
    white-space:normal;
    word-wrap: break-word;
/* for ie */
}
dl.faq_list {
}
/* /podcast subscribe page */
/* search results */
h4.resultcount {
    color:#666;
    font-size:1.28em;
    font-weight:normal;
    margin-bottom:1em;
}
h4.resultcount strong {
    color:#000;
    font-weight:bold;
}
div.pagination_wrap {
    font-size: 76%;
    border-top: 1px solid #c9caca;
    border-bottom: 1px solid #c9caca;
	height: 1.75em;
    padding: 6px 0;
    margin-bottom: 1em;
    text-align: right;
}
    fieldset#fst_sort {
        float:left;
    }
        fieldset#fst_sort select {
            width:150px;
        }
        fieldset#fst_sort input.noJs {
            vertical-align: middle;
        }
    div.pagination_wrap span {
        color:#999;
    }
    div.pagination_wrap a:visited, div.pagination_wrap a:link {
        font-weight:bold;
        color:#ff6600;
        text-decoration:none;
    }
    div.pagination_wrap a:hover, div.pagination_wrap a:active {
        text-decoration: underline;
    }
    div.paging_control {
        display:inline;
    }
    div.paging_control ol {
        list-style: none;
        display:inline;
        padding: 0 7px;
        margin: 0;
    }
    div.paging_control ol li {
    /* float: left; */
        font-size:1.15em;
        margin:0;
        padding-left: 1px;
        padding-right:1px;
        display: inline;
    }
    div.paging_control ol li span {
        color:#666;
        font-weight:bold;
    }
    div.pagination_wrap a.lnk_viewall {
        padding-left:12px;
        margin-left:9px;
        border-left: 1px solid #999;
    }
ul.searchresults_list {
    margin:0;
    padding:0;
    list-style:none;
}
ul.searchresults_list li {
    margin:0;
    padding:0;
    display:block;
}
ul.searchresults_list li.last {
}
ul.searchresults_list li.last div.hr {
    visibility:hidden;
}
ul.searchresults_list li div.thumb_wrap {
    float:left;
    width: 110px;
    padding-top:5px;
}
ul.searchresults_list li div.thumb_wrap img {
/* small thumb size: 101 x 75 */}
ul.searchresults_list li div.copy_wrap {
    float:right;
    width:415px;
}
ul.searchresults_list li div.copy_wrap h2 {
    font-size:1.8em;
    margin-bottom:0.2em;
    font-weight:normal;
}
ul.searchresults_list li div.copy_wrap h2 a {
}
ul.searchresults_list li div.copy_wrap p.icon {
    color: #808080;
    margin-bottom:-5px;
    font-size: 1.35em;
}
ul.searchresults_list li div.hr {
    border-color:#e8e8e8;
}
/* **** /page specific styles **** */