* {
  margin: 0;
  padding: 0;
  outline: none;
}
.clear {
  clear: both;
}
body {
  background-color: #000000;
  background-image: url(images/bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Bitstream Vera Sans", "Segoe UI", Verdana, sans-serif;
  /* font-family: "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif; */
}
#container {
  width: 980px;
  margin: 20px auto 0;
}
#header {
  margin-bottom: 15px;
}
#header h1 {
  float: left;
}
#header h1 a {
  display: block;
  width: 268px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -9999px;
}
#header ul {
  float: right;
  list-style: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
}
#header li {
  float: left;
  margin-left: 40px;
}
#header li a {
  color: #cc0000;
  text-decoration: none;
  text-shadow: 0 1px 1px #000000;
}
#header li a:hover {
  color: #ffffff;
  text-shadow: 0 0 5px #ffffff;
}
#header li a:active, #header li a.active {
  color: #cccccc;
  text-shadow: 0 0 5px #cccccc;
}
#header li a img {
  border: none;
}
#header li.facebook {
  margin-top: 4px;
  margin-bottom: -4px;
}
#content {
  background-color: #ffffff;
  border: 1px solid #808080;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content a {
  color: #cc0000;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content a img {
  border: none;
}
#content .home {
  margin: 0 40px;
}
#content .home h1 {
  width: 435px;
  height: 81px;
  background-image: url(images/title.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -9999px;
  margin-top: 80px;
}
#content .home p {
  font-size: 20px;
  color: #808080;
  margin-top: 30px;
}
#content .home p .albumtitle {
  font-size: 25px;
  color: #cc0000;
  font-weight: bold;
}
#content .home img.bigbig {
  display: block;
  float: right;
  width: 514px;
  height: 587px;
  margin-top: -100px;
  margin-right: -50px;
  margin-bottom: -30px;
}
#content .home a.listen {
  background-image: url(images/cd.png);
  background-repeat: no-repeat;
  background-position: top left;
  height: 96px;
  line-height: 96px;
  display: block;
  padding-left: 108px;
}
#content .about h1 {
  width: 420px;
  height: 83px;
  background-image: url(images/about.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -9999px;
  margin: 40px auto;
}
#content .about img {
  display: block;
  margin: 0 auto;
}
#content .about .thumbnails {
  height: 40px;
  background-color: #f4f4f4;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #c4c4c4;
}
#content .about .thumbnails ul {
  list-style: none;
  border-left: 1px solid #d6d6d6;
  margin: 0 auto;
  height: 40px;
  width: 620px;
}
#content .about .thumbnails ul li {
  float: left;
  width: 60px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #d6d6d6;
}
#content .about .info {
  margin: 0 100px 40px;
}
#content .about .info .superband, #content .about .info .album, #content .about .info .quotes, #content .about .info .conclusion {
  margin-top: 40px;
}
#content .about .info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
#content .about .info p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
#content .about .info .superband {
  height: 204px;
}
#content .about .info .superband img {
  float: right;
  margin-left: 50px;
}
#content .about .info .album {
  height: 140px;
}
#content .about .info .album img {
  float: left;
  margin-right: 50px;
}
#content .about .quotes {
  background-color: #f0f0f0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#content .about .quotes p {
  width: 40%;
  margin: 20px 5%;
}
#content .about .quotes p.left {
  float: left;
}
#content .about .quotes p.right {
  float: right;
}
#content .history h1 {
  width: 371px;
  height: 47px;
  background-image: url(images/sevenyears.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -9999px;
  margin: 40px auto;
}
#content .history img {
  display: block;
  margin: 0 auto;
}
#content .history .timeline {
  padding: 60px 40px 0;
  border-top: 1px solid #666666;
  background-image: url(images/timeline_bg.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #eeeeee;
}
#content .history .timeline .left, #content .history .timeline .right {
  position: relative;
  margin-bottom: 60px;
  padding-top: 10px;
  width: 550px;
}
#content .history .timeline .left {
  border-top: 2px solid #333333;
  float: left;
}
#content .history .timeline .right {
  border-top: 2px solid #cc0000;
  float: right;
}
#content .history .timeline .year {
  font-size: 32px;
  font-weight: bold;
}
#content .history .timeline .event {
  width: 400px;
  font-size: 16px;
}
#content .history .timeline .left .year {
  float: right;
  color: #333333;
}
#content .history .timeline .right .year {
  float: left;
  color: #cc0000;
}
#content .history .timeline .left .event {
  float: left;
}
#content .history .timeline .right .event {
  float: right;
}
#content .music h1 {
  width: 800px;
  height: 81px;
  background-image: url(images/alanmoo.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -9999px;
  margin: 40px auto;
}
#content .music .songs {
  margin: 0 60px;
}
#content .music .song {
  position: relative;
  float: left;
  margin-left: 126px;
  width: 302px;
  margin-bottom: 40px;
}
#content .music .song h3 {
  color: #808080;
  font-size: 14px;
  line-height: 25px;
  font-weight: normal;
  margin-bottom: 5px;
}
#content .music .song h2 {
  color: #cc0000;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
}
#content .music .songs img {
  position: absolute;
  top: 0;
  left: -126px;
}

