@import "style.css";
/*****PODCASTS***/
.podcast, .podcaster{ background:#525252 url(../images/images-uk/page-graphics/ragged-edge-dark-grey-top.png) no-repeat top left;   margin-bottom:30px;}
.podcastbtm, .podcasterbtm{ background: url(../images/images-uk/page-graphics/ragged-edge-dark-grey-btm.png) no-repeat bottom left;  overflow:hidden;}
.podcast a{text-decoration:none;}

#podcasts .over, #podcast_episodes .over {
    border:lightgray thin solid;
}
#podcasts, #podcast_episodes {
    color:#ffffff;

    clear:both;
}
#podcasts .podcastbtm, #podcast_episodes .podcast ,.podcasterbtm{
    color:#ffffff;
    padding: 10px 10px 10px 10px;
    

}
#podcasts .podcast .podcast_image, .podcaster_image {
    float:left;
    width: 140px;
    padding:0px 20px 20px 0px;

}
#podcasts .podcast .podcast_image img, .podcaster_image img{
    width: 140px;
}
#podcasts .podcast h2, #podcast_episodes .podcast_episode h2 , podcaster h2{
  
    color: #e30002;

    
}
#podcast_episodes .podcast_episode {
    
}
#podcasts .podcast h2, podcaster h2{
	margin:0px 0px 0px 0px;
	font-size:16px;
}
#podcast_episodes h3{
	margin:0px 0px 0px 0px;
	font-size:14px;
}


#podcasts .podcast p ,#podcast_episodes .podcast_episode .podcast_episode_description p, podcaster p{
    font-size: 13px;
    margin: 0px 0px 5px 165px;
    color: #ffffff;
  
    text-align:left;
}
#podcast_episodes .podcast_episode .podcast_episode_description p{margin-left:0px}
#podcast_episodes .podcast_episode .podcast_episode_description {
    font-size: 13px;
  
    color: #ffffff;
	margin-bottom:10px;
   
}
#podcasts hr, #podcast_episodes hr {
    clear:both;
    border:none;
    background-color:black;
    height: 10px;
}
.paginator{margin: 20px 0px 20px 185px; font-size:13px;}

#podcasts .paginator .pagination, #podcast_episodes .paginator .pagination {
    display:inline;
    margin-left: 50px;
}
#podcasts .paginator, #podcast_episodes .paginator {
    
    height:2em;
}
#podcasts .podcast .podcast_subscribe {
    font-size: 70%;
    font-variant:small-caps;
    float:right;
}
#podcast_episodes .podcast_episode {
    clear:both;
}
/*
  This is a frig as extjs messes about with the font sizes within an Ext Window.  So, I have changed the baseCls to x-window-raw
*/
#podcast_episodes .x-window-mc {
    font:inherit;
}
body {
    text-align:left;
}
.x-combo-list-inner {
    color:#000000;  /* Input fields are white with this theme so the text in a combo drop down needs to be black */
}
.x-window-body .x-tree-node a span,.x-window-body .x-dd-drag-ghost a span {
color:#ffffff;
}
#members .members_toolbar {
    float:right;
    margin-left: 10px;
}
#members .members_toolbar .x-toolbar {
    background-color:transparent;
    background-image:none;
    border:none;
}
#nowplaying {
    float: left;
    
}
#members form {
    float: right;
}
#members .members_logged_in {
    float: right;
}

#podcast_episodes ul.podcast_options{margin-left:0px;}

ul.podcast_options{ display:inline; list-style:none; font-size:10px; font-weight:bold; overflow:hidden; border-bottom:3px solid #9b292a; padding-bottom:0px;  display:block; margin-left:165px;}
ul.podcast_options li{display:block; float:left;}
ul.podcast_options li a{display:block; padding:5px 25px 10px 35px; background:url(../images/images-uk/page-graphics/icon-download.png) no-repeat top left; }
ul.podcast_options li.podcast_icon_play a{ background-image:url(../images/images-uk/page-graphics/icon-play.png);}
ul.podcast_options li.podcast_icon_send a{ background-image:url(../images/images-uk/page-graphics/icon-send-friend.png);}
ul.podcast_options li.podcast_icon_download a{ background-image:url(../images/images-uk/page-graphics/icon-download.png);}
ul.podcast_options li.podcast_icon_itunes a{ background-image:url(../images/images-uk/page-graphics/icon-itunes.png);}
ul.podcast_options li.podcast_icon_rss a{ background-image:url(../images/images-uk/page-graphics/icon-rss.png);}

.podcast_episode{ padding-left:185px;}


#miniPlayer{background-color:#0F6;}
