/*
  main header background
  set in a base colour to be overridden by class */
#header {
  background-color: #333;
}
  #wrapper.home #header  {
    background-image: url('/images/site/header_home.jpg');
    background-repeat:  no-repeat;
    background-position: top center;
  }
/*
  basic smoke background for preamble */
#preamble {
    background-image: url('/images/site/bg_smoke.png');
    background-repeat: repeat-y;
    background-position: center top;
}
  #byline {}

/*
  default to smoke for our section navigation band */
  #masthead .sections {
    background-image: url('/images/site/bg_smoke.png');
    background-repeat: repeat-y;
    background-position: center top;
  }
    #masthead .sections li  {}
      #masthead .sections li a  {}
/*
  default to Loud Pink for our site navigation band */
  #masthead .site {
    background: #F6C;
/*  This is broken in ie7, but it's not critical enough to fix in conditionals */
    opacity:  0.9;
  }
    #masthead .site li  {}
      #masthead .sections li a  {}


/*
  logo uses alpha transparency and is applied to the masthead h1 */
#masthead {}
  #masthead h1  {
    background-image: url('/images/site/masthead_h1.png');
    background-repeat: no-repeat;
    background-position: left center;
  }
/*
  hide the text */
  #masthead h1 a b{display:none;}