body {
    font-family: sans-serif;
    font-size: 11.5pt;
}

div#header {
    text-align: center;
}

div#header a {
    margin-right: 7px;
    font-size: .9em;
}

div#body {
    text-align: left;
}

div#footer {
    margin-top: 20px;
    text-align: center;
    color: #777;
    font-size: .75em;
    border-top: 1px #eee solid;
}

div#footer p{
    margin: 1px;
}

h1 {
    font-size: 1.3em;
    color: #002;
    border-bottom: 1px dotted #002;
}


h2 {
    font-size: 1.15em;
    color: #004;
}

div.main_info {
}

div.extra_info {
    float: right;
}

li.job {
    padding-bottom: 10px;
}

span.dates {
    color: #999;
}

h3 {
    font-size: 1.12em;
    color: #006;
}


a {
    color: #00a;
    text-decoration: none;
    border-bottom: dotted 1px;
}

h1 a {
  color: #002;
  text-decoration: none;
  border-bottom: none;
}

div.post {
  
}

div.post-footer {
  font-size: .8em;
}


form.reply_form {
    font-family: Arial;
    font-size: 14px;
    width: 400px;
    margin-top: 9px;
}

fieldset {
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

legend {
    font-weight: bold;
    font-size: 1.1em;
}

label {
    display: block;
    width: 60px;
    text-align: right;
    float: left;
    padding-right: 10px;
    margin: 5px 0;
}

input {
    margin: 5px 0;
}

input.text {
    padding: 0 0 0 3px;
    width: 172px;
}

input.submit {
    margin: 15px 0 0 70px;
}

div#comments-heading {
    margin-top: 10px;
    color: #009;
    font-weight: bold;
}


div.comment {
    margin-top: 10px;
}


div.comment-footer {
  font-size: .8em;
}

