@charset "utf-8";

body {
    background: #FFEBCD;
}

#header-image {
    background: #E6D4B8;
}

#divider {
    background: #D1C2B2;
    color: #000;
}

#mainContent h1, h2, h3 {
    color: #000;
}

#mainContent #sitename {
    color: #000;
}

#mainContent #post div #date {
    color: #000;
}

#mainContent #post div #title {
    color: #000;
}

#posted-comments #altcomment {
    background: #E6D4B8;
}

#footer {
    background: #E6D4B8;
}