/*
Theme Name: CohearentVision
Theme URI: http://www.cohearentvision.org.uk/
Description: Custom theme for CohearentVision.
Version: 1.0
Author: <a href="http://www.welcomebrand.co.uk">James Young</a>
Author URI: 
*/

/* Globals 
=================================== */
body {
	padding: 0;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif; /* Reset to base 10px/1em */
	color: #444;
	line-height: 145%;
  	background: #fff url(images/body-background.jpg) left top repeat-x;
	position: relative;
}

/* 01 : Global Standard Formatting */

p {
	font-size: 13px;
	line-height: 155%;
	margin: 0 0 2em 0;
}

a {

}

a:hover {

}

a:focus {

}

a img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font: bold 20px Helvetica, "Helvetica Neue", Arial, sans-serif;
	margin: 0 0 2em 0;
	padding: 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 16px;
}

/* 01 : Global Standard Formatting */


/* 02 : Custom Formatting */
.button {
	text-transform: uppercase;
	-moz-border-radius:4px;
	padding: 6px 10px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background: #f60;
	border: 1px solid #f90;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
}

.button.more {
	border: 1px solid #659800;
	background: #3A6D00;
}

.button:hover {
	background: #f90;
}

.button.more:hover {
	background: #659800;
}
/* 02 : Custom Formatting */


#canvas {
  	width: 100%;
  	margin: 0;
  	padding: 0;
	position: relative;
	overflow-x: auto;
}



#footer-wrap,
#footer-wrap.home {
	background: url(images/footer-background-homepage.jpg) left top repeat-x;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 25px 0 0 0;
	padding: 35px 0 50px 0;
}

#footer-wrap {
	background: url(images/footer-background.jpg) left top repeat-x;
	padding-top: 15px;

}

#footer-links-block{color:#fff;margin-top:40px; /*background:url(images/footer-ldb.png) right bottom no-repeat;*/}


/* Set all inner content to middle */
#header,
#inner-canvas,
#footer {
	width: 970px;
	margin: 0 auto;
}

#inner-canvas {
	margin-top: 35px;
	overflow: hidden;
}

#header {
	height: 164px;
	/*width: 970px;
	margin: 0 auto;*/
	position: relative;
}

#header #header-donation-panel {
	position: absolute;
	top: 10px;
	right: 0;
	background: url(images/header-donation.png) left bottom no-repeat;
	width: 321px;
	height: 91px;
}

#header #header-donation-panel p {
	position: absolute;
	top: 20px;
	right: 7px;
	width: 190px;
	line-height: 110%;
}

#header #header-donation-panel p a {
	margin: 0;
	font-size: 12px;
	color: #444;
	text-decoration: none;
}

#header #header-donation-panel p a span {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}

#header #header-donation-panel p a:hover {
	color: #069;
}

/** the heading and tagline are h1 on homepage and h4 on internal */

#header h1,
#header h4,
#home-title {
text-indent:-9999px;float:left;display:inline;position:absolute;top:0;width:381px;height:142px;background:url(images/logo.png) left top no-repeat;margin:0;padding:0;}


#header h1 a,
#header h4 a {
	float: left;
	width: 381px;
	height: 142px;
	border: 0px solid red;
}

/**
    Nav and Subnav
    Split these out if you want the two levels to look different
*/
#nav,
#subNav,
.topnav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topnav,
#subnav,
.subnav {
	position: relative;
	z-index: 500;
}

/*#subNav,
.subnav {
    margin-top: 10px;
}*/

.page_item ul a,
.current_page_parent ul li a {
	background: none;
}

.page_item.current_page_item a,
.current_page_ancestor a,
ul.topnav li a:hover {
	background: #09c;
	color: #fff;
	border: 2px solid #fff;
	border-bottom: 0;
}

.current_page_item .page_item a {
	background: none;
}
	
.current_page_item a:hover,
.current_page_parent a:hover {
	text-decoration: none;
}




/** normally hidden but will appear when css disabled */
.skip {
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;	
}


#nav,
#subNav,
.topnav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topnav,
#subnav,
.subnav {
	position: relative;
	z-index: 500;
}

.page_item ul a,
.current_page_parent ul li a {
	background: none;
}

.page_item.current_page_item a,
.current_page_ancestor a,
ul.topnav li a:hover {
	background: #09c;
	color: #fff;
	border: 2px solid #fff;
	border-bottom: 2px solid #09c;
}

.current_page_item .page_item a {
	background: none;
}
	
.current_page_item a:hover,
.current_page_parent a:hover {
	text-decoration: none;
}

ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 970px;
	z-index: 9999;
	position: absolute;
	bottom: -2px;
}

ul.topnav li {
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	position: relative;
}

ul.topnav li a{
	padding: 7px 12px;
	color: #069;
	font-size: 13px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: 2px solid #fff;
	float: left;
	background: #CCE4ED;
	z-index: 1000;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;	
}

.topnav ul,
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; 
	left: 0; 
	top: 35px;
	background: #09c;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 215px;
	border: 2px solid #fff;
	border-top: 0;
	z-index: 100;
}

ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	clear: both;
	width: 215px;
}

ul.topnav li ul.subnav li a {
	float: left;
	width: 180px;
	background: url(images/dropdown-arrow.gif) 10px center no-repeat;
	border: 0;
	border-bottom: 1px dotted #4FB9DB;
	padding-left: 23px;
	color: #fff;
	
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;	
}

ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #CCE4ED url(images/dropdown-arrow-over.gif) 10px center no-repeat;
	color: #069;
}
















.alt { background: #fff; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

pre, p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

img.avatar { border: 1px solid #ddd; }

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Structure
=================================== */



























/*#wrapper {
	background: #fff url('images/page_header_tile.png') repeat-x 0px -15px;
}

#header {
	background: url('images/page_header_bblogo.png') no-repeat bottom right; 
	margin: 0 auto 10px;
	width: 760px;
	height: 116px;
	position: relative;
}

#header h1 {
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #444;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover { color: #666; }

#header div.search {
	float: right;
	padding: 4px;
	background: #aaa;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#header div.search input {
	border: 1px solid #999;
	background: #fdfdfd;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#header div.search input.submit {
	background: #ccc;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

#header div.search input.submit:hover {
	background: #ddd;
	color: rgb(0, 100, 0);
}

#header div.search input.submit:active {
	border-color: rgb(0, 100, 0);
}*/

#primaryContent {
	width: 665px;
	float: left;
	padding: 0 25px 0 0;
	margin: 0;
}

#primaryContent.no-sidebar {
	width: 970px;
}

#primaryContent h1 {
    padding: 0;
    margin: 10px 0 0 0;
}

#primaryContent h2 {
    padding: 0;
    margin: 10px 0 0 0;
}

/* titles are h2 on homepage and h1 for internal */
h1.main-title {
    font-size: 26px;
	color: #069;
	border-bottom: 2px solid #069;
	margin: 15px 0 20px 0 !important;
	padding: 0 0 5px 0;
	text-decoration: none;
	width: 100%;
	float: left;
}


#primaryContent h3 {
    padding: 0;
    margin: 10px 0 0 0;
}

#primaryContent a {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}

#primaryContent a:hover {
	text-decoration: underline;
}

/**       sidebar          */
#secondaryContent {
  	width: 280px;
  	float: left;
}

#sidebar-search {
	background: #09c url(images/sidebar-header.jpg) left top repeat-x !important;
	margin-bottom: 20px;
	padding: 10px 15px 15px 15px;
}

#sidebar-pages {

}

#current-section,
#sidebar-events,
#social-media,
#sidebar-volunteer,
.sidebar-panel {
	background: #E5F1F6;
	border: 1px solid #CCE4ED;
	padding-bottom: 0;	
	margin-bottom: 25px;
}

.sidebar-panel {
	overflow: hidden;
}

#sidebar-volunteer {
	padding-bottom: 15px;
}


#current-section ul {
	padding: 5px;
	margin: 5px 0;
}

#current-section li {
	list-style: none;
	padding: 0 5px;
}

#current-section li a,
#current-section .current_page_item a,
#submenu .page_item.current_page_item a, 
#submenu .current_page_ancestor a  {
	font-size: 13px;
	font-weight: bold; 
	color: #444;
	display: block;
	width: 235px !important;
	border: 0;
	border-bottom: 1px dotted #66BEDC;
	padding: 5px 0;
	padding-left: 23px;
	text-decoration: none;
	background: transparent url(images/current-section-nav.gif) 8px center no-repeat;
}

#current-section li a:hover,
#current-section .current_page_item a  {
	border-width: 1px;
	color: #f60;
	background: #fff url(images/current-section-nav-over.gif) 8px center no-repeat;
}

#sidebar-search {
	background: #09c;
	margin-bottom: 20px;
	padding: 10px 15px 15px 15px;
}

#sidebar-search .button {
	margin: 0;
}

#searchform label {
	display: none;
}

#sidebar-search .button {
	margin: 0;
}

.search-form {
border:2px solid #E5F1F6;
color:#777777;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-right:3px;
padding:6px 6px 5px;
width:144px;
}

#sidebar-search h2,
#current-section h2,
#sidebar-events h2,
#social-media h2,
#sidebar-volunteer h2,
.search h2,
.sidebar-panel h2 {
	background: #09c;
	color: #fff;
	margin: 0;
	font-size: 16px;
	letter-spacing: normal;
}

#sidebar-search h2 {
	margin-bottom: 10px;
	padding-left: 0 !important;
	padding-top: 0 !important;
	background: transparent !important;
}

#social-media h2 {
	margin-bottom: 5px;
}

#current-section h2,
#sidebar-events h2,
#social-media h2,
#sidebar-volunteer h2 {
	padding: 10px 15px;
}

/*#latest-news {
	background: #E5F1F6;
	border: 1px solid #CCE4ED;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
}*/

/*#latest-news p {
	margin: 0 15px 15px 15px;
}*/

#sidebar-volunteer p,
.sidebar-panel p {
	margin: 15px;
	margin-bottom: 0;
}

#sidebar-volunteer p a,
.sidebar-panel p a {
	color: #069;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar-volunteer p a:hover,
.sidebar-panel p a:hover {
	text-decoration: none;
}

/*#latest-news p.latest-news-title,*/
.sidebar-panel p {
	margin: 10px 15px 10px 15px;
}

.sidebar-panel .login {
	clear: both;
	display: block;
}


/*#latest-news p.latest-news-title a {
	font-weight: bold;
	font-size: 13px;
	color: #f60;
	text-decoration: none;
}

#latest-news p.latest-news-title a:hover {
	text-decoration: underline;
}

#latest-news p.latest-news-date {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	margin: 4px 15px 5px;
	line-height: inherit;
	padding-left: 19px;
	background: url(images/calendar-icon.gif) left top no-repeat;
}

#latest-news.blog-listing p.latest-news-date {
	margin-bottom: 10px;
}
.latest-news-snippet {
	border-bottom: 1px solid #CCE4ED;
}

.latest-news-snippet p {
	font-size: 12px; 
	line-height: 125%;
}
*/

























/*#main {
	font-size: 1.2em;
	width: 760px;
	margin: 0 auto 25px;
	position: relative;
}
*/



.bbcrumb p {
	font-size: 12px; 
	color: #888;
}

.bbcrumb p a {
	text-decoration: none;
	color: #069;
	font-weight: bold;
}

.bbcrumb p a:hover {
	text-decoration: underline;
}


#footer {
	clear: both;
	width: 970px;
}

#footer #promotional-panels {
	width: 990px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: -20px;
}

#footer #promotional-panels div {
	width: 230px;
	margin-right: 16px;
	float: left;
	display: inline;
}

#footer #promotional-panels div a img,
#sidebar-volunteer a img  {
	float: left;
	margin-right: 10px;
	border: 1px solid #069;
	padding: 2px;
	background: #fff;
}


#sidebar-volunteer a img {
	float: left;
	margin: 15px 10px;
}

#footer #promotional-panels div a:hover img,
#sidebar-volunteer a:hover img {
	background: #09c;
}


#footer #promotional-panels div h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#footer #promotional-panels div h3 a {
	color: #444;
	text-decoration: none;
}

#footer #promotional-panels div h3 a:hover {
	color: #069;
	text-decoration: underline;
}


#footer #promotional-panels div p {
	font-size: 12px;
	line-height: 120%;
	margin: 0;
	padding-top: 5px;
	font-weight: normal;
}

#footer #promotional-panels div {

}


#footer-links-block {
	color: #fff;
	margin-top: 40px;
}

#footer-wrap.home #footer-links-block {
	margin-top: 80px;
}

#footer-links-block div {
	float: left;
	display: inline;
	width: 242px;
	padding: 0;
	margin: 0;
}


#footer-links-block .help-links {
	margin: 0;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
}

#footer-links-block ul {
	padding: 0;
	margin: 15px 0 25px 0;
}

#footer-links-block li {
	list-style: none;
	background: url(images/footer-links-list.gif) left center no-repeat;
	padding-left: 15px;
}

#footer-links-block li a {
	font-weight: bold;
}

#footer-links-block li a:hover,
#footer-links-block p a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-links-block p,
#footer-links-block a {
	color: #BCC4C7;
	margin: 0 0 10px 0;
	text-decoration: none;
	font-size: 11px;
}

#footer-links-block a {
	font-weight: bold;
}


/*#footer {
	font-family: Georgia;
	font-style: italic;
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	padding-top: 10px;
	clear: both;
	text-align: right;
	width: 760px;
}

#footer p.showoff {
	color: #888;
}*/

.notice {
	border: 1px solid #4c9545;
	background: #abd8a2;
	color: #4c9545;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	border-color: #852424;
	background: #ca8a8a;
	color: #5d2424;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login {

}

form.login {

}

.login p { 
	padding: 0 ; 
	margin: 15px;
}

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

form.login div {
	margin: 0 15px;
}

form.login div label {
	width: 238px;
	margin-bottom: 8px;
	font-weight: bold;
}

form.login div label input {
	border: 1px solid #09c;
	background: #F5FAFB;
	padding: 6px 5px;
	font-size: 13px;
	color: #444;
	width: 226px;
	font: 13px Arial, Helvetica, sans-serif; /* Reset to base 10px/1em */
	line-height: 135%;
	margin-top: 3px;
}

form.login div label input#quick_remember {	
	border: 0;
	padding: 0;
	margin: 3px 7px 0 0;
}

form.login input.submit {
	text-transform: uppercase;
	-moz-border-radius:4px;
	padding: 6px 10px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background: #f60;
	border: 1px solid #f90;
	color: #fff !important;
	text-decoration: none !important;
	cursor: pointer;
	width: auto;
	margin-bottom: 15px;
}




label.remember  {
	font-weight: normal !important;
	padding: 0;
	width: 100px;
	margin: 6px 0 0 0;
}

form.login input#quick_remember {
	float: left;
	margin-right: 10px;
	width: auto !important;
}

/* Front Page
=================================== */

#hottags {
	background: #E5F1F6;
	border: 1px solid #CCE4ED;
	padding: 0 0 15px 0;	
	margin-bottom: 25px;
}

#secondaryContent h2 {
	background: #09c url(images/sidebar-header.jpg) left top repeat-x;
	color: #fff;
	margin: 0;
	padding: 10px 15px;
	font-size: 16px;
	letter-spacing: normal;
}

.frontpageheatmap {
	font-size: 13px;
	margin: 15px 15px 0 15px;
}

.frontpageheatmap a {
	font-weight: bold;
	text-decoration: none;
	color: #069;
}

.frontpageheatmap a:hover {
	text-decoration: underline;
}



#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery {
	font-size: 18px;
	color: #069;
	border-bottom: 2px solid #069;
	margin: 0 0 20px 0 !important;
	float: left;
	display: block;
	width: 100%;
	padding: 0 0 5px;
}


.sticky { background: #a1d29a; }

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	padding: 4px 4px 2px 5px;
	margin-left: 5px;
	background-image: url('images/page-links-background.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

span.page-numbers.current {
	color: #ffffff;
	background-position: 0 -100px;
}

#latest a.page-numbers {
	font-size: 0.8em;
	padding: 3px 3px 1px 4px;
	margin-left: 3px;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

a.page-numbers:hover {
	background-position: 0 -100px;
}

a.prev.page-numbers:hover,
a.next.page-numbers:hover {
	color: #006400;
}

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
	background: #E5F1F6;
	padding: 1em 0;
	margin-bottom: 25px;
	float: left;
	clear: both;
	width: 665px;
}

#topic-stats {
	width: 665px;
	float: left;
	clear: both;
	margin-bottom: 25px;
}

#topic-stats p {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 5px 0;
	color: #888;
}

#topic-stats p a {
	font-weight: bold;
	color: #069;
}

.infobox ul {
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

#tag-form p {
	margin-bottom: 0;
}

input#tag {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input#tagformsub {
	border: 1px solid #999;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 4px;
}

input#tagformsub:hover {
	background: #ddd;
	color: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
	text-align: center;
}

#thread {
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
}

#thread li {
	/*line-height: 1.5em;*/
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	margin-bottom: 10px;
	background: #E5F1F6;
	border: 1px solid #CCE4ED;
}

#thread li.alt {
	background: #eef7fa;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

.threadauthor small { font-size: 11px; }

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	/*background: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
}

#thread li.alt .threadpost {  }

#thread li.deleted { background: transparent; }

#thread li.deleted .threadpost { background: #ee8888; }

#thread li.alt.deleted .threadpost { background: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}

#thread li.pingback.alt {
	background: #fff;
}

#thread li.pingback .threadpost {
	background: #e4f3e1;
}

#thread li.pingback.alt .threadpost {
	background: #fff;
}

#thread li.pingback .threadauthor {
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #333;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}

#thread .post blockquote {
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
}

.num, #forumlist small {
	text-align: center;
	white-space: nowrap;
}

h2.post-form {
	border-bottom-width: 0;
	margin: 15px 0 15px 15px !important;
}

.postform {
	background: #E5F1F6;
	border: 1px solid #CCE4ED;
	padding: 15px;
	margin-bottom: 25px;
}

.postform textarea,
.postform #topic,
.postform #tags-input {
	height: 150px;
	margin: 0;
	padding: 5px;
	width: 620px;
	border: 1px solid #09c;
	display: block;
}

.postform label { display: block; }

.postform #topic,
.postform #tags-input {
	height: auto;
	width: 300px;
}

.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}



#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

/*p.submit { text-align: right; }*/

p.allowed { margin-bottom: 0; }

.topiclink { display: block; }



p.rss-link {
	text-align: right;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */

/*#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}*/

#content .infobox li { margin-bottom: 2px; }

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { 
	padding: 5px 10px; 
	background: #E5F1F6;
}

#latest td a, #forumlist td a, #favorites td a {
	color: #069;
	display: block;
	font-size: 14px;
}



#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

/*#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #e4f3e1; }*/

#latest th, #forumlist th, #favorites th,
#latest th.left-align , #forumlist th.left-align , #favorites th.left-align {
	text-align: center;
	padding: 9px;
	background: #09c url(images/sidebar-header.jpg) left top repeat-x;
	color: #fff;
}

#latest th.left-align , #forumlist th.left-align , #favorites th.left-align {
	text-align: left;
}

#latest th a, #forumlist th a, #favorites th a {

}

#latest th a:hover, #forumlist th a:hover, #favorites th a:hover {

}

.left-align .button {
	margin-left: 25px;
}

tr.bb-category td {
	background: #ddd;
}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 3em;
	width: 100%;
	border: 1px solid #09c;
	clear: both;
	float: left;
}

#discussions h2 {
border-bottom:2px solid #069;
color:#069;
font-size:22px;
margin:0 0 20px;
padding:0 0 5px;
text-decoration:none;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

#latest, #forumlist {

}

.closed td,
.sticky td {
	background: #CCE4ED !important;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}

#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: relative;
	margin: 0 0 15px 0;
	padding-top: 5px;
	text-align: left;
	overflow: hidden;
	}

#profile-menu li {
	float: left;
	display: block;
	width: 175px;
	height: 32px;
	margin: 0 0 0 -25px !important;
	padding: 0 !important;
}

#profile-menu li a {
	background: #09c;
	margin: 0;
	padding: 5px 8px;
	border: 2px solid #fff;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#profile-menu li.current a {
	background: #069;
}

#profile-menu li a:hover {
	background: #069;
}

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 ; }

.user-recent ol { margin: 0 0 25px 0; }

.user-recent ol li { margin: 0;}

h3 {
	color: #069;
	margin-bottom: 15px;
	font-size: 18px;
}

.user-recent h4 {
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 10px;
}

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #09c;
	border-bottom: 1px solid #09c;
	border-left: 0;
	border-right: 0;
	padding: 10px 0 10px 10px;
	margin-bottom: 25px;
	margin-top: 25px;
	background: #E5F1F6;
	float: left;
	width: 655px;
}

#login-page fieldset,
#register-page fieldset {
	margin-top: 0;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table tr.error th em,
#register-page fieldset table tr.error th em,
#profile-page fieldset table tr.error th em {
	position: absolute;
	/* fieldset:padding-left + table:margin-left + table:width + td:padding-left + input:width + input:padding-right */
	left: 458px; /* 10 + 15 + 20% * ( 95% * (760 - 10)  ) + 5 + 280 + 5 */
	margin-left: 1em; /* th:padding-right = 1em */
	color: red;
	font-style: normal;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset input[type=text],
#register-page fieldset input[type=text],
#profile-page fieldset input[type=text],
#login-page fieldset input[type=password],
#profile-page fieldset input[type=password] {
	border: 1px solid #09c;
	background: #F5FAFB;
	padding: 6px 5px;
	font-size: 13px;
	color: #444;
	width: 340px;
	font: 13px Arial, Helvetica, sans-serif; /* Reset to base 10px/1em */
	line-height: 135%;
	overflow: auto;
}





#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page tr.form-required label:before,
#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
}

.form-invalid {
	background: #ffebe8 !important;
}

.form-invalid input {
	padding: 1px;
	border: 1px solid #c00 !important;
}

.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pass-strength-result.bad {
	background: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background: #e3e3e3;
}

#pass-strength-result.strong {
	background: #59ef86;
	border-color: #319f52;
}

/*p.submit input {
	background: #ccc;
	border: 1px solid #999;
	padding: 2px 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	line-height: 15px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

p.submit input:hover {
	background: #ddd;
	color: rgb(0, 100, 0);
}

p.submit input:active {
	border-color: rgb(0, 100, 0);
}*/