/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.4;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}

.clearfixb:after{
	clear: both;
}

.clearfix { display: inline-block; }

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


/* @end */

/* @group Basics */

body{
	background: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 16px;
}

a:link,
a:visited{
	color: #FD7400;
	text-decoration: underline;
}

a:hover,
a:active{
	color: #FE9F51;
}/* @end */

/* @group Header */

.header{
	margin-top: 40px;
	background: url(/static/images/cogs.gif) top center repeat-x;
}

.header h1{
	display: none;
}

.questions_answered{
	margin: 0 auto;
	color: #4D4D4D;
	width: 520px; /* 520px looked better in Safari, but worse on FF and IE */
	text-align: right;
	height: 30px;
	line-height: 20px;
	padding-top: 110px;
	padding-right: 80px;
	font-size: 22px;
	background: url(/static/images/logo.gif) top left no-repeat;
}

/* @end */

/* @group Form */

.question{
	width: 625px;
	color: #666;
	background: url(/static/images/ask_me_a_question.gif) top left no-repeat;
	margin: 30px auto 0;
	padding-left: 55px;
	font-style: italic;
	padding-top: 20px;
}

.question h2{
	display: none;
}

.form{
	margin: 15px auto 0;
	width: 650px;
	padding-left: 50px;
}

.q{
	background: url(/static/images/q.gif) left center no-repeat;
}

.answer{
	width: 638px;
	margin: 25px auto;
	padding-left: 62px;
	background: url(/static/images/a.gif) 0 6px no-repeat;
	color: #FD7400;
}

.answer h3{
	font-size: 24px;
	font-weight: normal;
}

.question_field{
	font-size: 28px;
	padding: 10px 10px 0 10px;
	height: 46px;
	margin-top: 2px;
	width: 480px;
	color: #999;
	float: left;
	border: none;
}

.answer_button{
	background: url(/static/images/button.gif) top left no-repeat;
	border: none;
	color: #fff;
	font-size: 16px;
	width: 92px;
	height: 60px;
	margin-left: 10px;
}

/* @end */

/* @group Misc */

.good_answer{
	width: 540px;
	margin: 0 auto;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 15px 0 15px 60px;
	background: url(/static/images/good_answer.gif) left center no-repeat;
}

.good_answer span{
	line-height: 25px;
	margin-right: 5px;
}

.good_answer *{
	vertical-align: middle;
}

/* @end */

/* @group Footer */

.footer{
	width: 600px;
	border-top: 1px solid #666;
	color: #666;
	margin: 20px auto 0;
	padding-top: 10px;
	font-size: 13px;
}

.footer a:link,
.footer a:visited{
	color: #666;
}

.footer a:hover,
.footer a:active{
	color: #999;
}

.footer .powered{
	float: right;
	margin-right: 5px;
}

.footer *{
	vertical-align: middle;
}

/* @end */

/* Isotoma interactive */
#loader {
	margin-top: 10px;
	margin-bottom: 10px;
}

.preanswer {
	width: 638px;
	margin: 25px auto;
	padding-left: 62px;
}

.colophon {
	width: 600px;
	margin: 20px auto 0;
	padding-top:14px;
}

.colophon h3 {
	font-size: 18px;
}

.colophon p {
	color: #ccc;
	margin-top: 7px;
	font-size: 14px;
}

.colophon .alternate {
	padding-left:50px;
}

.colophon .twitter {
	background:url(/static/images/twitter.gif) 0 0 no-repeat;
}

.colophon .sms {
	background:url(/static/images/Mobile.gif) 0 0 no-repeat;
}

.colophon .readmore {
	margin:20px 0px 15px 0px;
}

.staticbody {
	width: 600px;
	margin: 20px auto 0;
	padding-top:14px;
}

.staticbody h2 {
	font-size: 24px;
	margin-top:18px;
}

.staticbody h3 {
	font-size: 18px;
	margin-top:14px;
}

.staticbody p, .staticbody li {
	color: #ccc;
	margin-top: 7px;
	font-size: 14px;
}

.staticbody ul {
	padding-left:32px;
	list-style-type:disc;
}

textarea.question_field {
	width:418px;
	font-size: 14px;
}

input#email {
	width: 367px;
	border: none;
	font-size: 14px;
	height: 24px;
	padding: 10px 10px 0;
	color: #999999;
}

/** Autocomplete **/
.ac_results {
	background-color:#111;
	color:#999;
	padding:0px;
	margin:0px;
	border: 1px solid gray;
	cursor: pointer;
}

.ac_results li {
	padding:0px 10px;
}

.ac_over {
	background-color: #FD7400;
	color: white;
}

