/*
CSS for Bubble Under site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-sarif;
}

h1 {
  font-size: xx-large;
  background-color: white;
  color: #1569C7;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 15%;
  margin: 0;
  background: white url(Backgrounds/square-and-compasses.JPG) no-repeat;
}

h2{
  color: #1569C7;
  font-size: 150%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
    color: #1569C7;
  font-size: 120%;
  font-weight: normal;
  padding-top: 15px;
}


li {
  color: #1569C7;
  font-size: small;
  list-style-type: circle;
}

p {
  font-size: medium;
  color: navy;
}



#header {
  border-top: 3px solid #7da5d8;
  background-color: white;
}

#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;
  margin: 0;
  background: #bed8f3 url(backgrounds/tagline-fade.JPG) repeat-y right bottom;
  padding-left: 5%;
}


#shift {
   padding-left: 30px;
   font-size: small;
  color: navy;
}

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;
}
table.events {
  border-collapse: collapse;
}

table.events caption {
  color: #000066;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight: bold;
}

table.events th, table.events td {
  padding: 4px;
  border:1px solid #000066;
}

table.events th{
  font-size: x-small;
  text-align: left;
  background: #241374 url(backgrounds/header-bg.JPG);
  color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2px;
  padding-right:2px;
}

table.events td {
  font-size:small;
  background: #e2edff url(backgrounds/td.JPG) repeat-x top;
}

.fun {
  color: #339999;
  font-family: Georgia, Times, serif;
  letter-spacing: 0.05em;
}


.feature {
  float: right;
  margin: 10px;
  padding: 30px;  
}

.galleryphoto {
  padding-bottom: 20px;
  border-bottom: 1px solid navy;
  margin-bottom:10px;
}
.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.photocredit {
  font-weight: normal;
  color: gray;
}


#navigation {
  padding-top: 30px;
  width:180px;
  height: 484px;
  border-right: 5px solid #7DA5D8;
  border-bottom: 5px solid #7DA5D8;
  background: #bed8f3 url(backgrounds/nav-fade.JPG) repeat-y right bottom;
  }

#address {
  font-size: 65%;
  padding-left: 30px;
  color: navy;
}

*/
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y cordinates measured
from the top-left corner of the browser's content display
*/

#header {
  position:absolute;
  top: 50px;
}

#tagline {
  position:absolute;
  top: 270px;
  width: 100%
}

#navigation {
  position: absolute;
  top: 302px; 
}

#bodycontent {
  position: absolute;
  top: 330px;
  left: 250px;
  padding-right: 40px;
}


form.contact {
  padding: 0;
  marging: 0;
  margin-top: -15px;
}

form.contact fieldset {
  border:2px solid navy;
  padding: 10px;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
  line-height: 150%
}

form.contact label.fixedwidth {
  display: block;
  width: 400px;
  float: left;
}

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: navy;
  padding: 5px;
}

form .buttonarea {
  text-align: center;
  padding: 4px;
  background-color: #0066FF;
}

form.contact .buttonarea input {
  background: navy;
  color: white;
  font-weight: bold;
  padding: 5px;
  border: 1px solid white;
}
