
/**************************************************************
   AUTHOR:  Josh Fletcher (geek2live.net)
   DATE:    2007.01.02 
   PURPOSE: Styles the html elements
 **************************************************************/

 
/* LAYOUT OF STRUCTURAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #000000;
	color: #1FDB00;
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#foot {
	position: relative;
	margin: -7.5em auto 0 auto;
	font-size: 0.8em;
}

.center {
	margin: 0 auto;
	text-align: center;
}

div.center-box {
	text-align: center;
	width: 480px;
	padding: 10px;
	margin: 0 auto;
	margin-top: 40px;
}

#center-box form {
	text-align: left;
	padding: 0px 20px 0px 20px;
}

/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #foot {
	margin-top: -7.4em;
}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#container {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	border-left: 1px solid #1FDB00;
	border-right: 1px solid #1FDB00;
	background-color: #0C0C0C;
}

* html #container {
	height: 100%;
}

#head {
	height: 200px;
	border-bottom: 1px solid #1FDB00;
	background: url("../img/head/head6.jpg") no-repeat center top;
}

#head h1 {
	padding: 40px;
	text-align: center;	
	display: none;
}

#body {
	padding-bottom: 100px;
	margin: 20px;
	margin-top: 10px;
}

#bodyMain {
	display: inline;
	clear: both;
	float: left;
	width: 760px;
	margin-top: 0px;
}

#links {
  text-align: center;
  border-bottom: 1px solid #1FDB00;
  padding: 10px 0 10px 0;
}

#links ul {
  margin: 0;  
  padding: 0;  
  display: inline;
}

#links ul li {
  padding: 15px 35px 15px 35px;
  display: inline;
  list-style: none;
  margin: 0;
}

#links ul li a {
  font: 1.3em verdana, georgia, serif;
  text-align: center;
  border-bottom: 0px;
  background-color: #0A0A0A;
  font-variant: small-caps;
  font-weight: 700;
}

#links ul li a:visited {
  color: #1FDB00;
  background-color: #0A0A0A;
}

#links ul li a:hover {
  color: #000000;
  background-color: #1FDB00;
  border: none;
}

#links ul li a.here {
  border-bottom: 1px solid #1FDB00;
}


/* STYLING OF ELEMENTS */

p.align-left {
  text-align: left;
}

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

h1 {   
  clear: both;
  font: 1.9em;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
}

#head h1 {
  font-size: 3.5em;
  letter-spacing: -2px;
  text-align: center;
  font-variant: small-caps;
}

h2 {
  clear: both;
  font: bold 1.3em;
  padding-top: 40px;
  padding-bottom: 20px;
}

h3 {
  font: bold 1.2em;
  padding-top: 30px;
}

h4 {
  font: bold 1em;
}

a {
  text-decoration: none;
  color: #1FDB00;
  border-bottom: 1px solid #1FDB00;
}
 
a:visited {
  color: #1FDB00;
  border-bottom: 1px solid #1FDB00;
}

a:hover {
  color: #000000;
  background-color: #1FDB00;
  border: none;
}

img {
  border: 3px solid #1FDB00;
}

div.img {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

a.img {
  border-bottom: none;
}

ul {
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul li {
  padding-top: 2px;
  padding-bottom: 2px;
}

acronym {
  border-bottom: 0.05em dotted;
  cursor: help;
}

/* FORM ELEMENTS */

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


input, textarea, select {
  padding: 4px;
  font: bold 0.9em verdana;
  color: #1FDB00;
  background: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #1FDB00;  
  width: 250px;
}

.checkbox {
  border: none;
  background-color: #0C0C0C;
  margin-left: 10px;;
  width: 20px;
}

input:focus, textarea:focus, select:focus {  
  padding: 3px;
  color: #1FDB00;
  font: bold;
  background: #000000;
  border-width: 2px;
}

input.button {
  padding: 1px 10px;
  font: bold 1em;
  cursor: pointer;
  color: #1FDB00;
  background: #000000;
  border-width: 1px;
  border-style: solid;
  border-color: #1FDB00;
  width: 70px;
}

input.button:hover {
  color: #000000;
  background: #1FDB00;
  font: bold;
}

p.form-button {
  text-align: center;
}
