/*
*   Q2A Market Elegant Responsive Theme
*
*   Theme Stylesheet
*   File: qa-orange-styles.css
*   
*   @author         Q2A Market
*   @category       Theme
*   @Version:       1.14
*   @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: #3e4042 }
.black { color: #000 }
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus { border: 1px solid orange }
#qa-login-group a { color:#fff !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-login {
	font-size:14px;
	height: 24px;
}
#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: 35px;
    height: 30px;
    padding: 0;
    text-indent: -9999px;
    background: url(orange/search.png);
    background-repeat: no-repeat;
    background-position: center 0;
    border: 0;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*display: inline-block;*/
     -webkit-box-shadow:rgba(0,0,0,0) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0) 0 1px 0 0;
	margin: 28px 0px 0px -8px !important;
}
input[type="submit"].qa-search-button:hover {
    background: url(orange/search.png);
    background-repeat: no-repeat;
    -webkit-box-shadow:rgba(0,0,0,0) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0) 0 1px 0 0;
    /*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 {
    -webkit-box-shadow:rgba(0,0,0,0.05) 0 2px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.05) 0 2px 0 0;
	box-shadow:rgba(0,0,0,0.05) 0 2px 0 0;
	color:#333;
	background-color:#FA2;
	/*border-radius:5px;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 0px solid #ccc;
	font-family:'Helvetica Neue',Arial,sans-serif;
	/*font-size:17px;*/
	/*font-weight:700;*/
	height:36px;
	padding:4px 25px;
	/*text-shadow:#FE6 0 1px 0;*/
	text-shadow: 0px 1px 1px #707070;
	border-radius:1px;
}

.qa-sidebar>div>.qa-form-wide-button {
	border: 1px solid #ccc;
}

.qa-search-button{
	border-radius:0px !important; 
}

.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: #EC5151;
    border: 1px solid #E67171;
}
.qa-form-tall-hover-cancel {
    background: #EC5151;
    border: 1px solid #E67171;
}
.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: #000 !important }
.qa-nav-main-questions>a:hover,.qa-nav-main-unanswered>a:hover,.qa-nav-main-categories>a:hover,.qa-nav-main-user>a:hover{
color: #888!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: 1px solid #ef6c30;
}
.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: white;
    border-color: #DDD;
    border-style: solid solid solid solid;
    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 0px top 15px;*/
        
    }
    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;
}


