.podcast_item
{
  float:left;
  width:90px;
}

.item_prev
{
  clear:left;
  margin-bottom:10px;
}

.item_name
{
  clear: left;
  float: left;
}

.item_date
{
  float: right;
}

.full_art
{
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0px;
  left: 0px;
  text-align: center;
  transition: opacity 0.5s linear;
  opacity:0;
}

.full_art_text
{
  padding: 5px;
  background: #FFFFFF;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.full_art_bg
{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000044;
  opacity: 0.6;
  z-index: -1;
}

.podcast_player
{
  float: left;
  height: 220px;
  width: 50%;
}

.podcast_art
{
  float: right;
  text-align: right;
  width: 50%;
  height: 200px;
}

@media screen and (max-width: 800px)
{
  .podcast_art, .podcast_player
  {
    float: none;
    text-align: center;
    clear: both;
    width: 100%;
  }

  .full_art_text
  {
    line-height: 24px;
    padding: 8px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}