* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  color: #FFF;
  background: #000;
  background-image: url(../img/bg.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
img {
  border: none;
}
iframe {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.clear {
  width: 100%;
  clear: both;
}
#wrap {
  width: 840px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */




/* Nav */

#nav {
  margin-top: 36px;
  width: 840px;
  height: 102px;
  background: url(../img/bgNav.gif) no-repeat;
}
#nav ul {
  margin: 34px 0 0 40px;
  display: block;
  float: left;
  list-style: none;  
}
.ie #nav ul {
  margin: 32px 0 0 20px; 
}
#nav li {
  height: 30px;
  margin-right: 19px;
  display: inline;
  float: left;
  font-size: 16px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
#nav li a {
  padding: 4px 0;
  color: #FFF;
  text-decoration: none;
}
#nav li a:hover {
  color: #B3B3B3;
  border-bottom: 3px solid #444;
}
#nav li a.current {
  color: #FFF;
  border-bottom: 3px solid #CC6633;
}




/* Header */

#header {
  width: 840px;
  height: 300px;
  display: block;
  background: url(../img/headerDarylPeace.jpg) no-repeat;
  background-position: 560px 5px;
}
#header img.crowd {
  margin: 11px 0 0 40px;
}




/* HeaderSub */

#headerSub {
  width: 840px;
  height: 115px;
  display: block;
  background: url(../img/headerCrowdSmall.gif) no-repeat;
  background-position: 560px 5px;
}





/* Content */

#content {
  width: 760px;
  margin: 30px 40px;
  padding: 30px 0;
  display: block;
  float: left;
  clear: both;
  background: url(../img/hr760x5px.gif) no-repeat top;
}
.ie #content {
  margin: 30px 20px;
}
#content a {
  color: #FFCC99;
}
#content a:hover {
  color: #CC6633;
}
#content h1 {
  width: 480px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: normal;
  color: #999;
}
#content h2 {
  width: 480px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #666;
}
#content h3 {
  width: 480px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
#content h4 {
  width: 480px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}
#content p {
  width: 480px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.45em;
}
#content ul {
  width: 440px;
  margin: 0 0 15px 40px;
  font-size: 14px;
  line-height: 1.4em;
}
#content img {
  width: 240px;
  float: right;
  margin: 0 0 25px 10px;
}
#content table {
  margin: 30px 0;
  border-top: 1px solid #333;
  border-right:  1px solid #333;
  border-left:  1px solid #333;
}
#content table th {
  padding: 14px 8px;
  text-align: left;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  background: url(../img/bgTableHeader.gif) repeat-x;
}
#content table td {
  padding: 12px 8px;
  font-size: 12px;
  vertical-align: top;
  border-bottom: 1px solid #333;
}
#content table td.date {
  text-transform: uppercase;
}
#content span.hr {
  width: 480px;
  height: 5px;
  margin: 15px 0 30px 0;
  display: block;
  float: left;
  background: url(../img/hr480x5px.gif) no-repeat;
}
#content span.hrWide {
  width: 760px;
  height: 5px;
  margin: 15px 0 30px 0;
  display: block;
  float: left;
  background: url(../img/hr760x5px.gif) no-repeat;
}
#content #rightPanel {
  width: 240px;
  margin: 15px 0 30px 0;
  display: block;
  float: right;
}
#content .article {
  width: 760px;
  margin: 0;
  display: block;
  float: left;
}




/* Discography Styles */

#content .discographyList {
  margin: 0 0 30px 20px;
}
#content .discographyList .cdInfo {
  margin: 0 20px;
  padding: 5px 0 20px 0;
}
#content .discographyList p {
  margin-bottom: 2px;
}
#content .discographyList p.trackListing {
  position: absolute;
  left: 240px;
  font-size: 11px;
  color: #666;
  text-transform: uppercase;
}
#content .discographyList a.cdTitle {
  padding-left: 22px;
  color: #999;
  text-decoration: none;
  background: url(../img/iconCdGo.gif) no-repeat left top;
}
#content .discographyList a.cdTitle:hover {
  color: #FFF;
  text-decoration: underline;
}
#content .discographyList ol {
  float: left;
  margin: 0px 0 20px 40px;
  font-size: 11px;
  line-height: 1.3em;
  color: #999;
  list-style: decimal;
}
#content .discographyList img.cdCover {
  width: 180px;
  float: left;
  margin: 0 0 8px 4px;
  border: 1px solid #333;
}




/* Footer */

#footer {
  width: 840px;
  height: 104px;
  display: block;
  background: url(../img/bgFooter.gif) no-repeat;
}
.ie #footer {
  height: 140px;
}
#footer ul {
  margin: 30px 0 0 40px;
  display: block;
  float: left;
  list-style: none;
}
.ie #footer ul {
  margin: 30px 0 0 20px;
}
#footer li {
  display: inline;
  float: left;
  margin-right: 15px;
  font-size: 13px;
}
#footer li a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}
#footer li a:hover {
  color: #999;
}
#footer li a.current {
  color: #FFF;
}
#footer p {
  display: block;
  float: right;
  margin: 30px 40px 0 0;
  color: #404040;
  font-size: 12px;
  letter-spacing: 0;
}
.ie #footer p {
  margin: 30px 20px 0 0;
}
#footer img {
  margin: 28px 0 0 376px;
  float: left;
  clear: both;
}
