body {
    background: #7A5135;
    }

#container {
    background: #FFF;
    }

#banner { 
    background: #F2EDD0;
    color: #8A8000;
    }

h1 { color: #1A1A19; }
h2 { color: #1A1A19; }
hr.border { color: #1A1613; }
a { color: #1A1A19; }

.entry-header {
    color: #1A1A19;
    background: #C8BD69;
    }

.comments-header, .comments-open-header, .trackbacks-header {
    color: #46442D;
    background: #F1EDD0;
    text-align: center;
    border:1px solid #46442D;
    }


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);
    }


