/* $ID style.css, v1, Eck. http://escriptirc.com */

* { margin: 0px; padding: 0px;}

a {
 color: #3D3D3D;
 text-decoration: none;
}

a:hover {
 color: #A3A3A3;
 text-decoration: none;
}

body {
 background-color: #545454;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
}

#header {
 background: #545454;
 height: 75px;
 overflow: hidden;
 padding-top: 10px;
 margin-left: 10px;
 margin-right: 10px;
}

#headertitle {
 display: block;
 height: 40px;
 float: left;
 padding: 3px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 30px;
 font-weight: normal;
 color: #A6A6A6;
 margin-left: 10px;
 margin-right: 10px;
 width: auto;
}

#headertitle a {
 color: #DEDEDE;
 text-decoration: none;
}

#links { 
 height: 36px;
 padding-top: 10px;
 text-align: right;
 color: #DEDEDE;
}

#links a {
  color: #B8B8B8;
  text-decoration: none;
}

#links a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


#navigation li {
 display: inline;
}

#navigation li a {
 float: left;
 display: block;
 text-decoration: none;
 padding: 7px 8px;
 color: #B8B8B8;
 background: #545454;
 width: auto;
}

#navigation li a:hover {
 background: #616161;
}

#navigation {
 font: bold 11px Verdana;
 list-style-type: none;
 width: auto;
 background-color: #545454;
 padding-left: 7px;
}

#main {
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 10px;
 padding-bottom: 50px;
 background-color: #F2F2F2;
 border-top: 1px #7A7A7A dashed;
}

#main p {
 margin: 10px 0px 10px 0px;
 color: #666666;
 line-height: 22px;
 font-size: 13px;
}

#main h2 { 
 display: block;
 color: #606062;
 border-bottom: solid 1px #A6A6A6;
 font-size: 22px;
}

#main h3 { 
 display: block;
 color: #606062;
 font-size: 22px;
}

#main li {
 margin: 10px;
 list-style: square;
}

#projects {
 padding: 10px;
 padding-bottom: 50px;
 background-color: #F2F2F2;
 text-align: center;
}

#projects h2 {
 color: #B8B8B8;
 padding-bottom: 25px;
}

#projects a {
 color: #858585;
 text-decoration: none;
}

#footer a {
 color: #B8B8B8;
 text-decoration: none;
}

#footer {
 padding: 10px;
 border-top: 2px #7A7A7A dashed;
 text-align: center;
 color: #999999;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
}
