/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2007.10.23
   PURPOSE: Controls the style of HTML elements
 **************************************************************/


body {
  margin: 0;
  padding: 0;

  font: 0.8em arial, sans-serif;
  line-height: 1.6em;  
  text-align: center;
  
  color: #FDF6EF;
  background: #170A00 url(../img/bg/body.gif) repeat-x top left;  
}


p {
  margin: 0;
  padding: 10px 0;
}

h1 {  
  margin: 0;
  padding: 10px 0;
  font: 1.7em georgia, serif;
  letter-spacing: -0.05em;
  color: #B8D854;
}

#footer h1 {
  color: #612B01;
}

/* SEO and for non-CSS browsers */
h1.seo {
  position: absolute;
  top: -1000em;
  left: -1000em;
  margin: 0;
  padding: 0;
} 

h2 {
  margin: 0;
  padding: 10px 0;
  font: bold 1em georgia, serif;
  letter-spacing: -0.05em;
  color: #FDF6EF;
}

h2.tagline {
  text-align: justify;
}

h3 {
  margin: 0;
  padding: 10px 0;
  font: bold 1em arial, sans-serif;
}

a {
  color: #B8D854;
  text-decoration: none;  
}

a:hover {
  color: #FFF;
  background-color: #3F1C00;
}

#footer a:hover {
  background-color: #090400;
}

a img {
  border: 0;
}

acronym {
  border-bottom: 1px solid #713A0F;
  cursor: help;
}

ul.arrow {
  margin: 10px 30px;
  padding: 10px 30px 10px 5px;
  list-style: none;
}

ul.arrow li {
  padding-left: 25px;
  background: url(../img/bg/li_bullet.gif) no-repeat;
  background-position: 8px 5px;
}

ol {  
  margin: 10px 30px;
  padding: 10px 30px;
}

blockquote {
  margin: 10px 0;
  padding: 5px 10px 5px 41px;
  background: #180A00 url(../img/bg/blockquote.gif) no-repeat 15px 15px;
}


/**************************************************************
   Tables
 **************************************************************/

#content table {
  width: 100%;
  margin-bottom: 10px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

#content table caption {
  margin-top: 10px;
  padding: 0 0 0.5em 3px;

  font: 400 0.8em georgia, sans-serif;
  text-align: left;  
}

#content table th,
#content table td {
  text-align: left;
  vertical-align: top;
  padding: 4px 7px !important;
  padding: 6px 10px;
}


#content thead th {
  background-color: #180A00;
}

#content tbody tr.dark {
  background-color: #3F1C00;
}

#content tbody td {
  border-bottom: 1px solid #713A0F;
}

#content tbody tr:hover {
  background-color: #2F1500;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;
  font: 400 1em georgia, sans-serif;
  
  color: #666;
  background: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #000 #9C5B28 #9C5B28 #000;  
}


input:focus,
textarea:focus,
select:focus {  
  padding: 3px;
  color: #000;
  background-color: #FCE7B6;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;

  font: bold 1em georgia, sans-serif;
  cursor: pointer;

  color: #597501;
  background-color: #99BB2F;
  border-width: 1px;
  border-style: solid;
  border-color: #BAE438 #597501 #597501 #BAE438;
}




/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

img.border {
  border: 4px solid #230F00;
}