body {
    background: #F8F5EC;
    }

#container {
    background: #FFF;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    }

#banner { 
    background: #66AB12;
    color: #FFF;
    }

h1 { color: #FFF; }
h2 { color: #FFF; }
hr.border { color: #E9E9E9; }
a { color: #58A80A; }

.entry-header {
    color: #EBAB00;
    background: #FFF;
    border-left:3px solid #EBAB00;
    }

.entry-header a { color: #EBAB00; }

.comments-header, .comments-open-header, .trackbacks-header {
    color: #66AB12;
    background: #FFF;
    text-align: center;
    border:1px solid #66AB12;
    }

.content-header, .archive-header { color: #66AB12; }

ul.enclosure li { list-style-type: none; }



