/*Search box popping out*/
#searchform input[type="submit"] {
    background: url('images/header/search.png') no-repeat white;
}

#searchform input[type="text"] {
    width: 223px;
}

/*Page nav div not filling parent container*/
body.features .page-link {
    width: 960px;
}
.featuresBar {
    position: relative;
}
#postInLang {
    left: 0px;
}

.postTools {
    position: relative;

}

.socialwidgets {
    position: absolute;
    right: 0px;
    top: 8px;
}
