body {
    background: #FFF;
    }

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

#banner { 
    background: #F1F3E8;
    color: #484A3C;
    border-top:2px solid #FFF;
    border-bottom: 2px solid #CCD96F;
    }

h1 { color: #484A3C; }
h2 { color: #B0B3A0; }
hr.border { color: #D8E28D; }
a { color: #484A3C; }

.entry-header {
    color: #5B5D4D;
    background: #FFF;
    border-left:3px solid #9BB72B;
    }

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


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

ul.enclosure li.video {
    list-style-image: url(theme-image/mobile-icon-video.gif);
    }

ul.enclosure li.audio {
    list-style-image: url(theme-image/mobile-icon-audio.gif);
    }

ul.enclosure li.image {
    list-style-image: url(theme-image/mobile-icon-image.gif);
    }


