/* yui reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

body {
  background-color: #ADA36C;
  color: #5b5836;
  font: normal bold 75%/1.2 'Palatino Linotype', Palatino, serif;
}
a {
  color: #114f60;
}
#content {
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 60px;
  text-align: right;
  text-transform: uppercase;
  width: 410px;
}
#logo {
  margin: -100px 0 50px 0;
}
#ampersand {
  color: #978d57;
  float: left;
  font-size: 160px;
  font-style: italic;
  font-weight: normal;
  line-height: 1;
  margin-left: -15px;
  margin-top: -40px;
  position: relative;
}
#players {
  font-size: 10px;
}
h1, h2 {
  font-size: 30px;
}
h1 {
  margin-left: 50px;
}
h2 {
  line-height: 1.3;
  font-style: italic;
  font-size: 24px;
  text-transform: lowercase;
}
h3 {
  letter-spacing: 4px;
  line-height: 2.5;
  font-size: 16px;
  font-style: italic;
  text-transform: lowercase;
}
h3 em {
  font-style: normal;
  text-transform: uppercase;
}
h4 {
  margin-top: 3em;
}
#contact {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 3em 0;
  text-transform: none;
}
#shows {
  clear: left;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-top: 40px;
  text-transform: none;
  text-align: left;
  text-align: right;
}
#shows h4 {
  font-family: 'Palatino Linotype', Palatino, serif;
  text-transform: uppercase;
  font-size: 14px;
}
#shows em {
  color: #114f60;
  font-weight: bold;
}
#tunes {
}
#tunes li,
#band li,
#shows li,
#videos li {
  margin: .5em 0;
}
#tunes a,
#videos a {
  color: #5b5836;
  text-decoration: none;
  padding-top: 4px;
}
#tunes .album_art {
  display: none;
}
#videos {
  margin-top: 10px;
}
#videos li {
  background: url(/images/icon_video.png) right top no-repeat;
  padding-right: 16px;
}

/* override yahoo media player */
#ymp-body #ymp-meta-image {
  background-image: none !important;
}