body, html {
  margin: 0;
  padding: 5px 0px 0px 0px;
  color: #7f7f7f;
  background: #080808;
  font-family: Verdana,sans-serif;
  font-size: 11px;
  line-height: 20px;
}

#wrapper {
  width:1044px;
  margin: 0 auto;
}

#header {
 	padding: 45px 0 5px 0 ;
 	line-height: 14px;
}

  #logo {
    float: left;
  }

  #back {
    float: left;
    margin-left: 20px;
    margin-top: -4px;
  }

  #back a {
    margin-top: -4px;
  }
  
  #header ul {
    float: left;
    margin: -4px 0px 0px 20px;
    color: #002e3c;
  }
  
  #header li.active {
    color: #7f7f7f;
  }

#footer {
  clear:both;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

  * html #footer {
    height:1px;
  }

.content_row {
  clear: left;
  padding-top: 10px;
}

  .content_row div {
    float: left;
    padding: 5px 0px 20px 0px;
  }
  .content_row .left_div {
    width: 246px;
    padding-right: 20px;
  }
  .content_row .right_div {
    width: 246px;
  }

img {
  display: block;
  margin-bottom: 10px;
}

object {
  margin-bottom: 10px;
}

h2 {
  color: #7f7f7f;
  font-size: 36px;
  font-weight: bold;
  padding:5px 0 25px 0;
}

hr {
  clear: left;
  display: block;
  width: 100%;
  border: none;
  height: 1px;
  background-color: #7f7f7f;
  margin-bottom: 10px;
}

a img:hover {
  border-color: #7f7f7f;
}

a { 
  text-decoration: none;
  color: #00b9f1;
}
  a:hover,
  a:active {
    color: #ebebeb;
    background-color: #000;
  }

.artist,
.title {
  color: #ebebeb;
}

.inactive .artist,
.inactive .title {
  color: #7f7f7f !important;
}

.title {
  font-weight: bold;
}


.release_date {
  color: #fff;
}
