/*
CSS for SDGS Triangle site
*/
body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #FFFFCC;
  /* Changed to Pale Weak Yellow FFFFCC
  /* Changed color to Light Orange-Yellow FFCC66 from FEE066 - "golden" to match navigation .jpg */
  line-height: 125%;
  padding: 0;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  /* Removed "times new roman", */
}

h1 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: x-large;
  font-weight: bold;
  background-color: SaddleBrown;
  color: white;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: SaddleBrown url(images/hammer4.png) repeat-y right bottom;
}

h2 {
  color: sienna;
  font-size: 130%;
<!--  font-weight: normal;-->
  font-weight: bold;
  padding-top: 15px;
}

h3 {
  color: sienna;
  font-size: 110%;
  font-weight: normal;
  padding-top: 15px;
}

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

.post-body div, p {
  font-size: small;
  color: sienna;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  border-top: 3px solid #cd5c5c;  /* Was E67300  */
  border-bottom: 3px solid #cd5c5c;  /* Was E67300  */
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #F2F3BE url(backgrounds/tagline-fade.jpg) repeat-y right;
}

#footer p {
  font-family: Georgia, Times, serif;
  font-size: 60%;
  border-top: 3px solid #cd5c5c;  /* Was E67300  */
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
}

#bul dl, #bul dt, #bul dd, #bul ul, #bul li {
list-style-type: disc;
margin:0pt;
padding-left: .8em;
}

/*
#bul ul {
  list-style-type: disc;
  }
*/
em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

a:link {
  color: black;
}

a:visited {
  color: sienna;
}

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

a:active {
  color: aqua;
  background-color: sienna;
}

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

.book {
  font-style: italic;
  font-weight: bold;
}

.organization {
  font-weight: bold;
}

blockquote.fun {
  font-style: italic;
}

#navigation {
  width: 180px;
  height: 484px;
  background: #FEE36C url(backgrounds/hammer4.png) no-repeat;
  /* Changed color from FEE066 */
}

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

#sienna {
  border-top: 3px solid #E67300;
}

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

.galleryphoto {
  padding-bottom: 10px;
  border-bottom: 1px solid sienna;
  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;
}

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

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

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

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

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

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

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

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

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

/*
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: 107px;
}

#bodycontent {
  left: 200px;
}

#header {
  width: 100%;
}
