/*
CSS for EAA 818 site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  line-height: 125%;
  padding: 0;
  margin: 0;
  background: navy url(backgrounds/scld7.jpg);
}

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

h1 {
  font-size: x-large;
  /* background-color: navy; */
  color: yellow;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: navy url(backgrounds/clouds.jpg) repeat-x right top;
}

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

ul {
  color: navy;
  font-size: small;
  list-style-type: none;
}

/* this is for news list */
.news {
  color: navy;
  font-size: small;
  list-style-type: circle;
}
.news2 {
  color: navy;
  font-size: small;
  list-style-type: circle;
  margin-left: 15px;
}
.news3 {
  color: navy;
  font-size: small;
  list-style-type: circle;
  margin-left: 30px;
}


p {
  font-size: small;
  color: navy;
}

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

#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;
}

#navigation {
  border: 1px solid blue;
  width: 180px;
  /* height: 484px; */
  height: 100%;
  background: #7da5d8 url(backgrounds/rdsback3.jpg);
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: navy;
}

a:visited {
  color: gray;
}

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;
}

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


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

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

.instructions {
  padding-left: 10px;
  /* border-bottom: 2px solid navy; */
  border: 2px solid black;
}

.classifyad {
  padding-bottom: 10px;
  border-bottom: 2px solid navy;
  /* border: 2px solid red; */
  margin-bottom: 20px;
}

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 2px 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;
}
*/

.boldword {
	font-size: 110%;
	font-weight: bold;
	color: purple;
}


table.events {
  border-collapse: collapse;
}

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/tlf-reverse.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;
}

table.events caption {
  color: #000066;   
  font-size: small;   
  font-weight: bold;   
  text-align: left;
  padding-bottom: 5px;
}
/*
This section styles forms
*/

form.contact fieldset {   
  border: 2px solid navy;   
  padding: 10px; 
}  

form.contact legend {   
  font-weight: bold;   
  font-size: small;   
  color: navy;   
  padding: 5px; 
}

form.contact {   
  padding: 0;   
  margin: 0;   
  margin-top: -15px;
  line-height: 150%;
}

form.contact label {
  font-weight: bold;
  font-size: small;
  color: blue;
}

form.contact label.fixedwidth {   
  display: block;   
  width: 240px;   
  float: left; 
}

form.contact .buttonarea input {   
  background: navy;
  color: white;   
  font-weight: bold;   
  padding: 5px;   
  border: 1px solid white; 
}

form.contact .buttonarea {   
  text-align: center;   
  padding: 4px;   
  background-color: #0066FF; 
}

/*
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.5em; */
  top: 107px;
}

#bodycontent {
  left: 200px;
  padding-right: 10px;
  padding-bottom: 40px;
  /* border: 2px solid red;       test */
}

#header {
  width: 100%;
}

#ssheader {
  padding-bottom: 20px; 
}

/* styles for thumbnails */
.thumbNormal {
	border:4px solid #000000;
}
.thumbSelected {
	border:4px solid #ff0000;
}

