/*
page.CSS for HayesHouse site
*/

body {
  font-family: Verdana, Helvetica, Arial, san-serif; 125%;
  background-color: #c3c3c3;
  line-height:
  padding: 15px;
}

#navigation {
  width: 190px;
  height: 100%;
  padding-top: 2em;
  background: #c3c3c3 url(tagline-fade-grey_reverse.jpg) repeat-y right
}  
li {
  font-size: medium;
  list-style-type: none;
}

h2 {
  color: #464646;
  font-size: medium;
  font-weight: normal
}

em {
  font-style: normal;
  text-transform: uppercase;
}
  
p {
  font-size: bold;
  color: #464646;
}

#bodycontent h2 {
  color: #464646;
  font-size: medium;
  font-weight: bold
}
	
#bandb {
  position: absolute;
  top:105px;
  right: 15px;
  font-style: italic;
  font-weight: bold;
}
#bandb  p {
  color: white;
  font-style: italic;
  font-weight: bold;
}
#bandb  a {
  color: white;
}
#bandbadvert h2 {
  color: #464646;
  font-size: xx-large;
  font-weight: bold; 
  background: #c3c3c3 url(HayeHouse-webpage.gif) no repeat;

}
#siteupdates {
  width: 190px;
  height: 100%;
  padding-top: 2em;
  background: #c3c3c3 url(tagline-fade-grey.jpg) repeat-y left;
}
#siteupdates h2{
  color: white;
  padding-top: 4.5em;
}

a {
  font-weight: bold;
  color: white;
}

a:link {
  color: white;
}

a:visited {
  color: black;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: black;
}

a:active {
  color: #464646;
  background-color: gray;
}
.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  Line-height: 1.4em;
}
#gallerycontent  a {
  font-weight: bold;
  background-color: #c3c3c3;
  color: #c3c3c3;
}
#bodycontentphoto h2 {
  color: #464646;
  font-size: medium;
  font-weight: bold
}
/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #bodycontentphoto, #siteupdates, #bandb, #bandbadvert, #gallerycontent, #thumbnail {
  position: absolute;
}

#bodycontent {
  top: 250px;
}
#navigation {
  top: 168.5px;
  left: 0;
}
#bandbadvert {
  left: 300px;
  top: 250px;
}

#bodycontent {
  left: 250px;
}
#bodycontentphoto {
  left: 150px;
  top: 200px;
}
#siteupdates {
  top: 168.5px;
  right: 0px;
}
#bandb {
  top:105px;
}
.contentconstrained {
  padding-right: 260px;
}
.galleryphoto {
  top: 250px;
  left: 300px;
}
#gallerycontent {
  top: 235px;
  left: 400px;
}
#thumbnail {
  top: 325px;
  left: 400px;
}
#photocaption {
 position: absolute;
 left: 750px;
 top: 500px;
} 
