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

html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 400 0.8em Georgia, Times New Roman, Times, serif;
  line-height: 170%;
  background: #f9f8e0;
  color: #292929;
}

h1 {   
  font: 100 2.5em Georgia, Times New Roman, Times, serif;
    font-style: italic;
}

h2 {
  font: 100 1.9em Georgia, Times New Roman, Times, serif;
  font-style: italic;
}

h2 a {}

h2 a:hover {}

h3 {
  font: 100 1.6em Georgia, Times New Roman, Times, serif;
    font-style: italic;
}

h4 {
  font: 100 1.2em Georgia, Times New Roman, Times, serif;
}

h5 {
  font: 100 1.1em Georgia, Times New Roman, Times, serif;
}

h6 {
  font: 100 1em Georgia, Times New Roman, Times, serif;
}


h1, h2, h3, h4, h5, h6, p, dl, ul, ol {
  margin: 0;
  padding: 7px 20px;
}

p {font-family: Arial, "MS Trebuchet", sans-serif;}


hr {  border: 0;
  width: 80%;
  color: #f0ebcf;
  background-color: #f0ebcf;
  height: 3px;
  margin:0 auto;
  padding:0 auto;
  text-align:center; 
  padding:0; margin:0;}

h1, h2, h3, h4, h5, h6 {margin-top:5px}

strong {
	font-weight: bold;
}


a {
  color: #7f141e;   
}

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

a:hover {
  color: #000;
}

p.bigger {font-size:1.2em;}

b {
  color: #000;
}

ol {
  color: #333333;
}

ol span {
  color: #999999;
}

ul {
  list-style-image: 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 {
  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: #E4F7FA;
  border: 1px solid #00DFFF;
}

input.button {
  padding: 3px 10px;
  font-size:13px;
  color: #fff;
  background: #7f141e;
  text-decoration:none;
  border:none;
  font: 400 1.2em Georgia, Times New Roman, Times, serif;
}


input.button_big {
  padding: 3px 10px;
  color: #fff;
  background: #7f141e;
  text-decoration:none;
  border:none;
  font: 400 1.5em Georgia, Times New Roman, Times, serif;
}

#search input.button {
  font: 400 1.3em Georgia, Times New Roman, Times, serif;
  background: #d3c575;
  color:#000;
      line-height:28px;
      padding:0;
}

a.button 

{
  padding: 5px 10px;
  font-size:13px;
  color: #fff;
  background: #7f141e;
  text-decoration:none;
}

a:hover.button 

{
	  padding: 5px 10px;
  font-size:13px;
  color: #fff;
  background: #510008;
  text-decoration:none;
}

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

blockquote {
  margin: 10px 15px;
  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: 10px 20px 10px 15px;  
}

img.floatLeft {
  margin: 10px 15px 10px 20px;
}

img.border {
  border:1px solid #ebe0a1;
}

a img {  

}

a:hover img {  

}
