@import url("../Pixel_n_Grain_Light_V_L1.2/qa-styles.css");

/*************************************************
Chuning layout
************************************************/
body {
background-color: #FFFFFF;
background-image: none;
}
.qa-body-wrapper {
border-radius:0px;
-moz-box-shadow:0px;
-webkit-box-shadow:0px;
box-shadow:none;
border-color:#ccc;
border-width:0px;
border-top:none;
margin:0px auto 30px auto;
}
.qa-footer {
border-radius:0px;
}
h2 a:hover {
color:#FFFFFF;
}
.qa-error {
background: none repeat scroll 0 0 #FEEBEB;
border: 1px solid #FF9999;
color: #333333;
font-size: 14px;
line-height: 1.5em;
padding: 0.5em 0.75em;
}
.entry-content img {
background-color: #F3F3F3;
border: 1px solid #C8C8C8;
margin: 0 5px 5px 0;
padding: 5px;
}
.qa-template-question .qa-main .entry-content h2
,.qa-template-question .qa-main .entry-content h3
,.qa-template-question .qa-main .entry-content h4
,.qa-template-question .qa-main .entry-content h5
,.qa-template-question .qa-main .entry-content h6
,.qa-template-custom .qa-main h2
,.qa-template-custom .qa-main h3
,.qa-template-custom .qa-main h4
,.qa-template-custom .qa-main h5
,.qa-template-custom .qa-main h6 {
margin: 20px 0 10px 0;
}
.qa-template-question .qa-main .entry-content h3
,.qa-template-custom .qa-main h3 {
border-bottom: 1px solid #888888;
padding-left: 0;
}
.qa-template-question .qa-main .entry-content dt
,.qa-template-custom .qa-main dt {
}
.qa-template-question .qa-main .entry-content dd
,.qa-template-custom .qa-main dd {
margin: 0 0 0 1.5em;
}
.qa-template-question .qa-main .entry-content ul
,.qa-template-custom .qa-main .entry-content ul
,.qa-template-question .qa-main ol
,.qa-template-custom .qa-main ol {
margin: 0.5em 0;
padding: 0 0 0 2em;;
}
.qa-template-question .qa-main li
,.qa-template-custom .qa-main li {
}
.qa-template-question .qa-main .entry-content blockquote
,.qa-template-custom .qa-main blockquote
,.qa-template-question .qa-main .entry-content pre
,.qa-template-custom .qa-main pre {
background:#F5F5F5;
padding:5px 10px;
margin:10px auto;
border:1px solid #AAA;
font-family:inherit;
font-size:inherit;
font-style:normal;
color:inherit;
position:inherit;
-moz-transition:none;
-webkit-transition:none;
-o-transition:none;
transition:none;
}
.qa-template-question .qa-main .entry-content blockquote:hover
,.qa-template-custom .qa-main blockquote:hover
,.qa-template-question .qa-main .entry-content pre:hover
,.qa-template-custom .qa-main pre:hover {
color:inherit;
-moz-transition:none;
-webkit-transition:none;
-o-transition:none;
transition:none;
}
.qa-template-question .qa-main .entry-content pre
,.qa-template-custom .qa-main pre {
overflow: auto;
white-space: pre-wrap;
word-wrap: break-word;
}
.qa-template-question .qa-main .entry-content table
,.qa-template-custom .qa-main table {
*border-collapse: collapse; /* IE7 and lower */
border-spacing: 0;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
margin-bottom:1em;
}
.qa-template-question .qa-main .entry-content th
,.qa-template-question .qa-main .entry-content td
,.qa-template-custom .qa-main th
,.qa-template-custom .qa-main td {
padding:4px 8px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.qa-template-question .qa-main .entry-content th
,.qa-template-custom .qa-main th {
background-color:#EEE;
/*  border-top: none;*/
text-align: center;
}
.qa-template-question .qa-main .entry-content td
,.qa-template-custom .qa-main td {
text-align: left;
}
.qa-template-question .qa-main .entry-content .bordered td:first-child
,.qa-template-question .qa-main .entry-content .bordered th:first-child
,.qa-template-custom .qa-main .bordered td:first-child
,.qa-template-custom .qa-main .bordered th:first-child {
border-left: none;
}
.qa-template-question .qa-main .entry-content .bordered
,.qa-template-custom .qa-main .bordered  {
width: 100%;
border: solid #ccc 1px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
/*
-webkit-box-shadow: 0 1px 1px #ccc; 
-moz-box-shadow: 0 1px 1px #ccc; 
box-shadow: 0 1px 1px #ccc;
*/
}
.qa-template-question .qa-main .entry-content .bordered tr:hover
,.qa-template-custom .qa-main .bordered tr:hover {
background: #fbf8e9;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;     
}
.qa-template-question .qa-main .entry-content .bordered td
,.qa-template-question .qa-main .entry-content .bordered th
,.qa-template-custom .qa-main .bordered td
,.qa-template-custom .qa-main .bordered th {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 4px 8px;
text-align: left;
}
.qa-template-question .qa-main .entry-content .bordered th
,.qa-template-custom .qa-main .bordered th {
background-color: #dce9f9;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
/*
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
*/
border-top: none;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
text-align: center;
}
.qa-template-question .qa-main .entry-content .bordered td:first-child
,.qa-template-question .qa-main .entry-content .bordered th:first-child
,.qa-template-custom .qa-main .bordered td:first-child
,.qa-template-custom .qa-main .bordered th:first-child {
border-left: none;
}
.qa-template-question .qa-main .entry-content .bordered th:first-child
,.qa-template-custom .qa-main .bordered th:first-child {
-moz-border-radius: 6px 0 0 0;
-webkit-border-radius: 6px 0 0 0;
border-radius: 6px 0 0 0;
}
.qa-template-question .qa-main .entry-content .bordered th:last-child
,.qa-template-custom .qa-main .bordered th:last-child {
-moz-border-radius: 0 6px 0 0;
-webkit-border-radius: 0 6px 0 0;
border-radius: 0 6px 0 0;
}
.qa-template-question .qa-main .entry-content .bordered th:only-child
,.qa-template-custom .qa-main .bordered th:only-child {
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
.qa-template-question .qa-main .entry-content .bordered tr:last-child td:first-child
,.qa-template-custom .qa-main .bordered tr:last-child td:first-child {
-moz-border-radius: 0 0 0 6px;
-webkit-border-radius: 0 0 0 6px;
border-radius: 0 0 0 6px;
}
.qa-template-question .qa-main .entry-content .bordered tr:last-child td:last-child
,.qa-template-custom .qa-main .bordered tr:last-child td:last-child {
-moz-border-radius: 0 0 6px 0;
-webkit-border-radius: 0 0 6px 0;
border-radius: 0 0 6px 0;
}

.qa-header {
/*  background: url("images/header.jpg") no-repeat scroll 180px -280px transparent;*/
}
.qa-header-clear {
clear:both;	
}
.qa-logo {
margin-bottom: 12px;
margin-top: 10px;
padding-left: 10px;
padding-top: 0;
}
.qa-sidepanel {
padding: 0 10px 10px 10px;
clear:both;
}
.qa-nonavi {
margin-top: 30px;
}
.qa-sidepanel h2 {
padding:3px 6px !important;
font-size:14px;
}
.qa-widget-side {
margin: 20px 0;
}
.qa-sidepanel {
width:256px;
}
.qa-sidebar {
/*  border: 1px solid #CCC;*/
/*  padding: 0.5em 1em;*/
margin-top: 10px;
}
.qa-main {
width:672px;
padding-left: 10px;
border-right: medium none;
}
.qa-nav-main {
border-top-color: #4B72C2;
border-bottom-color: #2C4372;
}
.qa-nav-main-hot .qa-nav-main-link {
background:none repeat scroll 0 0 #3B5998;
color: #AFC0E2 !important;
}
.qa-nav-main-link:hover, .qa-nav-main-selected {
color: #FFFFFF !important;
}
.qa-nav-sub {
/*  background-color: #3B5998;*/
/*  border-top-color: #4B72C2;*/
/*  border-bottom-color: #2C4372;*/

/*  background-color: #FFF;*/
background-color: #3B5998;
border:none;
}
.qa-nav-sub-list {
font-size: 11.5px;
}
.qa-nav-sub-item {
background-color: #3B5998;
border-left: 1px solid #2C4372;
border-right: 1px solid #4B72C2;
border-top: 1px solid #4B72C2;
border-bottom: 1px solid #2C4372;
}
.qa-nav-sub-link {
color: #AFC0E2 !important;
}
.qa-nav-sub-link:hover, .qa-nav-sub-selected {
color: #FFFFFF !important;
text-decoration: none !important;
}
.qa-q-list {
border:none;
}
.qa-q-list-item {
background-color:#FFF;
padding:10px 0;
border-bottom:none;
border-top:1px solid #DDDDDD;
}
.qa-q-item-main {
/*  width:550px;*/
width:100%;
padding-left:0px;
}
.qa-q-item-q-avatar {
float: left;
margin-right: 15px;
margin-top: 0px;
}
.qa-q-item-q-userinfo {
background-color: #F5F5F5;
border-top: 1px solid #CCC;
margin-bottom: 0.5em;
overflow: hidden;
padding: 1px 5px;
height: 1.5em;
}
.qa-q-item-q-userinfo:before, .qa-q-item-q-userinfo:after {
content: "";
display: table;
}
.qa-q-item-q-userinfo:after {
clear: both;
}
.qa-q-item-q-userid {
}
.qa-q-item-q-useraffiliation {
margin-left: 0.5em;
}
.qa-q-item-title {
font-size:19px;
font-weight:bold;
margin-bottom: 8px;
}
.qa-q-item-content {
border: medium none;
font-size: 12px;
line-height: 1.6em;
margin-bottom: 0.5em;
overflow-y: visible;
padding: 0;
max-height:none;
}
/*
.qa-q-list-item .qa-q-item-stats {
font-size: 14px;
margin: 3px 0 0 0;
width: 110px;
}
.qa-q-list-item .qa-q-item-stats .qa-a-count
,.qa-q-list-item .qa-q-item-stats .qa-voting
,.qa-q-list-item .qa-q-item-stats .qa-view-count {
float: left;
margin: 0;
padding: 0;
text-align: left;
width: 100%;
}
.qa-q-list-item .qa-q-item-stats .qa-a-count {
background: url("images/icon/answer_22.png") no-repeat scroll 0 0 transparent;
margin-bottom:3px;
}
.qa-q-list-item .qa-q-item-stats .qa-voting {
background: url("images/icon/vote_22.png") no-repeat scroll 0 0 transparent;
margin-bottom:3px;
height: auto;
}
.qa-q-list-item .qa-q-item-stats .qa-view-count {
background: url("images/icon/view_22.png") no-repeat scroll 0 0 transparent;
}
.qa-q-list-item .qa-q-item-stats .qa-a-count .qa-a-count-pad
,.qa-q-list-item .qa-q-item-stats .qa-vote-count-net .qa-netvote-count .qa-netvote-count-pad
,.qa-q-list-item .qa-q-item-stats .qa-view-count .qa-view-count-pad {
color: #888888;
display: block;
float: left;
font-size: 10px;
margin: 3px 0 0 25px;
}
.qa-q-list-item .qa-q-item-stats .qa-a-count .qa-a-count-data
,.qa-q-list-item .qa-q-item-stats .qa-vote-count-net .qa-netvote-count .qa-netvote-count-data
,.qa-q-list-item .qa-q-item-stats .qa-view-count .qa-view-count-data {
color:#555;
border: 1px solid #DDD;
float: left;
font-size: 14px;
font-weight: normal;
line-height: 14px;
min-width: 30px;
margin-left:5px;
padding: 2px 4px;
text-align: center;
}
*/
.qa-q-item-stats {
}
.qa-q-item-stats-upper
,.qa-q-item-stats-lower {
float:left;
background-color: #EBF1FB;
border: 1px solid #AFC0E2;
font-size: 14px;
margin: 0 15px 0 0;
padding: 6px 8px;
width: 65px;
}
.qa-q-item-stats-lower {
clear:both;
border-top:none;
color:#AAA;
padding: 3px 8px;
}
.qa-q-item-stats .qa-a-count {
background: none repeat scroll 0 0 transparent;
display: block;
float: left;
margin: 0;
padding: 0;
text-align: left;
width: 100%;
border:none;
height: auto;
}
.qa-q-item-stats .qa-a-count .qa-a-count-pad {
display: inline;
}
.qa-q-item-stats .qa-a-count .qa-a-count-data {
font-size: 16px;
font-weight:bold;
margin-left: 2px;
display: inline;
}
.qa-q-list-item .qa-q-item-stats .qa-voting {
float: left;
height: auto;
margin: 0;
padding: 0;
width: 100%;
}
.qa-q-list-item .qa-q-item-stats .qa-vote-count-net {
}
.qa-q-list-item .qa-q-item-stats .qa-vote-count-net .qa-netvote-count {
text-align: left;
margin-top: 0;
}
.qa-q-list-item .qa-q-item-stats .qa-vote-count-net .qa-netvote-count .qa-netvote-count-pad {
display: inline;
}
.qa-q-list-item .qa-q-item-stats .qa-vote-count-net .qa-netvote-count .qa-netvote-count-data {
font-size: 13px;
margin-left: 2px;
display: inline;
line-height: 1em;
}
.qa-q-list-item .qa-q-item-stats .qa-vote-clear {
display: inline;  
}
.qa-q-list-item .qa-q-item-stats .qa-view-count {
float: left;
height: auto;
margin: 0;
padding: 0;
width: 100%;
font-size: 14px;
}
.qa-q-list-item .qa-q-item-stats .qa-view-count .qa-view-count-pad {
}
.qa-q-list-item .qa-q-item-stats .qa-view-count .qa-view-count-data {
font-size: 16px;
font-weight:bold;
margin-left: 2px;
}
.qa-q-list-item .qa-q-item-stats .qa-vote-buttons {
display: none;
}
.qa-q-item-activity {
/*  border: 1px dotted #AFC0E2;*/
/*  padding: 4px;*/
float: right;
margin-top: 5px;
width: 200px;
}
.qa-q-item-tags {
float:left;
margin-top: 5px;
}
.qa-q-item-avatar {
float: left;
margin: 0 10px 0 0;
}
.qa-q-item-meta {
font-size:10px;
margin:0px;
display: inline;
line-height: 1.25em;
}
.qa-q-item-when-data {
font-weight:normal;
}
.qa-q-item-what {
/*	color:darkred;*/
}
.qa-q-item-buttons {
text-align: left;
}
.qa-q-view {
padding-left: 0;
}
.qa-q-view-main {
width:605px;
margin-bottom:10px;
}
.qa-q-view-follows {
background-color: #E8EFFD;
border: 1px solid #9AADD5;
}
.qa-q-view-follows-link {
color: #3B5998 !important;
}
.qa-q-view-content {
color:#222;
}
.qa-q-view-avatar {
clear:both;
float: left;
margin: 10px 10px 10px 0;
}
.qa-q-view-userinfo {
float:left;
height: 3em;
margin: 10px 0 0 0;
overflow: hidden;
padding: 0;
}
.qa-q-view-userid {
}
.qa-q-view-useraffiliation {
display: block;
margin: 0;
}
.qa-q-view-meta {
display: block;
clear:both;
margin-top: 10px;
}
.qa-q-view-closed {
color: darkred;
font-size: 12px;
margin-bottom: 1em;
}
.qa-q-view-closed-content {
font-weight: normal;
}
.qa-a-item-main {
width:570px;
}
.qa-a-item-avatar {
float: left;
margin: 0 10px 10px 0;
}
.qa-a-item-userinfo {
margin: 0;
padding: 0;
height: 3em;
overflow: hidden;
}
.qa-a-item-userid {
}
.qa-a-item-useraffiliation {
margin: 0;
display:block;
}
.qa-a-item-content {
clear: both;
color:#222;
margin-top: 1em;
}
.qa-a-list-item {
padding: 10px 10px 10px 0;
}
.qa-c-item-avatar {
float: left;
margin: 0 10px 5px 0;
}
.qa-c-item-userinfo {
margin: 0;
padding: 0;
height: 3em;
overflow: hidden;
font-size: 10px;
}
.qa-c-item-userid {
}
.qa-c-item-useraffiliation {
margin: 0;
display:block;
}
.qa-c-item-content {
color:#222;
margin-top: 0.5em;
clear: both;
}
.qa-c-item-buttons {
float:right;
position:static;
}
.qa-topnavi {
margin: 7px 10px 0 15px;
float: right;
}
#qa-share-buttons {
float: right;
margin: 7px 0 0 5px;
}
.qa-favoriting {
float:none;
margin-right:0px;
}
.qa-home-title {
display:none;
}
.qa-question-title {
clear: both;
margin: 0 0 0.5em;
/*  margin: 0 0 0.5em 55px;*/	/* left: 45 + 10 px */
margin: 0 0 0.5em 10px;
padding-top: 10px;
}
.entry-title {
background: none repeat scroll 0 0 transparent;
color: #000000;
padding-left: 0px;	/* 45 + 10 px */
}
.qa-form-tall-label {
border-top:none;
padding: 8px;
}
.qa-form-tall-text {
width:585px;
}
.qa-c-form .qa-form-tall-text {
width:545px;
}
/*
.qa-q-view .qa-voting {
margin-top: -45px;
}
*/
.qa-voting {
margin-right: 0px;
width: 45px;
height: 40px;
padding-top:0;
background:none;
border:none;
}
.qa-vote-buttons {
height: 19px;
width: 45px;
}
.qa-vote-first-button {
left: 9px;
top: -5px;
text-indent:-9999px;
}
.qa-vote-second-button {
left: 9px;
top: 15px;
text-indent:-9999px;
}
.qa-vote-one-button {
left: 9px;
top: -5px;
text-indent:-9999px;
}
.qa-vote-first-button:active
,.qa-vote-second-button:active
,.qa-vote-one-button:active
{
outline:none;	
}
input[type="submit"]::-moz-focus-inner{
border :0px;
}
.qa-voted-down-button {
/*  top: 70px;*/
}
.qa-netvote-count-data {
font-size: 24px;
font-weight: bold;
}
.qa-netvote-count-pad {
display:none;
font-size: 13px;
}
.qa-user-link {
font-weight:normal;
}
.qa-category-link {
font-weight:normal;
}
#printer {
margin: 4px 0 0 5px;
}
.qa-q-item-tag-item, .qa-q-view-tag-item {
float:left;
margin:0 3px 6px 0;
}
.qa-tag-link {
/*  padding-left: 22px;*/
/* FOCUS like */
/*
background: none repeat scroll 0 0 #DEEFFF;
height: auto;
padding: 2px 6px;
white-space: nowrap;
*/
/* SO like */
background-color: #E0EAF1;
background-image: none;
border-bottom: 1px solid #B7CBDA;
border-right: 1px solid #B7CBDA;
font-size: 12px;
margin:0;
padding: 2px 4px 1px 5px;
text-decoration: none !important;
white-space: nowrap;
/*  display: block;*/
}
.qa-tag-link:hover {
text-decoration:none !important;
color: #E0EAF1;
background-color: #3B5998;
border-bottom: 1px solid #30607d;
border-right: 1px solid #30607d;
}
.qa-form-light-button-edit, .qa-form-light-hover-edit, .qa-form-light-button-retagcat, .qa-form-light-hover-retagcat {
background-image:url("images/icon/silk/page_edit.png");
padding-left:20px;
}
.qa-form-light-button-flag, .qa-form-light-hover-flag {
background-image:url("images/icon/silk/sound.png");
padding-left:20px;
}
.qa-form-light-button-unflag, .qa-form-light-hover-unflag, .qa-form-light-button-clearflags, .qa-form-light-hover-clearflags {
background-image:url("images/icon/silk/sound_delete.png");
padding-left:20px;
}
.qa-form-light-button-close, .qa-form-light-hover-close {
background-image:url("images/icon/silk/lock.png");
padding-left:20px;
}
.qa-form-light-button-reopen, .qa-form-light-hover-reopen {
background-image:url("images/icon/silk/lock_open.png");
padding-left:18px;
}
.qa-form-light-button-hide, .qa-form-light-hover-hide {
background-image:url("images/icon/silk/delete.png");
padding-left:18px;
}
.qa-form-light-button-reshow, .qa-form-light-hover-reshow {
background-image:url("images/icon/silk/eye.png");
padding-left:20px;
}
.qa-form-light-button-answer, .qa-form-light-hover-answer {
/*  background-image:url("images/icon/silk/font.png");*/
background-image:none;
padding-left:18px;
}
.qa-form-light-button-comment, .qa-form-light-hover-comment {
/*  background-image:url("images/icon/silk/comment_add.png");*/
background-image:none;
padding-left:20px;
}
.qa-form-light-button-follow, .qa-form-light-hover-follow {
background-image:url("images/icon/silk/link.png");
padding-left:20px;
}
.qa-form-tall-image img {
background-color:#FFFFFF;
border-color:#CCCCCC;
}
.spacer {
overflow: hidden;
}
.spacer:before, .spacer:after {
content: "";
display: table;
}
.spacer:after {
clear: both;
}
li.qa-nav-sub-selected {
display:none;
}

.qa-nav-cat-item {
border-top:none;
border-right:none;
border-bottom:1px dotted #CCC;
border-left:none;
padding: 2px 6px;
}
/*
.qa-nav-cat-item {
border: medium none;
margin: 0;
padding: 0;
}
*/
.qa-nav-cat-link {
font-weight: normal;	
}
.qa-nav-cat-note {
	
}
.qa-nav-cat-all {
background-color: #3B5998;
border:none;
margin-bottom: 10px;
padding: 3px 6px;
}
.qa-nav-cat-all .qa-nav-cat-link {
color:#fff;
font-weight: bold;
}

.qa-activity-count {
border: 1px solid #CCC;
padding: 0.25em 1em;
color:inherit;
}
.qa-activity-count-item {
clear:right;
margin: 0;
line-height: 26px;
}
.qa-activity-count-data, .qa-activity-count-unit {
float:right;
}
.qa-activity-count-unit {
margin-left:5px;
}
.qa-browse-cat-list {
-moz-column-count: auto;
-moz-column-gap: 0px;
-webkit-column-count: auto;
-webkit-column-gap: 0px;
column-count: auto;
column-gap: 0px;
}
.qa-browse-cat-item {
margin: 4px 0;
}
.qa-suggest-next a {
font-style:normal;
margin:0 5px;
}
.qa-nav-footer-feedback {
display:none;
}
.qa-widget-main {
width:auto;
}
.qa-top-users-table-widget {
width: 100%;
margin: 0;
}
.qa-top-users-table-widget td {
padding: 5px;
}
.qa-top-users-table-widget td.qa-top-users-label {
border-style:solid;
}
.qa-top-users-table-widget td.qa-top-users-score {
padding: 5px 10px 5px 5px;	
}

/*************************************************
login/register page
************************************************/
.qa-template-login .qa-body-wrapper
,.qa-template-register .qa-body-wrapper {
/*  background: url("images/illust_400.gif") no-repeat 520px 20px #FFF;*/
/*  background: url("images/illust_240.gif") no-repeat 380px 20px #FFF;*/
/*  background: url("images/illust_215.gif") no-repeat 380px 50px #FFF; */
background: url("images/illust_160.gif") no-repeat 400px 50px #FFF;  
border:none;
}
.qa-search {
clear:both;
}
.qa-search-field {
height:18px;
}
.qa-search-button
,.qa-search-button:hover {
padding:3px 6px;
}
/*
.qa-template-login .qa-nav-user
,.qa-template-register .qa-nav-user
,.qa-template-custom .qa-nav-user
,.qa-template-feedback .qa-nav-user
,.qa-template-forgot .qa-nav-user {
margin: 0;
padding: 0;
width: 980px;
}
.qa-template-login .qa-nav-user .qa-nav-user-list
,.qa-template-register .qa-nav-user .qa-nav-user-list
,.qa-template-custom .qa-nav-user .qa-nav-user-list
,.qa-template-feedback .qa-nav-user .qa-nav-user-list
,.qa-template-forgot .qa-nav-user .qa-nav-user-list {
background-color: #3B5998;
display: block;
padding: 4px 8px;
text-align: right;
}
.qa-template-login .qa-nav-user a.qa-nav-user-link
,.qa-template-register .qa-nav-user a.qa-nav-user-link
,.qa-template-custom .qa-nav-user a.qa-nav-user-link
,.qa-template-feedback .qa-nav-user a.qa-nav-user-link
,.qa-template-forgot .qa-nav-user a.qa-nav-user-link {
color: #AFC0E2 !important;
}
.qa-template-login .qa-nav-user a.qa-nav-user-link:link
,.qa-template-login .qa-nav-user a.qa-nav-user-link:active
,.qa-template-login .qa-nav-user a.qa-nav-user-link:visited
,.qa-template-register .qa-nav-user a.qa-nav-user-link:link
,.qa-template-register .qa-nav-user a.qa-nav-user-link:active
,.qa-template-register .qa-nav-user a.qa-nav-user-link:visited
,.qa-template-custom .qa-nav-user a.qa-nav-user-link:link
,.qa-template-custom .qa-nav-user a.qa-nav-user-link:active
,.qa-template-custom .qa-nav-user a.qa-nav-user-link:visited
,.qa-template-feedback .qa-nav-user a.qa-nav-user-link:link
,.qa-template-feedback .qa-nav-user a.qa-nav-user-link:active
,.qa-template-feedback .qa-nav-user a.qa-nav-user-link:visited
,.qa-template-forgot .qa-nav-user a.qa-nav-user-link:link
,.qa-template-forgot .qa-nav-user a.qa-nav-user-link:active
,.qa-template-forgot .qa-nav-user a.qa-nav-user-link:visited {
color: #AFC0E2;
}
*/
.qa-template-login .qa-logo
,.qa-template-register .qa-logo {
padding-top: 20px;
padding-left: 24px;
}
.qa-template-custom .qa-logo
,.qa-template-feedback .qa-logo
,.qa-template-forgot .qa-logo {
padding-top: 0px;
}
.qa-search-dummy {
clear: both;
float: right;
height: 50px;
}
.qa-template-login .qa-logo a img
,.qa-template-register .qa-logo a img  {
width:310px;
height:58px;
}
/*
.qa-template-login .qa-form-tall-button
,.qa-template-login .qa-form-tall-hover
,.qa-template-register .qa-form-tall-button
,.qa-template-register .qa-form-tall-hover
,.qa-form-tall-submit input {
background: none;
border: medium none;
height: 25px;
padding: 0;
text-indent: -9999px;
width: 98px;
}
.qa-template-login .qa-form-tall-button-login
,.qa-template-login .qa-form-tall-hover-login {
background: url("images/button/login.png") repeat scroll 0 0 transparent;
}
.qa-template-register .qa-form-tall-button-register
,.qa-template-register .qa-form-tall-hover-register  {
background: url("images/button/register.png") repeat scroll 0 0 transparent;
}
.qa-form-tall-submit input {
background: url("images/button/question2.png") no-repeat scroll center center transparent;
}
*/
.qa-form-tall-button
,.qa-form-tall-hover
,.qa-form-wide-button
,.qa-form-wide-hover
,.qa-form-basic-button
,.qa-form-basic-button:hover
,.qa-form-basic-hover {
background-color:#3B5998;
padding:2px 8px;
position:relative;
font-size:12px;
text-decoration:none;
color:#fff;
border: solid 1px #2C4372;
background-image: linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -o-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -moz-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -ms-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(59,89,152)),
color-stop(1, rgb(75,114,194))
);
-webkit-box-shadow: inset 0px 1px 0px #81A0E0, 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #81A0E0, 0px 1px 0px #fff;
box-shadow: inset 0px 1px 0px #81A0E0, 0px 1px 0px #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
letter-spacing:1px;
}
.qa-form-tall-button:active
,.qa-form-tall-hover:active
,.qa-form-wide-button:active
,.qa-form-wide-hover:active
,.qa-form-basic-button:active
,.qa-form-basic-hover:active {
padding:3px 8px 1px 8px;
top:1px;
background-image: linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -o-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -moz-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -ms-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(75,114,194)),
color-stop(1, rgb(59,89,152))
);
}
.qa-template-login .qa-form-tall-button
,.qa-template-login .qa-form-tall-hover
,.qa-template-register .qa-form-tall-button
,.qa-template-register .qa-form-tall-hover
,.qa-form-tall-submit input {
background-color:#3bb3e0;
padding:2px 14px;
/*position:relative;*/
font-size:12px;
text-decoration:none;
color:#fff;
border: solid 1px #186f8f;
background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(44,160,202)),
color-stop(1, rgb(62,184,229))
);
-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
letter-spacing:1px;
}
.qa-template-login .qa-form-tall-button:active
,.qa-template-login .qa-form-tall-hover:active
,.qa-template-register .qa-form-tall-button:active
,.qa-template-register .qa-form-tall-hover:active
,.qa-form-tall-submit input:active {
padding:1px 14px;
top:1px;
background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(62,184,229)),
color-stop(1, rgb(44,160,202))
);
}
.qa-q-view-buttons .qa-form-light-button-answer
,.qa-q-view-buttons .qa-form-light-hover-answer
,.qa-q-view-buttons .qa-form-light-button-answer:active
,.qa-q-view-buttons .qa-form-light-hover-answer:active {
float:left;
height: auto;
}
.qa-q-view-buttons .qa-form-light-button-answer
,.qa-q-view-buttons .qa-form-light-hover-answer {
background-color:#3B5998;
padding:1px 14px;
position:relative;
font-size:12px;
text-decoration:none;
color:#fff;
border: solid 1px #2C4372;
background-image: linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -o-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -moz-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -ms-linear-gradient(bottom, rgb(59,89,152) 0%, rgb(75,114,194) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(59,89,152)),
color-stop(1, rgb(75,114,194))
);
-webkit-box-shadow: inset 0px 1px 0px #81A0E0, 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #81A0E0, 0px 1px 0px #fff;
box-shadow: inset 0px 1px 0px #81A0E0, 0px 1px 0px #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
letter-spacing:1px;
}
.qa-q-view-buttons .qa-form-light-button-answer:active
,.qa-q-view-buttons .qa-form-light-hover-answer:active {
padding:0px 14px;
top:1px;
background-image: linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -o-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -moz-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -ms-linear-gradient(bottom, rgb(75,114,194) 0%, rgb(59,89,152) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(75,114,194)),
color-stop(1, rgb(59,89,152))
);
}
.qa-a-form .qa-form-tall-button-answer
,.qa-a-form .qa-form-tall-hover-answer
,.qa-c-form .qa-form-tall-button-comment
,.qa-c-form .qa-form-tall-hover-comment {
background-color:#FF6574;
padding:2px 12px;
position:relative;
font-size:12px;
text-decoration:none;
color:#fff;
border: solid 1px #9E3D46;
background-image: linear-gradient(bottom, rgb(226,90,103) 0%, rgb(254,129,128) 100%);
background-image: -o-linear-gradient(bottom, rgb(226,90,103) 0%, rgb(254,129,128) 100%);
background-image: -moz-linear-gradient(bottom, rgb(226,90,103) 0%, rgb(254,129,128) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(226,90,103) 0%, rgb(254,129,128) 100%);
background-image: -ms-linear-gradient(bottom, rgb(226,90,103) 0%, rgb(254,129,128) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(226,90,103)),
color-stop(1, rgb(254,129,128))
);
-webkit-box-shadow: inset 0px 1px 0px #FDC0C6, 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #FDC0C6, 0px 1px 0px #fff;
box-shadow: inset 0px 1px 0px #FDC0C6, 0px 1px 0px #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
letter-spacing:1px;
}
.qa-c-form .qa-form-tall-button-comment
,.qa-c-form .qa-form-tall-hover-comment{
padding:2px 8px;
}
.qa-q-view-buttons .qa-form-light-button-comment
,.qa-q-view-buttons .qa-form-light-hover-comment
,.qa-a-item-buttons .qa-form-light-button-comment
,.qa-a-item-buttons .qa-form-light-hover-comment
,.qa-q-view-buttons .qa-form-light-button-comment:active
,.qa-q-view-buttons .qa-form-light-hover-comment:active
,.qa-a-item-buttons .qa-form-light-button-comment:active
,.qa-a-item-buttons .qa-form-light-hover-comment:active {
float:left;
height: auto;
}
.qa-q-view-buttons .qa-form-light-button-comment
,.qa-q-view-buttons .qa-form-light-hover-comment
,.qa-a-item-buttons .qa-form-light-button-comment
,.qa-a-item-buttons .qa-form-light-hover-comment {
background-color:#EEEEEE;
padding:1px 5px;
position:relative;
font-size:12px;
text-decoration:none;
color:#333;
border: solid 1px #AAAAAA;
background-image: linear-gradient(bottom, rgb(221,221,221) 0%, rgb(238,238,238) 100%);
background-image: -o-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(238,238,238) 100%);
background-image: -moz-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(238,238,238) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(238,238,238) 100%);
background-image: -ms-linear-gradient(bottom, rgb(221,221,221) 0%, rgb(238,238,238) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(221,221,221)),
color-stop(1, rgb(238,238,238))
);
-webkit-box-shadow: inset 0px 1px 0px #EEEEEE, 0px 1px 0px #fff;
-moz-box-shadow: inset 0px 1px 0px #EEEEEE, 0px 1px 0px #fff;
box-shadow: inset 0px 1px 0px #EEEEEE, 0px 1px 0px #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
letter-spacing:1px;
}
.qa-q-view-buttons .qa-form-light-button-comment:active
,.qa-q-view-buttons .qa-form-light-hover-comment:active
,.qa-a-item-buttons .qa-form-light-button-comment:active
,.qa-a-item-buttons .qa-form-light-hover-comment:active {
padding:0px 2px 2px 2px;
top:1px;
background-image: linear-gradient(bottom, rgb(238,238,238) 0%, rgb(221,221,221) 100%);
background-image: -o-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(221,221,221) 100%);
background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(221,221,221) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(221,221,221) 100%);
background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 0%, rgb(221,221,221) 100%);
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(238,238,238)),
color-stop(1, rgb(221,221,221))
);
}
.qa-favorite-button
,.qa-favorite-hover
,.qa-favorite-button:active
,.qa-favorite-hover:active
,.qa-unfavorite-button
,.qa-unfavorite-hover
,.qa-unfavorite-button:active
,.qa-unfavorite-hover:active {
width:auto;
height:20px;
padding:0px 3px 0px 18px;
position:relative;
font-size:11px;
text-decoration:none;
color:#3B5998;
border: solid 1px #CAD4E7;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.qa-favorite-button
,.qa-favorite-hover
,.qa-favorite-button:active
,.qa-favorite-hover:active {
background: url("images/icon/plus_alt_15x15.png") no-repeat 0px 0px #ECEEF5;
}
.qa-unfavorite-button
,.qa-unfavorite-hover
,.qa-unfavorite-button:active
,.qa-unfavorite-hover:active {
background: url("images/icon/minus_alt_15x15.png") no-repeat 0px 0px #ECEEF5;
}

/*************************************************
custom page
************************************************/
.qa-template-custom {
}
.qa-template-custom .qa-main
,.qa-template-feedback  .qa-main {
/*  min-height:740px;*/
}
.qa-template-custom .qa-main p {
font-size:13px;
}
.qa-template-custom .qa-main ul
,.qa-template-custom .qa-main ol {
margin-left: 1.5em;
padding-left: 1em;
}
.qa-template-custom .qa-main ul li ul
,.qa-template-custom .qa-main ul li ol
,.qa-template-custom .qa-main ol li ul
,.qa-template-custom .qa-main ol li ol {
margin-left: 0.5em;
}
.qa-template-custom .qa-main dd {
margin-left: 1.25em;
}
.qa-template-custom .qa-body-wrapper
,.qa-template-feedback .qa-body-wrapper
/*,.qa-template-account .qa-body-wrapper*/
{
/*  background: url("images/illust_half.png") no-repeat scroll 600px bottom #FFF;*/
/*  background: url("images/illust_360.gif") no-repeat scroll 640px 360px #FFF;*/
}
/*
.qa-template-login .qa-nav-user
,.qa-template-register .qa-nav-user {
display:none;
}
*/
.qa-template-login .qa-main
,.qa-template-register .qa-main {
width:940px;
padding-top: 100px;
padding-right: 20px;
padding-left: 20px;
background: url("images/slogan.png") no-repeat 20px 0 transparent;
/*  border-top: 1px solid #DDDDDD;*/
min-height:420px;
}
.qa-template-login h1
,.qa-template-register h1 {
padding-left: 8px;
}

.qa-template-login .qa-main form
,.qa-template-register .qa-main form {
/*width:280px;*/
float:left;
}
.qa-template-login .qa-form-tall-table
,.qa-template-register .qa-form-tall-table {
background-color: transparent;
border: none;
}
.qa-template-login .qa-form-tall-table td
,.qa-template-register .qa-form-tall-table td {
}
.qa-template-login .qa-form-tall-table td.qa-form-tall-label
,.qa-template-register .qa-form-tall-table td.qa-form-tall-label {
padding-bottom: 4px;
background-color:transparent;
}
.qa-template-login .qa-form-tall-table td.qa-form-tall-label input.qa-form-tall-checkbox
,.qa-template-register .qa-form-tall-table td.qa-form-tall-label input.qa-form-tall-checkbox {
}
.qa-template-login .qa-form-tall-table td.qa-form-tall-data
,.qa-template-register .qa-form-tall-table td.qa-form-tall-data {
padding-top: 0;
padding-bottom: 4px;
width:auto;
background-color:transparent;
}
.qa-template-login .qa-form-tall-table td.qa-form-tall-data input.qa-form-tall-text
,.qa-template-register .qa-form-tall-table td.qa-form-tall-data input.qa-form-tall-text {
width: 260px;
padding:2px;
}
.qa-template-login .qa-form-tall-table td.qa-form-tall-data div.qa-form-tall-note
,.qa-template-register .qa-form-tall-table td.qa-form-tall-data div.qa-form-tall-note {
margin-bottom: 0px;
}
.qa-template-login .qa-form-tall-table td.qa-form-tall-buttons
,.qa-template-register .qa-form-tall-table td.qa-form-tall-buttons {
padding: 8px;
}
.qa-template-login .qa-form-tall-table td.qa-form-tall-buttons .qa-form-tall-button
.qa-template-register .qa-form-tall-table td.qa-form-tall-buttons .qa-form-tall-button {
padding: 2px 10px;
}
.qa-template-login .qa-main .fb-login-button
,.qa-template-register .qa-main .fb-login-button {
display: block !important;
margin-left: 380px;
margin-top: -50px;
}
.qa-template-register .qa-form-tall-table td.qa-form-tall-label {
padding:4px 8px 0px;
}
.qa-template-register .qa-form-tall-table td.qa-form-tall-data {
padding:0px 8px 0px;
}
.qa-register-box {
float:right;
width: 460px;
text-align: right;
margin-top: 0px;
margin-bottom:20px;
}
.qa-register-box img {
/*  border:1px solid #ccc;*/
border:none;
outline: none;
overflow:hidden;
}
.qa-register-desc {
background: url("images/icon/iconic/blue/arrow_left_24x24.png") no-repeat scroll 10px 10px #FFFFFF;
border: 1px solid #CCCCCC;
padding: 1em 1em 1em 48px;
margin-top: 2em;
text-align: left;
color: #000;
filter:alpha(opacity=70);  
opacity:0.7;
}
.qa-related-qs {
}
.qa-related-qs h2 {
margin-bottom: 5px;
}
.qa-related-q-list {
margin-top: 0;
}
.qa-related-q-item {
/*
background: url("images/icon/silk/bullet_toggle_plus.png") no-repeat scroll left 1px transparent;
font-size: 13px;
line-height: 1.25em;
margin: 0 0 0.25em;
padding-left: 18px;
*/
border-bottom: 1px solid #CCCCCC;
font-size: 12px;
line-height: 1.25em;
margin: 0;
padding: 6px 0;
}
.qa-related-q-item .qa-avatar-link {
}
.qa-related-q-item .qa-avatar-image {
float: left;
margin-right: 8px;
}
.qa-related-q-item .qa-user-link {
}
.qa-related-q-item .qa-creation-date {
color: #888888;
float: right;
font-size: 11px;
margin-right:2px;
}
/*
.qa-related-q-item .qa-title-link {
display: block;	
margin-top:2px;
}
*/
.qa-related-q-item .qa-title-link {
display: block;
margin-bottom: 2px;
}
/* for sample
.qa-image-list {
float:right;
width: 460px;
text-align: center;
margin-top: 0px;
margin-bottom:20px;
}
.qa-image-list a img {
border:none;
}
*/
.qa-image-list {
float:right;
width: 460px;
text-align: left;
margin-top: 0px;
margin-bottom:20px;
}
.qa-image-list ul {
margin: 0;
padding: 0;
}
.qa-image-list ul li {
display: block;
float: left;
padding: 2px;
}
.qa-image-list ul li span {
}
.qa-image-list ul li span img {
border: 1px solid #888888;
}

.qa-askbox {
margin-top: -20px;
}
.qa-askbox table.qa-form-tall-table {
}
.qa-askbox table.qa-form-tall-table td {
}
.qa-askbox table.qa-form-tall-table td.qa-form-tall-label {
padding: 10px 0 0 0;
}
.qa-askbox table.qa-form-tall-table td.qa-form-tall-data {
padding: 10px 0 0 0;
}
.qa-askbox table.qa-form-tall-table td.qa-form-tall-submit {
padding: 10px 0 0 0;
text-align: center;
}
.qa-top-tags-label, .qa-top-users-label {
padding:8px;
vertical-align: top;
}
.qa-top-tags-label {
border-color: #DDDDDD;
border-style: solid;
border-width: 1px 0px 1px 1px;
}
.qa-top-tags-count {
border-color: #263A63;
border-style: solid;
border-width: 1px 1px 1px 0px;
font-size: 14px;
}
.qa-top-users-label {
border: 1px solid #DDDDDD;
}
.qa-tag-list-table {
width: 100%;
}
.qa-tag-list-table td {
padding: 6px 4px;
}
.qa-tag-list-table td.qa-top-tags-label {
}
.qa-tag-list-table td.qa-top-tags-label a {
}
.qa-tag-list-table td.qa-top-tags-count {
}
.qa-follow-users-header {
margin-bottom: 2px;
}
.qa-follow-users-message {
font-size: 10px;
margin-bottom: 2px;
}
.qa-follow-users {
list-style: none outside none;
margin: 0;
padding: 0;
}
.qa-follow-users li {
display: block;
float: left;
font-size: 9.5px;
margin: 0 5px 8px 0;
text-align: center;
}
.qa-follow-users li a.qa-avatar-link {
}
.qa-follow-users li a.qa-avatar-link span {
}
.qa-follow-users li a.qa-avatar-link span img {
}
.qa-follow-users li a.qa-user-link {
}
.qa-top-users-table .qa-avatar-link {
float: left;
margin: 0 5px 0 0;
}
.qa-top-users-table .qa-userslist-userinfo {
float: left;
line-height: 1.25em;
width:270px;
}
.qa-top-users-table .qa-userslist-userinfo .qa-user-link {
}
.qa-top-users-table .qa-userslist-userinfo .qa-user-affiliation {
display: block;
font-size: 11px;
}
.doublecheck {
font-size:80%;
color:#888;
}
.qa-form-wide-ok {
font-size:16px;
}
.qa-form-tall-error a {
display:block;
}
.qa-nav-footer-list {
float:left;
}
.qa-nav-footer-item {
margin: 0 12px 4px 0;
}
.qa-main h1:first-of-type {
border-bottom:none;
}
.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 {
color: #3B5998 !important;
}
.qa-template-unanswered .qa-nav-sub-by-selected {
display:none;
}
