.widget {
    margin-top: 30px;
    background: #242424;
}
    .widget h2 {
        padding: 10px 15px;
        color: #ededed;
        font: 12px/15px Arial, sans-serif;
        text-transform: uppercase;
        background: #272727 url(../images/widget-header.gif) repeat-x;
    }
    .widget .widget-content {
        padding: 15px;
    }
    
.widget.BlogTagCloudWidget {
    
}
    .widget.BlogTagCloudWidget .tagcloud .not-popular { font-size: 1em; }
    .widget.BlogTagCloudWidget .tagcloud .not-very-popular { font-size: 1.3em; }
    .widget.BlogTagCloudWidget .tagcloud .somewhat-popular { font-size: 1.6em; }
    .widget.BlogTagCloudWidget .tagcloud .popular { font-size: 1.9em; }
    .widget.BlogTagCloudWidget .tagcloud .very-popular { font-size: 2.2em; }
    .widget.BlogTagCloudWidget .tagcloud .ultra-popular { font-size: 2.5em; }
    
.widget.BlogCategoriesWidget {
    
}
    .widget.BlogCategoriesWidget li {
        list-style: none;
    }
    
.widget.ContactFormWidget {
    
}
.widget.LatestNewsWidget {
    
}
    .widget.LatestNewsWidget li {
        list-style: none;
    }
.widget.PagePromoterWidget {
    
}
    .widget.PagePromoterWidget h3 {
        text-transform: none;
    }
.widget.ThreePagePromoterWidget {
    
}
    .widget.ThreePagePromoterWidget li {
        list-style: none;
    }
