#header{
    border-bottom: 1px solid #E6E6E6;
}

.hero-article .caption{
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    zoom: 1;
}

.hero-article:hover .caption{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}


#search{
    width: 250px;
}
#search input{
    width: 250px;
    z-index: 1;
    cursor: text;
    background: #F5F5F5;
    padding-right: 40px;
}

#search input:focus{
    width: 250px;
}