/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Styles the html elements
 **************************************************************/

/* Forces horizontal scrollbar on in Mozilla */
html {
  margin-bottom: 1px;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  line-height: 140%;

  background: #82a9fd url(../img/bg/body.jpg) repeat fixed left top;
  color: #0b3264;
}

h1, h2, h3, h4, h5, h6, p, dl {
  margin: 0;
  padding: 10px 0;
}

h1 {   
  clear: both;
  font: 400 1.9em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  color: #3878fc;  
}

h2 {
  clear: both;
  font: 400 1.3em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  color: #2141a7;
}

h3 {
  font: 700 1.1em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  color: #666;
}

h4 {
  font: 400 0.9em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: #3791fc;  
  border-bottom: 1px solid #ccc;
}


a:visited {
  background-color: transparent;
}

a:hover {
  color: #81d5fd;
  background-color: transparent;
  border-bottom: 1px solid #66ccff;
}


ol {  
  margin: 10px 30px;
  padding: 0 30px;

  font-size: 1.4em;
  color: #1b5191;
  background-color: #FFF;
}

ol span {
  font-size: 0.7em;
  color: #1b5191;
}

ul {
  margin: 10px 30px;
  padding: 0 30px 0 5px;
  list-style: none;
}

ul#yarrow li {
  padding-left: 25px;
  background: url(../img/bg/bullet.gif) no-repeat;
  background-position: 0 3px;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #1598ca;
}

blockquote {
  margin: 10px 0;
  background-color: #cccccc;
  border-bottom: 1px solid #1598ca;
}

blockquote p {
  margin: 0.4em 0.8em;
}

del {
  color: #AAA;
}

code {
  margin: 15px 0;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em century gothic, courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #F4F4F4;
  border-bottom: 1px solid #ff0000;
}

TD.smaller {
  font-size: 0.8em;
	text-align: center;
}

/**************************************************************
   Tables
 **************************************************************/

table {
/*  width: 100%; */
  margin-bottom: 2px;  
  
  font-size: 1em;
  border-collapse: collapse;
}

table caption {
  margin-top: 2px;
  padding: 0 0 0.5em 2px;

  font: 400 0.8em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  text-align: left;  
}

table th,
table td {
  text-align: left;
  vertical-align: top;
  padding: 2px 2px !important;
  padding: 2px 2px;
}


thead th {
  background-color: #cccccc;
  border-bottom: 1px solid #1598ca;
}

tbody tr.dark {
  background-color: #F5F5F5;
}

tbody td {
  border-bottom: 1px solid #1598ca;
}

tbody td.nolines, a, a:hover {
  border-bottom: 0px solid #ffffff;
}

tbody tr:hover {
  background-color: #ffffff;
}

/**************************************************************
   Form Elements
 **************************************************************/

label {
  float: left;
  text-align: right;
  width: 9em;
  padding-right: 1em;
  
}


input,
textarea,
select {
  padding: 4px;
  font: 400 1em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  
  color: #366597;
  background: #ccfffe;
  border-width: 1px;
  border-style: solid;
  border-color: #1598ca #6699cc #6699cc #1598ca;  
}


input:focus,
textarea:focus,
select:focus {  
  padding: 3px;
  color: #000;
  background: #cccccc;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;

  font: 400 1em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
  cursor: pointer;

  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #1598ca #6699cc #6699cc #1598ca;
	border-top-color: #1598ca;
	border-right-color: #6699cc;
	border-bottom-color: #6699cc;
	border-left-color: #1598ca;
}



/**************************************************************
   Images
 **************************************************************/
table.floatRight {
align: right;
    }

table.floatLeft {
align: left;
	}

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 4px solid #add5fd;
}

a:hover img {  
  border: 4px solid #3399FF;
}

iframe {  
  border: 4px solid #b1e0f0;
}
