  /* ============================= */
/* Ouch! Default Colour Theme*/
/* ============================= */	

#blq-main{
	color: #112733;
	background:#f2f2f2 url(/ouch/css/f/theme-default/banner_bg_ooo.gif) 0 0 no-repeat;
}
#banner{
}

#logo a{
	color:#c00;
}
#logo a span{
	background:url(/ouch/css/f/theme-default/logo_ooo.gif) 0 0 no-repeat;
}
#strapline{
	color: #112733;
}

/* Accessibility Widget */

#access-widget{
	background: url(/ouch/css/f/theme-default/bg_accessibility.png) left top no-repeat;
}
#access-widget-panel{
	border-color: #fff;
	background-color: #c00;
}
#access-widget-right{
	background: url(/ouch/css/f/theme-default/bg_accessibility.png) right top no-repeat;
}
#access-widget h2,
ul#font-sizes a{
	color: #fff;
}
#access-widget ul#themes a{
	border: 1px solid #000;
}

#content{
	background:transparent url(/ouch/css/f/theme-default/main_bg_ooo.gif) left bottom no-repeat;
}
#content a{
	color: #389bbf;
}
#content a:visited{
	color: #29708c;
}
#content a:hover{
	color: #c00;
}
#content a:active{
	color: #906;
}
#main-promo h2 a {
	color: #112733;
	padding-right:25px;
	background:url(/ouch/css/f/theme-default/arrow_link_med.gif) right center no-repeat;
}
#articles h2 a {
	color: #112733;
	padding-right:17px;
	background:url(/ouch/css/f/theme-default/arrow_link_reg.gif) right center no-repeat;
}

#float-layout { background: url(/ouch/css/f/theme-default/content_2_bg.gif) 0 0 repeat-y; }
#float-top { background: url(/ouch/css/f/theme-default/content_corners_top.png) left top no-repeat; }
#float-end { background: url(/ouch/css/f/theme-default/content_corners_end.gif) left bottom no-repeat; }

input#ouch-search-input{
	border: 1px solid #ccc;
	background: #FFF;
	color: #000;
}
#ouch-search-submit{ background-color:#a00; color:#fff; padding: 0.2em 0.1em 0.2em 0.2em; border:none; }

/* local nav */
#blq-local-nav li a { background-color:#b5dfeb; color:#112733; }
#blq-local-nav li a:visited { background-color:#b5dfeb; color:#29708C; }
#blq-local-nav li a:hover {
	color: #fff;
	background: #387f9d;  /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4598b9', endColorstr='#387f9d'); /* for IE7- */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4598b9', endColorStr='#387f9d')"; /* for IE8 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #4598b9), color-stop(0.8,#387f9d));  /* for webkit (SF4,CR) */	
	background: -moz-linear-gradient(center top, #4598b9 20%, #387f9d 80%);  /* for FF3.6+ */
}
#blq-local-nav ul li a.selected { color:#fff; text-decoration:none; background-color:#387f9d; }
#blq-local-nav ul li.nav-top a, #blq-local-nav ul li.nav-top a.selected,
#blq-local-nav ul li.nav-top a:visited, #blq-local-nav ul li.nav-top a:visited.selected {
	color:#fff; background-color:transparent;
}
#blq-local-nav ul li.nav-top a:hover, #blq-local-nav ul li.nav-top a:hover.selected {
	color:#fff; 
	background:none;  /* for other browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4598b9', endColorstr='#387f9d'); /* for IE7- */
}

#blq-local-nav li.messageboards {
	color: #fff;
	background: #387f9d;  /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4598b9', endColorstr='#387f9d'); /* for IE7- */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4598b9', endColorStr='#387f9d')"; /* for IE8 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.2, #4598b9), color-stop(0.8,#387f9d));  /* for webkit (SF4,CR) */	
	background: -moz-linear-gradient(center top, #4598b9 20%, #387f9d 80%);  /* for FF3.6+ */
}
#blq-local-nav li.messageboards a {
	color:#e8f4f8;
}
#blq-local-nav li.messageboards a:visited {
	color:#e8f4f8;
}
#blq-local-nav li.messageboards a:hover {
	color:#fff;
}

div#lh-promos div.lh-promo-text,
div#lh-promos div.lh-promo-img{
	border-color: #387f9d;
}
div#lh-promos div.lh-promo-text{
	background: #D7E3EA;
}

div#lh-promos p.heading,
div#lh-promos p.heading a{
	color: #389bbf;
}
div#lh-promos p.heading a:visited{
	color: #29708c;
}
div#lh-promos p.heading a:hover{
	color: #c00;
}
div#lh-promos p.heading a:active{
	color: #906;
}

div#lh-promos p{
	color: #333;
}

/* Crumb trail */
#ouch-crumb{
	color: #fff;
}
#ouch-crumb a{
	color: #fff;
}
#ouch-crumb a:visited{
	color: #fff;
}
#ouch-crumb a:hover{
	color: #fff;
}
#ouch-crumb a:active{
	color: #fff;
}


/* Content */
#blq-content h1, .main-heading{
	color: #112733;
}
#blq-content img, #community-panel a img{
	border: 1px solid #387f9d;
}
#main-promo img{
	border-color: #CCC;
}


/* homepage text banner */
#content .home-banner-text{
	border-color: #387f9d;
	background: #D7E3EA;
	color: #387f9d;
}
#content .home-banner-text a{
	color: #387f9d;
}
#content .home-banner-text a:visited{
	color: #29708c;
}
#content .home-banner-text a:hover{
	color: #c00;
}
#content .home-banner-text a:active{
	color: #906;
}


/* Articles */
#articles hr{ color: #fff; }			/* fix for IE (including IE7) */
#blq-content.page-news #articles hr{ display:none; }
#blq-content.page-news #articles .article{
	padding-top:3.4em;
	background:url(/ouch/css/f/theme-default/divider_1col.gif) left top no-repeat;
}
#blq-content.page-news #articles p.news-source{ top:0.6em; }
#articles .article.second{ background: #e8f4f8; }
.articles-box{ border: 1px solid #387f9d; }
.articles-box h2{ background: #387f9d; color: #fff; }
#content .articles-box p.header-addon a, #content .articles-box p.header-addon a:visited{ color: #fff; }
#content .articles-box p.header-addon a:hover{ color: #c00; }

#blq-content #blocks .block ul li{
	background: url(/ouch/css/f/theme-default/bullet_o.gif) 0 0.33em no-repeat;
}
#blq-content.page-news #articles .article h2 a.news-link {
	color:#112733;
	text-decoration:none;
	padding-right:0;
	background:none;
}
#blq-content.page-news #articles .article p a {
	color:#112733;
	text-decoration:none;
	font-weight:bold;
	padding-right:17px;
	background: url(/ouch/css/f/theme-default/arrow_link_reg.gif) right center no-repeat;
}
#blq-content.page-news #articles .article p a.external {
	background: url(/ouch/css/f/theme-default/arrow_extlink_reg.gif) right center no-repeat;
}
#blq-content.page-news #articles .article a:visited {
	color: #29708C;
}
#blq-content.page-news #articles .article a:hover{
	color: #cc0000;
	text-decoration:underline;
}
#blq-content.page-news #articles p.news-source{
	/* use generic grey */
}

#blq-content.page-news #articles .pagination{
	background-color:#b5dfeb;
}
#blq-content.page-news #articles .pagination a.selected {
	color:#112733;
}


/* Comments */
#comments.comments{
	border-top:none;
	padding-top: 5px;
	background:url(/ouch/css/f/theme-default/divider_1col.gif) left top no-repeat;
}
#comments.comments h3{
	background-color:#b5dfeb;
	padding:7px 8px;
}
#comments.comments ul.pagination{
	border: 1px solid #f1f1f1;
}
#comments.comments ul.forumthreadposts li{
	background: #f1f1f1;
}
#comments.comments ul.forumthreadposts li.stripe{
	background: #F0F8FC;
}
#comments.comments ul.forumthreadposts li p.flag {
	background: url(/ouch/css/f/theme-default/exclamation.gif) left center no-repeat;
}
#comments.comments #dnaacs textarea{
	border: 1px solid #CCC;
	background: #F0F8FC;
	color: #000;
}
#comments.comments p.dna-commentbox-userstate a{ 
	color:#112733; 
	text-decoration:none;
	background: url(/ouch/css/f/theme-default/arrow_idlink_reg.gif) right center no-repeat;
}
#comments.comments p.dna-commentbox-userstate a[xmlns="http://www.w3.org/1999/xhtml"] { background:none; }
#comments.comments p.dna-commentbox-userstate a:hover{
	text-decoration:underline;
}


/* Generic article */
#blq-content #personality{
	background: url(/ouch/css/f/theme-default/divider_1col.gif) left bottom no-repeat;
	padding-bottom: 5px;
	border-bottom: none;
}
#personality strong{
	/* use generic color */
}
#blq-content #personality p a {
	color: #389bbf;
	text-decoration:none;
}
#blq-content #personality p.author-more a{
	padding-right:17px;
	background: url(/ouch/css/f/theme-default/arrow_link_reg.gif) right center no-repeat;
}
#blq-content #personality p a:visited{
	color: #29708C;
	text-decoration:none;
}
#blq-content #personality p a:hover{
	color: #c00;
	text-decoration:underline;
}
#blq-content.generic-article h1{
	background: none;
	color: #112733;
}

#print-this a{
	background: url(/ouch/css/f/theme-default/print_icon.gif) 0 center no-repeat;
}
#send-to-friend a{
	background: url(/ouch/css/f/theme-default/send_icon.gif) 0 center no-repeat;
}
#related-links, #more-articles{
	border-top: none;
	padding-top: 5px;
	background: url(/ouch/css/f/theme-default/divider_2col.gif) left top no-repeat;
}
#related-links.solo, #more-articles.solo{
	border-top: none;
	padding-top: 5px;
	background: url(/ouch/css/f/theme-default/divider_1col.gif) left top no-repeat;
}
#related-links h2, #more-articles h2{
	/*  */
}

/* More from Ouch, Bookmarks and Mesageboard Help */
#more, #bookmark, #mb-help{
	border-top: none;
	padding-top: 5px;
	background: url(/ouch/css/f/theme-default/divider_1col.gif) left top no-repeat;
}
#more h2, #bookmark h2, #mb-help h2{
	color: #112733;
}
#more h2 a {
	padding-right:20px;
	background: url(/ouch/css/f/theme-default/arrow_link_reg.gif) right center no-repeat;
}
#bookmark p.header-addon a{
	/* use generic color */
	padding-left: 21px;
	background: url(/ouch/css/f/theme-default/question.gif) 0 center no-repeat;
}
#bookmark ul li a{
	color:#112733;
}


/* Author */
#author-about li a{
	background: url(/ouch/css/f/theme-default/bullet_o.gif) 0 0.33em no-repeat;
}
#author-latest{ background: #e8f4f8; }

/* Search results */
#search-info{ border-color: #c00; }
#results li.odd{ background: #e8f4f8; }
/* Advanced search */
form#search-form div.hr{ background: #ccc; }

/* Promos */
.promo h2{ color: #112733; }
#content .promo h2 a{
	color: #112733;
	padding-right:20px;
	background: url(/ouch/css/f/theme-default/arrow_link_reg.gif) right center no-repeat;
}
#content .promo h2 a:visited{ color: #29708c; }
#content .promo h2 a:hover{ color: #c00; }
#content .promo h2 a:active{ color: #906; }
.promo{
	border-top:none;
	padding-top:5px;
	background:url(/ouch/css/f/theme-default/divider_1col.gif) left top no-repeat;
}
.promo.small{
	border-top:none;
	padding-top:5px;
	background:url(/ouch/css/f/theme-default/divider_2col.gif) left top no-repeat;
}

/* Minisite */
#minisite-banner{ background: #387f9d; }
#blq-content #minisite-banner h1,
#blq-content #minisite-banner #minisite-heading{
	color: #fff;
}
ul#minisite-nav{ border-color: #c00; }

/* Community panel */
#community-panel .panel{
	background: url(/ouch/css/f/theme-default/panel_corners_end.gif) left bottom no-repeat;
}
#community-panel .header{
	background: url(/ouch/css/f/theme-default/panel_corners_top.png) left top no-repeat;
	border-bottom-color:#fff;
}

#content #community-panel a{ color: #112733; }
#content #community-panel a:visited{ color: #29708c; }
#content #community-panel a:hover{ color: #c00; }
#content #community-panel a:active{ color: #906; }

#community-panel h3,
#community-panel h3 a{ color: #112733; }
#community-panel h3 a:visited{ color: #112733; }
#community-panel h3 a:hover{ color: #c00; }
#community-panel h3 a:active{ color: #906; }

#community-panel .content{
	background:#e8f4f8 url(/ouch/css/f/theme-default/panel_bg.gif) 0 0 repeat-y;
}

#community-panel #podcast-panel p.what{
	background-image:url(/ouch/css/f/theme-default/question.gif);
}
#community-panel #podcast-panel p.what a {
	/* use generic color */
}
#community-panel #podcast-panel p.what a:visited {
	/* use generic color */
}
#community-panel #podcast-panel p.what a:hover {
	color:#c00;
}
#community-panel #podcast-panel p.what a:active {
	color:#906;
}

#community-panel .avatar img{
	border: 1px solid #387f9d;
}

#community-panel #podcast-panel h3 span{
	height:69px;
	background-image: url(/ouch/css/f/theme-default/icon_podcast.png);
}
#community-panel #mboard-panel h3 span{
	background-image: url(/ouch/css/f/theme-default/icon_messageboards.png);
}
#community-panel #blogs-panel h3 span{
	background-image: url(/ouch/css/f/theme-default/icon_blogs.png);
}
#community-panel #most-commented-panel h3 span{
	background-image: url(/ouch/css/f/theme-default/icon_comments.png);
}
/* using '* html' to target IE6 only, hiding background, width and height already specified */
* html #community-panel #podcast-panel h3 span {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/ouch/css/f/theme-default/icon_podcast.png');
}
* html #community-panel #mboard-panel h3 span {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/ouch/css/f/theme-default/icon_messageboards.png');
}
* html #community-panel #blogs-panel h3 span {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/ouch/css/f/theme-default/icon_blogs.png');
}
* html #community-panel #most-commented-panel h3 span {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/ouch/css/f/theme-default/icon_comments.png');
}

#community-panel #vote-panel .vtngBar{
	background: #387f9d;
}


/* Blogs page */
#blq-content.blogs #blogs-latest h2,
#blq-content.blogs #blogs-recent h2{
	border-bottom: 1px solid #999;
}
#blq-content.blogs #blogs-tech h2{
	background: #387f9d;
	color: #fff;
	border: none;
}
#blq-content.blogs #blogs-tech p.header-addon a{
	color: #fff;
}
#blq-content.blogs #blogs-tech p.header-addon a:visited{
	color: #fff;
}
#blq-content.blogs #blogs-tech p.header-addon a:hover{
	color: #c00;
}
#blq-content.blogs #blogs-tech p.header-addon a:active{
	color: #906;
}

/* Slideshow */
#slideshow{
	border: 1px solid #CCC;
}
a#sc-prev-l{
	background: url(/ouch/css/f/theme-default/arrow_left.gif) 0 1px no-repeat;
}
a#sc-next-l{
	background: url(/ouch/css/f/theme-default/arrow_right.gif) right 1px no-repeat;
}
#content #gotos a{
	color: #FFF;
	background: #387f9d;
}
#content #gotos strong{
	color: #387f9d;
}

/* Podcast pages */
#blq-content.podcast #main-promo-text h1{
	background: transparent;
}
#blq-content.podcast #main-promo-text{
	border: 1px solid #387f9d;
}
#blq-content.podcast #main-promo-text p.heading{
	background: #387f9d;
	color: #fff;
}

/* popups */
#popup{
	color: #333333;
}
#popup #main-heading h1{
	background: url(/ouch/css/f/theme-default/h1_bg.gif) bottom left repeat-x #FFF;
	color: #387f9d;
}

#popup p#instructions{
	background: #387f9d;
	color: #fff;
}
#popup #complaint-box{
	background: url(/ouch/css/f/theme-default/answers/box_large_bg.gif) repeat-x left bottom;
	border: 1px solid #BECDD6;
}
#popup #complaint-box label{
	color: #112733;
}
#popup #complaint-box textarea{
	border: 1px solid #CCC;
	background: #FFF;
	color: #000;
}


/* --------------- */
/* Answers section */
/* --------------- */

/* - SSO bar - */
#sign-in{
	background: #f1f1f1 !important;
}
.statBar, .reg, .rtn, .ssoNormal, .ssoLarge {
	color: #FFF !important;
}
tr.statbar td{
	background-color: #5D7D8F !important;
}
tr.statbar a{
	color: #fff !important;
}
tr.statbar a:visited{
	color: #fff !important;
}
tr.statbar a:hover{
	color: #c00 !important;
}
tr.statbar a:active{
	color: #906 !important;
}

/* user NOT signed in */
.reg,
.reg .contentRight,
.reg .contentRightLastRow,
.reg .subHeaderStatbar,
.reg .contentRightStatbar,
.reg .contentFull,
.reg .contentFullLastRow {
	background-color:#5D7D8F !important;
}

.rtn,
.rtn .contentRight,
.rtn .contentRightLastRow,
.rtn .subHeaderStatbar,
.rtn .contentRightStatbar,
.rtn .contentFull,
.rtn .contentFullLastRow {
	background-color:#3D5D6F !important;
}


/* - Shared styles - */
#blq-content.answers .qa-heading{
	background: #387f9d;
	color: #fff;
}

/* - Questions banner - */
#blq-content.answers #search-questions-box,
#blq-content.answers #ask-question-box{
	border: 1px solid #BECDD6;
	background: url(/ouch/css/f/theme-default/answers/box_small_bg.gif) repeat-x left top;
}
#blq-content.answers #search-questions-box .box-container{
	background: url(/ouch/css/f/theme-default/answers/search_bg.gif) no-repeat right bottom;
}
#blq-content.answers #ask-question-box .box-container{
	background: url(/ouch/css/f/theme-default/answers/ask_question_bg.gif) no-repeat right bottom;
}
#blq-content.answers #search-questions-box input#searchq-input{
	border: 1px solid #ccc;
	background: #FFF;
	color: #000;
}

/* search results */
#blq-content.answers #results h1{
	background: #387f9d;
	color: #fff;	
}

/* - Answers promos - */
#blq-content.answers #answers-promos{
	border: 1px solid #BECDD6;
	background: url(/ouch/css/f/theme-default/answers/promos_bg.gif) repeat-x left bottom #FFF;
}
#blq-content.answers #answers-promos div.answers-promo{
	border: 1px solid #BECDD6;
}
#blq-content.answers #answers-promos div#promo-how-it-works p{
	background: url(/ouch/css/f/theme-default/answers/how_it_works_bg.gif) no-repeat 82px 5px #FFF;
}
#blq-content.answers #answers-promos div#promo-what-the-stars-mean p{
	background: url(/ouch/css/f/theme-default/answers/what_the_stars_mean_bg.gif) no-repeat 80px 5px #FFF;
}
#blq-content.answers #answers-promos div#promo-participate p{
	background: url(/ouch/css/f/theme-default/answers/participate_bg.gif) no-repeat 87px 16px #FFF;
}

/* Recent Questions */
#blq-content.answers #recent-questions h1{
	background: none;
	color: #4D6D7F;
}


/* - Question page - */
#blq-content.answers #question{
	border: 1px solid #BECDD6;
	background: #FFF;
}
#blq-content.answers #q-text h1{
	background: none;
	color: #112733;
}

/* question actions bar */
#blq-content.answers ul#q-actions{
	border-style: solid;
	border-color: #BECDD6;
	background: url(/ouch/css/f/theme-default/answers/strip_bg.gif) repeat-x top left #D3DFE4;
}
#blq-content.answers ul#q-actions li{
	border-right: 1px solid #BECDD6;
}
#blq-content.answers ul#q-actions li.report-it{
	background: url(/ouch/css/f/theme-default/answers/report_btn.gif) no-repeat 6px 2px;
}
#blq-content.answers ul#q-actions li.email-it{
	background: url(/ouch/css/f/theme-default/answers/email_btn.gif) no-repeat 8px 5px;
}
#blq-content.answers ul#q-actions li.answer-question{
	background: url(/ouch/css/f/theme-default/answers/answer_question_btn.gif) repeat-x #4f6f82;
}
#blq-content.answers ul#q-actions li.answer-question a{
	color: #fff;
}
#blq-content.answers ul#q-actions li.answer-question a:visited{
	color: #fff;
}
#blq-content.answers ul#q-actions li.answer-question a:hover{
	color: #c00;
}
#blq-content.answers ul#q-actions li.answer-question a:active{
	color: #906;
}

/* answers to question */
#blq-content.answers #answers hr{
	border: none;
	border-top: 1px solid #ccc;
	color: #fff;			/* fix for IE (including IE7) */
}
#blq-content.answers .answer img.rating-1-star{
	background: url(/ouch/css/f/theme-default/answers/1-star.gif) no-repeat;
}
#blq-content.answers .answer img.rating-2-star{
	background: url(/ouch/css/f/theme-default/answers/2-star.gif) no-repeat;
}
#blq-content.answers .answer img.rating-3-star{
	background: url(/ouch/css/f/theme-default/answers/3-star.gif) no-repeat;
}
#blq-content.answers .answer img.rating-4-star{
	background: url(/ouch/css/f/theme-default/answers/4-star.gif) no-repeat;
}
#blq-content.answers .answer img.rating-5-star{
	background: url(/ouch/css/f/theme-default/answers/5-star.gif) no-repeat;
}


/* answers actions bar */
#blq-content.answers .answer ul.a-actions{
	border: 1px solid #BECDD6;
	background: url(/ouch/css/f/theme-default/answers/strip_bg.gif) repeat-x top left #D3DFE4;
}
#blq-content.answers #answers ul.a-actions li.report-it{
	border-right: 1px solid #BECDD6;
	background: url(/ouch/css/f/theme-default/answers/report_btn.gif) no-repeat 6px 2px;
}
#blq-content.answers .answer ul.a-actions	li.rate-it{
	background: url(/ouch/css/f/theme-default/answers/rate_ico.gif) no-repeat 5px 4px;
}

#blq-content.answers .answer ul.a-actions img.rating-1-star{
	background: url(/ouch/css/f/theme-default/answers/1-star-actionsbar.gif) no-repeat;
}
#blq-content.answers .answer ul.a-actions img.rating-2-star{
	background: url(/ouch/css/f/theme-default/answers/2-star-actionsbar.gif) no-repeat;
}
#blq-content.answers .answer ul.a-actions img.rating-3-star{
	background: url(/ouch/css/f/theme-default/answers/3-star-actionsbar.gif) no-repeat;
}
#blq-content.answers .answer ul.a-actions img.rating-4-star{
	background: url(/ouch/css/f/theme-default/answers/4-star-actionsbar.gif) no-repeat;
}
#blq-content.answers .answer ul.a-actions img.rating-5-star{
	background: url(/ouch/css/f/theme-default/answers/5-star-actionsbar.gif) no-repeat;
}


/* more questions */
#blq-content.answers #more-questions h2{
	background: #387f9d;
	color: #fff;
}

/* - Answer a question page - */
#blq-content.answers #answer-question h1{
	background: none;
	color: #112733;
}
#blq-content.answers #af-question p{
	background: #E8EEF1;
	border: 1px solid #BECDD6;
}
#blq-content.answers form#af-form{
	background: url(/ouch/css/f/theme-default/answers/box_large_bg.gif) repeat-x left bottom;
	border: 1px solid #BECDD6;
}
#blq-content.answers form#af-form label{
	color: #112733;
}
#blq-content.answers form#af-form textarea{
	border: 1px solid #ccc;
	background: #FFF;
	color: #000;
}

/* confirmation pages for question submit, answer submit and ratings (non-js version) */
#blq-content.answers #answers-submitted h1{
	background: none;
	color: #112733;
}

/* - Ask a question page - */
#blq-content.answers #ask-question h1{
	background: none;
	color: #112733;
}
#blq-content.answers form#qf-form{
	background: url(/ouch/css/f/theme-default/answers/box_large_bg.gif) repeat-x left bottom;
	border: 1px solid #BECDD6;
}
#blq-content.answers form#qf-form label#enter-question{
	color: #112733;
}

#blq-content.answers form#qf-form input#qf-t-input,
#blq-content.answers form#qf-form textarea{
	border: 1px solid #ccc;		
	background: #FFF;
	color: #000;
}

/* - User page - */
#blq-content.answers #userpage h1,
#blq-content.answers #answerspage h1{
	background: none;
	color: #112733;
}
#blq-content.answers #userpage h2{
	background: #4D6D7F;
	color: #fff;
}
#blq-content.answers #userpage p.header-addon a{
	color: #fff;
}
#blq-content.answers #userpage p.header-addon a:visited{
	color: #fff;
}
#blq-content.answers #userpage p.header-addon a:hover{
	color: #c00;
}
#blq-content.answers #userpage p.header-addon a:active{
	color: #906;
}

/* navbadge 

#navigation-badge h2{
	background:transparent url(/ouch/css/f/theme-default/panel_corners_top.png) 0 0 no-repeat;
	font-size:1.25em;
	min-height:1em;
	_height:1em;
	padding:9px 10px 4px 10px;
	color:#112733;
	border-bottom:4px solid #fff;
}    */
