/*
 * Items
 */
ul#podacasts {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 560px;
}
ul#podacasts li {
  border-bottom: 1px dotted #aeaeae;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  height: 100%;
}
ul#podacasts li.with-image {
  padding-left: 110px;
}
ul#podacasts li div.image {
  background: url(/img/li-image-bg-76x56.jpg) top left no-repeat;
  float: left;
  margin: 0 10px 0 -110px;
  padding: 9px 0 0 9px;
  width: 88px;
  height: 65px;
}
ul#podacasts li p {
  margin: 0 0 5px 0;
}
ul#podacasts li p.subtitle {
  color: #2e7b42;
  font-weight: bold;
}

ul#podacasts li h3 {
  font-size: 1.4em;
  margin: 5px 0 2px 0;
}
ul#podacasts li h3 a {
  color: #19388a;
}
