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

html {
  height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: justify;
	font: 400 0.8em verdana, arial, sans-serif;
	line-height: 100%;
	color: #000000;
	background-color: #000000;
	background-image: url(../images/bg/header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	clear: both;
	color: #000000;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 900;
	background-position: center;
	text-align: left;
	width: 1050px;
}

h2 {
	color: #666666;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: 900;
}

h2 a {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

h2 a:hover {
	color: #000000;
	background-color: #FFFFFF;
}

h3 {
	color: #99CC00;
	background-color: #FFFFFF;
	font-family: "trebuchet ms", serif;
	font-size: 1.3em;
	font-weight: 400;
}

h4 {
	color: #99CC00;
	background-color: #FFFFFF;
	font-family: "trebuchet ms", serif;
	font-size: 1.2em;
	font-weight: 700;
}

h5 {
	color: #99CC00;
	background-color: #FFFFFF;
	font-family: "trebuchet ms", serif;
	font-size: 1.1em;
	font-weight: 700;
}

h6 {
	color: #99CC00;
	background-color: #FFFFFF;
	font-family: "trebuchet ms", serif;
	font-size: 1em;
	font-weight: 700;
}


h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	width: 1000px;
}

/* Done so the leftmost column aligns properly with the header.
   If the leftmost column has class gradient applied to it, 
   this class isn't required. */
.leftColumn h1,
.leftColumn h2, 
.leftColumn h3,
.leftColumn h4,
.leftColumn h5,
.leftColumn h6,
.leftColumn p,
.leftColumn dl {
	padding-left: 0;
	background-color: #FFFFFF;
}

a {
	color: #99CC00;
	background-color: #FFFFFF;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
	color: #FFF;
	background-color: #FFFFFF;
}

b {
	color: #FFF;
	background-color: #FFFFFF;
}

ol, ul {
	margin: 10px 30px;
	padding: 0 30px;
	background-color: #FFFFFF;
}

ol {
	color: #FC0;
	background-color: #FFFFFF;
}

ol span {
	color: #EEE;
	background-color: #FFFFFF;
}

ul {
	list-style-image: url(../images/bg/bullet.gif);
	background-color: #FFFFFF;
}

del {
	color: #AAA;
	background-color: #FFFFFF;
}

code {
	margin: 10px 15px;
	padding: 10px;
	display: block;
	overflow: auto;
	font: 400 1em courier, monospace;
	line-height: 120%;
	white-space: pre;
	background-color: #FFFFFF;
}

.leftColumn code {
	margin-left: 0;
	background-color: #FFFFFF;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
	background-color: #FFFFFF;
}

dt {
	font-weight: bold;
	color: #FFB323;
	background-color: #FFFFFF;
}

dd {
	margin-left: 0;
	padding-left: 45px;
	background-color: #FFFFFF;
}




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

label {
	display: block;
	background-color: #FFFFFF;
	color: #000000;
}

input,
textarea,
select {
  padding: 2px;
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #EEE;
  border: 1px solid #444;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #FFFFFF;
  border: 1px solid #00DFFF;
}

input.button {
	padding: 2px 5px;
	color: #FFFFFF;
	background: #9FF3FF;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF #00DFFF #00DFFF #FFF;
	font-family: "trebuchet ms", serif;
	font-size: 1.1em;
	font-weight: 400;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 15px;
  padding-left: 27px;
  
  background-color: #FFFFFF;  
  background-image: url(../images/icons/quote.gif);
  background-repeat: no-repeat;
  background-position: 5px 50%;  
}

blockquote.exclamation {
	background-image: url(../images/icons/exclamation.gif);
	background-color: #FFFFFF;
}

blockquote.stop {
  background-image: url(../images/icons/stop.gif);
}

blockquote.go {
  background-image: url(../images/icons/go.gif);
}





/**************************************************************
   Images
 **************************************************************/

img.floatRight {
	margin: 5px 0px 10px 15px;
	background-color: #FFFFFF;
}

img.floatLeft {
	margin: 5px 15px 10px 0px;
	background-color: #FFFFFF;
}

a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img {
	border: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
