/*
*   Q2A Market Elegant Responsive Theme
*
*   Theme Stylesheet
*   File: qa-orange-styles.css
*   
*   @author         Q2A Market
*   @category       Theme
*   @Version:       1.11
*   @author URL:    http://www.q2amarket.com
*   
*   @Q2A Version    1.6
*
*/
a:link,
a:visited,
.entry-title { color: #f95225 }
a:hover,
a:active { color: #000 }
h1,
h2,
h3,
h4,
h5,
h6 { color: #f95225 }
.black { color: #000 }
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus { border: 1px solid orange }
#qa-login-group a { color: #f98768!important }
#qa-register,
#qa-login {
    background: url(images/login.png) #f95c32;
    background: url(images/login.png),-moz-linear-gradient(top,#f95c32 0,#c33 100%);
    background: url(images/login.png),-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f95c32),color-stop(100%,#c33));
    background: url(images/login.png),-webkit-linear-gradient(top,#f95c32 0,#c33 100%);
    background: url(images/login.png),-o-linear-gradient(top,#f95c32 0,#c33 100%);
    background: url(images/login.png),-ms-linear-gradient(top,#f95c32 0,#c33 100%);
    background: url(images/login.png),linear-gradient(to bottom,#f95c32 0,#c33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f95c32',endColorstr='#cc3333',GradientType=0);
    text-transform: uppercase;
    color: #fff;
    border: 0;
    padding: 0 10px 0 24px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    background-position: left center;
    background-repeat: no-repeat;
}
#qa-register:hover,
#qa-register:focus,
#qa-login:hover,
#qa-login:focus {
    background: url(images/login.png) #ff6842;
    background: url(images/login.png),-moz-linear-gradient(top,#ff6842 0,#e83a3a 100%);
    background: url(images/login.png),-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff6842),color-stop(100%,#e83a3a));
    background: url(images/login.png),-webkit-linear-gradient(top,#ff6842 0,#e83a3a 100%);
    background: url(images/login.png),-o-linear-gradient(top,#ff6842 0,#e83a3a 100%);
    background: url(images/login.png),-ms-linear-gradient(top,#ff6842 0,#e83a3a 100%);
    background: url(images/login.png),linear-gradient(to bottom,#ff6842 0,#e83a3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6842',endColorstr='#e83a3a',GradientType=0);
    background-position: left center;
    background-repeat: no-repeat;
}
input[type="submit"].qa-search-button {
    width: 26px;
    height: 26px;
    margin: 0 0 0 -4px;
    padding: 0;
    text-indent: -9999px;
    background: url(orange/search.png);
    background-repeat: no-repeat;
    background-position: center 0;
    border: 0;
    display: inline-block;
}
input[type="submit"].qa-search-button:hover {
    background: url(orange/search.png);
    background-repeat: no-repeat;
    background-position: center -26px;
}
#q2am-spalsh{background-color:#f95225;}
.qa-form-tall-button,
.qa-search-button,
.qa-form-tall-table input[type="button"],
.qa-form-wide-button {
    background: #f95225;
    color: #fff;
    border: 1px solid #af381a;
}
.qa-form-tall-hover,
.qa-search-button:hover,
.qa-form-tall-table input[type="button"]:hover,
.qa-form-wide-hover {
    background: #f95f36;
    color: #fff;
    border: 1px solid #af381a;
}
.qa-form-tall-button-cancel {
    background: #a00;
    border: 1px solid #800;
}
.qa-form-tall-hover-cancel {
    background: #d00;
    border: 1px solid #800;
}
.qa-form-wide-button-save,
.qa-form-wide-button-saverecalc,
.qa-form-tall-button-save {
    background: #6f9e2d;
    border: 1px solid #8cc739;
}
.qa-form-wide-hover-save,
.qa-form-wide-hover-saverecalc,
.qa-form-tall-hover-save {
    background: #77a930;
    border: 1px solid #8cc739;
}
.qa-nav-main-link { color: #000!important }
.qa-nav-main-link:hover,
.qa-nav-main-selected { color: #f95225!important }
.qa-nav-sub-link:hover,
.qa-nav-sub-selected { color: #f95225!important }
.qa-tag-link:hover,
.qa-q-view-tag-item:hover,
.qa-widget-side>div>a:hover {
    background-color: #f95225;
    border-bottom: 1px solid #fc9;
    border-right: 1px solid #fc9;
}
.qa-voting,
.qa-a-count,
.qa-view-count { background: url(orange/counter-devider.png)no-repeat right center }
.qa-sidebar,
.qa-widget-side,
.qa-nav-cat,
.qa-feed { box-shadow: 0 2px 0 0 #ffb400 }
.qa-widget-side h2,
.qa-nav-cat h2 {
    background: #f95225;
    color: #fff;
    border-bottom: 2px solid #ffb400;
}
.qa-activity-count-data { color: #f95225 }
.qa-page-selected,
.qa-page-link:hover,
.qa-page-prev:hover,
.qa-page-next:hover {
    color: #fff!important;
    background-color: #f95225;
    border: 1px solid #d0441f;
}
.qa-top-tags-count {
    background: #f95225;
    border: 1px solid #f98465;
    border-right: 1px dashed #d0441f;
}
.qa-top-users-score {
    background: #f95225;
    border-color: #f98465;
    border-style: solid solid solid none;
    border-width: 1px;
}
.qa-a-count-zero .qa-a-count-data {
    color: #f95225
}
@media only screen and (max-width:176px),only screen and (min-width:177px) and (max-width:240px),only screen and (min-width:241px) and (max-width:320px),only screen and (min-width:321px) and (max-width:480px),only screen and (min-width :481px) and (max-width :599px),only screen and (min-width :600px) and (max-width :767px) { 
    #qa-login-group a { color: #fff!important }
    .qa-nav-user-link {
        display: block;
        font-size: 14px;
        padding: 10px;
        border-top: 1px solid #333;
        border-bottom: 1px solid #111;
        font-weight: 700;
        background: url(../device/images/user-item-arrow.png)no-repeat right 7px;
    }
    input[type="submit"].qa-search-button {
        width: 35px!important;
        height: 35px!important;
        background: url(orange/mobile-search.png)!important;
        background-position: center!important;
    }
    input[type="submit"].qa-search-button:hover {
        background: url(orange/mobile-search.png)!important;
        background-position: center!important;
    }
}

/*----------------------------------------------------------------------------
	-----[ q2a 1.6 new user profile page css ]-----
----------------------------------------------------------------------------*/

.qa-template-user .qa-part-form-activity td .qa-uf-user-points,
.qa-template-user .qa-part-form-activity td .qa-uf-user-q-posts,
.qa-template-user .qa-part-form-activity td .qa-uf-user-a-posts,
.qa-template-user .qa-part-form-activity td .qa-uf-user-c-posts,
.qa-template-user .qa-part-form-activity td .qa-uf-user-q-votes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-a-votes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-upvotes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-downvotes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-upvoteds,
.qa-template-user .qa-part-form-activity td .qa-uf-user-downvoteds {
	color: #F95225;
}