* {
  margin: 0px;
  padding: 0px;
}

html, body {
  height: 100%;
}

body {
    height: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
    font-size: 12px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #CCC9CC;
    background: #282828;
    vertical-align: baseline;
}

a {
    color: #666;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    text-shadow: 0 1px #111;
}

a:hover {
    color: #007abb;
    text-shadow: 0 1px #111;
    border-bottom: 0px;
}

a:active {
	outline: none;
}

p {
  padding: 0;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

#header {
    height: 120px;
    border-bottom: 1px solid #212121;
    border-top: 100px solid #282828;
    background: url('../img/headerbg.png') #282828 repeat-x;
}

#logo {
  height: 85px;
  width: 900px;
  position: relative;
  margin: 0px auto;
  padding-top: 10px;
}

#banner {
  position: relative;
  float: left;
  height: 75px;
  width: 200px;
  background: url('../img/logo.png') #232323 repeat-x;
}

#nav {
  height: 25px;
  width: 500px;
  margin: 0 auto;
  background: #282828;
  border-top: 1px solid #383838;
  border-left: 1px solid #242424;
  border-right: 1px solid #242424;
  clear: both;
}

#nav ul {
  text-align: center;
  padding-top: 3px;
  border-bottom: 1px solid #202020;
  padding-bottom: 5px;
}

#nav li {
  list-style-type: none;
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-top: 2px;
}

#nav li a {
  color: #777;
  text-shadow: 0 1px #111;
}

#nav li:hover {
  color: #007abb;
  text-shadow: 0 1px #111;
  border-bottom: 2px solid #252525;
  border-top: 1px solid #282828;
  background: #252525;
}

#nav a:hover {
  border-bottom: #009abb;
}

#container {
  min-height: 100%;
  margin-top: -100px;
}

#main {
  height: 100%;
  position: relative;
  margin: 0px auto;
  padding-top: 10px;
  background: url('../img/background.png') #282828 repeat-x;
  border-top: 1px solid #585858;
}

#content {
    height: 100%;
    width: 675px;
    margin: 0 auto;
    line-height: 1.5;
    padding: 10px;
}

#sidebar {
    height: 100%;
    width: 215px;
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 4px;
    border-left: 1px solid #1E1E1E;
}

#footer {
  width: 100%;
  height: 100px;
  margin: auto;
  color: #383838;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px #111;
  line-height: 1.7;
  background: url('../img/footerbg.png') #232323 repeat-x;
  border-top: 1px solid #181818;
  clear: both;
}

#push {
  height: 101px;
  width: 100%;
}

#blend {
  height: 15px;
  width: 900px;
  margin: 0px auto;
  background: #1e1e1e repeat-x;
}

#navigation {
  height: 20px;
  float: right;
}

#info {
    height: 20px;
    width: 425px;
    float: right;
    margin-top: 10px;
    padding-left: 5px;
}

#caption {
    color: #777;
    font-size: 10px;
    margin-left: 2px;
    padding-left: 2px;
    opacity: 0;
}

#valid {
  font-size: 7pt;
  margin: 0px auto;
}

#valid li {
  display: inline;
}

.links {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.links li {
    cursor: pointer;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    width: 90px;
    height: 15px;
}

.links li a{
    height: 30px;
    display: block;
    border: none;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}

.active {
    color: #4b7fa7;
}

#link1 a{
    background-position: 0px -5px;
}
#link1 a:hover{
    background-position: 0px -41px !important;
    color: #4b7fa7;
}

#link2 a{
    background-position: -120px -5px;
}
#link2 a:hover {
    background-position: -120px -41px !important;
    color: #4b7fa7;
}

#link3 a{
    background-position: -240px -5px;
}
#link3 a:hover{
    background-position: -240px -41px !important;
    color: #4b7fa7;
}

#link4 a{
    background-position: -360px -5px;
}
#link4 a:hover{
    background-position: -360px -41px !important;
    color: #4b7fa7;
}

#link5 a{
    background-position: -480px -5px;
} 
#link5 a:hover{
    background-position: -480px -41px !important;
    color: #4b7fa7;
} 

label
{
   width: 10em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
}

input {
   background: #ddd;
   border: 1px solid #999;
   margin-bottom: 2px;
}

input:hover {
   border: 1px solid #4b7fa7;
}

textarea {
   background: #ddd;
   border: 1px solid #999;
   margin-bottom: 2px;
   height: 100px;
}

textarea:hover {
   border: 1px solid #4b7fa7;
}

.submit input {
    color: #000;
    width: 4.5em; 
    background: #ddd;
    border: 1px solid #999;
    margin-top: 1em;
    margin-left: 9.55em;
    overflow: hidden;
} 

.submit input:hover {
    border: 1px solid #4b7fa7;
    background: #fff;
    overflow: hidden;
}

#comment_form {
    width: 500px;
    height: auto;
    padding: 5px;
    margin-left: 5px;
    border-left: 1px solid #212121;
    border-right: 1px solid #212121;
    border-top: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
    background: #252525;
    float: left;
    clear: both;
}

#comments {
  float: left;
}

.comment {
    width: 500px;
    height: auto;
    margin: 0 auto;
    padding: 10px;
}

.comment:hover {
  border: 1px solid #222;
}

.comment_header {
    width: 100%;
    height: 1.5em;
    float: top;
    background: #353535;
    padding: 3px 0px 2px 4px;
}

#said a {
  font-weight: 500;
}

.comment_body {
    width: auto;
    height: 100%;
    margin: 10px;
   // border-bottom: 1px solid #333;
}

.comment_title {
    font-weight: bold;
    float: left;
}

.comment_details {
    font-size: 10px;
    float: left;
    margin-top: 2px;
    margin-left: 15px;
}

.date {
  foat: left;
  font-size: 12px;
}


.twitter {
  float: left;
  font-size: 11px;
}

.twitter a {
  font-weight: normal;
  font-size: 11px;
}

.twitter #date {
  color: #555;
  font-size: 9px;
}

h1 {
 color: #444;
 background-color: transparent;
 border-bottom: 1px solid #D0D0D0;
 font-size: 16px;
 font-weight: bold;
 margin: 24px 0 2px 0;
 padding: 5px 0 6px 0;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #333;
 border: 1px solid #212121;
 color: #888;
 display: block;
 margin: 14px 5px 14px 5px;
 padding: 12px 10px 12px 10px;
}
