
body#podcasts_podcast_index #bravo {}

p.date_and_author {color: #999;margin-top: 2px; }
.jw_player {margin-bottom: 2px;}
.episode_body {margin-top: 10px;}
.download_link {text-align: right; text-transform:lowercase; color: #666;}

.window p.more  { line-height: 1.5em; padding-top: 3px; text-align: right;font-style: italic;}
.window p.more_episodes  {display: none; line-height: 1.0em; padding-top: 3px; text-align: right;font-style: italic;}
.window p.more_episodes a {text-decoration: none;} p.more_episodes a:hover {text-decoration: underline;}

p.recent_title {margin-bottom: 2px; color: #999;}
p.description {margin-bottom: 5px; margin-top: 5px; }

.podcast_profile { border-bottom: 1px dotted #ccc; }

table#podcast_episodes_list tr,
table#podcast_episodes_list td,
table#podcast_episodes_list th, 
table#podcast_episodes_list {border: none; }
table#podcast_episodes_list th {border-bottom: 2px solid #666; }
table#podcast_episodes_list a {text-decoration: none;}
table#podcast_episodes_list a:hover {text-decoration: underline;}
table#podcast_episodes_list tr.odd {background-color: #ededed;  }

.podcast_episode {margin-bottom: 5px;}
.podcast_episode h2 a{text-decoration: none;}
.podcast_episode h2 a:hover{text-decoration: underline;}
div.jw_player {border: 1px solid #ccc;padding:10px;}

/* MP3 Button
------------------------------------------------------*/
.mp3_button {display:block;width:76px;height:76px;cursor:pointer; }
.mp3_button img {border:none;}
.mp3_button span {display:none;}
.mp3_button_play {background: url(/themes/riverpark/images/mp3_button_play.gif) no-repeat; }
.mp3_button_pause {background: url(/themes/riverpark/images/mp3_button_pause.gif) no-repeat; }
.mp3_player {position:absolute;}
.original_mp3_link {display:none;}

/* Index episodes
------------------------------------------------------*/
.index_episode {border-bottom:1px dotted #ccc; position:relative; clear:both; padding-bottom:5px;}
              /* clear-fix*/
              .index_episode { display: inline-block;width:100%; }   
              .index_episode:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
              * html .index_episode:after { height: 1%; }
              .index_episode:after { display: block; }
.index_episode h3.podcast {float:left;width:220px;margin-right:10px; margin-top: 10px; text-transform: lowercase;display:none;}
  .index_episode h3.podcast a {text-transform: uppercase;}
.index_episode .image {float:left;clear:left;margin-right:10px; margin-top: 10px; }
.index_episode .mp3_button {position:absolute;top:10px;right:10px; }
.index_episode h2.title {text-align:right; margin-right:96px; margin-top:10px;font-weight: normal;}
  .index_episode h2.title a {text-decoration: none;}
  .index_episode h2.title a:hover {text-decoration: underline;}
.index_episode h4.author {text-align:right;margin-right:96px; font-weight: normal;}
.index_episode h5.published_at {text-align:right;margin-right:96px; font-weight: normal; margin-top: 2px;}
.index_episode p.comments {float:left;display:none;}
.index_episode p.more {  float:right;text-transform:lowercase; font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;margin-right: 96px; margin-top: 5px;}
.index_episode p.more a {text-transform:uppercase;}
.index_episode .body {margin-top: 15px; display:none;}


