/*
Theme URI: http://store.q2amarket.com/store/products/pixel-n-grain-dark/
Theme Version: D1.2
Theme Date: 2013-067-01
Theme Author: Q2A Market
Theme Author URI: http://www.q2amarket.com
Theme License: GPLv2
Theme Update Check URI: http://q2amarket.com/meta/update/themes/png-dark/qa-styles.css

 General page layout */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */

body {
    background: #222;
    text-align: center;
    margin: 0;
    padding: 0;
}

body, td, input, textarea {
    font-size: 12px;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
    color: #ddd;
}

a:link, a:active, a:visited {
    text-decoration: none;
    color: #e96a3e;
}

a:hover {
    text-decoration: underline;
    color: white;
}

.qa-q-view-follows {
    background: #000;
    padding: 2px 5px;
}

.qa-q-view-follows-link {
    color: #ebb100 !important;
}

/*table {border-collapse:collapse;}*/
input {
    outline: none;
}

input[type="submit"] {
    cursor: pointer;
}

select {
    background: #111;
    color: #aaa;
    border: 1px solid #444;
    padding: 2px 0 2px 2px;
}

p {
    margin-top: 0;
}

.qa-notice {
    background: #ebc5e2 url(images/suggest-bg.png) repeat-x left bottom;
    border-bottom: 1px solid #597700;
    color: #5c0045;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 12px 32px;
}

.qa-notice-close-button, .qa-notice-close-hover {
    font-family: "Arial Black";
    color: #5c0045;
    font-size: 18px;
    background: none;
    cursor: pointer;
    position: absolute;
    height: 24px;
    border: none;
    top: 4px;
    right: 6px;
}

.qa-body-wrapper {
    background: #373737;
    border: 1px solid #444;
    width: 980px;
    text-align: left;
    margin: -1px auto 0;
}

/* Clearing classes */
.qa-nav-main-clear, .qa-nav-sub-clear, .qa-q-item-clear, .qa-q-view-clear, .qa-a-item-clear, .qa-c-item-clear, .qa-footer-clear, .qa-page-links-clear {
    clear: both;
}


/* Headings */
h1 {
    color: #ccc;
    font-size: 22px;
    font-weight: 700;
    margin: 1em 0 0.5em;
}

h2 {
    font-size: 16px;
    color: #ccc;
    padding: 6px;
    clear: both;
    background: #222;
}

blockquote, .adminquote {
    background: #444;
    padding: 7px;
    margin: 0px auto;
    border: 1px solid #777;
    font-family: 'Times New Roman', Georgia;
    font-size: 17px;
    font-style: italic;
    color: #777;
    position: relative;
    margin-bottom: 10px;
    -moz-transition: color ease-in-out 0.25s;
    -webkit-transition: color ease-in-out 0.25s;
    -o-transition: color ease-in-out 0.25s;
    transition: color ease-in-out 0.25s;

}

blockquote:hover {
    color: #ccc;

    -moz-transition: color ease-in-out 0.25s;
    -webkit-transition: color ease-in-out 0.25s;
    -o-transition: color ease-in-out 0.25s;
    transition: color ease-in-out 0.25s;
}

blockquote p, .adminquote p {
    margin: 0;
    padding: 0;
}

blockquote:after {
    display: block;
    position: absolute;
    font-style: italic;
    text-align: right;
    content: "\201D";
    font-size: 42px;
    color: lightgrey;
    margin-left: 93%;
    margin-top: -24px;
}

.adminquote:after {
    display: block;
    position: absolute;
    font-style: italic;
    text-align: right;
    content: "#";
    font-size: 25px;
    color: lightgrey;
    margin-left: 93%;
    margin-top: -24px;
}

.entry-title {
    color: #E96A3E;
    background: url(images/question.png) no-repeat left;
    padding-left: 30px;
}

.qa-favoriting {
    float: right;
    margin-right: 8px;
}

.qa-favorite-button, .qa-favorite-hover, .qa-unfavorite-button, .qa-unfavorite-hover {
    background: url(images/favorite-heart.png) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
}

.qa-favorite-button {
    background-position: 0 -24px;
}

.qa-favorite-hover, .qa-favorite-button:hover {
    background-position: 0 0;
}

.qa-unfavorite-button {
    background-position: 0 -48px;
}

.qa-unfavorite-hover, .qa-unfavorite-button:hover {
    background-position: 0 0;
}

.qa-error {
    background: #fed8d8 url(images/error-bg.png) repeat-x left top;
    border: 2px solid #c00;
    color: #c00;
    font-size: 18px;
    margin: 1em 0;
    padding: .5em;
}

.qa-error a {
    color: #900;
    text-decoration: underline;
}

.qa-error a:hover {
    color: red;
}

/* Page sections */
.qa-header {
    position: relative;
}

.qa-sidepanel {
    float: right;
    width: 176px;
    padding: 0 10px 10px;
}

.qa-sidebar {
    background: #3f3f3f;
    font-size: 14px;
    margin: 0 -10px 18px;
    padding: 10px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.qa-feed {
    background: url(images/feed-icon-14x14.png) no-repeat left 1px;
    padding-left: 20px;
    margin: 18px 12px 18px 0;
}

.qa-feed-link {
    font-size: 12px;
    color: #666;
}

.qa-main {
    padding: 0 15px;
    float: left;
    width: 950px;
    margin-bottom: 24px;
    clear: left;
    overflow: hidden;
    border-right: 1px solid #444;
}

.qa-main-hidden h1 {
    color: #999;
}

.qa-footer {
    clear: both;
    background: #000;
    color: #777;
    font-size: 10px;
    padding: 10px;
}

.qa-footer p {
    margin: 0;
}

* html .qa-footer {
    padding-top: 6px;
}

/* IE6 
 Widget wrappers */
.qa-widget-full {
    clear: both;
    /* width:920px; */
    margin: 12px 20px;
}

.qa-widget-full-high {
    margin-bottom: 0;
}

.qa-widgets-main-high {
    margin-bottom: 24px;
}

.qa-widget-main {
    width: 748px;
    margin: 16px 0;
}

.qa-widget-main-bottom {
    margin-bottom: 0;
}

.qa-widget-side {
    /* width:160px; */
    margin: 24px 0;
}

/* Header sections */
.qa-logo {
    float: left;
/*     margin-bottom: 16px; */
    margin-top: 12px;
    padding-left: 20px;
    padding-top: 0;
    font-size: 38px;
    font-weight: 700;
    color: #6a1b56;
}

.qa-logo-link, .qa-logo-link:hover {
    color: #6a1b56;
}

.qa-search {
    float: right;
    /* background:#efecb2;
    border:2px solid #c0b600;
    border-top:0; */
    margin-right: 10px;
    white-space: nowrap;
    padding: 10px;
}

* html .qa-search {
    margin-right: 6px;
}

/* IE6 */
.qa-search form {
    margin: 0;
}

/* IE6/7 */
.qa-search-field {
    width: 12.6em;
    background: #111;
    border: 1px solid #444;
    color: #777;
    height: 22px;
    font-size: 14px;
    padding: 4px;
    margin-right: 2px;
    -moz-transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
    -webkit-transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
    -o-transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
    transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
}

.qa-search-field:focus {
    width: 25em;
    background: #2b2b2b;
    color: #fff;
    border: 1px solid #666;
    -moz-transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
    -webkit-transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
    -o-transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
    transition: width ease-in-out 0.25s, background ease-in-out 0.25s;
}

.qa-nav-user {
    float: right;
    clear: right;
    font-size: 12px;
    color: #FFF;
    white-space: nowrap;
    margin: 3px 10px 3px 0;
}

* html .qa-nav-user {
    margin-right: 12px;
}

/* IE6 */
.qa-nav-user-list {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.qa-nav-user-item {
    display: inline;
    margin-left: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.qa-nav-user-link {
    color: #ddd !important;
}

.qa-logged-in {
    display: inline;
}

/* Main, sub and category navigation */
.qa-nav-main {
    clear: both;
    background: #333333; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #333333 0%, #111111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #111111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #111111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #111111 100%); /* IE10+ */
    background: linear-gradient(top, #333333 0%, #111111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111', GradientType=0); /* IE6-8 */

    border-top: 1px solid #444;
    border-bottom: 1px solid #000;
}

.qa-nav-main-list {
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-nav-main-item, .qa-nav-main-item-opp {
    /* background:#000 *//*  url(images/nav-main-bg.png) repeat-x left top */;
}

.qa-nav-main-item {
    float: left;
    margin: 0;
}

.qa-nav-main-item-opp {
    float: right;
    padding-right: 0;
}

.qa-nav-main-link {
    background: #333333; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #333333 0%, #111111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #111111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%, #111111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%, #111111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%, #111111 100%); /* IE10+ */
    background: linear-gradient(top, #333333 0%, #111111 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111', GradientType=0); /* IE6-8 */

    color: #aaa !important;
    display: block;
    padding: 7px 9px;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
}

.qa-nav-main-link:hover, .qa-nav-main-selected, .qa-nav-main-hot .qa-nav-main-link:hover {
    background: #a00503; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwMDUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a00503 0%, #590001 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a00503), color-stop(100%, #590001)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a00503 0%, #590001 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a00503 0%, #590001 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a00503 0%, #590001 100%); /* IE10+ */
    background: linear-gradient(top, #a00503 0%, #590001 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a00503', endColorstr='#590001', GradientType=0); /* IE6-8 */

    color: #fff !important;
    text-decoration: none;
    padding: 7px 9px;
    border-left: 1px solid #a00000;
    border-right: 1px solid #a00000;
}

.qa-nav-main-hot .qa-nav-main-link {
    color: #fff !important;

    background: rgb(255, 76, 0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNGMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ZTJhMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 76, 0, 1) 0%, rgba(142, 42, 2, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 76, 0, 1)), color-stop(100%, rgba(142, 42, 2, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 76, 0, 1) 0%, rgba(142, 42, 2, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 76, 0, 1) 0%, rgba(142, 42, 2, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 76, 0, 1) 0%, rgba(142, 42, 2, 1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255, 76, 0, 1) 0%, rgba(142, 42, 2, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c00', endColorstr='#8e2a02', GradientType=0); /* IE6-8 */

}

.qa-nav-sub {
    clear: both;
    background: #495051;
    border-top: 1px solid #272b2b;
    border-bottom: 1px solid #272b2b;
}

* html .qa-nav-sub {
    background: none;
}

/* IE6 since z-order goes wrong */
.qa-nav-sub-list {
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-nav-sub-item {
    float: left;
    padding: 0;
}

.qa-nav-sub-link {
    color: #aaa !important;
    font-weight: 400;
    display: block;
    text-transform: uppercase;
    padding: 8px 12px;
    border-right: 1px solid #565f60;
}

.qa-nav-sub-link:hover, .qa-nav-sub-selected {
    background: #242828;
    color: #fff !important;
    text-decoration: none;
}

.qa-nav-cat {
    margin: 18px 0;
}

.qa-nav-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-nav-cat-list-1 {
    font-size: 14px;
}

.qa-nav-cat-list-2 {
    font-size: 12px;
    margin-left: 1em;
}

.qa-nav-cat-list-3 {
    font-size: 10px;
    margin-left: 1em;
}

.qa-nav-cat-list-4 {
    font-size: 9px;
    margin-left: 1em;
}

.qa-nav-cat-item {
    margin: 2px 0;
    background: #272727;
    padding: 3px 6px;
    border: 1px solid #2a2a2a;
}

.qa-nav-cat-item:nth-child(odd) {

}

.qa-nav-cat-item:nth-child(even) {
}

.qa-nav-cat-link {
    font-weight: 700;
}

.qa-nav-cat-selected, .qa-nav-cat-selected:hover {

}

/* Pagination */
.qa-page-links {
    font-size: 14px;
    clear: both;
    zoom: 1;
    padding: 12px 0;
}

/* zoom:1 for IE6 */
.qa-page-links-label {
    display: none;
}

.qa-page-links-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-page-links-item {
    text-align: center;
    border: 1px solid #111;
    margin-right: 2px;
    float: left;
    display: inline;
}

.qa-page-link, .qa-page-selected, .qa-page-prev, .qa-page-next, .qa-page-ellipsis {
    display: block;
    padding: 5px 0;
    color: #777 !important;
}

.qa-page-link, .qa-page-selected, .qa-page-ellipsis {
    width: 30px;
}

.qa-page-link {
    color: #777 !important;
    background-color: #222;

    -moz-transition: background-color ease-in-out 0.5s;
    -webkit-transition: background-color ease-in-out 0.5s;
    -o-transition: background-color ease-in-out 0.5s;
    transition: background-color ease-in-out 0.5s;
}

.qa-page-selected {
    color: #333 !important;
    background-color: #E96A3E;

}

.qa-page-prev, .qa-page-next {
    color: #333;
    background-color: #222;
    padding: 5px 10px;

    -moz-transition: background-color ease-in-out 0.5s;
    -webkit-transition: background-color ease-in-out 0.5s;
    -o-transition: background-color ease-in-out 0.5s;
    transition: background-color ease-in-out 0.5s;
}

.qa-page-ellipsis {
    color: #666;
}

.qa-page-link:hover, .qa-page-prev:hover, .qa-page-next:hover {
    text-decoration: none;
    background-color: #E96A3E;
    color: #333 !important;

    -moz-transition: background-color ease-in-out 0.15s;
    -webkit-transition: background-color ease-in-out 0.15s;
    -o-transition: background-color ease-in-out 0.15s;
    transition: background-color ease-in-out 0.15s;
}

/* Standard form (tall version) */
.qa-form-tall-table {
    width: 100%;
    border-collapse: collapse;
}

.qa-form-tall-spacer {
    line-height: 1px;
    font-size: 1px;
    padding: 0;
}

.qa-form-tall-ok {
    color: #090;
    font-size: 18px;
    text-align: center;
    padding: 6px;
}

.qa-form-tall-label {
    border-top: 1px solid #444;
    color: #ddd;
    font-size: 14px;
    padding: 8px;
}

.qa-form-tall-data {
    width: 480px;
    padding: 8px;
}

.qa-form-tall-text, .qa-form-tall-number {
    padding: 3px;
}

.qa-form-tall-text {
    background: #333;
    color: #fff;
    width: 525px;
    border: 1px solid #444;
    font-size: 16px;
}

.qa-form-tall-number, .badge-listing input[type="text"] {
    width: 48px;
    background: #111;
    border: 1px solid #444;
}

.qa-form-tall-checkbox {
    float: left;
    margin-right: 4px;
}

.qa-form-tall-image {
    text-align: center;
}

.qa-form-tall-image img {
    padding: 5px;
    background: #333;
    border: 1px solid #444;
}

.qa-form-tall-suffix {
    font-weight: 400;
    font-size: 10px;
    color: #666;
}

.qa-form-tall-error {
    background: #f00;
    padding: 3px;
    color: #fff;
    font-size: 14px;
    margin-top: 6px;
    display: block;
}

.qa-form-tall-note {
    margin-top: 6px;
}

.qa-form-tall-note a {
    color: #293D39;
    text-decoration: underline;
}

.qa-form-tall-note a:hover {
    color: #396E63;
}

.qa-form-tall-buttons {
    /* text-align:center; */
    padding: 10px 8px 8px 0;
}

.qa-form-tall-button, .qa-search-button, .qa-form-tall-table input[type="button"] {
    background: #a00503; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwMDUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a00503 0%, #590001 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a00503), color-stop(100%, #590001)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a00503 0%, #590001 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a00503 0%, #590001 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a00503 0%, #590001 100%); /* IE10+ */
    background: linear-gradient(top, #a00503 0%, #590001 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a00503', endColorstr='#590001', GradientType=0); /* IE6-8 */

    color: #fff;
    font-size: 14px;
    border: 1px solid #400000;
    padding: 5px 10px;
    cursor: pointer;
}

.qa-form-tall-hover, .qa-search-button:hover, .qa-form-tall-table input[type="button"]:hover {
    background: #ad0303; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad0303), color-stop(100%, #6b0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* IE10+ */
    background: linear-gradient(top, #ad0303 0%, #6b0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0303', endColorstr='#6b0000', GradientType=0); /* IE6-8 */

    color: #fff;
    font-size: 14px;
    border: 1px solid #400000;
    padding: 5px 10px;
    cursor: pointer;
}

/* Standard form (wide version) */
.qa-form-wide-table {
    background: #373737;
    border-collapse: collapse;
}

.qa-form-wide-spacer {
    line-height: 1px;
    font-size: 1px;
    border-bottom: 1px solid #373737;
    background: #373737;
    padding: 0;
}

.qa-form-wide-ok {
    color: #090;
    font-size: 18px;
    text-align: center;
    padding: 6px;
}

.qa-form-wide-label {
    border-bottom: 1px solid #444;
    color: #ddd;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    padding: 10px;
}

.qa-form-wide-data {
    border-bottom: 1px solid #444;
    padding: 6px 10px;
}

.qa-form-wide-text, .qa-form-wide-number {
    padding: 3px;
}

.qa-form-wide-text {
    background: #111;
    width: 320px;
    border: 1px solid #444;
}

.qa-form-wide-data input {
    background: #111;
    border: 1px solid #444 !important;
}

.qa-form-wide-number {
    width: 48px;
    background: #111;
    border: 1px solid #444;
    vertical-align: middle;
}

.qa-form-wide-error {
    display: inline-block;
    color: #c00;
    font-size: 11px;
    margin-left: 6px;
}

.qa-form-wide-note {
    font-size: 10px;
    margin-left: 4px;
    color: #aaa;
}

.qa-form-wide-buttons {
    background: #373737;
    padding: 12px 0 8px;
}

.qa-form-wide-prefix {
    font-size: 14px;
}

.qa-form-wide-button {
    background: #a00503; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwMDUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a00503 0%, #590001 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a00503), color-stop(100%, #590001)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a00503 0%, #590001 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a00503 0%, #590001 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a00503 0%, #590001 100%); /* IE10+ */
    background: linear-gradient(top, #a00503 0%, #590001 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a00503', endColorstr='#590001', GradientType=0); /* IE6-8 */

    color: #fff;
    font-size: 14px;
    border: 1px solid #400000;
    padding: 5px 10px;
    cursor: pointer;
}

.qa-form-wide-hover {
    background: #ad0303; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad0303), color-stop(100%, #6b0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* IE10+ */
    background: linear-gradient(top, #ad0303 0%, #6b0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0303', endColorstr='#6b0000', GradientType=0); /* IE6-8 */

    color: #fff;
    font-size: 14px;
    border: 1px solid #400000;
    padding: 5px 10px;
    cursor: pointer;
}

/* Standard form (light version - buttons only) */
.qa-form-light-button, .qa-form-light-hover {
    background: none;
    border: 0;
    height: 24px;
    cursor: pointer;
    margin-right: 6px;
    font-size: 12px;
    text-align: left;
    overflow: visible;
    padding: 0;
}

/* overflow:visible for IE */
.qa-form-light-button {
    color: #666;
}

.qa-form-light-hover, .qa-form-light-button:hover {
    color: #000;
}

.qa-form-light-button-edit, .qa-form-light-hover-edit, .qa-form-light-button-retagcat, .qa-form-light-hover-retagcat {
    /*background: url(images/edit-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-flag, .qa-form-light-hover-flag {
    /*background: url(images/flag-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-unflag, .qa-form-light-hover-unflag, .qa-form-light-button-clearflags, .qa-form-light-hover-clearflags {
    /*background: url(images/unflag-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-hide, .qa-form-light-hover-hide {
    /*background: url(images/hide-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-follow, .qa-form-light-hover-follow {
    /*background: url(images/follow-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-comment, .qa-form-light-hover-comment {
    /*background: url(images/comment-icon.png) no-repeat left center;*/
    /*padding-left: 22px;*/
}

.qa-form-light-button-answer, .qa-form-light-hover-answer {
    /*background: url(images/answer-icon.png) no-repeat left center;*/
    /*padding-left: 26px;*/
}

.qa-form-light-button-reshow, .qa-form-light-hover-reshow {
    /*background: url(images/reshow-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-claim, .qa-form-light-hover-claim {
    /*background: url(images/claim-icon.png) no-repeat left center;*/
    /*padding-left: 22px;*/
}

.qa-form-light-button-delete, .qa-form-light-hover-delete {
    /*background: url(images/delete-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-approve, .qa-form-light-hover-approve {
    /*background: url(images/approve-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-reject, .qa-form-light-hover-reject {
    /*background: url(images/reject-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-close, .qa-form-light-hover-close {
    /*background: url(images/close-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

.qa-form-light-button-reopen, .qa-form-light-hover-reopen {
    /*background: url(images/reopen-icon.png) no-repeat left center;*/
    /*padding-left: 24px;*/
}

/* Standard form (basic version - buttons only) */
.qa-form-basic-button, .qa-form-basic-hover {
    vertical-align: middle;
    margin: 4px 4px 8px 0;
}

.qa-form-basic-button {
    background: #a00503; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwMDUwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a00503 0%, #590001 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a00503), color-stop(100%, #590001)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a00503 0%, #590001 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a00503 0%, #590001 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a00503 0%, #590001 100%); /* IE10+ */
    background: linear-gradient(top, #a00503 0%, #590001 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a00503', endColorstr='#590001', GradientType=0); /* IE6-8 */

    color: #fff;
    font-size: 14px;
    border: 1px solid #400000;
    padding: 5px 10px;
    cursor: pointer;
}

.qa-form-basic-hover, .qa-form-basic-button:hover {
    background: #ad0303; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(images/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkMDMwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ad0303), color-stop(100%, #6b0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ad0303 0%, #6b0000 100%); /* IE10+ */
    background: linear-gradient(top, #ad0303 0%, #6b0000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad0303', endColorstr='#6b0000', GradientType=0); /* IE6-8 */

    color: #fff;
    font-size: 14px;
    border: 1px solid #400000;
    padding: 5px 10px;
    cursor: pointer;
}

.qa-form-basic-note {
    font-size: 11px;
}

/* Question list */
.qa-q-list-item {
    zoom: 1;
    padding: 10px 0;
    border-bottom: 1px solid #444;
}

/* zoom for IE, padding for early FF */
.qa-q-item-stats {
    float: left;
    width: 73px;
}

.qa-q-item-main {
    width:850px;
    float: left;
    padding-left: 20px;
}

.qa-q-item-title {
    color: #000;
    font-size: 20px;
}

.qa-q-item-title a {
    color: #ddd;
}

.qa-q-item-content {
    font-size: 10px;
    margin-top: 8px;
    max-height: 80px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 4px;
}

.qa-q-item-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    margin-right: 2px;
}

.qa-q-item-meta {
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.qa-q-item-when-data {
    font-weight: 700;
}

.qa-q-item-who-title {
    font-size: 80%;
    font-weight: 700;
    color: #6b0000;
}

.qa-q-item-points-data {
    font-weight: 700;
}

.qa-q-item-flags {
    color: red;
    font-weight: 700;
    padding-left: 4px;
}

.qa-q-item-tags {
    margin-top: 12px;
}

.qa-q-item-tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-q-item-tag-item {
    position: relative;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .15s ease-in-out;
    color: black;
    background-color: #666;
    border-color: #666;
}

.qa-q-item-buttons {
    text-align: right;
}

.qa-suggest-next {
    background: #495051;
    border: 1px solid #444;
    color: #aaa;
    font-size: 14px;
    text-align: center;
    clear: both;
    padding: 8px;
}

.qa-suggest-next a {
    font-style: italic;
}

.qa-suggest-next a:hover {
    text-decoration: underline;
}

/* Votes 
 qa-*-hover classes are substituted by JS (for IE), qa-*-button:hover is a backup for other browsers if JS is off */
.qa-voting {
    background: #333;
    border: 1px solid #444;
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.qa-vote-buttons {
    width: 90px;
}

.qa-vote-up-button, .qa-vote-up-hover, .qa-vote-up-disabled {
    background: url(images/vote-buttons.png) no-repeat;
    border: 0;
    color: #f1c96b;
    font-size: 1px;
    height: 24px;
    width: 24px;
}

.qa-vote-up-button {
    background-position: 0 0;
    color: #f1c96b;
}

.qa-vote-up-disabled {
    background-position: 0 0;
    color: #CCC;
}

.qa-vote-up-hover, .qa-vote-up-button:hover {
    background-position: 0 -24px;
    color: #f1c96b;
}

.qa-vote-down-button, .qa-vote-down-hover, .qa-vote-down-disabled {
    background: url(images/vote-buttons.png) no-repeat;
    border: 0;
    color: #f1c96b;
    font-size: 1px;
    height: 24px;
    width: 24px;
}

.qa-vote-down-button {
    background-position: -24px 0;
    color: #f1c96b;
}

.qa-vote-down-disabled {
    background-position: -24px 0px;
    color: #CCC;
}

.qa-vote-down-hover, .qa-vote-down-button:hover {
    background-position: -24px -24px;
    color: #f1c96b;
}

.qa-voted-up-button, .qa-voted-up-hover {
    background: url(images/vote-buttons.png);
    border: 0;
    color: #f1c96b;
    font-size: 1px;
    height: 24px;
    width: 24px;
}

.qa-voted-up-button {
    background-position: 0 -24px;
    color: #f1c96b;
}

.qa-voted-up-hover, .qa-voted-up-button:hover {
    background-position: 0 -24px;
    color: #f1c96b;
}

.qa-voted-down-button, .qa-voted-down-hover {
    background: url(images/vote-buttons.png);
    border: 0;
    color: #f1c96b;
    font-size: 1px;
    height: 24px;
    width: 24px;
}

.qa-voted-down-button {
    background-position: -24px -24px;
    color: #f1c96b;
}

.qa-voted-down-hover, .qa-voted-down-button:hover {
    background-position: -24px -24px;
    color: #f1c96b;
}

.qa-vote-one-button {
    position: absolute;
    left: 32px;
    bottom: 8px;
}

.qa-vote-first-button {
    position: absolute;
    left: 10px;
    bottom: 8px;
}

.qa-vote-second-button {
    position: absolute;
    left: 53px;
    bottom: 8px;
}

.qa-netvote-count {
    text-align: center;
    display: block;
    margin-top: 2px;
    margin-bottom: 6px;
}

.qa-netvote-count-data {
    font-size: 28px;
    font-weight: 700;
    display: block;
    line-height: 36px;
}

.qa-netvote-count-pad {
    font-size: 14px;
    display: block;
}

.qa-upvote-count {
    text-align: center;
    display: block;
    float: left;
    width: 45px;
}

.qa-upvote-count-data {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.qa-upvote-count-pad {
    font-size: 12px;
}

.qa-downvote-count {
    text-align: center;
    display: block;
    float: left;
    width: 45px;
}

.qa-downvote-count-data {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.qa-downvote-count-pad {
    font-size: 12px;
}

/* Answers and views count */
.qa-a-count {
    background: #333;
    border: 1px solid #444;
    float: left;
    width: 90px;
    height: 90px;
    text-align: center;
    margin-right: 10px;
    padding: 0;
}

.qa-a-count-data {
    font-size: 36px;
    font-weight: 700;
    margin-top: 12px;
    display: block;
}

.qa-a-count-pad {
    font-size: 14px;
    display: block;
    color: #666;
    color: rgba(255, 255, 255, 0.3);
}

.qa-a-count-zero {
    background: #210000;
    border: 1px solid #000;
}

.qa-a-count-zero .qa-a-count-data {
    color: #DB0000;
}

.qa-a-count-selected {
    background: #0D1C00;
    border: 1px solid #000;
}

.qa-a-count-selected .qa-a-count-data {
    color: #73A651;
}

.qa-view-count {
    float: right;
    font-size: 11px;
    color: #555;
    margin: 6px 8px 0 20px;
}

.qa-view-count-data {
    font-weight: 700;
}

/* Tags, users and categories */
.qa-top-tags-table {
    float: left;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.qa-top-tags-count {
    border: 1px solid #444;
    border-right: 1px dashed #444;
    color: #aaa;
    text-align: right;
    padding: 6px 8px 6px 12px;
    background: #151515;
}

.qa-top-tags-label {
    border: 1px solid #444;
    border-left: none;
    /*background: #666;*/
    padding: 4px 16px 0 8px;
}

.qa-top-tags-label .qa-tag-link {
    font-weight: 400;
}

.qa-top-tags-spacer {
    padding: 0 4px;
}

.qa-top-users-table {
    float: left;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.qa-top-users-label {
    border: 1px solid #444;
    border-right: 1px dashed #444;
    text-align: left;
    padding: 6px 16px 6px 12px;
    background: #222;
}

.qa-top-users-score {
    background: #151515;
    color: #aaa;
    text-align: right;
    border-color: #444;
    border-style: solid solid solid none;
    border-width: 1px;
    padding: 6px 12px;
}

.qa-top-users-spacer {
    padding: 0 4px;
}

.qa-browse-cat-list {
    list-style: none;
    margin: 0 0 0 2em;
    padding: 0;
}

.qa-browse-cat-list-1 {
    font-size: 18px;
    margin-top: 1em;
}

.qa-browse-cat-list-2 {
    font-size: 16px;
}

.qa-browse-cat-list-3 {
    font-size: 14px;
}

.qa-browse-cat-list-4 {
    font-size: 12px;
}

.qa-browse-cat-item {
    font-weight: 700;
    color: #aaa;
    margin: 0.5em 0;
}

.qa-browse-cat-closed {
    list-style: square;
    color: #86A7B3;
}

.qa-browse-cat-open {
    list-style: square;
    color: #26434D;
}

.qa-browse-cat-link {
    font-weight: 700;
    text-decoration: none;
    color: #26434D;
}

.qa-browse-cat-note {
    font-weight: 400;
    font-size: 85%;
    color: #6C7B80;
}

.qa-browse-cat-note a {
}

/* Question view */
.qa-q-view {
    padding-left: 10px;
    padding-top: 10px;
}

.qa-q-view-main {
    float: left;
    width: 630px;
    padding-left: 10px;
    position: relative;
}

.qa-q-view-main .qa-view-count {
    position: absolute;
    top: -20px;
    right: 0;
    margin: 0;
    position: 0;
    text-decoration: underline;
}

.qa-q-view-content {
    font-size: 13px;
    margin-bottom: 16px;
}

.qa-q-view-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.qa-q-view-meta {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #666 !important;
}

.qa-q-view-follows {
    font-size: 14px;
    margin-bottom: 12px;
}

.qa-q-view-closed {
    font-size: 14px;
    margin-bottom: 18px;
}

.qa-q-view-closed-content {
    font-weight: 700;
}

.qa-q-view-extra {
    font-size: 14px;
    margin-bottom: 18px;
}

.qa-q-view-extra-content {
    font-weight: 700;
}

.qa-q-view-when-data {
    font-weight: 700;
}

.qa-q-view-who-title {
    font-size: 80%;
    font-weight: 700;
    color: #6b0000;
}

.qa-q-view-points-data {
    font-weight: 700;
}

.qa-q-view-flags {
    color: red;
    font-weight: 700;
    padding-left: 4px;
}

.qa-q-view-tags {
    clear: both;
    margin-bottom: 12px;
}

.qa-q-view-tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qa-q-view-tag-item {
    position: relative;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .15s ease-in-out;
    color: black;
    background-color: #666;
    border-color: #666;
}

.qa-q-view-buttons {
    margin-top: 16px;
}

.qa-q-view-c-list {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 24px 0 0 24px;
}

.qa-q-view-hidden .qa-voting {
    color: #ccc;
}

.qa-q-view-hidden .qa-q-view-content {
    color: #999;
}

.qa-q-view-hidden .qa-q-view-meta {
    color: #ccc;
}

.qa-q-view-hidden .qa-user-link {
    color: #999;
}

.qa-q-view-hidden .qa-q-view-who-title {
    color: #999;
}

.qa-q-view-hidden .qa-category-link {
    color: #999;
}

.qa-q-view-hidden .qa-tag-link {
    color: #ccc;
    opacity: 0.5px;
}

/* Answer view  */
.qa-a-list-item {
    /*background: #333;*/
    margin-bottom: 10px;
    zoom: 1;
    position: relative;
    padding: 10px;
    /*border: 1px solid #3a3a3a;*/
}

/* zoom for IE, padding for early FF */
.qa-a-list-item-selected {
    background: #222 !important;
    border: 1px solid #3c572b;
}

.qa-a-list-item-hidden .qa-voting {
    color: #ccc;
}

.qa-a-list-item-hidden .qa-a-item-content {
    color: #999;
}

.qa-a-list-item-hidden .qa-a-item-what {
    color: #ccc;
}

.qa-a-list-item-hidden .qa-a-item-meta {
    color: #ccc;
}

.qa-a-list-item-hidden .qa-a-item-who-title {
    color: #999;
}

.qa-a-list-item-hidden .qa-user-link {
    color: #999;
}

.qa-q-item-what {
	color: #666 !important;
}

.qa-ip-link{
    color: #666 !important;
}

.qa-a-item-main {
    float: left;
    width: 535px;
    display: inline-block;
    padding-left: 10px;
}

/* inline-block for IE */
.qa-a-item-content {
    font-size: 13px;
    margin-bottom: 16px;
}

.qa-a-item-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.qa-a-item-meta {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #666 !important;
}

.qa-a-item-when-data {
    font-weight: 700;
}

.qa-a-item-who-title {
    font-size: 80%;
    font-weight: 700;
    color: #6b0000;
}

.qa-a-item-points-data {
    font-weight: 700;
}

.qa-a-item-flags {
    color: red;
    font-weight: 700;
    padding-left: 4px;
}

.qa-a-item-buttons {
    margin-top: 16px;
}

.qa-a-item-c-list {
    clear: both;
    border-top: 1px solid #444;
    margin: 24px 0 0 24px;
}

/* Answer selection */
.qa-a-selection {
    position: absolute;
    right: 10px;
    width: 25px;
    text-align: center;
}

.qa-a-select-button, .qa-a-select-hover {
    background: url(images/select-star.png) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
}

.qa-a-select-button {
    background-position: 0 -24px;
}

.qa-a-select-hover, .qa-a-select-button:hover {
    background-position: 0 -48px;
}

.qa-a-unselect-button, .qa-a-unselect-hover {
    background: url(images/selected-star.png) no-repeat;
    border: 0;
    height: 24px;
    width: 24px;
}

.qa-a-unselect-button {
    background-position: 0 0;
}

.qa-a-unselect-hover, .qa-a-unselect-button:hover {
    background-position: 0 -24px;
}

.qa-a-selected {
    background: url(images/selected-star.png) no-repeat 0 0;
    height: 24px;
    width: 24px;
    margin: 0 auto;
}

.qa-a-selected-text {
    font-size: 10px;
    font-weight: 700;
    display: block;
    margin-top: 6px;
    color: #73A651;
}

/* Comments */
.qa-c-list-item {
    border-bottom: 1px solid #444;
    padding: 8px 0 8px 8px;
}

.qa-c-item-hidden .qa-c-item-content {
    color: #bbb;
}

.qa-c-item-hidden .qa-c-item-link {
    color: #aaf;
}

.qa-c-item-hidden .qa-c-item-what {
    color: #ccc;
}

.qa-c-item-hidden .qa-c-item-meta {
    color: #ccc;
}

.qa-c-item-hidden .qa-c-item-who-title {
    color: #999;
}

.qa-c-item-hidden .qa-user-link {
    color: #999;
}

.qa-c-item-link {
    display: block;
    margin-bottom: 6px;
}

.qa-c-item-expand {
    display: block;
    color: #666;
    font-style: italic;
    margin: 2px 0;
}

.qa-c-item-content {
    display: block;
    color: #ddd;
    margin-bottom: 6px;
}

.qa-c-item-footer {
    position: relative;
    height: 1%;
}

/* height for IE6 */
.qa-c-item-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.qa-c-item-meta {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #666;
}

.qa-c-item-who-title {
    font-size: 80%;
    font-weight: 700;
    color: #6b0000;
}

.qa-c-item-who-points {
    display: none;
}

.qa-c-item-flags {
    color: red;
    font-weight: 700;
    padding-left: 3px;
}

.qa-c-item-buttons {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.qa-c-item-buttons .qa-form-light-button, .qa-c-item-buttons .qa-form-light-hover {
    background: none;
    height: auto;
    font-size: 10px;
    padding: 0;
}

.qa-q-favorited .qa-q-item-title a, .qa-tag-favorited, .qa-tag-favorited:hover, .qa-cat-favorited, .qa-user-favorited, .qa-nav-cat-favorited, .qa-browse-cat-favorited {
    /*background-image:url(images/favorite-icon-15x15.png); background-repeat: no-repeat;*/
    color: yellow !important;
}

/* Message list */

.qa-message-item {
    margin: 0;
    padding: 12px;
    border-bottom: 2px dotted #444
}

.qa-message-content {
    margin-bottom: 6px;
}

.qa-message-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.qa-message-meta {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #666;
}

.qa-message-buttons {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-left: 12px;
}

.qa-message-buttons .qa-form-light-button-delete {
    color: #f00
}

.qa-message-buttons .qa-form-light-button {
    background: none;
    height: auto;
    font-size: 10px;
    padding: 0;
}

/* Related questions and activity count widgets */
.qa-related-qs {
    font-size: 14px;
}

.qa-related-qs h2 {
    font-size: 18px;
}

.qa-related-q-list {
    list-style-type: none;
    padding: 0;
}

.qa-related-q-item {
    margin: 0.5em 0;
}

.qa-activity-count {
    font-size: 14px;
    color: #777;
}

.qa-activity-count-item {
    margin: 0.5em 0;
}

.qa-activity-count-data {
    font-size: 24px;
    font-weight: 700;
}

/* Footer parts */
.qa-nav-footer-list {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-copyright {
    float: left;
}

.footer-copyright p {
    display: inline-block;
}

.footer-credit {
    float: right;
    display: inline-block;
    margin-right: 12px;
}

.qa-nav-footer-item {
    float: left;
    margin: 0 12px 0 0;
}

.qa-nav-footer-link {

}

.qa-nav-footer-link:hover {

}

.qa-attribution {
    float: right;
}

.qa-attribution a {

}

.qa-attribution a:hover {

}

/* Classes passed to theme */
.qa-user-link {
    color: #666 !important;
    font-weight: 700;
}

.qa-category-link {
    color: #1e5568;
    font-weight: 700;
}

.qa-tag-link {
    /*background: url(images/tag-icon.png) no-repeat left center;*/
    /* color:#206b00 !important; */
    font-size: 12px;
    height: 16px;
    display: 0;
    margin-right: 4px;
    margin-bottom: 3px;
    padding-left: 4px;
    vertical-align: middle;
    text-decoration: none !important;
    color: black !important;
}

span .qa-tag-link, td .qa-tag-link {
    color: #e96a3e !important;
}

.qa-tag-link:hover {
    text-decoration: underline !important;
}

.qa-avatar-image {
    border: 0;
    vertical-align: middle;
}

.qa-avatar-link, .qa-avatar-link:hover {
    text-decoration: none;
}

.qa-favorite-image {
    background: url(images/favorite-heart.png) no-repeat;
    background-position: 0 -24px;
    border: 0;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
}

/* IE6 friendly versions of icons with binary alpha channel */
* html .qa-form-light-button-edit, * html .qa-form-light-hover-edit, * html .qa-form-light-button-retagcat, * html .qa-form-light-hover-retagcat {
    background: url(images/edit-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-flag, * html .qa-form-light-hover-flag {
    background: url(images/flag-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-unflag, * html .qa-form-light-hover-unflag, * html .qa-form-light-button-clearflags, * html .qa-form-light-hover-clearflags {
    background: url(images/unflag-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-hide, * html .qa-form-light-hover-hide {
    background: url(images/hide-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-follow, * html .qa-form-light-hover-follow {
    background: url(images/follow-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-comment, * html .qa-form-light-hover-comment {
    background: url(images/comment-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-answer, * html .qa-form-light-hover-answer {
    background: url(images/answer-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-reshow, * html .qa-form-light-hover-reshow {
    background: url(images/reshow-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-claim, * html .qa-form-light-hover-claim {
    background: url(images/claim-icon-ie6.png) no-repeat left center;
}

* html .qa-form-light-button-delete, * html .qa-form-light-hover-delete {
    background: url(images/delete-icon-ie6.png) no-repeat left center;
}

* html .qa-vote-up-button {
    background: url(images/vote-buttons-ie6.png) no-repeat 0 0;
}

* html .qa-vote-up-hover {
    background: url(images/vote-buttons-ie6.png) no-repeat 0 -29px;
}

* html .qa-vote-up-disabled {
    background: url(images/vote-buttons-ie6.png) no-repeat 0 -116px;
}

* html .qa-vote-down-button {
    background: url(images/vote-buttons-ie6.png) no-repeat -27px 0;
}

* html .qa-vote-down-hover {
    background: url(images/vote-buttons-ie6.png) no-repeat -27px -29px;
}

* html .qa-vote-down-disabled {
    background: url(images/vote-buttons-ie6.png) no-repeat -27px -116px;
}

* html .qa-voted-up-button {
    background: url(images/vote-buttons-ie6.png) no-repeat 0 -87px;
}

* html .qa-voted-up-hover {
    background: url(images/vote-buttons-ie6.png) no-repeat 0 -29px;
}

* html .qa-voted-down-button {
    background: url(images/vote-buttons-ie6.png) no-repeat -27px -87px;
}

* html .qa-voted-down-hover {
    background: url(images/vote-buttons-ie6.png) no-repeat -27px -29px;
}

* html .qa-tag-link {
    background: url(images/tag-icon-ie6.png) no-repeat left center;
}

* html .qa-a-count {
    background: url(images/a-count-icon-ie6.png) no-repeat 32px 13px;
}

/*----------------------------------------------------------------------------
	-----[ q2a 1.6 new user profile page css ]-----
----------------------------------------------------------------------------*/
.qa-template-user .qa-main {
    width: 100%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qa-template-user .qa-part-form-activity,
.qa-template-user .qa-part-message-list {
    float: right;
    width: 50%;
    padding-left: 10px;
}

.qa-template-user .qa-part-form-activity h2 {
    margin-top: 0;
}

.qa-template-user .qa-part-form-profile {
    float: left;
    width: 50%;
    padding-right: 10px;
    border-right: 1px solid #444;
}

.qa-template-user .qa-part-form-activity,
.qa-template-user .qa-part-message-list,
.qa-template-user .qa-part-form-profile {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qa-template-user .qa-part-message-list .qa-form-tall-text,
.qa-template-user .qa-part-form-profile .qa-form-wide-text {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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 {
    font-size: 18px;
    color: #E96A3E;
    font-weight: 700;
}

.qa-vote-count2 {
    border: solid 1px #444;
}

.qa-my-answers {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 8px;
    color: #666;
}

.qa-my-views {
    text-align: center;
    margin-top: 8px;
    color: #666;
}

.qa-selected-green-my {
    color: #73A651
}

.qa-q-view-what {
    color: #666 !important;
}

.qa-a-item-what {
    color: #666 !important;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.kbd-class {
    padding: 2px 10px;
    font-size: 110%;
    color: black;
    background-color: gray;
    border-radius: 2px;
}

.qa-c-item-meta a {
    color: #666 !important;
}

.qa-nav-main-custom-1 a, .qa-nav-main-custom-2 a, .qa-nav-main-custom-3 a, .qa-nav-main-custom-4 a, .qa-nav-main-custom-5 a {
    color: #e96a3e !important;
}