/* @group Global */

body {
	color: #000;
	background: #74bf06 url('/images/questionscom/background.jpg') no-repeat top fixed;
	font-family: Arial;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: left;
	margin: 0;
	font-size: 90%;
	line-height: 1.4em;
}

h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.85em;
	margin-bottom: 15px;
	line-height: 1.1em;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.45em;
	font-weight: normal;
	line-height: 30px;
}

h3 {
	font-size: 1.25em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

p {
	margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
	vertical-align: top;
    padding: 0px;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #0f64ce;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}

.clear_l {
    clear: left;
}

#logo {
	display: block;
	height: 100px; 
	width: 490px;
	margin: auto;
	text-decoration: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/questionscom/logo.png'); /* for f'in ie6 */
}

html>body #logo {
	background: url('/images/questionscom/logo.png') no-repeat;
}

#site_title {
	float: left;
  	font-size: 1px;
	text-indent: -9000px;
	line-height: 0;
}

/* @end */

/* @group Navigation */

#main_nav {
	font-size: 1.2em;
	float: right;
}

.main_nav_item {
	float: left;
	padding: 20px;
	margin: 0;
}

.main_nav_item a {
	color: #5d88a9;
}

.main_nav_active a {
	color: #4e4e4e;
	text-decoration: none;
}

/* @end */

/* @group Tab Nav */

#nav {
	font-size: 1.35em;
}
#nav ul {
	margin:0;
   	list-style:none;
	padding:10px 10px 0 10px;
}
#nav a, #nav strong, #nav span {
	float:left;
   	display:block;
	padding:0 20px 0 10px;
	margin-right: -10px;
	background: url(/images/questionscom/nav-back.png) no-repeat 100% -36px;
	text-decoration:none;
	outline: none;
}
#nav li {
   	float:left;
  	background:url(/images/questionscom/nav-back.png) no-repeat 0px -36px;
   	line-height: 36px;
   	margin:0 0 0 15px;
   	padding:0 0 0 9px;
}
#nav .active {
   	background:url(/images/questionscom/nav-back.png) no-repeat 0 0;
}
#nav .active a {
   	background:url(/images/questionscom/nav-back.png) no-repeat 100% 0;
	color:#000;
}
#nav a:hover {
	color:#464724
}

#list {
	background: #fff;
	padding: 20px 20px 10px;
	float: left;
	width: 780px;
}

#right_col {
	width: 150px;
    float: left;
}
/* @end */

/* @group Breadcrumbs */

.crumbs {
	background: #fff;
	float:left;
	border-left:1px solid #dedede;
	font-size: .85em;
}
.crumbs img {
    display: block;
    padding: 3px 5px;
}
.crumbs li {
	float:left;
	line-height:24px;
	color:#777;
	border:solid 1px #dedede;
	border-width: 1px 0;
	}	
.crumbs li.crumb {
	background:url(/images/questionscom/crumbs.gif) no-repeat right center; 
	width: 6px;   
	margin-right: -6px;
	border: none;
}	
.crumbs li a {
	display:block;
	padding: 0 7px 0 13px;
	line-height: 22px;
	}							
/* @end */



/* @group Page Sections */

#header {
	margin-top: 40px;
}

#content{
	width: 750px;
	margin: auto;
}

#content.search {
    width: 970px;
}

#content.about {
	background: #fff;
	margin-top: 30px;
    width: 1000px;
    position: relative;
}

#content.about .copy {
	float: left;
	background:url(/images/questionscom/about-back.png);
	border:1px solid #ffcb08;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:30px;
	padding:30px;
	width:560px;
    position: relative;
}

#content.about .contact {
	float: left;
	margin-top: 370px;
	margin-left: 55px;
}

.owl-on-branch {
	background: url(/images/questionscom/owl-on-branch.png) no-repeat;
	left: -270px;
	top: 55px;
    position: absolute;
    width: 2500px;
    height: 431px;
}

.section {
	clear:both;
    padding-bottom: 30px;
}

.partner {
    float: left;
    width: 48%;
    font-size: .85em;
}

.bio {
    padding-bottom: 10px;
}

.bio-pic {
    float: left;
    width: 85px;
}

.bio-pic img {
    width: 80px;
    height: 80px;
    border: solid 1px #aaa;
    padding: 2px;
    margin-bottom: 5px;
}

.bio-copy {
    margin-left: 95px;
}

.ads {
	float: right;
    padding-bottom: 20px;
    padding-left: 40px;
}

#ask {
	width: 625px;
    margin: 40px auto;
}

#ask .instructions {
    margin-left: 20px;
    font-size: 1em;
}

#controls {
    background: url(/images/questionscom/controls.png) no-repeat;
    height: 28px;
    margin-bottom: 10px;
    position: relative;
}

#controls a {
	height:16px;
	width:16px;
	position:absolute;
	text-decoration:none;
	top:7px;
	outline: none;
}

#controls #back {
    left: 10px;
}

#controls #stop {
    left: 29px;
	background:transparent url(/images/questionscom/controls.png) no-repeat scroll 0 -34px;
}
#controls #play {
    left: 29px;
	background:transparent url(/images/questionscom/controls.png) no-repeat scroll 0 -53px;
}

#controls #next {
    left: 48px;
}

#controls #slower {
    left: 111px;
}

#controls #faster {
    left: 188px;
}

#controls #speed {
	position: absolute;
	background:transparent url(/images/questionscom/controls.png) no-repeat scroll 0 -73px;
    width:11px;
    height: 22px;
    left: 127px;
    top: 4px;
}

#footer {
	clear: both;
	font-size: .9em;
	color: #666;
	line-height: 20px;
	margin-left: 10px;
	padding: 20px 0px;
	text-align: center;
}

#footer a {
    margin: 0 20px;
}

/* @end */

/* @group Questions and Answers */

.question {
	border: solid 1px #d4f0f4;
	background: #fff;
	margin-bottom: 10px;
}

.featured .question {
	background: url(/images/questionscom/question-back.png);
	border-width: 2px;
}

.question.active {
}

.question .body {
    padding: 15px;
}

.question .answer .body {
    background: #efefef;
    border:1px solid #D3EEF5;
}

.featured .question .answer .body {
    background: #fff;
    border:1px solid #D3EEF5;
}

.question .avatar {
	float: left;
	padding: 1px; /* for ie to work right */
}

.question .avatar img {
    width: 75px;
    height: 75px;
    border: solid 1px #ccc;
}

.question .post {
	padding: 1px; /* for ie to work right */
    margin-left: 95px;
}

.question .title {
    font-size: 1.45em;
    line-height: 1.25em;
    margin-right: 70px;
}

.question .content {
    margin: 10px 0;
}

.question .footer {
    background: #d4f0f4;
    padding: 5px 10px 3px;
}

.question .answer_count {
    float: right;
    background: url(/images/questionscom/arrow.png) no-repeat left center;
    padding-left: 24px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.answer {
	background: #fff;
    margin: 20px 0 0 12px;
}

.answer .avatar img {
    width: 50px;
    height: 50px;
    float: left;
}

.answer .post {
    margin-left: 70px;
}

.answer .title {
    font-size: 1.1em;
    font-weight: bold;
	line-height: 1em;
}

.popup {
	background:url(/images/questionscom/tool-tip-back.png) no-repeat;
	position:absolute;
	padding-bottom: 13px;
	z-index:0;
    
}

.popup_body {
   	border: solid 5px #e8e7e7;
	border-bottom: none;
	padding: 8px 10px;
}

.question .share {
	float: right;
    position: relative;
}

.answer .actions {
    float: right;
    position: relative;
    margin-bottom: 17px;
}

.actions_prompt {
	background:transparent url(/images/questionscom/answer-actions.png) no-repeat scroll 0 0;
	color:#0F64CE;
	line-height:26px;
	position:absolute;
	right:0;
	text-indent:5px;
	width:173px;
	z-index:10;
}


.share_prompt {
	background:transparent url(/images/questionscom/share.png) no-repeat scroll 0 0;
	height:22px;
	position:absolute;
	right:0;
	width:65px;
	z-index:10;
}

.actions_popup {
	background-position:-48px bottom;
	right:0;
	bottom:0;
	font-size:0.85em;
	width:173px;
}


.share_popup {
	background-position:-48px bottom;
	right:0;
	bottom:0;
	font-size:0.85em;
}

.site_popup {
	background-position:0 bottom; 
	left: -27px;
	bottom: 20px;
	width: 500px;   
}

.site_popup.popup a {
    padding:0;
}

.email {
  	background:transparent url(/images/questionscom/share.png) no-repeat scroll 0 -62px;  
  	padding-left: 22px;
}

.twitter {
  	background:transparent url(/images/questionscom/share.png) no-repeat scroll 0 -44px;  
  	padding-left: 22px;
}

.facebook {
  	background:transparent url(/images/questionscom/share.png) no-repeat scroll 0 -24px;  
  	padding-left: 22px;
}

/* @end */

/* @group Forms */

#ask form {
    background: url('/images/questionscom/find-back.png') no-repeat;
    height: 75px;
    margin: 0;
    padding: 0;
}

.ask_input {
	float: left;
	border: solid 0px #fff;
	font-size: 30px;
	margin: 17px 0 0 17px;
	outline: 0px;
	width: 445px;
}

.ask_input.empty {
    color: #999;
}

.ask_submit {
	float: left;
	background: none;
	border: 0px;
	height: 55px;
	width: 130px;
	cursor: pointer;
	margin: 10px 0 0 20px;
}

.submit {
	border-color:#CCCCCC #AAAAAA #AAAAAA #CCCCCC;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	cursor:pointer;
	font-size:1.2em;
	padding:5px
}

.instructions {
  	font-size: .85em;
  	color: #666;
  	margin: 3px 0px;
}

/* @end */



/* @group Messages */

.error, .notice, .success {
	padding: 10px;
	margin: 10px 0;
	border: 2px solid #ddd;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
	background: none;
	padding: 0;
	margin: 0;
}

.notice a {
	color: #514721;
	background: none;
	padding: 0;
	margin: 0;
}

.success a {
	color: #264409;
	background: none;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Pagination */

.pagination {
	text-align: center;
	line-height: 60px;
	font-size: .85em;
}

.pagination .page_info {
	display: none;
}

.pagination a {
    background: #d4f0f4;
    padding: 1px 8px;
    color: #000;
    
}

.pagination .current {
    padding: 1px 8px;
    font-weight: bold;
}

.pagination a.next_page,.pagination a.prev_page {
    background: none;
    color: #0f64ce;
}

.pagination .disabled {
    color: #666;
}

/* @end */
