body {
    background: #DFE6EB;
    }

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

#banner { 
    background: #99D8E7;
    color: #FFF;
    border-top: 5px solid #C1DCEA;
    border-bottom:5px solid #384C19;
    }

h1 { color: #FFF; }
h2 { color: #FFF; }
hr.border { color: #BACAD4; }
a { color: #6DB0F3; }

.entry-header {
    color: #CDA538 ;
    background: #FFF;
    }

.comments-header, .comments-open-header, .trackbacks-header {
    color: #CDA538;
    background: #99D8E7;
    text-align: center;
    border-top:1px solid #FFF;
    }

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

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


