/*
CSS for Valley head site
*/
p {
  font-weight: bold;
  color: black;
}

body {
  font family: Verdana, Ariel, sans-serif;
  background-color: #ffe000;
  line-height: 100%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Verdana, Ariel, sans-serif;
  background-color: black;
  color: white;
}

h1 {
  font-size: x-large:
  background-color:#ffff00;
  color: #bc3300;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;

}

h2 {
  color: #bc3300;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: .4em;
  padding-left: .4em;
}

h3 {
  color: #bc3300;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
  padding-bottom: .2em;
  padding-left: .4em;
  padding-right: .4em;

}

h4 {
  color: #bc3300;
  font-size: 110%;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: .2em;
  padding-left: .0em;
  padding-right: .4em;

}

h5 {
  color: #bc3300;
  font-size: 110%;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: .2em;
  padding-left: .0em;
  padding-right: .4em;

}

h6 {
  color: #bc3300;
  font-size: 110%;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: .2em;
  padding-left: .0em;
  padding-right: .4em;

}




li {
  font-size: small;
  list-style-type: none;
}

p {
  text-align: none;
  font-size: small;
  color: black;
}

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

.fun {
  color: #cccccc;
  font-family: Georgia. Times, serif;
  letter-spacing: 0.05 em;
}

.attentiongrab {
 width: 100%;
 font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: black;
}

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

a:active {
  color: black;
  background color: yellow;
}

#tagline p {
  font-style: italic;
  font-family: Verdana, Ariel, sans-serif;
  background-color: #ffe000;
  border-top: 3px solid #bc3300;
  boder-bottom: 3px solid #bc3300;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

#navigation {
  width: 180px;
  height: 334px;
  border: 1px solid black;
  background-color: #ffe000;
}

#header {
  border-top: black;
}

.highlight {
  border-width: 5px;
  border-style: solid;
  border-color: black;
}

.pixelpadding {
  padding: 30px;
  border: 1px black;
}
.empadding {
  padding: 2em;
  border: 1 px black;
}
.percentagepadding {
  padding: 2em;
  boarder: 1 px black;
}

h2, ul {
  margin-top: 0px;
}

/*
This section deals with the position of items on the screen.
It uses absolute postioning -  fixed x and y coordinates measured
from the top-left corner ot the browser's content display.
*/

#navigation, #bodycontent, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 107px;
}

#bodycontent {
  left: 200px;
}

#header {
 width: 100%;
}

.img {
  border: 15px solid white;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.photocredit {
  font-weight: normal;
  color: black;
}

.galleryphoto img {
  border: 10px solid white;
}

.galleryphoto {
  padding-bottom: 20px;
  border-bottom: 1px solid navy;
  margin-bottom: 10px;
}

.feature {
  float: right;
  margin: 10px;
}