body {
  background: #999999;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  margin-left: -.1px; /*1px shifting hack*/
  padding: 0 0 0 0;
}

a {
  color: #00918D;
}
  a:hover {
    color: #990000;
  }

p {
  padding-bottom: 1.5em;
}

h2.banner {
  color: #fff;
  display: block;
  font-size: 1.4em;
  letter-spacing: 0.07em;
}

h2.banner_right {
  background: transparent url('../images/banner_right.png') no-repeat;
  height: 44px;
  line-height: 44px;
  margin: 0 0 0 -9px;
  padding: 0 19px 0 16px;
  width: 223px;
}

h2.banner_left {
  background: transparent url('../images/banner_left.png') no-repeat;
  height: 53px;
  line-height: 53px;
  margin: 0 0 0 -33px;
  padding: 0 10px 0 33px;
  width: 460px;
}

ul.inline_list {
  overflow: hidden;
}
  ul.inline_list li {
    list-style: none !important;
    margin: 0 10px 0 0 !important;
    float: left;
  }

#wrapper {
  background: #999999 url('../images/bg_body.png') repeat-y 50% 0%;
  margin: 0 auto;
  overflow: hidden;
  width: 510px;
}

#container {
  margin: 0 auto;
  width: 460px;
  padding: 10px 10px 0 10px;
}

h1#main_banner {
  background: transparent url('../images/main_banner.png') no-repeat;
  display: block;
  height: 69px;
  margin: 0 0 10px -29px;
  text-indent: -9999em;
  width: 518px;
}

#bio {
  float: left;
  font-size: 1.2em;
  line-height: 1.15em;
  padding: 8px 0 0 0;
  width: 220px;
}

.align_right {
  margin: 0 0 20px 240px;
  width: 220px;
}

#photo img {
  margin-left: -7px;
}

#quote blockquote {
  color: #990000;
  font-size: 1.7em;
  font-style: italic;
}
  #quote blockquote p {
    padding-bottom: 0;
  }
  
  #quote a {
    color: #4D0000;
  }

#quote cite {
  color: #4D0000;
  display: block;
  font-size: 1.1em;
  margin: 1em 0 0 0;
  text-align: right;
  padding: 0 0 0 25%;
}

h2#player {
  clear: left;
}
div#player_widget {
  text-align: center;
}

ul#album_list {
  overflow: hidden;
  font-size: 1.1em;
}
  ul#album_list li {
    width: 220px;
    float: left;
  }
    ul#album_list li.vicious_modernism {
      border-right: 1px solid #cccccc;
      margin-right: 13px;
      padding-right: 6px;
    }
    ul#album_list li p {
      float: left;
      margin: 0 10px 0 0;
      width: 130px;
    }
  ul#album_list div.buyit {
    float: right;
    padding: 0 9px;
    position: relative;
    text-align: center;
    top: -9px;
    width: 60px;
  }
    ul#album_list div.buyit li {
      float: none;
      width: 60px;
    }
    ul#album_list div.buyit img {
      left: -9px;
      position: relative;
    }
  ul#album_list strong {
    color: #004D4D;
    font-weight: bold;
  }
  
table#show_list {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 10px;
  position: relative;
  top: -0.4em;
}
  table#show_list tr {background: #E4F2F2;}
  table#show_list tr.odd {background: #D6E8E7;}
  table#show_list tr:hover {background: #D5E0E0;}
  table#show_list td {
    padding: 0.5em 10px;
    vertical-align: top;
  }
    table#show_list td.date {width: 26%;}
    table#show_list td.venue {width: 30%;}
    table#show_list td.description {width: 44%;}
  
#contact_info {
  font-size: 1.2em;
  line-height: 1.15em;
}

#press_page ul li {
  list-style: circle;
  margin-left: 12px;
  font-size: 1.2em;
  padding: 0.25em 0;
}

#press_page #intro p {
  font-size: 1.6em;
  text-align: justify;
  padding: 0.5em 0;
  line-height: 1.15em;
}

ul#image_grid {
  margin-top: -9px;
}
  ul#image_grid li {
    text-align: center;
  }
  ul#image_grid a {
    display: block;
    font-size: 0.8em;
  }
    ul#image_grid a.text {
      position: relative;
      top: -7px;
    }
    ul#image_grid a:hover {
      opacity: 0.8;
    }

#social_sites {
  overflow: hidden;
  margin-bottom: 0;
}    
#social_sites ul {
  float: right;
}
  #social_sites li {
    margin: 0 0 0 10px !important;
  }
  #social_sites a:hover {
    opacity: 0.8;
  }

#footer {
  color: #666;
  font-size: 0.9em;
  margin: 3em 0 1em;
  opacity: 0.5;
  text-align: center;
}
  #footer:hover {
    opacity: 1;
  }
  #footer a {
    color: #666;
  }
  #footer a:hover {
    color: #00918D;
  }