
a {
    color: blue;
}

a:visited {
    color: #807859;
}

#nav {
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
}

#nav a {
    text-decoration: none;
}

#nav a.active {
    font-weight: bold;
    color: #000;
}


h2 a,
h2 a:visited {
    color: #000;
}

#content .entry-date {
    color: #807859;
}

#content .entry-info a {
    color: #000;
}

#content .tags, #content .tags a {
    color: #807859;
}

#content .tags:hover, #content .tags a:hover {
    color: black;
}




#footer {
    border-top: 1px solid #DDD;
    color: #666;
}

#footer a,
#footer a:visited {
    color: #000;
}

#comments {
    border-top: 1px solid #DDD;
    margin-top: 25px;
}

#comments .comment .info,
fieldset .info  {
    color: #B36B00;
    color: #807859;
}

fieldset p span input,
fieldset p span textarea { 
    border: 1px solid #999;
}


#archives {
    border-top: 1px solid #DDD;
    margin-top: 25px;

}

#archives ul  {
    font-size: 0.9em;
}
