/*
CSS for Bubble Under site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(backgrounds/toph1.jpg) repeat-y right;

 

}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: navy;
  
  }

div {
  font-size: small;
  color: navy;
 
  }

posted {
  font-size: small;
  

}
#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;
}

#search {
  position: absolute;
  top: 77px;
  right: 10px;
  font-size: x-small;
  font-weight: bold;
  color: #000066;
}



em {
  text-transform: italic;
}

img.valve-det {
  float: right;
  margin: 5px;
}


a:link {
  color: navy;
}

a:visited {
  color: navy;
}

a:hover {
  text-decoration: none;
  color: white;
  background-color: navy;
}

a:active {
  color: aqua;
  background-color: black;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}

blockquote.fun {
  font-style: italic;
}


#menu {
  width: 180px;
  height: 683px;
  background: navy url(backgrounds/menu3.jpg) repeat-y left;


}


h2, ul {
  margin-top: 15px;
}

#header {
  border-top: 3px solid #7da5d8;
}
img.feature {
  float: left;
  margin: 7px;
  border: 0px;
}


.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid navy;
  margin-bottom: 20px;
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto p span {   
  font-weight: normal;   
  color: gray; 
}

.galleryphoto img {
  border: 15px solid white;
}

/*
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.
*/

#menu, #bodycontent, #header {
  position: absolute;
}

#menu, #bodycontent {
  top: 107px;
}



#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}


