html {
  background: #000;
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  font-family: sans-serif;
}

body {
  /* IE hackery: */
  margin: 0 10%;
  _margin: 0 auto;
  -margin: 0 10%;
}

p {
  line-height: 1.4;
  font-size: 18px;
  margin-bottom: 1em;
}

div.track-box p {
  margin-top: 1em;
  margin-left: 0.3em;
}

div.play-button-track {
    width: 30px;
    height: 30px;
    background-image: url(../img/play-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}

div.play-button-track:hover {
    background-position: right center;
}

a {
  color: #fff;
  text-decoration: none;
}

div.commentlinks {
  background-image: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  height: 45px;
  padding-left: 40px;
  position: relative;
  display: table;
}

div.commentlinkcontainer {
  display: table-cell;
  vertical-align: middle;
}

div.commentlinks a {
  border: none;
  font-weight: bold;
}

table.play-links td {
  padding-bottom: 0;
}

a.artistlink {
  font-size: 24px;
  border: none;
  color: #AA0011;
  padding-right: 0.2em;
  font-weight: normal;
}

a.rsslink {
  border: none;
}

img.rsslink {
  border: none;
}

#loginbar {
  color: #999;
  font-size: 14px;
  height: 42px;
  text-align: right;
}

input {
  background: #333;
  border: 1px solid #999;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  color: #999;
  text-align: left;
  width: 20em;
  padding: 1px 5px;
}

textarea {
  background: #333;
  border: 1px solid #999;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  color: #999;
  text-align: left;
  width: 20em;
  padding: 1px 5px;
}

td {
  padding-bottom: 1em;
}

#loginbar a {
  border: none;
  color: #fff
}

input.submit {
  background: #000;
}

#headerplayer h2 {
  font-size: 0.8em;
  padding-top: 0.4em;
}

#play-button {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 60px;
  height: 60px;
  background-color: transparent;
}

a.redlink {
  color: #AA0011;
  border: none;
}

div.track-box {
    margin: 15px 10px;
    padding: 5px;
    border: 1px solid #aaa;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding-bottom: 1em;
    background: #333;
}

div.track-box h3 {
  font-size: 1.0em;
  color: #fff;
  font-weight: bold;
  padding-top: 0.1em;
  padding-left: 0.4em;
}

div.track-box h3.count {
  color: #AA0011;
}

div.track-box h3.count i {
  color: #fff;
  font-size: 1.25em;
}

h3.pagetitle {
  font-size: 36px;
  color: #999;
}

div.track-box h2 {
  padding-left: 0.2em;
}

div.track-box h3.date, span.date {
  color: #999;
  font-size: 14px;
}

div.headerplayer {
  background-image: url('../img/player_background.png');
  width: 378px;
  height: 79px;
}

div.player {
  margin-left: 100px;
}

div.errortext, span.errortext {
  color: #f55;
}

div.error {
  color: #f55;
  font-size: 1.25em;
  margin-top: 0.3em;
}

#loginbar a:hover { text-decoration: underline }

#loginbar input {
  background: #333;
  border: 1px solid #999;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  color: #999;
  text-align: left;
  width: 75px;
  height: 20px;
  padding: 1px 5px;
  margin-top: 5px;
}

h3.userlist {
  font-weight: bold;
  font-size: 1.2em;
  color: #999;
  padding-bottom: 0.8em;
  padding-left: 0.2em;
}

#loginbar #login-button {
  background: #000;
  border: 1px solid #999;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  color: #999;
  height: 21px;
  width: 35px;
}

#header {
  height: 135px
}

#header img {
  margin: 14px 0 0 0
}

#headerplayer {
  position: relative;
  float: right;
  height: 80px;
  margin: 30px 0 0 0;
  width: 380px;
}

#navigation { margin: 1px 0 0 0 }

#navigation li {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0 1px 0 0;
  width: 90px;
  text-align: center;
  border: none;
  background-image: none;
}

#navigation li a {
  color: #fff;
  display: block;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0 1px 0 0;
  width: 90px;
  text-align: center;
  border: none;
  background: none;
}

#navigation li.active a, #navigation li a:hover {
  background-image: url('../img/nav_hover_background.png');
}

#rss { 
  color: #fff;
  float: right;
  font-size: 14px;
  line-height: 27px;
  margin: 4px 0 0 0
}

#rss img { 
  margin: 0 0 0 5px;
  vertical-align: bottom 
}

#main { 
  clear: both;
  color: #999;
  font-size: 12px;
}

#col2, #col1 {
  padding: 10px 0 0 0;
}

b {
  font-weight: bold;
}

#col1 {
/*  width: 495px;*/
}

div.bluff {
  border: 1px solid #999;
  background-image: url(../img/notesbluff.png);
  background-repeat: no-repeat;
  width: 493px;
  height: 247px;
  -moz-border-radius: 15px 15px 0px 0px;
  -webkit-border-radius: 15px 15px 0px 0px;
}

img.icon {
  border: 0;
}

#maintext {
  background: #121212 url('../img/maintext_background.png');
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  border: 1px solid #999;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  padding: 8px;
}

#col2 {
  float: right;
  width: 380px;
}

#featureartist {
  background: #121212 url('../img/maintext_background.png');
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  border: 1px solid #999;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  padding: 8px;
}

h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 0.5em;
}

h2 span { color: #AA0011 }

h3 {
  font-size: 1.9em;
  border: none;
  color: #AA0011;
}

div.comment {
  border-top: 1px dotted #999;
  border-right: 1px dotted #999;
  padding: 1em;
}
span.comment-name {
  color: #AA0011;
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 0.2em;
}

span.comment-tstamp {
  color: #999;
}
span.comment-body {
  padding-top: 1em;
}

#footer {
  background-image: url('../img/footer.png');
  background-repeat: no-repeat;
  color: #fff;
  height: 93px;
  text-align: center;
  background-position: center;
  line-height: 93px;
}

#footer a {
  color: #999;
  border-bottom: none;
}

#comment-dialog {
  display: none;
  padding: 0.5em;
}

span.label {
  font-size: 0.8em;
}

#comment-dialog input {
  font-size: 0.8em;
}

#comment-dialog textarea {
  font-size: 0.8em;
}

#comment-submit {
  width: 5em;
}

#comment-dialog a {
  border-bottom: 0;
  text-decoration: none;
}

input.button {
  width: auto;
}

div.message {
  position: absolute;
  border: 1px solid #999;
  -moz-border-radius: 15px 15px 15px 15px;
  -webkit-border-radius: 15px 15px 15px 15px;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  height: 20px;
  width: 500px;
  padding: 0.2em;
  padding-top: 10px;
  text-align: center;
  display: none;
}

div.flash-on {
  background-color: #333;
  color: #fff;
}

div.flash-off {
  background-color: #510F09;
  color: #fff;
}

button.edit-track-button, button.delete-track-button {
  visibility: hidden;
}

a.edit-track-button div {
  height: 32px;
  width: 32px;
  background-image: url(../img/edit.png);
}

a.delete-track-button div {
  height: 32px;
  width: 32px;
  margin: 0 7px;
  background-image: url(../img/delete.png);
}

#artist-description {
  max-height: 100px;
  overflow: hidden;
}

#contact-artist {
  margin-left: 10px;
}

