body {
    background: #B2D32BB;
    }

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

#banner { 
    background: #FFF;
    color: #B2D32B;
    border-bottom: 3px solid #222021;
    }

h1 { color: #B2D32B; }
h2 { color: #B2D32B; }
hr.border { color: #B2D32B; }
a { color: #3A6D3B; }

.entry-header {
    color: #3A6D3B ;
    background: #FFF;
    border-left:3px solid #7BA52B;
    }

.comments-header, .comments-open-header, .trackbacks-header {
    color: #3A6D3B;
    background: #F0F9C8;
    text-align: center;
    border:1px solid #3A6D3B;
    }


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


