.home #sidebar {
    background: none;    
}

.home #content {
    background-position: 0 -269px;
    min-height: 325px;
}

.home .extra {  
    -moz-box-shadow: 0 0 7px #777;
    -webkit-box-shadow: 0 0 7px #777;
    box-shadow: 0 0 7px #777;
    margin: 0 auto 12px; 
    width: 950px;
}

.home .extra li {
    background: url(images/home-extra-item-bg.jpg) no-repeat right bottom;
    float: left;
    height: 132px;
    padding: 10px 15px 0;
    position: relative;
    width: 212px;
}

.home .extra li .title {
    letter-spacing: normal;
    line-height: 24px;
}

.home .extra li .link {
    bottom: 2px;
    height: 20px;
    position: absolute;
    right: 25px;
    text-decoration: none !important;
    width: 40px;
}

.home .extra li .excerpt {
    line-height: 15px;
}

.home .extra li .title {
    background: url(images/home-extra-item-bg2.jpg) repeat-x left bottom;
    margin: 0 0 5px;
    padding: 0 0 5px;
}

.home .extra li a {
    color: #ba1f1e;
    font-size: 20px;
}

.home .extra li.special {
    background: url(images/home-extra-item-special-bg.jpg) no-repeat right bottom;
    float: left;
    height: 132px;
    width: 194px;
}

.home .extra li.special {
    color: #fff;
    font-family: 'Palatino Linotype';
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.home .extra li.special span {
    color: #d8d8d8;
    display: block;
    font-style: italic;
    margin: 8px 0 0;
    text-transform: none;
}