#featured-post-wrap {
        width:980px;
        position:relative;
        padding:17px 0 21px;
}

#featured-post {
        width:880px;
        margin:0 auto;
}

.featured-item {
        height:236px;
        overflow:hidden;
}

.featured-thumb {
        background-color:#FFFFFF;
        padding:7px;
        border:1px solid #FFFFFF;
        margin-right:5px;
        float:left;
        width:316px;
}

.featured-item .post {
        float:left;
        width:543px;
}

.featured-item .date-post {
        font:normal 10px Arial,Verdana,Tahoma;
        color:#ffffff;
        text-transform:uppercase;
}

.featured-item .title {
        font:24px Georgia;
        font-weight:bold;
/*      font-style:italic; */
        height:30px;
        line-height:30px;
        width:543px;
        margin-bottom:9px;
}

.featured-item .entry {
        font:normal 12px Arial,Verdana,Tahoma;
        color:#eee;
}

.featured-item .read-more {
        background:transparent url(../images/read-more-bg.png) no-repeat 0 0;
        float:left;
        display:block;
        font:normal 11px Tahoma,Verdana,Arial;
        width:106px;
        height:17px;
        line-height:17px;
        margin-top:20px;
        padding:0 5px;
        color:#64b6f4;
}

.featured-item a.read-more:hover { color:#ffffff; }

#featured-prev, #featured-next {
        position:absolute;
        top:115px;
        width:41px;
        height:41px;
        text-indent:-9999px;
        cursor:pointer;
}

#featured-prev {
        background:transparent url(../images/slider-left-button.png) no-repeat 0 0;
        left:0;
}

#featured-next {
        background:transparent url(../images/slider-right-button.png) no-repeat 0 0;
        right:0;
}


.featured-item .title a, .featured-item .title a:hover {
color: #4aadf9;
}

