/*
CSS for OFTM site
*/

body {
  font-family: Veranda, Helvetica, Arial, sans-serif;
  background-color: #white;
  line-height: 125%;
  padding: 0; 
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: #23684E;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: #23684E url(http://www.oregonfollowthemoney.org/background.jpg) repeat-y right;
  }

h2 {
  color: 008F00;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

h3 {
  color: 008F00;
  font-size: 115%;
  font-weight: normal;
  padding-top: 15px;
}


li {
  font-size: small;
  list-style-type: circle;
  font-color: green;
}


p {
  font-size: small;
  color: green;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: #E6FFBF;
  border-top: 3px solid #99FF00;
  border-bottom: 3px solid #99FF00;
  padding-top:  .2em;
  padding-bottom: .2em;
  padding-left:  .8em;
  margin: 0;
}

a {
  font-weight: normal;
  color: black
}


a: link{
  color: black;
}

a:visited {
  color: gray;
}


a:hover {
  text-decoration: none;
  color: white;
  background-color: #23684E;
}

a:active {
  color: aqua;
  background-color: navy;
}


#navigation {
  width: 150px;
  height: 484px;
  background: #CCFF80 
}

ul {
  margin-top: 15px;
}


#header {
  border-top: 3px solid #7da5d8;
}


.feature {
  float: right;
  margin: 10px;
}

.rightsidelinks  {
  float: right;
  margin: 10px;
  font-weight:normal;
  font-color: green;
  background-color: #E6FFBF;
  font-size: small;
  border: 2px solid #99FF00;
  padding: 0px 10px 10px 10px;
}

.rightsidelinks legend {
  font-weight: bold;
  font-size: small;
  color: green;
  padding: 5px;
  top: -1em;
}


.photocredit {
  font-weight: normal;
  color: gray;
}


form.contact {
  border: 2px green;
  padding: 10px; 
  margin: 0;
  margin-top: -15px;
}

form.contact legend {
  font-weight: bold;
  font-size: small;
  color: green;
  padding:  5px;
}

form.contact label {
  font-weight: bold; 
  font-size: small;
  color: green;
  line-height: 150%;
}

form.contact label.fixedwidth {
  display: block;
  width: 240px;
  float: left;
}


/* 
this creates the box navigational effect 
*/

#navigation ul li {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation ul li a:link, #navigation ul li a:visited {
  display: block;
  text-decoration: none;
  font-weight: bold;

  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

#navigation ul li a:hover {
}

/*
This section deals with position of items on the screen.  It uses absolute positioning - fixed x and y coordinates measured from the top-left corner of the brower's content display.
*/

#navigation, #bodycontent, #header {
	position: absolute;
	left: 2px;
}

#navigation, #bodycontent {
	top: 123px;
}

#bodycontent {
	left: 173px;
}
#header {
  width: 100%;
}


#email {
  position: absolute;
  top: 77px;
  right: 10px;
  font-size: x-small;
  font-weight: bold;
}
