body {
    background: #BECFCD;
    }

#container {
    background: white;
    border-left: 1px solid #B4C3C1;
    border-right: 1px solid #B4C3C1;
    }

#banner { 
    background: #879CAA;
    color: white;
    border-bottom: 3px solid #E6D35C;
    }

h1 { color: white; }
h2 { color: white; }
a { color: #42545D; }
hr.border { color: #C4DACD; }

.entry-header {
    color: #7AA3BF;
    background: white;
    border-left:3px solid #E6D35C;
    }

.comments-header, .comments-open-header, .trackbacks-header {
    color: #7AA3BF;
    background: #CFE2E0;
    border: 1px solid #7AA3BF;
    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);
    }



