body {
  position: relative;
  font: 12px/18px Helvetica, Arial sans-serif;
  padding-top: 10px;
  color: #555; background-color: #f7f9cb;
}

a {
  color: #4167b1;
  text-decoration: none;
}
  a:hover { background-color: #eee; }

h1 { display: none; }
h2 {
  font-weight: bold;
  text-align: center;
  font-size: 1.3em; 
  margin-bottom: 0.2em;
}

li { list-style: none; }

#Content {
  margin: 0 auto;
  width: 980px; height: 770px;
  background: url(../Graphics/Logo.jpg) no-repeat;
}

/* LatestShows */
#LatestShows {
  height: 150px;
  margin: 10px; padding-top: 100px;
  text-align: center;
}
#LatestShows li {
  float: left;
  width: 188px;
  cursor: pointer;
  line-height: 1.2em;
  font-size: 0.8em;
}

/* PlayerAndShowNotes */
#PlayerAndShowNotes {
  float: left;
  width: 250px;
  margin: 15px 0 0 5px; padding: 0 5px 0 15px;
}
  /* Player */
  #flashPlayer {
    height: 170px;
  }
  /* ShowNotes */
  #ShowNotes {
    height: 216px;
    overflow: scroll;
    margin: 0; padding-right: 3px;
    line-height: 1.2em;
  }
    #ShowNotes ul { font-size: 1em; font-weight: bold; }
      #ShowNotes ul li { font-size: 0.9em; font-weight: normal; }

/* Tabs */
#Tabs {
  float: left;
  width: 680px; height: 300px;
  margin: 0; padding-top: 20px;
}
  #TabNavigation {
    height: 25px;
    margin: 0; padding-left: 25px;
    border-bottom: 1px solid #ccc;
    font: bold 13px Helvetica, Arial sans-serif;
  }
    #TabNavigation li {
      float: left;
      margin: 0; padding: 0 30px;
      text-decoration: none;
    }
      #TabNavigation li.selected, #TabNavigation li:hover {
        color: #4167b1; background-color: #eee;
        outline: 1px solid #ddd;
        cursor: pointer;
      }
  #TabInfo {
    clear: both;
    height: 365px;
    overflow: scroll;
    margin: 0; padding: 5px;
    border-left: 1px solid #ccc;
 }

  /* #Tabs classes */
  .Artists h2, .Labels h2, .AMP h2 {
    margin-bottom: 1em;
  }
  .Shows li, .Artists li, .Labels li, .AMP li {
    float: left;
    width: 200px;
    cursor: pointer;
    line-height: 1em;
    margin-bottom: 0.7em; margin-right: 5px;
    color: #4167b1; 
  }
    .Artists li a, .Labels li a, .AMP li a {
      margin: 0; padding: 0 5px;
    }
    .Shows { font-size: 0.9em; }
    .Shows li:hover { background-color: #eee; }
  
  #ShowInstr {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 5px auto;
    width: 90%;
    text-align: center;
  }

/* Creative Commons License button */
#CC {
  float: right;
  padding-right: 20px;
}

/* Footer */
#Footer {
  clear: both;
  margin: 0; padding-top: 15px;
  text-align: center;
}
#Footer a {
  margin: 0; padding: 0 20px;
  color: #0057ff;
}

.Center { text-align: center; }
.Clear { clear: both; }
.XXSmallInfo { font-size: 9px; }
