/*
CSS for KCH site
*/
body {
  font-family: Arial,Times New Roman sans-serif;
  background-color: #9999ff;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h2, h3 {
  font-family:  Arial, sans-serif;
}

h1 {
  font-size: 300%;
  font-style: italic;
  background-color: #9999ff;
  color: navy;
	font-family:  Times New Roman;
  padding-top: 1em;
  padding-bottom: .4em;
  padding-left: .4em;
  margin: 0;
}

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

h3 {
  color: white;
  font-size: 120%;
  font-weight: normal;
  padding-top: 15px;
  margin:  0;
}

h4 {

  color: yellow;
font-family:  Arial;
  font-size: 160%;
  font-weight: bold;
  padding-top: 15px;
  margin:  0;
}


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

p {
  font-size: 90%;
  font-family:  Arial;
  color: black;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7da5d8;
  border-bottom: 3px solid #7da5d8;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

em {
  text-transform: uppercase;
}

a {
  font-family:  Arial;
  font-size: 110%;
}

a:link {
  color: white;
}

a:visited {
  color: yellow;
}

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

a:active {
  color: green;
  background-color: white;
}

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

blockquote {
  font-style: italic;
  font-family:  Arial, Times, serif;
 
}

#navigation {
  top:  300px!important;
width: 180px;
  height: 484px;
  background: #9999ff;
  margin: 0;
}

img.feature1 {
  float: right;
  margin: 10px;
}

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

img.galleryphoto {
  padding-bottom: 10px;
  margin-bottom: 20px;
}


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

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

/*
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, {
      top: 300px!important;
  	top: 300px;
}

#bodycontent {
  left: 200px;
  right: 20px;
top: 250px;
}

#header {
  width: 100%;
  
}
