/* Content */
.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}


/* Global ----------------------------------------------------------------- */

body {
    color: #7f7f7f;  
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 11px;
    line-height: 18px;
    background-color: #fff; 
}

a {
    color: #91cbc7;
    text-decoration: none; 
}

a:hover {
    text-decoration: none;
}

a.comment:link {color: #91cbc7; text-decoration: none;}
a.comment:visited {color: #91cbc7; text-decoration: none;}
a.comment:hover {color: #91cbc7; text-decoration: none;}
a.comment:active {color: #91cbc7; text-decoration: none;}

a.perma:link {color: #7f7f7f; text-decoration: none;}
a.perma:visited {color: #7f7f7f; text-decoration: none;}
a.perma:hover {color: #7f7f7f; text-decoration: underline;}
a.perma:active {color: #7f7f7f; text-decoration: none;}

a.commentdate:link {color: #91cbc7; font-size: 10px; text-decoration: none;}
a.commentdate:visited {color: #91cbc7; font-size: 10px; text-decoration: none;}
a.commentdate:hover {color: #91cbc7; font-size: 10px; text-decoration: none;}
a.commentdate:active {color: #91cbc7; font-size: 10px; text-decoration: none;} 


/* Content ---------------------------------------------------------------- */

.footerinfo {
    color: #7c7c7c;  
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    line-height: 14px;
    }

.archive-title {
    color: #000;
}

.vcardauthor {
    color: #cf8f00;
    font-weight: bold;
    text-decoration: none;
    }


