/*
header.css for Hayeshouse site
*/
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
  font-size: xx-large;
  color: white;
  padding-top: 3em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: #121212 url(clouds_header_cut.jpg) repeat-y right bottom;
} 
 
#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #c3c3c3 url(tagline-fade-grey.jpg) repeat-y right;
  /*background: #bed8f3 url(tagline-fade-grey.jpg) repeat-y right;*/
}

   
