/**************************************************************
  mikeo tamplate
 **************************************************************/

html {
  height: 100%;
}

body {
  text-align:center;
  height: 100%;
  margin: 0;
  padding: 0;
  background:#000000;
  color:#757575;
  font:100 11px Verdana, Arial, Helvetica, sans-serif;
}

h1 {
color:#70c377;
font:100 19px Verdana, Arial, Helvetica, sans-serif;
}

h2 {
color:#70c377;
font:100 18px Verdana, Arial, Helvetica, sans-serif;
}


h3 {
color:#70c377;
font:100 16px Verdana, Arial, Helvetica, sans-serif;
}

h5 {

}

h6 {

}


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

h3 {padding-top:10px;}

h4 {
color:#70c377;
font:100 14px Verdana, Arial, Helvetica, sans-serif;
padding-bottom:0;
margin-bottom:0;
}


/* 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. */

a {
  color: #1ca028;   
}

a:visited {
  color: #888888;
} 

a:hover {
  color: #fff;
}

b {
  color: #000;
}

ol, ul {
  margin: 10px 0 0 30px;
  padding: 0 30px;
}

ol {
  color: #333333;
}

ol span {
  color: #999999;
}

ul {
  list-style: none;
}

del {
  color: #666666;
}

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

.leftColumn code {
  margin-left: 0;
}

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

dt {
  font-weight: bold;
  color: #666666;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}




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

label {
  display: block;
}

input,
textarea,
select{
  font: 400 1em verdana, sans-serif;
  color: #cccccc;
  background: #323232;
  border: 1px solid #666666;
  overflow:hidden;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #cccccc;
  background: #323232;
  border: 1px solid #cccccc;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em Arial;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}


fieldset {border:none;}


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

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

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

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;  
}

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

