
/* Sections */
.main-header {
    background-color: #222;
    padding: 5px 0;
    min-height: 30px;
    margin-bottom: 10px;
}

/* Items Section */
.items li {
    float: left; 
    width: 270px;
    padding: 0 15px;
}
.items li + li { margin-left: 18px; }
.items .thumb-holder {
    border-radius:3px;
    background-color:#ddd;
    text-align:center;
    padding:10px; 
    margin-bottom:10px;
}
.items li h2   { float: left; margin-bottom:10px; font-size: 24px; }
.items li span { float: right; color: #009d6f; font-weight: bold; font-size: 20px; }
/* helpers */
.flt-right { float: right; }

.text-uc { text-transform:uppercase; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
