@import url("http://fonts.googleapis.com/css?family=Antic");
@import url("http://fonts.googleapis.com/css?family=Lato");
body {
  color: black;
  font-family: "Antic";
  background-color: black; }

img {
  display: block; }
  img.option, img.logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;}
    @media (max-width: 320px) {
      img.option {
        width: 90%; } }
  img.img-responsive {
    width: 130%;
    max-width: 100%;
    height: auto; }
  img.thumbnail {
    float: left;
    width: 120px;
    height: 120px; }
  img.thumbnail-content {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 22px; }

header div {
  line-height: 50px;
  height: 50px;
  margin-right: -8px;
  margin-left: -8px;
  padding-left: 15px;
  position: relative;
  color: black;
  font-size: 12px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -o-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); }
  header div:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -5px;
    border-bottom: 5px solid;
    border-color: #95a3b0; }
  header div h2 {
    padding-bottom: 3px; }
header div h2 a {
    color: dimgray;
    text-decoration: none;
}
section#home, section#section {
  position: relative;
  margin-right: -8px;
  margin-left: -8px;
  padding-top: 20px; }
section#listing {
  margin-right: -8px;
  margin-left: -8px;
  margin-bottom: -10px; }
  @media (max-width: 320px) {
    section#listing {
      margin-top: 10px; } }
section.grid {
  display: inline-block;
  overflow: hidden; }
  @media (max-width: 320px) {
    section.grid {
      width: 240px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
section#content, section#credits, section#unsubscribe {
  background-color: #e8ebe6;
  margin-right: -8px;
  margin-left: -8px;
  position: relative;
  height: 100%; }
  section#content p, section#credits p, section#unsubscribe p {
    font-family: "Lato", sans-serif;
    text-align: center;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased; }
section#unsubscribe p {
    padding: 10px; }
section#credits {
    padding: 10px; }
section#static p {
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding: 15px; }
section#static a {
    display: block;
    text-align: center;
    color: white; }
section#streaming {
    color: white;
    background-color: #e8ebe6;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 20px;
    padding-bottom: 20px;

}
section#streaming video, section#streaming audio {
    margin-right: 8px;
    margin-left: 8px;
    max-width: 95%;
}
section#streaming p {
    margin-right: 8px;
    margin-left: 8px;
    text-align: justify;
}
input[type=submit].btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #777777;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 60px;
  line-height: 50px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff; }
  input[type=submit].btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf; }
  input[type=submit].btn:active {
    position: relative;
    top: 1px; }

footer {
  color: white;
  font-family: "Lato", sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  footer a {
    color: white; }
  footer p span {
    text-decoration: underline;
    white-space: nowrap; }
