﻿/* TEMPLATE SPECIFIC */

.header_top_bar{
    color: #fff;
}

.blog.rating {
    background: #f0f0f0;
}

.blog.rating .post {
    border-bottom: #fff solid 5px;
}

#sidebar-most-read {
    top: -29px;
    position: relative;
    z-index: 0;
}

.tabs_navigation.ui-tabs-nav.ui-widget-header.ui-corner-all {
    z-index: 1;
    position: relative;
}

#articleContent {
    width: 100%;
    margin: 0;
}

.footer .comment_form .text_input:focus,
.footer .comment_form textarea:focus {
    color: #FFF;
}

@media screen and (max-width: 767px) {
    .footer .contact_form .text_input {
        width: 422px;
    }
}

@media screen and (max-width: 479px) {
    .footer .contact_form .text_input {
        width: 260px;
    }
}