
body {
  font-family: verdana, sans-serif;
}

ol.jamskate-channel-controls {
  display: none;
}

.jamskate-internal {
  display: none;
}

img {
  border-style: none;
}

@media screen {

  html, body {
    background-color: black;
    color: white;
    padding: 0;
    margin: 0;
  }

  h1, h2, h3, h4, h5, h6, h7 {
    margin: 0;
  }

  a:link, a:visited {
    color: rgb(186,0,0);
  }

  div.jamskate-channel, div#jamskate-channel-heading, div#jamskate-channel-title {
    padding: 1em;
    margin: 0.5em;
    background-color: white;
    color: black;
    box-shadow: inset 0.2em 0.2em 0.25em rgb(64,64,64);
    border-style: solid;
    border-width: 0.5em;
    border-color: rgb(186,0,0);
    min-width: 0; /* IE Hack - causes the div to 'gain layout' ('hasLayout' true).  Without this, the border makes the background-image disappear  */
  }

  h3.jamskate-channel-title {
    margin-bottom: 0.75em;
  }

  .jamskate-exception-heading {
    color: red;
    font-variant: small-caps;
  }

}

