body {
    background: #F3E6C8;
    }

#container {
    background: #F3F0D7;
    border-left: 1px solid #D4BE91;
    border-right: 1px solid #D4BE91;
    }

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

h1 { color: #8A8000; }
h2 { color: #8A8000; }
hr.border { color: #D4BE91; }
a { color: #1A1A19; }

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

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


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


