/* =============================================================================
Bush Theatre - Global
============================================================================= */

html, body {height: 100%;}

html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #281F20;
  font: normal 12px/17px "Trebuchet MS", Helvetica, sans-serif;
  color: #483739;
}

ul,li {list-style-type: none;}
a {outline: none; text-decoration: none;}
a:hover {text-decoration: none; cursor: pointer;}
a span, button span, ul span, ul#text-resize span, h2 span, h3 span, h4 span, #box_office_number span, #footer span {display: none;}

input, textarea, select {
  font: normal 12px Arial, Helvetica, sans-serif;
  color: #615455;
  margin: 0;
  padding: 0;
}

button {
  display: block;
  cursor: pointer;
}

div.clear {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  position: relative;
  clear: both;
}

h2 {
  font: bold 18px/17px Arial, Helvetica, sans-serif;
  color: #483739;
}


h3 {height: 16px;}

p a, td a {
  color: #95a733;
  text-decoration: none;
  border-bottom: 1px solid #dde4b6;
}

p a:hover, td a:hover {
  color: #b0c152;
  text-decoration: none;
  border-bottom: 1px solid #edf1d5;
}

a.arrow {
  background: url(/img/icons/arrow.gif) 0 4px no-repeat;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  padding: 0 0 0 16px;
}

/* Navigation
============================================================================= */

#nav_container {
  background: url(/img/backgrounds/nav.jpg) center top repeat-x;
  text-align: center;
  height: 60px;
}

  #nav_container #details {
    background: url(/img/typography/our_blog.gif) 352px 5px no-repeat;
    text-align: left;
    width: 950px;
    height: 60px;
    margin: 0 auto;
  }

    #nav_container li {
      float: left;
    }

      #nav_container li a {
        display: block;
        height: 39px;
        margin: 12px 38px 0 0;
        cursor: pointer;
      }

      #nav_container li a#home {background: url(/img/nav/home.gif) 0 0 no-repeat; width: 76px;}
      #nav_container li a#whats_on {background: url(/img/nav/whats_on.gif) 0 0 no-repeat; width: 108px;}
      #nav_container li a#bush_post {background: url(/img/nav/bush_post.gif) 0 0 no-repeat; width: 111px;}
      #nav_container li a#about_us {background: url(/img/nav/about_us.gif) 0 0 no-repeat; width: 102px; margin: 12px 25px 0 0;}
      #nav_container li a#support_us {background: url(/img/nav/support_us.gif) 0 0 no-repeat; width: 118px;}
      #nav_container li a#your_visit {background: url(/img/nav/your_visit.gif) 0 0 no-repeat; width: 107px;}
      #nav_container li a#bush_shop {background: url(/img/nav/bush_shop.gif) 0 0 no-repeat; width: 113px; margin: 12px 0 0 0;}

      #nav_container li a#home:hover,
      #nav_container li a#whats_on:hover,
      #nav_container li a#bush_post:hover,
      #nav_container li a#about_us:hover,
      #nav_container li a#support_us:hover,
      #nav_container li a#your_visit:hover,
      #nav_container li a#bush_shop:hover {
        background-position: 0 -39px;
      }

      #nav_container li a#home_active {background: url(/img/nav/home.gif) 0 -39px no-repeat; width: 76px;}
      #nav_container li a#whats_on_active {background: url(/img/nav/whats_on.gif) 0 -39px no-repeat; width: 108px;}
      #nav_container li a#bush_post_active {background: url(/img/nav/bush_post.gif) 0 -39px no-repeat; width: 111px;}
      #nav_container li a#about_us_active {background: url(/img/nav/about_us.gif) 0 -39px no-repeat; width: 102px; margin: 12px 25px 0 0;}
      #nav_container li a#support_us_active {background: url(/img/nav/support_us.gif) 0 -39px no-repeat; width: 118px;}
      #nav_container li a#your_visit_active {background: url(/img/nav/your_visit.gif) 0 -39px no-repeat; width: 107px;}
      #nav_container li a#bush_shop_active {background: url(/img/nav/bush_shop.gif) 0 -39px no-repeat; width: 113px; margin: 12px 0 0 0;}

/* Content
============================================================================= */

#content_container {
  background: #FAFAFA url(/img/backgrounds/main.jpg) center top repeat;
  padding: 50px 0 0 0;
}

#content {
  text-align: left;
  width: 950px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

  #content .column,
  #footer .column {
    width: 200px;
    overflow: hidden;
    margin: 0 50px 0 0;
    float: left;
    display:inline;
  }

  #content .two, #footer .two {width: 450px;}
  #content .right, #footer .right {margin: 0;}
  #content .three {width: 700px;}

h1 {
  display: block;
  background: url(/img/logos/bush.jpg) 0 0 no-repeat;
  text-indent: -9999px;
  height: 175px;
}

  h1 a {
    display: block;
    height: 175px;
    width: 141px;
  }

.spacer_200_40 {
  background: url(/img/lines/horizontal_200.gif) 0 18px no-repeat;
  width: 200px;
  height: 40px;
}

.spacer_200_21 {
  background: url(/img/lines/horizontal_200_21.gif) 0 0 no-repeat;
  width: 200px;
  height: 21px;
}

a#book_online {
  display: block;
  background: url(/img/buttons/book_online.gif) 0 0 no-repeat;
  width: 91px;
  height: 15px;
  cursor: pointer;
}

a#book_online:hover {background-position: 0 -15px}

p#or_call {
  font: normal 14px/17px Arial, Helvetica, sans-serif;
  color: #918486;
  margin: 4px 0;
}

#box_office_number {
  background: url(/img/typography/box_office_number.gif) 0 0 no-repeat;
  width: 141px;
  height: 18px;
}

#donate_container {
  background: url(/img/typography/show_your_support.gif) top right no-repeat;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

a#make_donation {
  display: block;
  background: url(/img/buttons/make_donation.gif) 0 0 no-repeat;
  width: 145px;
  height: 31px;
  cursor: pointer;
}

a#make_donation:hover {background-position: 0 -31px}

#play_container,.play_container {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}


a#send_us_a_play {
  display: block;
  background: url(/img/buttons/send_us_play.gif) 0 0 no-repeat;
  width: 128px;
  height: 31px;
  cursor: pointer;
}

a#send_us_a_play:hover {background-position: 0 -31px}

/* Footer
============================================================================= */

#news_box {
  position: relative;
}

#news_error_box {
  position: absolute;
  top: 0;
  left: 0;
  height: 73px;
  width: 204px;
  background: url(/img/backgrounds/newsletter.jpg) 0 0 no-repeat;
  cursor: pointer;
}

#footer_container {
  background: url(/img/backgrounds/footer_extended.jpg) center top repeat-x #281f20;
  font: normal 11px/17px Tahoma, Arial, Helvetica, sans-serif;
  color: #948788;
  text-align: center;
}

#twitter_bar {
  height: 40px;
}

#twitter {
  text-align: left;
  margin: 0 auto;
  width: 950px;
}

#twitter strong {
  background: url(/img/typography/twitter_head.gif) 0 8px no-repeat;
  display: block;
  float: left;
  height: 22px;
  width: 249px;
  text-indent: -10000em;
  padding-top: 8px;
}

#twitter span {
  display: block;
  float: left;
  color: #666658;
  padding-top: 13px;
  width: 620px;
  height: 21px;
  overflow: hidden;
}

#twitter em {
  background: url(/img/buttons/follow_us.gif) 0 11px no-repeat;
  display: block;
  float: right;
  height: 23px;
  width: 75px;
  padding-top: 11px;
}
#twitter em a {
  background: url(/img/buttons/follow_us.gif) 0 0 no-repeat;
  display: block;
  height: 23px;
  width: 75px;
  border: 0;
  text-indent: -10000em;
}
#twitter em a:hover {background-position: 0 -23px;}

#footer {
  text-align: left;
  width: 950px;
  margin: 0 auto;
  padding: 0 0 18px 0;
}

  #footer p.bottom {line-height: 20px;}

  #footer p a {
    color: #c3b9ba;
    border-bottom: 1px solid #6c5d5e;
  }

  #footer p a:hover {
    color: #ddd4d5;
    border-bottom: 1px solid #493b3c;
  }

.footer_box {
  width: 200px;
  margin: 23px 50px 0 0;
  float: left;
}

.writers {
  margin: 23px 0 0 0;
}

#footer h4 a {
    display: block;
    height: 17px;
    width: 100%;
}

  .footer_box h4 {
    height: 17px;
    margin: 7px 0 0 0;
  }

  .footer_box p {
    margin: 8px 0 0 0;
  }
  
  #footer .two p {
    line-height: 20px;
    margin: 0;
  }

  .footer_box h4#join_mailing_list {
    background: url(/img/typography/join_mailing_list.gif) 0 0 no-repeat;
    width: 135px;
  }

  .footer_box h4#bush_elsewhere {
    background: url(/img/typography/bush_elsewhere.gif) 0 0 no-repeat;
    width: 109px;
  }

  .footer_box h4#bush_futures {
    background: url(/img/typography/bush_futures.gif) 0 0 no-repeat;
    width: 91px;
  }

  .footer_box h4#writers_site {
    background: url(/img/typography/bush_green.gif) 0 0 no-repeat;
    width: 80px;
  }

  .footer_box form {
    margin: 12px 0 0 0;
  }

    .footer_box form .textbox {
      background-color: #fff;
      width: 138px;
      height: 21px;
      padding: 5px 5px 0 5px;
      border: none;
      float: left;
    }

    .footer_box form input[type=button] {
      background: url(/img/buttons/join.gif) 0 0 no-repeat;
      width: 46px;
      height: 26px;
      float: right;
      cursor: pointer;
	  border: 0px;
    }

    .footer_box form input[type=button]:hover {background-position: 0 -26px}

a#facebook {
  display: block;
  background: url(/img/logos/facebook.gif) 0 0 no-repeat;
  width: 54px;
  height: 20px;
  margin: 12px 16px 0 0;
  float: left;
  cursor: pointer;
}

a#facebook:hover {background-position: 0 -20px}

a#youTube {
  display: block;
  background: url(/img/logos/youTube.gif) 0 0 no-repeat;
  width: 56px;
  height: 20px;
  margin: 12px 16px 0 0;
  float: left;
  cursor: pointer;
}

a#youTube:hover {background-position: 0 -20px}

a#flickr {
  display: block;
  background: url(/img/logos/flickr.gif) 0 0 no-repeat;
  width: 56px;
  height: 20px;
  margin: 12px 0 0 0;
  float: left;
  cursor: pointer;
}

a#flickr:hover {background-position: 0 -20px}

.spacer_950_40 {
  background: url(/img/lines/horizontal_950.gif) 0 18px no-repeat;
  width: 950px;
  height: 40px;
}

#jerwood {
  display: block;
  background: url(/img/logos/jerwood.gif) 0 0 no-repeat;
  width: 72px;
  height: 23px;
  margin: 19px 10px 0 0;
  float: left;
}

#arts_council {
  display: block;
  background: url(/img/logos/arts_council.gif) 0 0 no-repeat;
  width: 38px;
  height: 37px;
  margin: 0 10px 0 0;
  float: left;
}

#h_and_f {
  display: block;
  background: url(/img/logos/h&f.gif) 0 0 no-repeat;
  width: 65px;
  height: 28px;
  margin: 9px 0 0 0;
  float: left;
}


a.tweetlink {
border-bottom:1px solid #777 !important;
color:#666 !important;
}

a.tweetlink:hover {
border-bottom:1px solid #999 !important;
color:#777 !important;
}

span.star_clear {
	width: 28px;
	height: 26px;
	display: block !important;
	background-image: url(/img/stars/star_clear.png);
	background-color: transparent;
	float: left;
}

span.star_full {
	width: 28px;
	height: 26px;
	display: block !important;
	background-image: url(/img/stars/star_full.png);
	background-color: transparent;
	float: left;
}

#dlog p {
	margin: 10px;
}

#dlog input {
	clear: both;
}

#dlog label, #dlog input {
	float: left;
	display: block;
	margin: 7px;
}

#dlog label {
	width: 500px;
	cursor: pointer;
	marigin-top: 20px;
}

#dlog label:hover {
	color: #777;
}

.soldout {
	position: absolute;
	width: 54px;
	height: 54px;
	background-image: url(../img/backgrounds/sold_out_sticker.png);
	top:-10px;
	right: -10px;
}

#twitter a {
color: #333;
text-decoration: underline;
}
.spektrix-sub-nav {
    float: right;
    width: 252px;
    height: 52px;
    overflow: hidden;
    background: url(/img/sub-nav-shop/base.jpg) no-repeat left top;
    padding-left: 20px;
    padding-bottom: 15px;
}
.spektrix-sub-nav li {
    float: left;
    margin-right: 16px;
    margin-top: 15px;
}
.spektrix-sub-nav li a {
    display: block;
    height: 17px;
    text-indent: -10000px;
}
.spektrix-sub-nav li.basket a {
    background: url(/img/sub-nav-shop/basket.gif) no-repeat left top;
    width: 48px;
}
.spektrix-sub-nav li.checkout a {
    background: url(/img/sub-nav-shop/checkout.gif) no-repeat left top;
    width: 68px;
}
.spektrix-sub-nav li.account a {
    background: url(/img/sub-nav-shop/my-account.gif) no-repeat left top;
    width: 83px;
}

.spektrix-sub-nav li.active a {
    background-position: 0 -17px;
}
.button-28 {
    height: 28px;
    overflow: hidden;
    display: inline-block;
    position:relative;
}
.button-28 img {
    position:relative;
    top: 0;
    left: 0;
}
.button-28:hover img {
    top: -28px;
}
.preorder {
    background: url(/img/typography/send-us-your-memories.gif) no-repeat right top;
    margin: 10px 0 0;
    padding: 10px 21px 0 0;
    width: 200px;
}
