
/* theme */

body {
    background-color: white;
}

a {
    color: #;
}

.postitem .postpanel a, .postitem .posttags a, .postitem .postpanelpage {
    color: #;
}

#copyright {
    color: #;
}

.postitem .postpanel, .postitem .posttags {
    background: #ededed;
}

.postitem .postpanel, #headermenu a, .postitem .posttitle a, .postitem .postsub, #headersubtext {
    color: #;
}

.postitem .postline {
    border-top: 1px solid #;
}

.postdate {
    background: url(../../styles/buttons/red/date_button_round.png) no-repeat;
    float: left;
    margin: 0 10px 0 0;
}

.postmonth { color: #feff77; }

.postday { color: #ffffff; }

.postyear { color: #ffffff; }

