/*
CSS for Live Site
*/

body {
  font-family:   trebuchet, verdana, helvetica, arial, sans-serif;
  background-color: #e2edff;
    line-height: 120%;
  padding: 0;
  margin: 0;
}

img {
  border: 5px solid white;
}

#navigation {
  width: 200px;
  height: 1500px;
  background-color: #7da5d8;
  padding-top: 2em;
}
#navigation li {
    margin-bottom: 5px;
}

ul {
  margin-top:10px;
 
}


li {
  font-size: small;
  list-style-type: none;
}

p {
  font-size: small;
  color: navy;
  padding-right: 20px;
}

#tagline p {
  font-style: italic;
  font-family: georgia, times, serif;
  background-color: #bed8f3;
  border-top: 3px solid #7DA5D8;
  border-bottom: 3px solid #7DA5DB;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
background: #bed8f3 url(tagline-fade.jpg) repeat-y right bottom;
}

em {

  text-transform: uppercase;
}

h1,h2,h3,h4 {
  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(polo.jpg) repeat-y right;
}

h2 {
  color: navy;
  padding-top: 1em;
}

h3 {
  color: navy;
  font-size: 120%;
  padding-top: 0px;
}

h4 {
  color:  navy;
}



a:link {
  color: navy;

}

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.5em;
}

.attention {
   width: 50%
}

.sidebar {
  color: navy;
  float: right;
  margin: 10px;
  margin-top: 0;
  margin-left: 25px;
  border: solid 1px #7DA5D8;
  border-top-width: 5px;
  background: #bed8f3;
  padding: 10px;

}
.sidebar h3 {
  margin: 2px;
  text-align: center;
}

.sidebar li {
  list-style-type: square;
}
/*
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: 6.54em;
}

#bodycontent {
  left: 250px;
}

#header {
  width:  100%;
  border-top: 3px solid #7da5d8;
}

.feature {
  float: right;
  margin: 10px;

}

.ctest {
 float: left;
margin: 10px
}

.galleryphoto p {
  font-size: 65%;
  font-weight: bold;
  margin-top: 0;
  width: 430px;
  line-height: 1.4em;
}

.galleryphoto {
  padding-bottom: 100px;
  border-bottom:  1px solid navy;
  margin-bottom:  10px;
}


.yahoo {
  color:  navy;
  font-size:  80%;
  text-align:  center;
  margin-left: 15px;
  margin-right: 15px

}

.photocredit {
  font-weight: normal;
  color: gray;
}

table{
  border-collapse: collapse;
  text-align: center;
  
}

th {
  text-align: center;
  background: gray;
  color: white;
  padding: 0.2em;
}

td {
text-align: center;
color: solid white;
  padding: 0.0em;
}





