﻿/*
Name: ECC Style
<a href="http://evanscomputers.com/">Evans Computer Consulting</a> 
Version: 1.0
Author: Jeffrey R. Evans
Author URL: http://www.evanscomputers.com
*/

/* Body */
body{
  font-family:Trebuchet, Sans, Verdana;
  font-size: 0.75em;
  font-style: normal;
  color: #000000;
  background:url(images/background.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  margin-right:auto;
  margin-left:auto;
}

table
{ 
margin-left: auto;
margin-right: auto;
}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #045FB4;
color: black;
width: 100%;
font-family: Trebuchet, Sans, Verdana;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: #000000;
text-decoration: none;
/* The following line did not pass CSS 2.1 Validation */
/* border-middle: 1px solid #ffffff; */
}

#navcontainer ul li a:hover
{
background-color: #ffffff;
color: blue;
}

#navcontainer #active { border-left: 1px solid #ffffff; }



/* headers */
h1{
  font-family:Sans, Verdana;
  font-size: 200%;
  margin: .2em 0;
  background: transparent url(images/input-bg.png) no-repeat left top;
}

h2{
  font-family:Sans, Verdana;
  font-size: 160%;
  font-weight: bold;
  margin: .5em 0 .2em;
  letter-spacing: -0.04em;
}

h3{
  font-family:Sans, Verdana;
  font-size: 150%;
  font-weight: bold;
  margin: .5em 0 .2em;
  letter-spacing:-0.06em;
}

h4{
  font-family:Sans, Verdana;
  font-size: 140%;
  font-weight: bold;
  margin: .5em 0 .2em;
}

h5{
  font-family:Sans, Verdana;
  font-size: 115%;
  font-weight: normal;
}

h6{
  font-family:Sans, Verdana;
  font-size:110%;
  font-weight:bold;
  margin: .4em 0 .2em;}

