/* CSS placed here will be applied to all skins */

#content h1,
#content h2,
#content h3,
#content h4,
#content h5
{
  font-family: Palatino, Georgia, "DejaVu Serif", "Times New Roman", Times, sans-serif;
}

div.episode-banner {
  font-size: 8.5pt;
  background-color: #fff;
  border: none ! important;
  padding-left: 0.5em;
}

div.episode-content {
  font-size: 16pt;
  padding: 1em 3em;
  max-width: 40em;
  font-family: "Adobe Caslon Pro", "Caslon540 BT", Georgia, Palatino, "DejaVu Serif", "Times New Roman", Times, serif;
}

div.episode-content.draft {
  color: #666;
}

div.episode-content.smaller {
  font-size: 14pt;
}

div.episode-content p.ep-first:first-letter {
  font-size: 200%;
  border: 1px solid black;
  border-width: 2px 1px 1px 2px;
  vertical-align: text-top;
  float: left;
  margin: 0 .2em .1em 0;
  padding: .2em;
  text-align: center;
  font-family: "Old English Text MT", "Lucida Blackletter", "Script MT Bold",  fantasy;
}

#custom-links {
  padding: 0 .25em;
  margin: 1em;
  font-family: Palatino, Georgia, "DejaVu Serif", "Times New Roman", Times, sans-serif;
  font-size: 8.5pt;
}
#custom-links .thumbinner {
  text-align: right;
}
#custom-links h2 {
  margin: 0;
  border: 0;
  text-align: center;
}