qa-styles.css 48.9 KB
Newer Older
Gideon Greenspan committed
1 2
/*
	Theme Name: Snow
3
	Theme URI:
Gideon Greenspan committed
4 5
	Theme Version: 1.3
	Theme Date: 2013-11-13
Gideon Greenspan committed
6 7 8 9 10
	Theme Author: Q2A Market
	Theme Author URI: http://www.q2amarket.com/
	Theme License: GPLv2
*/

11

Gideon Greenspan committed
12 13 14 15 16 17
/*---[ Start: global css ]---*/
.clearfix:after,
#qa-login-group:after,
.qa-header:after,
.qa-main-shadow:after,
.qa-footer-bottom-group:after,
Gideon Greenspan committed
18 19
.qa-main-wrapper:after,
.qa-nav-main-list:after,
Gideon Greenspan committed
20 21
.qa-nav-sub-list:after,
.qa-nav-cat-item:after {
Gideon Greenspan committed
22 23 24 25 26 27 28
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
29

Gideon Greenspan committed
30 31 32 33 34 35
.clearfix,
#qa-login-group,
.qa-header,
.qa-main-shadow,
.qa-nav-footer,
.qa-footer-bottom-group,
Gideon Greenspan committed
36 37
.qa-main-wrapper,
.qa-nav-main-list,
Gideon Greenspan committed
38
.qa-nav-sub-list,
39 40 41 42
.qa-nav-cat-item {
	display: inline-table;
}

Gideon Greenspan committed
43
/* Hides from IE-mac \*/
44 45 46 47
* html .clearfix {
	height: 1%;
}

Gideon Greenspan committed
48 49 50 51 52 53
.clearfix,
#qa-login-group,
.qa-header,
.qa-main-shadow,
.qa-nav-footer,
.qa-footer-bottom-group,
Gideon Greenspan committed
54 55
.qa-main-wrapper,
.qa-nav-main-list,
Gideon Greenspan committed
56
.qa-nav-sub-list,
57 58 59
.qa-nav-cat-item {
	display: block;
}
Gideon Greenspan committed
60

61 62 63 64 65
/* End hide from IE-mac */
:-moz-placeholder {
	color: #aaa !important;
	font-style: italic;
	line-height: 20px;
Gideon Greenspan committed
66
}
67 68 69 70 71

::-webkit-input-placeholder {
	color: #aaa !important;
	font-style: italic;
	line-height: 20px;
Gideon Greenspan committed
72
}
73 74 75 76 77

html {
	position: relative;
	min-height: 100%;
}
78

Gideon Greenspan committed
79
body {
80 81
	background: #eeeeee url(images/bodybg.jpg) repeat left top;
	text-align: center;
82
	margin: 0 0 80px;
83
	padding: 0;
Gideon Greenspan committed
84
}
85 86 87 88

body, td, input, textarea {
	font: 14px/1.5 Helvetica, Arial, sans-serif;
	color: #333;
Gideon Greenspan committed
89
}
90

Gideon Greenspan committed
91
a:link, a:visited {
92 93
	text-decoration: none;
	color: #0179b5;
Gideon Greenspan committed
94
}
95 96 97 98

a:hover, a:active {
	color: #0179b5;
	text-decoration: underline;
Gideon Greenspan committed
99
}
100

Gideon Greenspan committed
101
button::-moz-focus-inner {
102 103 104 105 106 107 108 109 110 111
	border: 0;
	padding: 0;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

112 113 114 115
input[type="text"].qa-search-field {
    padding: 4px 5px;
}

116 117 118 119
input[type="text"], input[type="password"], textarea, select, checkbox, radio {
	border: 1px solid #ddd;
	padding: 5px;
	color: #777;
Gideon Greenspan committed
120
	border-radius: 3px;
Gideon Greenspan committed
121
	line-height: normal;
122 123 124 125 126 127 128 129 130 131
	-moz-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-webkit-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-o-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3) inset;
	border: 1px solid #00AAFF !important;
	color: #333;
Gideon Greenspan committed
132
	line-height: normal;
133 134 135 136
	-moz-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-webkit-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-o-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
Gideon Greenspan committed
137
}
138

Gideon Greenspan committed
139
input {
140
	outline: none;
Gideon Greenspan committed
141
}
142 143 144

input[type="submit"] {
	cursor: pointer;
Gideon Greenspan committed
145
}
146 147 148 149

input::-moz-focus-inner {
	padding: 0;
	border: 0;
Gideon Greenspan committed
150
}
151 152 153 154 155 156 157 158 159 160

select {
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px 0 2px 2px;
}

table {
	border-collapse: collapse;
Gideon Greenspan committed
161
}
162 163


Gideon Greenspan committed
164 165
/* Headings */
h1 {
166 167 168 169 170 171 172 173 174 175
	color: #444;
	font-size: 20px;
	font-weight: 700;
	margin: 0.5em 0 25px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	line-height: 1.1em;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding: 14px 25px 5px 0;
Gideon Greenspan committed
176
}
177

Gideon Greenspan committed
178
h2 {
179 180 181 182 183 184 185
	font-size: 16px;
	color: #333;
	padding: 5px 10px !important;
	clear: both;
	background: #eee;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
Gideon Greenspan committed
186
	border-radius: 3px;
187 188 189 190 191 192 193 194 195
	box-shadow: 0 -25px 25px -25px white inset;
	border: 1px solid #ddd;
	text-shadow: 1px 1px 0 white;
}

h3 {
	margin: 0 0 10px 0;
	color: #111;
}
Gideon Greenspan committed
196

197 198 199 200 201 202 203 204 205
blockquote {
	background: #eee;
	padding: 15px;
	margin: 30px auto;
	border: 1px solid #aaa;
	font-size: 16px;
	font-style: italic;
	color: #000;
	position: relative;
Gideon Greenspan committed
206
}
207 208 209 210

blockquote p {
	margin: 0;
	padding: 0;
Gideon Greenspan committed
211
}
212 213 214

img {
	border: none;
Gideon Greenspan committed
215
}
216

Gideon Greenspan committed
217
/*---[ End: global css ]---*/
218 219 220
.qa-q-view-follows {
	background: #eee;
	padding: 2px 5px;
Gideon Greenspan committed
221
}
222 223 224

.qa-q-view-follows-link {
	color: #3B5998  !important;
Gideon Greenspan committed
225
}
226

Gideon Greenspan committed
227
p {
228
	margin-top: 0;
Gideon Greenspan committed
229
}
230

Gideon Greenspan committed
231
/*---[ other comomn used css ]---*/
232
#qa-register, #qa-login {
Gideon Greenspan committed
233 234 235
	background: #0099cc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTljYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY2OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
236 237 238 239 240 241 242 243 244 245 246
	background: -moz-linear-gradient(top, #0099cc 0%, #0179b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0099cc), color-stop(100%, #0179b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0099cc 0%, #0179b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0099cc 0%, #0179b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0099cc 0%, #0179b5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0099cc 0%, #0179b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099cc', endColorstr='#0179b5',GradientType=0 ); /* IE6-8 */
	border: 1px solid #004f76;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
Gideon Greenspan committed
247
	border-radius: 3px;
Gideon Greenspan committed
248
}
249 250 251

#qa-register:hover, #qa-register:focus,
#qa-login:hover, #qa-login:focus {
Gideon Greenspan committed
252 253 254
	background: #1ca0cc; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjYTBjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk5Y2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
255 256 257 258 259 260 261
	background: -moz-linear-gradient(top, #1ca0cc 0%, #0099cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1ca0cc), color-stop(100%, #0099cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1ca0cc 0%, #0099cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1ca0cc 0%, #0099cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1ca0cc 0%, #0099cc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1ca0cc 0%, #0099cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ca0cc', endColorstr='#0099cc',GradientType=0 ); /* IE6-8 */
Gideon Greenspan committed
262
}
263

Gideon Greenspan committed
264
/*---[ Begin: login bar css ]---*/
265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
#qa-login-bar {
	background: #ddd;
	margin: 0;
	height: 30px;
	border-bottom: 1px solid #aaa;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#qa-login-group {
	width: 980px;
	margin: 0 auto;
	padding: 2px 10px;
	text-align: left;
}

#qa-loginform {
	float: left;
}

#qa-userid, #qa-password, .qa-search-field {
	width: 165px;
	margin-right: 5px;
Gideon Greenspan committed
287
	padding: 4px 5px;
Gideon Greenspan committed
288
}
289 290 291 292 293 294 295 296

#qa-userid, #qa-password {
	float: left;
}

#qa-loginform #qa-rememberbox {
	float: left;
	padding: 7px 5px 1px;
Gideon Greenspan committed
297
}
298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339

#qa-loginform #qa-rememberme {
	margin: 0 5px 0 0;
	float: left;
}

#qa-loginform #qa-remember {
	display: block;
	line-height: 14px;
	float: left;
}

#qa-login, #qa-register {
	height: 25px;
	margin: 0 0 0 5px;
}

#qa-forgot-password {
	display: inline-block;
}

#qa-forgot-password a, #qa-forgot-password a:visited {
	width: 24px;
	height: 24px;
	line-height: 25px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #ccc;
	color: #777;
	display: inline-block;
	box-shadow: 1px 1px 0 0 #eee;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#qa-forgot-password a:hover, #qa-forgot-password a:active {
	text-decoration: none;
	background: #aa0000;
	color: #fff;
}

Gideon Greenspan committed
340 341
/*-- search box --*/
.qa-search {
342 343 344
	white-space: nowrap;
	margin: 0;
	float: right;
Gideon Greenspan committed
345
}
346

Gideon Greenspan committed
347
* html .qa-search {
348
	margin-right: 6px;
Gideon Greenspan committed
349
}
350

Gideon Greenspan committed
351 352
/* IE6 */
.qa-search form {
353
	margin: 0;
Gideon Greenspan committed
354
}
355

Gideon Greenspan committed
356 357 358
/* IE6/7 */
.qa-search-field {
	vertical-align: bottom;
359
	margin: 0;
Gideon Greenspan committed
360
	border-radius: 3px 0 0 3px !important;
Gideon Greenspan committed
361
}
362 363 364 365 366 367 368 369 370 371 372 373

input[type="submit"].qa-search-button {
	width: 26px;
	height: 26px;
	margin: 0 0 0 -5px;
	padding: 0;
	text-indent: -9999px;
	background: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center 0;
	border: 1px solid #ccc;
	display: inline-block;
Gideon Greenspan committed
374
	border-radius: 0 3px 3px 0 !important;
Gideon Greenspan committed
375
}
376 377 378 379 380

input[type="submit"].qa-search-button:hover {
	background: url(images/search.png);
	background-repeat: no-repeat;
	background-position: center -26px;
Gideon Greenspan committed
381
}
382

Gideon Greenspan committed
383 384
/*-- nav user class --*/
.qa-nav-user {
385 386 387 388 389
	float: left;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
	margin: 5px 0 4px 0;
Gideon Greenspan committed
390
}
391

Gideon Greenspan committed
392
* html .qa-nav-user {
393
	margin-right: 12px;
Gideon Greenspan committed
394
}
395 396 397 398 399

.qa-logged-in {
	margin-right: 1px;
	float: left;
	display: block;
Gideon Greenspan committed
400
}
401

Gideon Greenspan committed
402
/* added for 1.2 */
403
.qa-logged-in-avatar {
Gideon Greenspan committed
404 405 406 407
	float: left;
	margin: -3px 5px 0 0;
	width: 24px;
}
408 409

.qa-logged-in-avatar .qa-avatar-image {
Gideon Greenspan committed
410 411
	max-width: 100%;
	height: auto;
Gideon Greenspan committed
412 413
	min-width: 24px; /* pull request */
	min-height: 24px; /* pull request */
Gideon Greenspan committed
414
}
415

Gideon Greenspan committed
416
/* end */
417 418 419 420
.qa-logged-in-points {
	float: left;
	margin-left: 2px;
	margin-right: 5px;
Gideon Greenspan committed
421
}
422

Gideon Greenspan committed
423 424
/* IE6 */
.qa-nav-user-list {
425 426 427 428
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
429
}
430

Gideon Greenspan committed
431
.qa-nav-user-item {
432 433 434 435 436 437 438
	float: left;
	display: block;
	margin: 0;
	padding: 0 5px;
	font-weight: 400;
	text-transform: capitalize;
	border-left: 1px solid #aaa;
Gideon Greenspan committed
439
}
440

Gideon Greenspan committed
441
.qa-nav-user-link {
442
	color: #3B5998 !important;
Gideon Greenspan committed
443
}
444 445 446 447

.qa-nav-user-register {
	border-left: none;
	display: inline-block;
Gideon Greenspan committed
448
}
449 450 451 452 453 454 455

.qa-nav-user-register .qa-nav-user-link, .qa-nav-user-register .qa-nav-user-link:visited {
	padding: 0 5px;
	height: 24px;
	display: inline-block;
	margin-top: -5px;
	line-height: 26px;
Gideon Greenspan committed
456
}
457 458 459

.fb_iframe_widget span {
	margin-top: -3px;
Gideon Greenspan committed
460 461
}
/*---[ End: login bar css ]---*/
462

Gideon Greenspan committed
463 464
/*---[ Begin: notice bar css ]---*/
.qa-notice {
465 466 467 468 469 470 471 472
	background: #FFC73A;
	border-bottom: 3px solid #FFD77A;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 8px 32px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
Gideon Greenspan committed
473
}
474

Gideon Greenspan committed
475
.qa-notice-close-button {
476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
	font-family: Arial, Tahoma, Sans-serif;
	color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
	font-weight: 700;
	background: #FFE484;
	cursor: pointer;
	position: absolute;
	padding: 4px 8px;
	line-height: normal;
	display: inline-block;
	border: none;
	top: 7px;
	right: 6px;
	border-radius: 15px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.qa-notice-close-button:hover {
	background: #EAD279;
	color: #000;
Gideon Greenspan committed
496 497
}
/*---[ End: notice bar css ]---*/
498

Gideon Greenspan committed
499 500
/*---[ Begin: body css ]---*/
.qa-body-wrapper {
501 502 503
	width: 1000px;
	text-align: left;
	margin: 0 auto 50px auto;
Gideon Greenspan committed
504
}
505

Gideon Greenspan committed
506
/* Clearing classes */
507 508
.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;
Gideon Greenspan committed
509
}
510

Gideon Greenspan committed
511 512 513
/*-- header css --*/
.qa-header {
	/*position:relative;*/
514 515
	padding: 15px 10px 5px;
	height: auto;
Gideon Greenspan committed
516
}
517

Gideon Greenspan committed
518
.qa-logo {
519 520 521
	float: left;
	font-size: 38px;
	font-weight: 700;
Gideon Greenspan committed
522 523 524 525
	/*position:absolute;
	bottom:5px;
	left:10px;*/
}
526 527 528 529

div.header-banner {
	float: right;
	margin: 0;
Gideon Greenspan committed
530
}
531

Gideon Greenspan committed
532
/*-- qa main wrapper css --*/
533 534 535
.qa-main-shadow {
	padding: 10px 10px 0;
	background: url(images/shadow.png) no-repeat center -10px;
Gideon Greenspan committed
536
}
537 538 539 540

.qa-main-wrapper {
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
Gideon Greenspan committed
541
}
542

Gideon Greenspan committed
543 544
/*-- main + sub navigation css --*/
.qa-nav-main {
545 546
	clear: both;
	padding: 0;
Gideon Greenspan committed
547
	background: #eaeaea;
548
	border: 1px solid #ddd;
Gideon Greenspan committed
549
}
550

Gideon Greenspan committed
551
.qa-nav-main-list {
552 553 554 555 556
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
Gideon Greenspan committed
557
}
558

Gideon Greenspan committed
559
.qa-nav-main-item {
560 561
	float: left;
	margin: 0;
Gideon Greenspan committed
562
}
563 564 565 566 567

.qa-nav-main-hot a {
	color: #a80000 !important;
	text-transform: uppercase;
	font-weight: 700;
Gideon Greenspan committed
568
}
569

Gideon Greenspan committed
570
.qa-nav-main-item-opp {
571 572
	float: right;
	padding-right: 0;
Gideon Greenspan committed
573
}
574

Gideon Greenspan committed
575
.qa-nav-main-link {
576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594
	color: #666 !important;
	display: block;
	font-weight: 700;
	padding: 7px 9px;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.qa-nav-main-link:hover, .qa-nav-main-selected {
	text-decoration: none;
	color: #006699 !important;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
Gideon Greenspan committed
595
}
596 597 598 599 600

.qa-nav-main-custom-1 .qa-nav-main-link {
	border-left: none;
}

Gideon Greenspan committed
601 602 603 604
.qa-nav-sub {
	background: #f4f4f4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
605 606 607 608 609 610 611 612 613
	background: -moz-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
	clear: both;
	border: 1px solid #ddd;
Gideon Greenspan committed
614
}
615

Gideon Greenspan committed
616 617 618
* html .qa-nav-sub {
	/* background:none; */
}
619

Gideon Greenspan committed
620 621
/* IE6 since z-order goes wrong */
.qa-nav-sub-list {
622 623 624 625
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 3px 0;
Gideon Greenspan committed
626
}
627

Gideon Greenspan committed
628
.qa-nav-sub-item {
629 630
	float: left;
	padding: 0;
Gideon Greenspan committed
631
}
632

Gideon Greenspan committed
633
.qa-nav-sub-link {
634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658
	color: #444 !important;
	font-weight: 400;
	display: block;
	margin: 0 2px;
	padding: 2px 6px;
	text-decoration: none !important;
	border: 1px solid transparent;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.qa-nav-sub-link:hover, .qa-nav-sub-selected {
	color: #000 !important;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #aaa;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
Gideon Greenspan committed
659
}
660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682

.qa-nav-sub-hot .qa-nav-sub-link {
	color: #af0000 !important;
	font-weight: 700;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.qa-nav-sub-hot .qa-nav-sub-link:hover, .qa-nav-sub-hot .qa-nav-sub-selected {
	background: #cf0000;
	color: #fff !important;
	border-radius: 3px !important;
	border: 1px solid #ff0000;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
683
/*-- end main + sub navigation css --*/
684 685


Gideon Greenspan committed
686 687
/*-- content and widgets --*/
.qa-main {
688 689 690 691 692 693
	padding-left: 10px;
	float: left;
	width: 710px;
	margin: 10px 0 24px;
	clear: left;
	overflow: hidden;
Gideon Greenspan committed
694
}
695

Gideon Greenspan committed
696
.qa-main-hidden h1 {
697
	color: #000;
Gideon Greenspan committed
698
}
699 700 701 702

.qa-ask-box {
	background: #0087CA;
	border: 1px solid #005782;
Gideon Greenspan committed
703
	border-radius: 3px;
Gideon Greenspan committed
704
}
705 706 707

.qa-ask-box .qa-form-tall-label {
	font-weight: bold;
Gideon Greenspan committed
708 709 710
	color: #fff;
	text-transform: uppercase;
}
711 712

.qa-ask-box tr:hover {
Gideon Greenspan committed
713
	background: none;
Gideon Greenspan committed
714
}
715

Gideon Greenspan committed
716 717 718 719 720 721
/* .qa-headings{
	border-bottom:1px solid #ddd;
	margin-bottom:25px;
	position:relative;
	padding:14px 25px 5px 0;
} */
722 723 724 725
.entry-title {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
Gideon Greenspan committed
726
}
727 728

.qa-rss-icon {
Gideon Greenspan committed
729 730
	/* text-align:right;
	float:right; */
731 732 733
	position: absolute;
	bottom: 0;
	right: 4px;
Gideon Greenspan committed
734
}
735 736 737 738


/*--------- VOTING + ANSWER + VIEW BLOCKS CSS ------------------*/

Gideon Greenspan committed
739
/* Votes */
Gideon Greenspan committed
740
.qa-q-item-stats {
741
	float: left;
Gideon Greenspan committed
742
}
743

Gideon Greenspan committed
744
.qa-voting {
745 746 747 748 749 750 751
	background: #e7f7ff;
	border: 1px solid #c5d6df;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	padding: 0;
Gideon Greenspan committed
752
	border-radius: 3px;
Gideon Greenspan committed
753
}
754

Gideon Greenspan committed
755
.qa-vote-buttons {
756 757 758 759 760 761 762 763 764 765 766 767
	position: relative;
	height: 60px;
	width: 16px;
	float: left;
}

.qa-vote-up-button, .qa-vote-down-button, .qa-vote-one-button {
	text-indent: 9999px;
}

.qa-q-list-vote-disabled .qa-vote-buttons {
	display: none;
Gideon Greenspan committed
768
}
769 770 771 772 773 774 775 776 777 778

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

Gideon Greenspan committed
779
.qa-vote-up-button {
780 781
	background-position: 0 0;
	color: #f1c96b;
Gideon Greenspan committed
782
}
783

Gideon Greenspan committed
784
.qa-vote-up-disabled {
785 786
	background-position: 0 -80px;
	color: #CCC;
Gideon Greenspan committed
787
}
788

Gideon Greenspan committed
789
.qa-vote-up-button:hover {
790 791
	background-position: 0 -20px;
	color: #f1c96b;
Gideon Greenspan committed
792
}
793 794 795 796 797 798 799 800

.qa-vote-down-button, .qa-vote-down-disabled {
	background: url(images/vote-buttons.png) no-repeat;
	border: 0;
	color: #f1c96b;
	font-size: 1px;
	height: 20px;
	width: 16px;
Gideon Greenspan committed
801
}
802

Gideon Greenspan committed
803
.qa-vote-down-button {
804 805
	background-position: -16px 0;
	color: #f1c96b;
Gideon Greenspan committed
806
}
807

Gideon Greenspan committed
808
.qa-vote-down-disabled {
809 810
	background-position: -16px -80px;
	color: #CCC;
Gideon Greenspan committed
811
}
812

Gideon Greenspan committed
813
.qa-vote-down-button:hover {
814 815
	background-position: -16px -20px;
	color: #f1c96b;
Gideon Greenspan committed
816
}
817

Gideon Greenspan committed
818
.qa-voted-up-button {
819 820 821 822 823 824
	background: url(images/vote-buttons.png);
	border: 0;
	color: #f1c96b;
	font-size: 1px;
	height: 20px;
	width: 16px;
Gideon Greenspan committed
825
}
826

Gideon Greenspan committed
827
.qa-voted-up-button {
828 829
	background-position: 0 -40px;
	color: #f1c96b;
Gideon Greenspan committed
830
}
831

Gideon Greenspan committed
832
.qa-voted-up-button:hover {
833 834
	background-position: 0 -60px;
	color: #f1c96b;
Gideon Greenspan committed
835
}
836

Gideon Greenspan committed
837
.qa-voted-down-button {
838 839 840 841 842 843
	background: url(images/vote-buttons.png);
	border: 0;
	color: #f1c96b;
	font-size: 1px;
	height: 20px;
	width: 16px;
Gideon Greenspan committed
844
}
845

Gideon Greenspan committed
846
.qa-voted-down-button {
847 848
	background-position: -16px -40px;
	color: #f1c96b;
Gideon Greenspan committed
849
}
850

Gideon Greenspan committed
851
.qa-voted-down-button:hover {
852 853
	background-position: -16px -60px;
	color: #f1c96b;
Gideon Greenspan committed
854
}
855

Gideon Greenspan committed
856
.qa-vote-one-button {
857 858 859
	position: absolute;
	left: 2px;
	top: 20px;
Gideon Greenspan committed
860
}
861

Gideon Greenspan committed
862
.qa-vote-first-button {
863 864 865
	position: absolute;
	left: 2px;
	top: 6px;
Gideon Greenspan committed
866
}
867

Gideon Greenspan committed
868
.qa-vote-second-button {
869 870 871
	position: absolute;
	left: 2px;
	bottom: 6px;
Gideon Greenspan committed
872
}
873

Gideon Greenspan committed
874
.qa-netvote-count {
875 876
	text-align: center;
	display: block;
Gideon Greenspan committed
877
}
878

Gideon Greenspan committed
879
.qa-netvote-count-data {
880 881 882 883 884 885
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
	overflow: hidden;
Gideon Greenspan committed
886
}
887

Gideon Greenspan committed
888
.qa-netvote-count-pad {
889
	font-size: 11px;
Gideon Greenspan committed
890
}
891

Gideon Greenspan committed
892 893
/* separate vote buttons counter */
.qa-upvote-count,
Gideon Greenspan committed
894
.qa-downvote-count {
895 896
	text-align: center;
	display: block;
Gideon Greenspan committed
897
}
898

Gideon Greenspan committed
899
.qa-upvote-count-data,
Gideon Greenspan committed
900
.qa-downvote-count-data {
901 902 903 904
	font-size: 18px;
	font-weight: 700;
	display: block;
	line-height: 18px;
Gideon Greenspan committed
905
}
906

Gideon Greenspan committed
907
.qa-upvote-count-pad,
Gideon Greenspan committed
908
.qa-downvote-count-pad {
909
	font-size: 11px;
Gideon Greenspan committed
910 911
	line-height: 11px;
	color: #9DA8AD;
Gideon Greenspan committed
912
}
Gideon Greenspan committed
913

Gideon Greenspan committed
914 915
/* Answers and views count */
.qa-a-count {
916 917 918 919 920 921 922 923
	background: #eafff4;
	border: 1px solid #c1daa6;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 5px;
	padding: 0;
Gideon Greenspan committed
924
	border-radius: 3px;
Gideon Greenspan committed
925
}
926 927 928 929

.qa-a-count-zero {
	background: #ffe9d5;
	border: 1px solid #ffd196;
Gideon Greenspan committed
930
}
931 932 933 934

.qa-a-count-selected {
	background: #d9f5bb;
	border: 1px solid #c1daa6;
Gideon Greenspan committed
935
}
936

Gideon Greenspan committed
937
.qa-a-count-data {
938 939 940 941 942
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
Gideon Greenspan committed
943
}
944

Gideon Greenspan committed
945
.qa-a-count-pad {
946
	font-size: 11px;
Gideon Greenspan committed
947
}
948

Gideon Greenspan committed
949
.qa-view-count {
950 951 952 953 954 955 956 957 958 959
	float: left;
	background: #fff;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 5px;
	padding: 0;
	border: 1px solid #ddd;
	overflow: hidden;
Gideon Greenspan committed
960
	border-radius: 3px;
Gideon Greenspan committed
961
}
962

Gideon Greenspan committed
963
.qa-view-count-data {
964 965 966 967 968
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
Gideon Greenspan committed
969
}
970 971 972

.qa-view-count-pad {
	font-size: 11px;
Gideon Greenspan committed
973
}
974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003

.qa-template-question .qa-part-q-view {
	position: relative;
}

.qa-template-question .qa-view-count {
	position: absolute;
	right: 0;
	top: -20px;
	float: none;
	margin: 0;
	padding: 0 0 2px;
	width: auto;
	height: auto;
	color: #777;
	border: none;
	border-bottom: 1px solid #dddddd;
}

.qa-template-question .qa-view-count-data {
	font-size: 11px;
	line-height: 12px;
	margin-top: 1px;
	display: inline;
}

.qa-template-question .qa-view-count-pad {
	font-size: 8px;
	line-height: 8px;
	letter-spacing: 1px;
Gideon Greenspan committed
1004
}
1005 1006 1007

/*--------- END VOTING + ANSWER + VIEW BLOCKS CSS ------------------*/

Gideon Greenspan committed
1008 1009 1010
.qa-favoriting {
	/* float:right;
	margin-right:8px; */
1011 1012 1013
	position: absolute;
	right: 0;
	bottom: 24px;
Gideon Greenspan committed
1014
}
1015 1016 1017 1018 1019 1020

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

Gideon Greenspan committed
1023
.qa-favorite-button {
1024
	background-position: 0 -24px;
Gideon Greenspan committed
1025
}
1026

Gideon Greenspan committed
1027
.qa-favorite-button:hover {
1028
	background-position: 0 0;
Gideon Greenspan committed
1029
}
1030

Gideon Greenspan committed
1031
.qa-unfavorite-button {
1032
	background-position: 0 -48px;
Gideon Greenspan committed
1033
}
1034

Gideon Greenspan committed
1035
.qa-unfavorite-button:hover {
1036
	background-position: 0 0;
Gideon Greenspan committed
1037
}
1038

Gideon Greenspan committed
1039
.qa-error {
1040 1041 1042 1043 1044 1045 1046
	background: #d00;
	border: 1px solid #a00;
	color: #ffd9d9;
	font-size: 18px;
	margin-bottom: 1em;
	padding: 5px 15px;
	border-radius: 3px;
Gideon Greenspan committed
1047
}
1048 1049 1050 1051

.qa-error a {
	color: #fff;
	font-weight: bold;
Gideon Greenspan committed
1052
}
1053 1054 1055

.qa-error a:hover {
	text-decoration: underline;
Gideon Greenspan committed
1056
}
1057

Gideon Greenspan committed
1058 1059
/* Page sections */
.qa-sidepanel {
1060 1061 1062 1063
	float: right;
	width: 240px;
	padding: 10px;
	min-height: 80px;
Gideon Greenspan committed
1064
}
1065

Gideon Greenspan committed
1066
.qa-sidebar {
1067 1068 1069 1070 1071
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 20px;
	background: #d0dfe4;
	border: 1px solid #b6c4c8;
Gideon Greenspan committed
1072
}
1073

Gideon Greenspan committed
1074
.qa-feed {
1075 1076 1077 1078
	background: #f8f8f8 url(images/feed-icon-14x14.png) no-repeat 20px 22px;
	padding: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
Gideon Greenspan committed
1079
}
1080

Gideon Greenspan committed
1081
.qa-feed-link {
1082 1083 1084
	font-size: 12px;
	color: #666;
	padding-left: 20px;
Gideon Greenspan committed
1085
}
1086 1087

.qa-footer-bottom-group {
1088 1089 1090 1091 1092 1093
	background: #ddd;
	border-top: 1px solid #aaa;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
Gideon Greenspan committed
1094
}
1095

Gideon Greenspan committed
1096
.qa-footer {
1097 1098 1099 1100 1101 1102
	clear: both;
	width: 980px;
	margin: 0 auto;
	color: #777777;
	font-size: 10px;
	padding: 10px;
Gideon Greenspan committed
1103
}
1104 1105 1106

.qa-footer a, .qa-footer a:visited {
	text-decoration: underline;
Gideon Greenspan committed
1107
}
1108

1109
/* IE6
Gideon Greenspan committed
1110 1111
 Widget wrappers */
.qa-widget-full {
1112 1113 1114
	clear: both;
	/* width:920px; */
	margin: 15px 0;
Gideon Greenspan committed
1115
}
1116

Gideon Greenspan committed
1117
.qa-widget-full-high {
1118
	margin-bottom: 0;
Gideon Greenspan committed
1119
}
1120

Gideon Greenspan committed
1121
.qa-widgets-main-high {
1122
	margin-bottom: 24px;
Gideon Greenspan committed
1123
}
1124

Gideon Greenspan committed
1125
.qa-widget-main {
1126
	margin: 0 0 15px 0;
Gideon Greenspan committed
1127
}
1128

Gideon Greenspan committed
1129
.qa-widget-main-bottom {
1130
	margin-bottom: 0;
Gideon Greenspan committed
1131
}
1132

Gideon Greenspan committed
1133 1134
.qa-widget-side,
.qa-nav-cat {
1135 1136 1137
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
Gideon Greenspan committed
1138
}
1139

Gideon Greenspan committed
1140 1141 1142 1143 1144
.qa-sidebar,
.qa-feed,
.qa-widget-side,
.qa-nav-cat {
	border-radius: 3px;
Gideon Greenspan committed
1145
}
1146 1147 1148

.qa-widget-side > div {
	padding: 10px 20px 20px;
Gideon Greenspan committed
1149
}
1150 1151 1152 1153

.qa-widget-side h2 {
	margin: 0 !important;
	padding: 20px 20px 5px !important;
Gideon Greenspan committed
1154 1155
	background: none;
	color: #111;
1156
	border-radius: 0;
Gideon Greenspan committed
1157 1158
	box-shadow: none;
	font-size: 18px;
1159
	border: none;
Gideon Greenspan committed
1160
	box-shadow: none;
1161
	text-shadow: none;
Gideon Greenspan committed
1162
}
1163 1164 1165

.qa-widget-side > div.qa-related-qs {
	padding: 0;
Gideon Greenspan committed
1166
}
1167

Gideon Greenspan committed
1168
.qa-nav-cat-list {
1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190
	list-style: none;
	margin: 0;
	padding: 20px;
}

.qa-nav-cat-list li {
	padding: 0 10px;
}

.qa-nav-cat-list .qa-nav-cat-all {
	padding: 0;
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
	color: #111;
}

.qa-nav-cat-all a {
	padding: 0;
	margin-top: 0;
	font-size: 18px;
	font-family: Arial,Helvetica,sans-serif;
Gideon Greenspan committed
1191
}
1192

Gideon Greenspan committed
1193
.qa-nav-cat-all a,
1194 1195 1196 1197
.qa-nav-cat-all a:visited {
	padding: 2px 5px;
	color: #444;
	display: block;
Gideon Greenspan committed
1198
}
1199

Gideon Greenspan committed
1200
.qa-nav-cat-all a:hover,
1201 1202 1203
.qa-nav-cat-all a:active {
	text-decoration: none;
	color: #0099CC;
Gideon Greenspan committed
1204
}
1205 1206 1207

.qa-nav-cat-list ul {
	padding: 0;
Gideon Greenspan committed
1208
}
1209 1210 1211

.qa-nav-cat-list ul li {
	padding: 0 0 0 10px;
Gideon Greenspan committed
1212
}
1213 1214 1215

.qa-nav-cat-list-1 {
	font-size: 14px;
Gideon Greenspan committed
1216
}
1217

Gideon Greenspan committed
1218
.qa-nav-cat-list-2 {
1219 1220
	font-size: 14px;
	margin-left: 1em;
Gideon Greenspan committed
1221
}
1222

Gideon Greenspan committed
1223
.qa-nav-cat-list-3 {
1224 1225
	font-size: 14px;
	margin-left: 1em;
Gideon Greenspan committed
1226
}
1227

Gideon Greenspan committed
1228
.qa-nav-cat-list-4 {
1229 1230
	font-size: 14px;
	margin-left: 1em;
Gideon Greenspan committed
1231
}
1232 1233 1234

.qa-nav-cat-list-1 .qa-nav-cat-item {
	border-bottom: 1px dotted #ccc;
Gideon Greenspan committed
1235
}
1236

Gideon Greenspan committed
1237 1238
.qa-nav-cat-list-2 .qa-nav-cat-item,
.qa-nav-cat-list-3 .qa-nav-cat-item,
1239 1240
.qa-nav-cat-list-4 .qa-nav-cat-item {
	border: none;
Gideon Greenspan committed
1241
}
1242

Gideon Greenspan committed
1243
.qa-nav-cat-item {
1244 1245
	margin: 2px 0;
	text-align: right;
Gideon Greenspan committed
1246
}
1247

Gideon Greenspan committed
1248
.qa-nav-cat-link {
Gideon Greenspan committed
1249 1250
	clear: both;
	float: left;
Gideon Greenspan committed
1251
}
1252 1253 1254

.qa-nav-cat-note {
	color: #000;
Gideon Greenspan committed
1255
}
1256

Gideon Greenspan committed
1257 1258
/* Pagination */
.qa-page-links {
1259 1260 1261 1262
	font-size: 12px;
	clear: both;
	zoom: 1;
	padding: 12px 0;
Gideon Greenspan committed
1263
}
1264

Gideon Greenspan committed
1265 1266
/* zoom:1 for IE6 */
.qa-page-links-label {
1267
	display: none;
Gideon Greenspan committed
1268
}
1269

Gideon Greenspan committed
1270
.qa-page-links-list {
1271 1272 1273
	list-style: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
1274
}
1275

Gideon Greenspan committed
1276
.qa-page-links-item {
1277 1278 1279 1280
	text-align: center;
	margin-right: 2px;
	float: left;
	display: inline;
Gideon Greenspan committed
1281
}
1282 1283 1284 1285 1286

.qa-page-link, .qa-page-selected, .qa-page-prev, .qa-page-next, .qa-page-ellipsis {
	display: block;
	padding: 1px 6px;
	color: #666 !important;
Gideon Greenspan committed
1287
}
1288

Gideon Greenspan committed
1289
.qa-page-link {
1290 1291 1292 1293 1294 1295 1296
	color: #666 !important;
	background-color: #eee;
	border: 1px solid #aaa;
	-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;
Gideon Greenspan committed
1297
}
1298

Gideon Greenspan committed
1299
.qa-page-selected {
1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312
	color: #ddd !important;
	background-color: #666666;
	border: 1px solid #444;
}

.qa-page-prev, .qa-page-next {
	color: #666;
	background-color: #eee;
	border: 1px solid #aaa;
	-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;
Gideon Greenspan committed
1313
}
1314

Gideon Greenspan committed
1315
.qa-page-ellipsis {
1316
	color: #666;
Gideon Greenspan committed
1317
}
1318 1319 1320 1321 1322 1323 1324 1325 1326

.qa-page-link:hover, .qa-page-prev:hover, .qa-page-next:hover {
	text-decoration: none;
	background-color: #666;
	color: #ddd !important;
	-moz-transition: background-color ease-in-out 0.15s;
	-websit-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;
Gideon Greenspan committed
1327
}
1328

Gideon Greenspan committed
1329 1330
/* Standard form (tall version) */
.qa-form-tall-table {
1331 1332
	width: 100%;
	border-collapse: collapse;
Gideon Greenspan committed
1333
}
1334

Gideon Greenspan committed
1335
.qa-form-table-boxed {
1336 1337
	border: 1px solid black;
	margin-bottom: 1em;
Gideon Greenspan committed
1338
}
1339

Gideon Greenspan committed
1340
.qa-form-tall-spacer {
1341 1342 1343
	line-height: 1px;
	font-size: 1px;
	padding: 0;
Gideon Greenspan committed
1344
}
1345

Gideon Greenspan committed
1346
.qa-form-tall-ok {
1347 1348 1349 1350 1351 1352
	background: #6AAA2B;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 6px;
	border-radius: 3px;
Gideon Greenspan committed
1353
}
1354

Gideon Greenspan committed
1355
.qa-form-tall-label {
1356 1357 1358 1359 1360
	/* background:#f4f4f4;
	border-top:1px solid #ddd; */
	color: #444;
	font-size: 14px;
	padding: 8px 8px 2px 8px;
Gideon Greenspan committed
1361
}
1362

Gideon Greenspan committed
1363
.qa-form-tall-data {
1364 1365 1366
	/* background:#f4f4f4; */
	width: 480px;
	padding: 2px 8px 8px 8px;
Gideon Greenspan committed
1367
}
1368 1369 1370

.qa-form-tall-data > ul {
	margin-top: 0;
Gideon Greenspan committed
1371
}
1372 1373 1374

.qa-form-tall-text, .qa-form-tall-number {
	padding: 3px;
Gideon Greenspan committed
1375
}
1376

Gideon Greenspan committed
1377
.qa-form-tall-text {
1378 1379 1380 1381 1382 1383 1384 1385
	background: #fff;
	color: #666;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
Gideon Greenspan committed
1386
}
1387

Gideon Greenspan committed
1388
.qa-form-tall-number {
1389 1390 1391
	width: 48px;
	background: #fff;
	border: 1px solid #ccc;
Gideon Greenspan committed
1392
}
1393

Gideon Greenspan committed
1394
.qa-form-tall-checkbox {
1395 1396
	float: left;
	margin-right: 4px;
Gideon Greenspan committed
1397
}
1398

Gideon Greenspan committed
1399
.qa-form-tall-image {
1400
	text-align: center;
Gideon Greenspan committed
1401
}
1402

Gideon Greenspan committed
1403
.qa-form-tall-suffix {
1404 1405 1406
	font-weight: 400;
	font-size: 10px;
	color: #666;
Gideon Greenspan committed
1407
}
1408

Gideon Greenspan committed
1409
.qa-form-tall-error {
1410 1411 1412 1413
	color: #c00;
	font-size: 14px;
	margin-top: 6px;
	display: inline-block;
Gideon Greenspan committed
1414
}
1415

Gideon Greenspan committed
1416
.qa-form-tall-note {
1417
	margin-top: 6px;
Gideon Greenspan committed
1418
}
1419

Gideon Greenspan committed
1420
.qa-form-tall-note a {
1421 1422
	color: #293D39;
	text-decoration: underline;
Gideon Greenspan committed
1423
}
1424

Gideon Greenspan committed
1425
.qa-form-tall-note a:hover {
1426
	color: #396E63;
Gideon Greenspan committed
1427
}
1428

Gideon Greenspan committed
1429
.qa-form-tall-buttons {
1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459
	/* text-align:center; */
	padding: 8px 8px 8px 8px;
}

.qa-form-tall-button, .qa-search-button, .qa-form-tall-table input[type="button"], .qa-form-wide-button, .qa-form-basic-button {
	background: #0179b5;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #004566;
	padding: 5px 10px;
	line-height: 14px;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
	border-radius: 3px;
}

.qa-search-button:hover, .qa-form-tall-table input[type="button"]:hover, .qa-form-basic-button:hover {
	background: #0099CC;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #004566;
	padding: 5px 10px;
	line-height: 14px;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.qa-form-tall-button-cancel {
Gideon Greenspan committed
1460
	background: #aa0000;
1461
	border: 1px solid #880000;
Gideon Greenspan committed
1462
}
1463 1464

.qa-form-tall-button-cancel:hover {
Gideon Greenspan committed
1465
	background: #dd0000;
1466
	border: 1px solid #880000;
Gideon Greenspan committed
1467
}
1468 1469 1470 1471

.qa-form-wide-button-save, .qa-form-wide-button-saverecalc, .qa-form-tall-button-save {
	background: #196627;
	border: 1px solid #153513;
Gideon Greenspan committed
1472
}
1473 1474 1475 1476

.qa-form-wide-button-save:hover, .qa-form-wide-button-saverecalc:hover, .qa-form-tall-button-save:hover {
	background: #1F7F31;
	border: 1px solid #153513;
Gideon Greenspan committed
1477
}
1478

Gideon Greenspan committed
1479 1480
/* Standard form (wide version) */
.qa-form-wide-table {
1481 1482 1483
	/* background:#f4f4f4; */
	border-collapse: collapse;
	width: 100%;
Gideon Greenspan committed
1484
}
1485

Gideon Greenspan committed
1486
.qa-form-wide-spacer {
1487 1488 1489 1490 1491
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
	/* background:#f4f4f4; */
	padding: 0;
Gideon Greenspan committed
1492
}
1493

Gideon Greenspan committed
1494
.qa-form-wide-ok {
1495 1496 1497 1498
	color: #090;
	font-size: 18px;
	text-align: center;
	padding: 6px;
Gideon Greenspan committed
1499
}
1500

Gideon Greenspan committed
1501
.qa-form-wide-label {
1502 1503 1504 1505 1506
	border-bottom: 1px solid #f4f4f4;
	color: #444;
	font-size: 14px;
	white-space: nowrap;
	padding: 10px;
Gideon Greenspan committed
1507
}
1508

Gideon Greenspan committed
1509
.qa-form-wide-data {
1510 1511
	border-bottom: 1px solid #f4f4f4;
	padding: 6px 10px;
Gideon Greenspan committed
1512
}
1513 1514 1515

.qa-form-wide-text, .qa-form-wide-number {
	padding: 3px;
Gideon Greenspan committed
1516
}
1517

Gideon Greenspan committed
1518
.qa-form-wide-text {
1519 1520 1521
	background: #fff;
	width: 320px;
	border: 1px solid #ccc;
Gideon Greenspan committed
1522
}
1523 1524 1525 1526

.qa-form-wide-data input {
	background: #fff;
	border: 1px solid #ccc !important;
Gideon Greenspan committed
1527
}
1528

Gideon Greenspan committed
1529
.qa-form-wide-number {
1530 1531 1532 1533
	width: 48px;
	background: #111;
	border: 1px solid #444;
	vertical-align: middle;
Gideon Greenspan committed
1534
}
1535

Gideon Greenspan committed
1536
.qa-form-wide-error {
1537 1538 1539 1540
	display: inline-block;
	color: #c00;
	font-size: 11px;
	margin-left: 6px;
Gideon Greenspan committed
1541
}
1542

Gideon Greenspan committed
1543
.qa-form-wide-note {
1544 1545 1546
	font-size: 10px;
	margin-left: 4px;
	color: #666;
Gideon Greenspan committed
1547
}
1548

Gideon Greenspan committed
1549
.qa-form-wide-buttons {
1550
	padding: 8px 0 8px 8px;
Gideon Greenspan committed
1551
}
1552

Gideon Greenspan committed
1553
.qa-form-wide-prefix {
1554
	font-size: 14px;
Gideon Greenspan committed
1555 1556 1557
}

/* Standard form (light version - buttons only) */
Gideon Greenspan committed
1558
.qa-form-light-button {
1559 1560 1561 1562 1563 1564 1565 1566 1567
	background: none;
	border: 0;
	height: 24px;
	cursor: pointer;
	margin-right: 6px;
	font-size: 12px;
	text-align: left;
	overflow: visible;
	padding: 0;
Gideon Greenspan committed
1568
}
1569

Gideon Greenspan committed
1570 1571
/* overflow:visible for IE */
.qa-form-light-button {
1572
	color: #666;
Gideon Greenspan committed
1573
}
1574

Gideon Greenspan committed
1575
.qa-form-light-button:hover {
1576
	color: #000;
Gideon Greenspan committed
1577
}
1578 1579 1580 1581

.qa-form-light-button-edit, .qa-form-light-button-retagcat {
	background: url(images/edit-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1582
}
1583

Gideon Greenspan committed
1584
.qa-form-light-button-flag {
1585 1586
	background: url(images/flag-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1587
}
1588 1589 1590 1591

.qa-form-light-button-unflag, .qa-form-light-button-clearflags {
	background: url(images/unflag-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1592
}
1593

Gideon Greenspan committed
1594
.qa-form-light-button-hide {
1595 1596
	background: url(images/hide-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1597
}
1598

Gideon Greenspan committed
1599
.qa-form-light-button-follow {
1600 1601
	background: url(images/follow-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1602
}
1603

Gideon Greenspan committed
1604
.qa-form-light-button-comment {
1605 1606
	background: url(images/comment-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1607
}
1608

Gideon Greenspan committed
1609
.qa-form-light-button-answer {
1610 1611 1612 1613 1614
	background: url(images/answer-icon.png) no-repeat left center;
	padding-left: 18px;
	color: #289e00;
	font-weight: 700;
	text-transform: capitalize;
Gideon Greenspan committed
1615
}
1616

Gideon Greenspan committed
1617
.qa-form-light-button-answer:hover {
1618
	color: #000;
Gideon Greenspan committed
1619
}
1620

Gideon Greenspan committed
1621
.qa-form-light-button-reshow {
1622 1623
	background: url(images/reshow-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1624
}
1625

Gideon Greenspan committed
1626
.qa-form-light-button-claim {
1627 1628
	background: url(images/claim-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1629
}
1630

Gideon Greenspan committed
1631
.qa-form-light-button-delete {
1632 1633
	background: url(images/delete-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1634
}
1635

Gideon Greenspan committed
1636
.qa-form-light-button-approve {
1637 1638
	background: url(images/approve-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1639
}
1640

Gideon Greenspan committed
1641
.qa-form-light-button-reject {
1642 1643
	background: url(images/reject-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1644
}
1645

Gideon Greenspan committed
1646
.qa-form-light-button-close {
1647 1648
	background: url(images/close-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1649
}
1650

Gideon Greenspan committed
1651
.qa-form-light-button-reopen {
1652 1653
	background: url(images/reopen-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1654
}
1655

Gideon Greenspan committed
1656
/* Standard form (basic version - buttons only) */
Gideon Greenspan committed
1657
.qa-form-basic-button {
1658 1659
	vertical-align: middle;
	margin: 4px 4px 8px 0;
Gideon Greenspan committed
1660
}
1661

Gideon Greenspan committed
1662 1663
/* Question list */
.qa-q-list-item {
1664 1665 1666
	zoom: 1;
	padding: 5px;
	border-bottom: 1px solid #eee;
Gideon Greenspan committed
1667
}
1668

Gideon Greenspan committed
1669 1670
/* zoom for IE, padding for early FF */
.qa-q-item-main {
1671 1672 1673
	width: 488px;
	float: left;
	padding-left: 10px;
Gideon Greenspan committed
1674
}
1675

Gideon Greenspan committed
1676
.qa-q-item-title {
1677 1678
	color: #000;
	font-size: 16px;
Gideon Greenspan committed
1679
}
1680

Gideon Greenspan committed
1681
.qa-q-item-title a {
1682 1683 1684
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	line-height: normal;
Gideon Greenspan committed
1685
}
1686

Gideon Greenspan committed
1687
.qa-q-item-content {
1688 1689 1690 1691 1692 1693
	font-size: 10px;
	margin-top: 8px;
	max-height: 80px;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 4px;
Gideon Greenspan committed
1694
}
1695

Gideon Greenspan committed
1696 1697 1698
.qa-q-item-avatar-meta,
.qa-q-view-avatar-meta,
.qa-a-item-avatar-meta,
1699 1700
.qa-c-item-avatar-meta {
	display: block;
Gideon Greenspan committed
1701
}
1702 1703 1704

.qa-q-item-avatar-meta {
	margin: 10px 0 0;
Gideon Greenspan committed
1705
}
1706

Gideon Greenspan committed
1707
.qa-q-item-avatar {
1708 1709 1710
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
Gideon Greenspan committed
1711
}
1712

Gideon Greenspan committed
1713
.qa-q-item-meta {
1714 1715 1716
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
Gideon Greenspan committed
1717
}
1718

Gideon Greenspan committed
1719
.qa-q-item-when-data {
1720
	font-weight: 700;
Gideon Greenspan committed
1721
}
1722

Gideon Greenspan committed
1723
.qa-q-item-who-title {
1724 1725 1726
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
1727
}
1728

Gideon Greenspan committed
1729
.qa-q-item-points-data {
1730
	font-weight: 700;
Gideon Greenspan committed
1731
}
1732

Gideon Greenspan committed
1733
.qa-q-item-flags {
1734 1735 1736
	color: red;
	font-weight: 700;
	padding-left: 4px;
Gideon Greenspan committed
1737
}
1738

Gideon Greenspan committed
1739
.qa-q-item-tags {
1740 1741
	margin-top: 10px;
	float: left;
Gideon Greenspan committed
1742
}
1743

Gideon Greenspan committed
1744
.qa-q-item-tag-list {
1745 1746 1747 1748
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 11px;
Gideon Greenspan committed
1749
}
1750

Gideon Greenspan committed
1751
.qa-q-item-tag-item {
1752
	display: inline;
Gideon Greenspan committed
1753
}
1754

Gideon Greenspan committed
1755
.qa-q-item-buttons {
1756 1757 1758
	clear: both;
	float: left;
	margin: 10px 0;
Gideon Greenspan committed
1759
}
1760

Gideon Greenspan committed
1761
.qa-suggest-next {
1762 1763 1764 1765 1766 1767 1768 1769 1770 1771
	background: #f4f4f4;
	border: 1px solid #c7dce6;
	color: #444;
	font-size: 14px;
	text-align: center;
	clear: both;
	padding: 8px;
	margin-top: 22px;
	border-radius: 3px;
	box-shadow: 0 10px 15px 0 white inset, 0 0 5px 0 rgba(0, 0, 0, 0.05);
Gideon Greenspan committed
1772
}
1773

Gideon Greenspan committed
1774
.qa-suggest-next a {
1775
	font-weight: 700;
Gideon Greenspan committed
1776
}
1777

Gideon Greenspan committed
1778
.qa-suggest-next a:hover {
1779
	text-decoration: underline;
Gideon Greenspan committed
1780
}
1781

Gideon Greenspan committed
1782 1783
/* Tags, users and categories */
.qa-top-tags-table {
1784 1785 1786
	float: left;
	border-collapse: collapse;
	margin-bottom: 1em;
Gideon Greenspan committed
1787
}
1788

Gideon Greenspan committed
1789
.qa-top-tags-count {
1790 1791 1792 1793 1794 1795 1796
	border: 1px solid #ccc;
	border-right: 1px dashed #aaa;
	color: #fff;
	text-align: right;
	padding: 6px 8px 6px 12px;
	background: #0179b5;
	font-weight: 700;
Gideon Greenspan committed
1797
}
1798

Gideon Greenspan committed
1799
.qa-top-tags-label {
1800 1801
	background: #fff;
	padding: 4px 16px 0 8px;
Gideon Greenspan committed
1802
}
1803

Gideon Greenspan committed
1804
.qa-top-tags-label .qa-tag-link {
1805
	font-weight: 400;
Gideon Greenspan committed
1806
}
1807

Gideon Greenspan committed
1808
.qa-top-tags-spacer {
1809
	padding: 0 4px;
Gideon Greenspan committed
1810
}
1811

Gideon Greenspan committed
1812
.qa-top-users-table {
1813 1814 1815
	float: left;
	border-collapse: collapse;
	margin-bottom: 1em;
Gideon Greenspan committed
1816
}
1817

Gideon Greenspan committed
1818
.qa-top-users-label {
1819 1820 1821 1822 1823
	border: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: left;
	padding: 6px 16px 6px 12px;
	background: #fff;
Gideon Greenspan committed
1824
}
1825

Gideon Greenspan committed
1826
.qa-top-users-score {
1827 1828 1829 1830 1831 1832 1833 1834
	background: #0179b5;
	color: #fff;
	font-weight: bold;
	text-align: right;
	border-color: #ddd;
	border-style: solid solid solid none;
	border-width: 1px;
	padding: 6px 12px;
Gideon Greenspan committed
1835
}
1836

Gideon Greenspan committed
1837
.qa-top-users-spacer {
1838
	padding: 0 4px;
Gideon Greenspan committed
1839
}
1840

Gideon Greenspan committed
1841
.qa-browse-cat-list {
1842 1843 1844
	list-style: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
1845
}
1846

Gideon Greenspan committed
1847
.qa-browse-cat-list-1 {
1848
	font-size: 18px;
Gideon Greenspan committed
1849
}
1850

Gideon Greenspan committed
1851
.qa-browse-cat-list-2 {
1852 1853
	font-size: 14px;
	margin-left: 20px;
Gideon Greenspan committed
1854
}
1855

Gideon Greenspan committed
1856
.qa-browse-cat-list-3 {
1857 1858
	font-size: 14px;
	margin-left: 20px;
Gideon Greenspan committed
1859
}
1860

Gideon Greenspan committed
1861
.qa-browse-cat-list-4 {
1862 1863
	font-size: 14px;
	margin-left: 20px;
Gideon Greenspan committed
1864
}
1865

Gideon Greenspan committed
1866
.qa-browse-cat-item {
1867 1868 1869 1870 1871
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
Gideon Greenspan committed
1872
}
1873

Gideon Greenspan committed
1874 1875
.qa-browse-cat-list-2 .qa-browse-cat-item,
.qa-browse-cat-list-3 .qa-browse-cat-item,
1876 1877
.qa-browse-cat-list-4 .qa-browse-cat-item {
	border: none;
Gideon Greenspan committed
1878
}
1879

Gideon Greenspan committed
1880
.qa-browse-cat-closed {
1881 1882
	list-style: none;
	color: #000;
Gideon Greenspan committed
1883
}
1884

Gideon Greenspan committed
1885
.qa-browse-cat-open {
1886 1887
	list-style: none;
	color: #26434D;
Gideon Greenspan committed
1888
}
1889

Gideon Greenspan committed
1890 1891
a.qa-browse-cat-link,
a.qa-browse-cat-link:visited {
1892 1893 1894
	font-weight: 700;
	text-decoration: none;
	color: #000;
Gideon Greenspan committed
1895
}
1896 1897 1898

.qa-browse-cat-list-3 .qa-browse-cat-item {
	padding: 5px 0;
Gideon Greenspan committed
1899
}
1900

Gideon Greenspan committed
1901
.qa-browse-cat-note {
1902 1903 1904
	font-weight: 400;
	font-size: 85%;
	color: #444;
Gideon Greenspan committed
1905
}
1906

Gideon Greenspan committed
1907
.qa-browse-cat-note a {
1908
	color: #506D83;
Gideon Greenspan committed
1909
}
1910

Gideon Greenspan committed
1911 1912
/* Question view */
.qa-q-view {
1913 1914
	padding-left: 10px;
	padding-top: 10px;
Gideon Greenspan committed
1915
}
1916

Gideon Greenspan committed
1917
.qa-q-view-main {
1918 1919 1920
	float: left;
	width: 620px;
	padding-left: 10px;
Gideon Greenspan committed
1921
}
1922

Gideon Greenspan committed
1923
.qa-q-view-content {
1924
	margin-bottom: 16px;
Gideon Greenspan committed
1925
}
1926

Gideon Greenspan committed
1927
.qa-q-view-avatar {
1928 1929 1930
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
Gideon Greenspan committed
1931
}
1932

Gideon Greenspan committed
1933
.qa-q-view-meta {
1934 1935 1936
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
Gideon Greenspan committed
1937
}
1938

Gideon Greenspan committed
1939
.qa-q-view-follows {
1940 1941
	font-size: 14px;
	margin-bottom: 12px;
Gideon Greenspan committed
1942
}
1943

Gideon Greenspan committed
1944
.qa-q-view-closed {
1945 1946
	font-size: 14px;
	margin-bottom: 18px;
Gideon Greenspan committed
1947
}
1948

Gideon Greenspan committed
1949
.qa-q-view-closed-content {
1950
	font-weight: 700;
Gideon Greenspan committed
1951
}
1952

Gideon Greenspan committed
1953
.qa-q-view-extra {
1954 1955
	font-size: 14px;
	margin-bottom: 18px;
Gideon Greenspan committed
1956
}
1957

Gideon Greenspan committed
1958
.qa-q-view-extra-content {
1959
	font-weight: 700;
Gideon Greenspan committed
1960
}
1961

Gideon Greenspan committed
1962
.qa-q-view-when-data {
1963
	font-weight: 700;
Gideon Greenspan committed
1964
}
1965

Gideon Greenspan committed
1966
.qa-q-view-who-title {
1967 1968 1969
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
1970
}
1971

Gideon Greenspan committed
1972
.qa-q-view-points-data {
1973
	font-weight: 700;
Gideon Greenspan committed
1974
}
1975

Gideon Greenspan committed
1976
.qa-q-view-flags {
1977 1978 1979
	color: red;
	font-weight: 700;
	padding-left: 4px;
Gideon Greenspan committed
1980
}
1981

Gideon Greenspan committed
1982
.qa-q-view-tags {
1983 1984
	clear: both;
	margin-bottom: 12px;
Gideon Greenspan committed
1985
}
1986

Gideon Greenspan committed
1987
.qa-q-view-tag-list {
1988 1989 1990
	list-style: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
1991
}
1992

Gideon Greenspan committed
1993
.qa-q-view-tag-item {
1994
	display: inline;
Gideon Greenspan committed
1995
}
1996

Gideon Greenspan committed
1997
.qa-q-view-buttons {
1998
	margin-top: 16px;
Gideon Greenspan committed
1999
}
2000

Gideon Greenspan committed
2001
.qa-q-view-c-list {
2002 2003 2004
	clear: both;
	border-top: 1px solid #ccc;
	margin: 24px 0 0 24px;
Gideon Greenspan committed
2005
}
2006

Gideon Greenspan committed
2007
.qa-q-view-hidden .qa-voting {
2008
	color: #ccc;
Gideon Greenspan committed
2009
}
2010

Gideon Greenspan committed
2011
.qa-q-view-hidden .qa-q-view-content {
2012
	color: #999;
Gideon Greenspan committed
2013
}
2014

Gideon Greenspan committed
2015
.qa-q-view-hidden .qa-q-view-meta {
2016
	color: #ccc;
Gideon Greenspan committed
2017
}
2018

Gideon Greenspan committed
2019
.qa-q-view-hidden .qa-user-link {
2020
	color: #999;
Gideon Greenspan committed
2021
}
2022

Gideon Greenspan committed
2023
.qa-q-view-hidden .qa-q-view-who-title {
2024
	color: #999;
Gideon Greenspan committed
2025
}
2026

Gideon Greenspan committed
2027
.qa-q-view-hidden .qa-category-link {
2028
	color: #999;
Gideon Greenspan committed
2029
}
2030

Gideon Greenspan committed
2031
.qa-q-view-hidden .qa-tag-link {
2032 2033
	color: #ccc;
	opacity: 0.5px;
Gideon Greenspan committed
2034
}
2035

Gideon Greenspan committed
2036 2037
/* Answer view  */
.qa-a-list-item {
2038 2039 2040 2041 2042 2043
	background: #fff;
	zoom: 1;
	position: relative;
	padding: 20px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
2044
	min-height: 108px; /* prevent tick icon being hidden */
Gideon Greenspan committed
2045
}
2046

Gideon Greenspan committed
2047 2048
/* zoom for IE, padding for early FF */
.qa-a-list-item-selected {
2049 2050 2051
	background: #f1f7f3 !important;
	border: 1px solid #89BF65;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
Gideon Greenspan committed
2052
}
2053

Gideon Greenspan committed
2054
.qa-a-list-item-hidden .qa-voting {
2055
	color: #ccc;
Gideon Greenspan committed
2056
}
2057

Gideon Greenspan committed
2058
.qa-a-list-item-hidden .qa-a-item-content {
2059
	color: #999;
Gideon Greenspan committed
2060
}
2061

Gideon Greenspan committed
2062
.qa-a-list-item-hidden .qa-a-item-what {
2063
	color: #ccc;
Gideon Greenspan committed
2064
}
2065

Gideon Greenspan committed
2066
.qa-a-list-item-hidden .qa-a-item-meta {
2067
	color: #ccc;
Gideon Greenspan committed
2068
}
2069

Gideon Greenspan committed
2070
.qa-a-list-item-hidden .qa-a-item-who-title {
2071
	color: #999;
Gideon Greenspan committed
2072
}
2073

Gideon Greenspan committed
2074
.qa-a-list-item-hidden .qa-user-link {
2075
	color: #999;
Gideon Greenspan committed
2076
}
2077

Gideon Greenspan committed
2078
.qa-a-item-main {
2079 2080 2081 2082
	float: left;
	width: 610px;
	display: inline-block;
	padding-left: 10px;
Gideon Greenspan committed
2083
}
2084

Gideon Greenspan committed
2085 2086
/* inline-block for IE */
.qa-a-item-content {
2087
	margin-bottom: 16px;
Gideon Greenspan committed
2088
}
2089

Gideon Greenspan committed
2090
.qa-a-item-avatar {
2091 2092 2093
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
Gideon Greenspan committed
2094
}
2095

Gideon Greenspan committed
2096
.qa-a-item-meta {
2097 2098 2099
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
Gideon Greenspan committed
2100
}
2101

Gideon Greenspan committed
2102
.qa-a-item-when-data {
2103
	font-weight: 700;
Gideon Greenspan committed
2104
}
2105

Gideon Greenspan committed
2106
.qa-a-item-who-title {
2107 2108 2109
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
2110
}
2111

Gideon Greenspan committed
2112
.qa-a-item-points-data {
2113
	font-weight: 700;
Gideon Greenspan committed
2114
}
2115

Gideon Greenspan committed
2116
.qa-a-item-flags {
2117 2118 2119
	color: red;
	font-weight: 700;
	padding-left: 4px;
Gideon Greenspan committed
2120
}
2121

Gideon Greenspan committed
2122
.qa-a-item-buttons {
2123
	margin-top: 16px;
Gideon Greenspan committed
2124
}
2125

Gideon Greenspan committed
2126
.qa-a-item-c-list {
2127 2128 2129
	clear: both;
	border-top: 1px solid #ddd;
	margin: 24px 0 0;
Gideon Greenspan committed
2130
}
2131

Gideon Greenspan committed
2132 2133
/* Answer selection */
.qa-a-selection {
2134 2135 2136 2137 2138
	position: absolute;
	left: 12px;
	top: 85px;
	width: 60px;
	text-align: center;
Gideon Greenspan committed
2139
}
2140

Gideon Greenspan committed
2141
.qa-a-select-button {
2142 2143 2144 2145
	background: url(images/select-star.png) no-repeat;
	border: 0;
	height: 50px;
	width: 50px;
Gideon Greenspan committed
2146
}
2147

Gideon Greenspan committed
2148
.qa-a-select-button {
2149
	background-position: 0 -50px;
Gideon Greenspan committed
2150
}
2151

Gideon Greenspan committed
2152
.qa-a-select-button:hover {
2153
	background-position: 0 -100px;
Gideon Greenspan committed
2154
}
2155

Gideon Greenspan committed
2156
.qa-a-unselect-button {
2157 2158 2159 2160
	background: url(images/selected-star.png) no-repeat;
	border: 0;
	height: 50px;
	width: 50px;
Gideon Greenspan committed
2161
}
2162

Gideon Greenspan committed
2163
.qa-a-unselect-button {
2164
	background-position: 0 0;
Gideon Greenspan committed
2165
}
2166

Gideon Greenspan committed
2167
.qa-a-unselect-button:hover {
2168
	background-position: 0 -50px;
Gideon Greenspan committed
2169
}
2170

Gideon Greenspan committed
2171
.qa-a-selected {
2172 2173 2174 2175
	background: url(images/selected-star.png) no-repeat 0 0;
	height: 50px;
	width: 50px;
	margin: 0 auto;
Gideon Greenspan committed
2176
}
2177

Gideon Greenspan committed
2178
.qa-a-selected-text {
2179 2180 2181 2182 2183 2184
	font-size: 9px;
	font-weight: 800;
	display: block;
	/* margin-top:6px; */
	color: #73A651;
	line-height: 6px;
Gideon Greenspan committed
2185
}
2186

Gideon Greenspan committed
2187 2188
/* Comments */
.qa-c-list-item {
2189 2190 2191
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 8px;
Gideon Greenspan committed
2192
}
2193 2194 2195

.qa-c-list-item:nth-child(odd) {
	background: #fafafa;
Gideon Greenspan committed
2196
}
2197 2198 2199

.qa-c-list-item:last-child {
	border-bottom: none;
Gideon Greenspan committed
2200
}
2201

Gideon Greenspan committed
2202
.qa-c-item-hidden .qa-c-item-content {
2203
	color: #bbb;
Gideon Greenspan committed
2204
}
2205

Gideon Greenspan committed
2206
.qa-c-item-hidden .qa-c-item-link {
2207
	color: #aaf;
Gideon Greenspan committed
2208
}
2209

Gideon Greenspan committed
2210
.qa-c-item-hidden .qa-c-item-what {
2211
	color: #ccc;
Gideon Greenspan committed
2212
}
2213

Gideon Greenspan committed
2214
.qa-c-item-hidden .qa-c-item-meta {
2215
	color: #ccc;
Gideon Greenspan committed
2216
}
2217

Gideon Greenspan committed
2218
.qa-c-item-hidden .qa-c-item-who-title {
2219
	color: #999;
Gideon Greenspan committed
2220
}
2221

Gideon Greenspan committed
2222
.qa-c-item-hidden .qa-user-link {
2223
	color: #999;
Gideon Greenspan committed
2224
}
2225

Gideon Greenspan committed
2226
.qa-c-item-link {
2227 2228
	display: block;
	margin-bottom: 6px;
Gideon Greenspan committed
2229
}
2230

Gideon Greenspan committed
2231
.qa-c-item-expand {
2232 2233 2234 2235
	display: block;
	color: #666;
	font-style: italic;
	margin: 2px 0;
Gideon Greenspan committed
2236
}
2237

Gideon Greenspan committed
2238
.qa-c-item-content {
2239 2240 2241
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
Gideon Greenspan committed
2242
}
2243

Gideon Greenspan committed
2244
.qa-c-item-footer {
2245 2246
	position: relative;
	height: 1%;
Gideon Greenspan committed
2247
}
2248

Gideon Greenspan committed
2249 2250
/* height for IE6 */
.qa-c-item-avatar {
2251 2252 2253
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
Gideon Greenspan committed
2254
}
2255

Gideon Greenspan committed
2256
.qa-c-item-meta {
2257 2258 2259 2260
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color: #666;
Gideon Greenspan committed
2261
}
2262

Gideon Greenspan committed
2263
.qa-c-item-who-title {
2264 2265 2266
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
2267
}
2268

Gideon Greenspan committed
2269
.qa-c-item-who-points {
2270
	display: none;
Gideon Greenspan committed
2271
}
2272

Gideon Greenspan committed
2273
.qa-c-item-flags {
2274 2275 2276
	color: red;
	font-weight: 700;
	padding-left: 3px;
Gideon Greenspan committed
2277
}
2278

Gideon Greenspan committed
2279
.qa-c-item-buttons {
2280 2281 2282 2283
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
Gideon Greenspan committed
2284
}
2285

Gideon Greenspan committed
2286
.qa-c-item-buttons .qa-form-light-button {
2287 2288 2289 2290
	background: none;
	height: auto;
	font-size: 10px;
	padding: 0;
Gideon Greenspan committed
2291
}
Gideon Greenspan committed
2292 2293

/* Message list */
2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308
.qa-message-item {
	margin: 0;
	padding: 12px;
	border-bottom: 2px dotted #ddd;
}

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

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

2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322
.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;
}
Gideon Greenspan committed
2323

2324 2325 2326 2327 2328 2329
.qa-message-buttons .qa-form-light-button {
	background: none;
	height: auto;
	font-size: 10px;
	padding: 0;
}
Gideon Greenspan committed
2330

Gideon Greenspan committed
2331 2332
/* Related questions and activity count widgets */
.qa-related-qs {
2333
	font-size: 14px;
Gideon Greenspan committed
2334
}
2335

Gideon Greenspan committed
2336
.qa-related-qs h2 {
2337
	font-size: 18px;
Gideon Greenspan committed
2338
}
2339

Gideon Greenspan committed
2340
.qa-related-q-list {
2341 2342 2343
	list-style-type: none;
	padding: 0 20px 15px;
	margin: 0;
Gideon Greenspan committed
2344
}
2345

Gideon Greenspan committed
2346
.qa-related-q-item {
2347 2348 2349 2350
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ddd;
Gideon Greenspan committed
2351
}
2352 2353 2354

.qa-related-q-item:first-child {
	border-top: none;
Gideon Greenspan committed
2355
}
2356 2357 2358

.qa-related-q-item:last-child {
	border-bottom: none;
Gideon Greenspan committed
2359
}
2360 2361 2362

.qa-widget-side-low {
	border-top: 1px solid #ddd;
Gideon Greenspan committed
2363
}
2364 2365 2366

.qa-widget-side-low div {
	padding: 0 10px 10px;
Gideon Greenspan committed
2367
}
2368

Gideon Greenspan committed
2369
.qa-activity-count {
2370 2371 2372
	font-size: 14px;
	color: #666;
	padding: 10px;
Gideon Greenspan committed
2373
}
2374

Gideon Greenspan committed
2375
.qa-activity-count-item {
2376
	margin: 0;
Gideon Greenspan committed
2377
}
2378

Gideon Greenspan committed
2379
.qa-activity-count-data {
2380 2381 2382
	font-size: 24px;
	font-weight: 700;
	color: #0179b5;
Gideon Greenspan committed
2383
}
2384

Gideon Greenspan committed
2385 2386
/* Footer parts */
.qa-nav-footer-list {
2387 2388 2389 2390
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
2391
}
2392 2393 2394

.qa-footer-left {
	float: left;
Gideon Greenspan committed
2395
}
2396 2397 2398

.qa-footer-left p {
	display: inline-block;
Gideon Greenspan committed
2399
}
2400 2401 2402 2403 2404

.qa-footer-right {
	float: right;
	display: inline-block;
	margin-right: 12px;
Gideon Greenspan committed
2405
}
2406

Gideon Greenspan committed
2407
.qa-nav-footer-item {
2408 2409
	float: left;
	margin: 0 12px;
Gideon Greenspan committed
2410
}
2411

Gideon Greenspan committed
2412
.qa-attribution {
2413 2414
	float: right;
	color: #777;
Gideon Greenspan committed
2415
}
2416

Gideon Greenspan committed
2417 2418
/* Classes passed to theme */
.qa-user-link {
2419 2420
	color: #3B5998 !important;
	font-weight: 700;
Gideon Greenspan committed
2421
}
2422

Gideon Greenspan committed
2423
.qa-category-link {
2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437
	color: #1e5568;
	font-weight: 700;
}

.qa-tag-link, .qa-widget-side .qa-q-view-tag-item, .qa-widget-side > div > a {
	background: #eee;
	color: #666 !important;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	display: inline-block;
	text-decoration: none !important;
	padding: 2px 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
Gideon Greenspan committed
2438
	border-radius: 2px;
2439 2440 2441 2442 2443
	-moz-transition: all ease-in-out 0.75s;
	-webkit-transition: all ease-in-out 0.75s;
	-o-transition: all ease-in-out 0.75s;
	-ms-transition: all ease-in-out 0.75s;
	transition: all ease-in-out 0.75s;
Gideon Greenspan committed
2444
}
2445 2446 2447 2448

.qa-widget-side a {
	margin: 0 3px 3px 0;
	display: inline-block;
Gideon Greenspan committed
2449
}
2450 2451 2452 2453 2454 2455 2456

.qa-related-q-item a {
	margin: 0;
	display: block;
	background: none;
	border: none;
	text-transform: none;
Gideon Greenspan committed
2457 2458
}

2459 2460 2461 2462 2463 2464 2465 2466
.qa-tag-link:hover, .qa-q-view-tag-item:hover, .qa-widget-side > div > a:hover {
	background: #0099cc;
	color: #fff !important;
	-moz-transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
Gideon Greenspan committed
2467
}
2468 2469 2470

.qa-q-view-tag-item {
	margin: 5px 0;
Gideon Greenspan committed
2471 2472 2473
}

.qa-avatar-image {
2474 2475
	border: 0;
	vertical-align: middle;
Gideon Greenspan committed
2476
}
2477 2478 2479

.qa-avatar-link, .qa-avatar-link:hover {
	text-decoration: none;
Gideon Greenspan committed
2480
}
2481

Gideon Greenspan committed
2482
.qa-favorite-image {
2483 2484 2485 2486 2487 2488 2489
	background: url(images/favorite-heart.png) no-repeat;
	background-position: 0 -24px;
	border: 0;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	display: inline-block;
2490
}
2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509

.qa-waiting {
	background: url(images/spinner-icon-14x14.gif) no-repeat center;
	width: 14px;
	height: 14px;
	display: inline-block;
	font-size: 0;
	margin: 0px 8px 0px 4px;
	vertical-align: middle;
}

.qa-favoriting .qa-waiting {
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
}

Gideon Greenspan committed
2510
.qa-a-selection .qa-waiting {
2511 2512 2513 2514 2515
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
Gideon Greenspan committed
2516
}
Gideon Greenspan committed
2517 2518

.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 {
2519 2520
	background-image: url(images/favorite-icon-15x15.png);
	background-repeat: no-repeat;
Gideon Greenspan committed
2521
}
2522

Gideon Greenspan committed
2523
.qa-cat-parent-favorited {
2524 2525
	background-image: url(images/favorite-light-icon-15x15.png);
	background-repeat: no-repeat;
Gideon Greenspan committed
2526
}
2527

Gideon Greenspan committed
2528
.qa-q-favorited .qa-q-item-title a, .qa-nav-cat-favorited, .qa-browse-cat-favorited {
2529 2530
	background-position: left center;
	padding-left: 18px;
Gideon Greenspan committed
2531
}
2532

Gideon Greenspan committed
2533
.qa-nav-cat-favorited {
2534
	margin-left: -18px;
Gideon Greenspan committed
2535
}
2536

Gideon Greenspan committed
2537
.qa-tag-favorited, .qa-tag-favorited:hover {
2538 2539
	background-position: 2px center;
	padding-left: 19px;
Gideon Greenspan committed
2540
}
2541

Gideon Greenspan committed
2542
.qa-cat-favorited, .qa-cat-parent-favorited, .qa-user-favorited {
2543 2544
	background-position: left center;
	padding-left: 17px;
Gideon Greenspan committed
2545 2546
}

Gideon Greenspan committed
2547
/* IE6 friendly versions of icons with binary alpha channel */
2548 2549
* html .qa-form-light-button-edit, * html .qa-form-light-button-retagcat {
	background: url(images/edit-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2550
}
Gideon Greenspan committed
2551
* html .qa-form-light-button-flag {
2552
	background: url(images/flag-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2553
}
2554 2555
* html .qa-form-light-button-unflag, * html .qa-form-light-button-clearflags {
	background: url(images/unflag-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2556
}
Gideon Greenspan committed
2557
* html .qa-form-light-button-hide {
2558
	background: url(images/hide-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2559
}
Gideon Greenspan committed
2560
* html .qa-form-light-button-follow {
2561
	background: url(images/follow-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2562
}
Gideon Greenspan committed
2563
* html .qa-form-light-button-comment {
2564
	background: url(images/comment-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2565
}
Gideon Greenspan committed
2566
* html .qa-form-light-button-answer {
2567
	background: url(images/answer-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2568
}
Gideon Greenspan committed
2569
* html .qa-form-light-button-reshow {
2570
	background: url(images/reshow-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2571
}
Gideon Greenspan committed
2572
* html .qa-form-light-button-claim {
2573
	background: url(images/claim-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2574
}
Gideon Greenspan committed
2575
* html .qa-form-light-button-delete {
2576
	background: url(images/delete-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2577 2578
}
* html .qa-vote-up-button {
2579
	background: url(images/vote-buttons-ie6.png) no-repeat 0 0;
Gideon Greenspan committed
2580 2581
}
* html .qa-vote-up-disabled {
2582
	background: url(images/vote-buttons-ie6.png) no-repeat 0 -116px;
Gideon Greenspan committed
2583 2584
}
* html .qa-vote-down-button {
2585
	background: url(images/vote-buttons-ie6.png) no-repeat -27px 0;
Gideon Greenspan committed
2586 2587
}
* html .qa-vote-down-disabled {
2588
	background: url(images/vote-buttons-ie6.png) no-repeat -27px -116px;
Gideon Greenspan committed
2589 2590
}
* html .qa-voted-up-button {
2591
	background: url(images/vote-buttons-ie6.png) no-repeat 0 -87px;
Gideon Greenspan committed
2592 2593
}
* html .qa-voted-down-button {
2594
	background: url(images/vote-buttons-ie6.png) no-repeat -27px -87px;
Gideon Greenspan committed
2595 2596
}
* html .qa-tag-link {
2597
	background: url(images/tag-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2598 2599
}
* html .qa-a-count {
2600
	background: url(images/a-count-icon-ie6.png) no-repeat 32px 13px;
Gideon Greenspan committed
2601
}
2602

Gideon Greenspan committed
2603 2604 2605
/*----------------------------------------------------------------------------
	-----[ custom home page html content css ]-----
----------------------------------------------------------------------------*/
Gideon Greenspan committed
2606 2607 2608 2609 2610


/*----------------------------------------------------------------------------
	-----[ q2a 1.6 new user profile page css ]-----
----------------------------------------------------------------------------*/
2611 2612 2613 2614

.qa-template-user .qa-main {
	width: 100%;
	padding-right: 10px;
Gideon Greenspan committed
2615 2616 2617 2618
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
2619

Gideon Greenspan committed
2620
.qa-template-user .qa-part-form-activity,
2621
.qa-template-user .qa-part-message-list {
Gideon Greenspan committed
2622 2623 2624 2625
	float: right;
	width: 50%;
	padding-left: 10px;
}
2626 2627

.qa-template-user .qa-part-form-activity h2 {
Gideon Greenspan committed
2628 2629
	margin-top: 0;
}
2630

Gideon Greenspan committed
2631
.qa-template-user .qa-part-form-profile {
Gideon Greenspan committed
2632 2633
	float: left;
	width: 50%;
Gideon Greenspan committed
2634
	min-height: 630px;
Gideon Greenspan committed
2635 2636 2637
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
2638

Gideon Greenspan committed
2639
.qa-template-user .qa-part-form-activity,
Gideon Greenspan committed
2640
.qa-template-user .qa-part-message-list,
Gideon Greenspan committed
2641
.qa-template-user .qa-part-form-profile {
Gideon Greenspan committed
2642 2643 2644
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
2645
	overflow: hidden;
Gideon Greenspan committed
2646
}
2647

Gideon Greenspan committed
2648
.qa-template-user .qa-part-message-list .qa-form-tall-text,
Gideon Greenspan committed
2649
.qa-template-user .qa-part-form-profile .qa-form-wide-text {
Gideon Greenspan committed
2650 2651 2652 2653 2654
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
2655

Gideon Greenspan committed
2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668
.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: #069;
	font-weight: 700;
2669
}