body,html {
  height: 100%;
}
body {
  position: relative;
  padding: 0;
  height: 100%;
  background: #000 url(/images/backgrounds/site_bg.jpg) no-repeat center top;
  color: #333;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 14px;
}
div#site_wrapper {
  width: 975px;
  height: 100%;
  margin: 0 auto;
}
div#masthead {
  height: 150px;
  position: relative;
}
div#seattlewa, div#nextshow {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
div#nextshow {
  bottom: 5px;
}
div#seattlewa, div#nextshowlabel {
  color: #ccc;
  font-size: 42px;
}
div#nextshowdate {
  background-color: #ccc;
  float: right;
  padding: 0 2px 2px 2px;
  margin-left: 10px;
}
div#nextshowmonth {
  color: #000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 18px;
}
div#nextshowday {
  background-color: #000;
  color: #ccc;
  line-height: 27px;
  text-align: center;
  font-size: 32px;
}
div#nextshowdetails {
  background-color: #000;
  padding-bottom: 1px;
  text-align: right;
}
div#nextshowdetails p {
  margin-bottom: 0;
  color: #ccc;
  font-size: 12px;
}
img#logo {
  margin-left: -72px;
  z-index: -1;
}
div#right_col {
  width: 500px;
  float: left;
}
div#left_col {
  width: 465px;
  float: left;
  margin-bottom: 40px;
}
ul#nav {
  list-style-type: none;
}
div#nav div.nav_item_container {
  width: 135px;
  height: 105px;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  overflow: hidden;
  padding: 5px;
  position: relative;
  background: transparent url('/images/backgrounds/nav_gradient.png') 0 -4px repeat-x;
}
div#nav div a {
  padding-top: 60px;
  text-decoration: none;
  color: #fff;
  display: block;
}
div#nav div a:hover {
  color: #000;
}
div#nav .active {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.site_about #about .active,
.site_galleries #photos .active,
.site_photos #photos .active,
.site_index #news .active,
.site_store #store .active,
.site_calendar #shows .active,
.site_music #music .active {
  display: block;
}
.red {
  background-color: #cf1010;
}
.blue {
  background-color: #34c8d9;
}

div#nav div.nav_bg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 145px;
  height: 115px;
  z-index: -1;
}
.op_100 {
  opacity: 1;
}
.op_80 {
  opacity: .8;
}
.op_60 {
  opacity: .6;
}
.op_40 {
  opacity: .4;
}
div.nav_item_container:hover .hover_arrow {
  display: block;
}
div#content_wrapper {
  background-image: url(/images/backgrounds/eighty.png);
  min-height: 400px;
  padding: 20px;
}
h1 {
  background-color: #cf1010;
  color: #fff;
  padding: 2px 10px;
  font-size: 38px;
  text-transform: lowercase;
}
h2 {
  color: #cf1010;
  font-size: 22px;
  padding-bottom: 5px;
  border-bottom: 2px solid #cf1010;
  text-transform: lowercase;
  margin-bottom: 15px;
}
label {
 display: block;
 margin-bottom: 3px;
 font-weight: bold;
}
input[type=text] {
  display: block;
  font-size: 14px;
  border: 1px solid #888;
  padding: 3px;
  margin-bottom: 10px;
}
textarea {
  height: 250px;
  width: 390px;
  margin-bottom: 10px;
  border: 1px solid #888;
}
h3 {
  color: #777;
  text-align: right;
  font-size: 12px;
  padding-bottom: 15px;
  text-transform: lowercase;
  margin-top: -12px; 
}
p {
  margin-bottom: 15px;
/*  padding-left: 15px; */
  color: #555;
  font-size: 14px;
  line-height: 17px;
}
#homeslideshow {
  width: 450px;
}
.site_index #slides {
  width: 450px;
  height: 306px;
  margin-bottom: 40px;
}
div#content_wrapper ul li {
  margin-bottom: 10px;
}
div#content_wrapper ul li.status0 {
  font-style: italic;
  color: #888;
}
div#content_wrapper ul li.status1 {
  font-weight: bold;
}
a,a:active,a:visited {
  color: #0888b2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.inline, input[type=text].inline { display: inline; }
.normal { font-weight: normal;}
.clear { clear: both;}
ul.admin_subnav {
  font-size: 11px;
}
ul.admin_subnav li {
  float: left;
  display: block;
  margin: 0 5px 0 0;
  padding: 0 5px 0 0;
  border-right: 1px solid #cf1010;
}
ul.admin_subnav li.last {
  border: none;
}
.site_index #slides {
  margin-left: 16px;
}
.site_index #slides .photo {
  border: 1px solid #555;
}
#safety_first {
  margin-left: 15px;
}
#safety_label {
  float: left;
}
#safety_message {
  background-color: #eeefdd;
  height: 110px;
  float: left;
  width: 305px;
  margin-left: 15px;
}
#safety_message .message_wrapper {
  padding: 25px 0 25px 15px;
}
#safety_message .message_wrapper p {
  font-size: 24px;
  margin-bottom: 20px;
  color: #111;
  padding-left: 5px;
}
#safety_message .message_wrapper p.safety_top {
  float: left;
}
#safety_message .message_wrapper p.safety_bottom {
  clear: both;
}
.days_since {
  background-image: url(/images/days_since.gif);
  float: left;
  height: 45px;
  width: 80px;
  margin-top: -10px;
  font-size: 24px;
  color: #111;
  text-align: center;
  padding-top: 8px;
  background-repeat: no-repeat;
}
.show { margin: 0 0 20px 10px;}
.show_em, .show p.show_em  {
  font-size: 18px;
  color: #4d4d4d;  
}
.show p.show_em  { line-height: 22px; }
.show_heading {
  border-bottom: 1px solid #7ea9ad;
  padding-bottom: 5px;
  margin-bottom: 3px;
}
.show_date_time {
  width: 100px;
  float: left;
}
.show_venue {
  margin-left: 15px;
  float: left;
}
.show p {
  padding: 0;
  font-size: 12px;
  color: #777;
  margin-bottom: 1px;
}
.map_link {
  font-size: 10px;
  padding-left: 8px;
  margin-top: -20px;
}
dl.songs dt { margin-bottom: 3px;}
dl.albums dt, dl.songs dt {
  font-size: 24px;
  color: #333;
}
dl.songs dt a {
  font-size: 22px;
  text-decoration: underline;
}
dl.albums dd, dl.songs dd {
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
}
.buy_button {
  width: 74px;
  height: 32px;
  display: block;
  text-indent: -5000px;
  float: right;
  background: transparent url('/images/buy_now.png') 0 0 no-repeat;
}
.floatright { float: right;}

#footer { 
  /* background-color: #0b0b0b; */
  border-top: 1px solid #444;
  padding: 20px 20px 50px 20px;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}
#footer ul li {
  display: block;
  float: left;
  margin-right: 30px;
}
#modal {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: #000;
}
#modal_content {
  z-index: 60;
  position: absolute;
  left: 100px;
  border: 10px solid rgba(255,255,255,.5);
}
#modal_close_button {
  height: 26px;
  width: 26px;
  background: transparent url(/images/modal_close_button.png) 0 0 no-repeat;
  cursor: pointer;
  right: -26px;
  top: -26px;
  position: absolute;
}

body .diystro_album { background-color: transparent; }
.diystro_album h2 { text-transform: none; text-align: left;}
.diystro_album h3 { text-transform: none; text-align: left;}