/*
CSS for Bubble Under site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding-right: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: xx-large;
  background-color: #e2edff;
  color: navy;
  padding-top: 0.5em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

h2 {
  color: navy;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
    font-size: large;
  background-color: #e2edff;
  color: navy;
  padding-top: 0.5em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
}

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

p {
  font-size: small;
  text-align: left; 
  text-align: justify; 
  color: navy;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #e2edff;
  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;
}

#tagline1 p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #e2edff;
  border-top: 3px solid navy;
  border-bottom: 3px solid navy;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.jpg) repeat-y right;

}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: navy;
}

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

a:active {
  color: aqua;
  background-color: navy;
}

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

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  height: 100%;
  background-color: #7da5d8;
  background-repeat: repeat-y;
}

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

#header {
  border-top: 3px solid #7da5d8;
}

img.feature {
  float: left;
  margin: 10px;
}

   .camping {
      border:1px solid black;
      background:navy url(backgrounds/hemlocklakehead5.jpg);
	background-repeat: no-repeat;
      width: 100percent;
      height: 97px;
      padding-left:50px;
      padding-top:100px;
    }

/*
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, #header {
  position: absolute;
}

#navigation, #bodycontent {
  top: 14.5em;
}

#bodycontent {
  left: 183px;
  margin-right: 10px;
}

#header {
  width: 100%;
}
