/*
Theme Name: Structure
URI: http://justintadlock.com
Description: The Structure theme for bbPress.
Version: 0.1 Alpha
Author: Justin Tadlock
Author URI: http://justintadlock.com
*/

* { margin: 0; padding: 0; }

ul li { list-style-type: none; }

/*p { margin: 15px 0; }*/


img { padding: 0px; }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { margin: 10px auto; display: block; }

a { color: #0C386E; text-decoration: none; }
a:hover { color: #000; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #0c386e; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	text-decoration: none;
	color: #0C386E;
	}

/* Code */
pre {
	width: 96%;
	overflow: auto;
	margin: 0 0 15px 0;
	padding: 10px 2%;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
pre, code, pre code { font-size: 1.1em; }

.rss-link {
	padding-left: 20px;
	background: url(images/feed-icon-16x16.gif) no-repeat 0 0;
	}
.breadcrumb { margin-bottom: 10px; }
.breadcrumb .section-header { font-size: 1.1em; }

/* Body */
body {	
	
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	/* color: #000; background: #15191c;
	background: url(images/bg_02.jpg) repeat-x;*/
	}
#body-container {
	overflow: hidden;
	width: 948px;
	margin: 0 auto;
	padding: 0 12px;
	*padding: 10px 12px;
	}


/************************************************
	Header
************************************************/
/*#header {
	clear: left;
	float: left;
	width: 926px;
	padding: 10px;
	background:  url(images/top-blue-band-bg.gif) repeat-x;
}
*/
	
#header h1 {
	display: inline;
	float: left;
	width: 650px;
	font-size: 2.5em;
	font-weight: bold;

	}

/************************************************
	Navigation
************************************************/
#navigation { overflow: hidden; width: 100%; float: left; display: block;/* background: #01203c;*/ }
#nav { float: left; width: 635px; margin: 0 10px 0 0; }
#nav li { float: left; display: inline; }
#nav li a {
	font-size: 1em;
	font-weight: normal;
	float: left;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	}
#nav li a:hover, #nav li a:active { /*background: #0c386e;*/ text-decoration: none; color:#F7941E; }
#navigation ul li.current_page_item a { background: #0c386e; }

/************************************************
	Search form (navigation)
************************************************/
#search form {
	float: right;
	width: 235px;
	display: inline;
	padding: 0 15px 0 0;
	_padding: 0;
	margin: -70px 0 0 0;
	background: transparent;
	border:none;
	}
#search input#s {
	width: 235px;
	padding: 5px;
	margin: 3px 0;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #333;
	}
#search input#search-submit { display: none; }

/************************************************
	Containers
************************************************/
/* Container for content and sidebar */
#container {
	/*float: left;
	width: 936px;
	padding: 0px 0px 5px 10px;	
	background: #ffffff;
	border:1px solid #E6E6E6;
	overflow: hidden;
	*/
	
	}

#content, #forums { width: 606px; _width: 586px; }

#forums.right, #content.right, #sidebar.right { float: right; margin:0px; padding:10px; }
#forums.left, #content.left, #sidebar.left { float: left; margin: 10px 0px 0px 0px; }

#topic-page #forums { width: 926px; padding: 0; }

/************************************************
	Content
************************************************/
form#topic-move input
{
background-image:url(images/btn_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #2d83da;
	color:#FFFFFF;
	
}


.login_button
{
	background-image:url(images/btn_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #2d83da;
	color:#FFFFFF;
}
form.login input
{
*vertical-align:middle;
}



.section-header, #sidebar .menu h2 {
	margin: 0 0 10px 0;
	_margin: 10px 0 10px 0;
	padding: 7px 0 7px 5px;
	height: 17px;
	background: #fff;
	border: 2px solid #ccc;
	}
#sidebar .section-header, #sidebar .menu h2 {
	border: none;
	}

.section-header a, .section-header a:visited, .menu h2 a { font-weight: bold; }

/************************************************
	Tables
************************************************/
table {
	overflow: hidden;
	width: 100%;
	margin: 0 0 13px 0;
	padding: 0;
	background: #fff;
	border: 2px solid #ccc;
	}
tr {
	background: #fff;
	}
#profile-page table {
	border: none;
	}
#profile-page tr {
	background: transparent;
	}

tr.alt {
	background: #f9f9f9;
	}
tr:hover {
	background: #f9f9f9;
	}
td {
	padding: 7px 7px;
	}
th {
	color: #010101;
	background: #d4d4d4;
	padding: 8px 7px;
	font-size: .95em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	}
th a, th a:visited  {
	color: #010101;
	font-size: .95em;
	font-weight: bold;
	}
	
th.topic { width: 58%; }
th.post, th.last-post, th.freshness, th.remove { width: 10%; }

.sticky, .super-sticky { font-size: .9em; font-weight: bold; }

/************************************************
	Topics (threads)
************************************************/
.infobox {
	overflow: hidden;
	display: block;
	margin: 0 0 10px 0;
	padding: 15px 10px;
	background: #fff;
	border: 1px solid #ccc;
	height:100%;
	}
#topic-info h3, #topic-tags h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
#topic-info {
	float: left;
	width: 550px;
	height:100%;
	}
#topic-info li {
	padding: 10px 0 0 0;
	}
#topic-tags {
	float: right;
	width: 310px;
	overflow: hidden;
	}
#topic-tags #othertags {
	float: left;
	width: 40%;
	padding-left: 10%;
	}
#topic-tags ul {
	margin-top: 10px;

	}
#topic-tags #tag-form {
	float: right;
	width: 50%;
	}

#thread {
	width: 100%;
	margin: 0;
	list-style-type: none;
	}
	

#thread li {
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	height:100%;
	}
#thread .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 20px 10px 10px 0;
	}
#thread .author {
	float: left;
	width: 180px;
	margin-top: 15px 0 0 0;
	*padding:0px;
	}
#thread .byline {
	float: left;
	padding: 0;
	margin: 0;
	font-size: .95em;
	}
#thread .entry {
	width: 675px;
	float: left;
	}


/************************************************
	Profile page
************************************************/
.profile {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}
#profile-page .avatar {
	float: left;
	margin-right: 20px;
	}
#profile-page dl {
	float: left;
	width: 80%;
	margin: 0 0 15px 0;
	padding-top: 0;
	}
#profile-page dd {
	margin-left: 10px;
	}
#profile-page ol {
	margin: 15px 0 15px 35px;
	}
#profile-page ol li {
	margin: 2px 0;
	}
#profile-page ol li a {
	font-weight: bold;
	}
#profile-page ol li .freshness {
	font-size: .95em;
	color: #555;
	display: block;
	}

/************************************************
	Forms
************************************************/
fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}
form {
	/*display: block;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;*/
	}
.infobox form {
	display: inline;
	padding: 0;
	background: transparent;
	border: none;
	}
*input[type=checkbox] 
	{
	color: #333;
	padding: 5px 10px;
	}
input[type=text] 
	{
	color: #333;
	padding: 5px 10px;
	border:1px solid #ccc;
	}
input[type=password] 
	{
	color: #333;
	padding: 5px 10px;
	border:1px solid #ccc;
	}
	
input[type=submit] 
	{
	color: #fff;
	background-image:url(images/btn_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #2d83da;
	padding: 2px;
	}
textarea {
	padding: 10px;
	color: #333;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}

#topic-tags input {
	color: #333;
	padding: 5px;
	margin: 14px 0 0 0;
	background: #f7f7f7;
	}
#topic-tags #tagformsub {
	color: #fff;
	background-image:url(images/btn_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #2d83da;
	}

#postform input, #postform label, #postform textarea {
	width: 96%;
	}
#topic-page textarea {
	width: 97.5%;
	}
#postform input, .login input, #profile-page input, .submit input {
	padding: 5px 10px;
	
	}
#postform input, .login input {
	margin: 2px 0 0 0;
	}
#profile-page input {
	padding: 2px 5px;
	}

.login input#submit, input#postformsub, .submit input {
	width: 100px;
	color:#FFFFFF;
	margin-right: 15px;
	cursor: pointer;
	background-image:url(images/btn_bg.gif);
	background-repeat:repeat-x;
	border:1px solid #2d83da;
	
	}
#tagformsub, #resolvedformsub {
	cursor: pointer;
	}
#profile-page legend {
	margin-bottom: 15px;
	font: 1.2em Georgia, "Times New Roman", serif;
	color: #0c386e;
	}

.login input {
	width: 50%;
	margin-bottom: 10px;
	}
.login #remember {
	width: 10px;
	margin: 5px 0 0 5px;
	}

/************************************************
	Sidebar
************************************************/
#sidebar {
	overflow: hidden;
	width: 300px;
	padding:10px;
	margin: 0px 0px 0px 10px ;
	background: #DDEEF4; /*#e6e6e6;*/
	}
.menu {
	overflow: hidden;
	float: left;
	width: 278px;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	}
.menu li, .tabbed .tab-content li { padding: 0 5px 0 0; }
#sidebar .menu li a, #widget-blocks .menu li a, .tab-content li a { width: 97%; display: block; padding: 2px 0 2px 10px; }
.menu ul li a:hover, .tabs-block .tabbed div li a:hover { text-decoration: underline; }
#sidebar .tab-content p, #widget-blocks .tab-content p { margin: 5px; }

/* Ads */
#sidebar .ads img { width: 125px; height: 125px; margin: 1% 1% 1% 1%; }


/************************************************
	Footer
************************************************/
#footer {
	color: #333333;
	/*background-color:#eeeeee;*/
	clear: both;
	width: 926px;
	height:30px;
	margin: 0;
	padding:0px 10px 0px 10px;
	border-top: 1px solid #d6d6d6;
	}
#footer p {
	float: left;
	width: 50%;
	margin: 0 auto;
	padding: 0px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer img { border: none; padding: 0px; }
#footer a { color: #333333; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#footer img { margin: 0 10px; border: none; }

/* -------------------- START HEADER SECTION CSS -------------------- */

#header_container {
	width:946px;
	height:94px;
	float:left;
	margin-bottom: 10px;
}
#header_left_curve {
	width:5px;
	height:94px;
	float:left;
	background-image:url(images/header_l_curve.gif);
	background-repeat:no-repeat;
}
#header_middle_bg {
	width:936px;
	height:94px;
	float:left;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
}
#header_right_curve {
	width:5px;
	height:94px;
	float:left;
	background-image:url(images/header_r_curve.gif);
	background-repeat:no-repeat;
}/*
#logo {
	 width:390px;
	 height:55px;
	 margin-top:0px;
	 float:left;
}*/
#header_right_container{
	width:330px;
	height:20px;
	float:right;
	margin-left:10px;
	margin-top:35px;
}
#header_register_btn{
	width:156px;
	height:27px;
	float:left;
	margin-left:50px;
	_margin-left:40px;
	margin-top:10px;
}
#header_login_btn{
	width:96px;
	height:27px;
	float:left;
	margin-left:25px;
	margin-top:10px;
}
#search_box_container{
	width:277px;
	height:30px;
	float:left;
	margin-left:50px;
	_margin-left:40px;
	margin-top:15px;
}

#search_box_left_curve {
	width:5px;
	height:31px;
	float:left;
	background-image:url(images/search_box_l_curve.gif);
	background-repeat:no-repeat;
}
#search_box_middle_bg {
	width:267px;
	height:31px;
	float:left;
	background-image:url(images/search_box_bg.gif);
	background-repeat:repeat-x;
}
#search_box_right_curve {
	width:5px;
	height:31px;
	float:left;
	background-image:url(images/search_box_r_curve.gif);
	background-repeat:no-repeat;
}
#search_icon {
	width:20px;
	height:15px;
	float:left;
	border-right:solid 1px #bdbcbd;
	margin-top:3px;
	margin-bottom:2px;
	padding:5px;
}
#search_box {
	width:225px;
	height:20px;
	float:left;
	padding:5px;
}
.search_textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	padding-top:3px;
}
#search_btn{
	height:31px;
	float:left;
	margin-left:5px;
	margin-top:15px;
}

/* -------------------- END HEADER SECTION CSS -------------------- */

/* -------------------- START TOP HEADER SECTION CSS -------------------- */

	/*########### STARTS: Style for Member Home page ############ */
	
	.top_header {
		margin-top:15px; height:40px; padding-bottom:5px; float:left; 
	}
	.top_header a {
		color:#6f6f6f; text-decoration:none;
	}
	.top_header a {
		color:#6f6f6f; text-decoration:underline;
	}
	.live_support {
		width:140px; height:27px; float:left; margin-top:2px;
	}
	.top_header_right {
		margin-top:15px; height:30px; padding-top:10px; padding-bottom:5px; float:right; width:360px;
		font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#6f6f6f;
	}
	.userlbl		{float:right;}
	
	.dvdr_style	{float:right; padding:0 10px;}
	
	.top_header_right a {
		float:right; font-size:11px; color:#6f6f6f; text-decoration:none;
	}
	.top_header_right a:hover {
		float:right; font-size:11px; color:#6f6f6f; text-decoration:none;
	}
	
	/*########## END: Style for Member Home page ############# */



#top_header {
	margin-top:15px;
	height:40px;
	padding-bottom:5px;
	float:right;
}

#live_support {
	width:142px;
	height:27px;
	float:left;
	margin-top:2px;
	/*margin-left:72px;
	_margin-left:35px;*/
}

.top_header_text {
	margin:4px 0px 0px 0px;
	padding:6px 0px 6px 6px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6f6f6f;
	float:left;
}
.top_header_text  a{
	font-weight:normal;
	text-decoration:underline;
}

.top_header_text  a:hover{
	font-weight:normal;
	text-decoration:none;
}


#phone_icon {
	width:15px;
	float:left;
	margin:9px 0px 0 9px;
}
#email_icon {
	width:15px;
	float:left;
	margin:9px 0 0 9px;
}

/* -------------------- END TOP HEADER SECTION CSS -------------------- */

#footer_container{
	width:960px;
	float:left;
	margin-top:10px;
}
#footer_tl_curve{
	 width:4px;
	 height:4px;
	 background-image:url(images/footer_tl_curve.gif);
	 background-repeat:no-repeat;
	 float:left;
}
#footer_tmid {
	width:952px;
	height:4px;
	background-color:#f4f4f4;
	float:left;
}
#footer_tr_curve{
	 width:4px;
	 height:4px;
	 background-image:url(images/footer_tr_curve.gif);
	 background-repeat:no-repeat;
	 float:left;
}
#footer_section{
	width:960px;
	background-color:#f4f4f4;
	float:left;
	height:auto;
	_margin-top:-10px;
}
#footer_bl_curve{
	 width:4px;
	 height:4px;
	 background-image:url(images/footer_bl_curve.gif);
	 background-repeat:no-repeat;
	 float:left;
}
#footer_bmid {
	width:952px;
	height:4px;
	float:left;
	background-color:#f4f4f4;
	_margin-top:-10px;
}
#footer_br_curve{
	 width:4px;
	 height:4px;
	 background-image:url(images/footer_br_curve.gif);
	 background-repeat:no-repeat;
	 float:left;
}
.footer_link {
	margin-top:0px;
	margin-left:15px;
	color:#333333;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding:0px;
	text-align:left;
}
.footer_link a {
	margin-top:10px;
	color:#000000;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
.footer_link a:hover{
	text-decoration:underline;
	font-weight:normal;
}
#footer_logo{
	width:250px;
	margin-top:10px;
	margin-left:170px;
	float:right;
}
#footer_text_container {
	margin-top:10px;
	margin-right:15px;
	_margin-right:5px;
	float:right;
	width:945px;
	_width:930px;
	text-align:right;
	height:auto;
}
.footer_text_general{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	padding-left:604px;
	line-height:18px;
}
.footer_text {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	padding-left:604px;
}
#footer_text_container1 {
	margin-top:5px;
	margin-left:15px;
	_margin-left:10px;
	float:left;
	width:500px;
	height:50px;
	text-align:left;
}
.footer_text1 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	line-height:16px;
}

.footer_text1 a{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0059df;
	text-align:left;
	text-decoration:underline;
	font-weight:bold;
	line-height:18px;
}
.footer_text1 a:hover {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
	text-decoration:underline;
}
#footer_text_container2 {
	margin-top:5px;
	margin-left:90px;
	float:left;
	width:340px;
	height:50px;
	text-align:left;
}
.blank {
	height:25px;
	float:left;
}

/******  START - Forum Header *********/

#nav_middle_bg{
/*width:938px; */
width:948px; 
}
/*
#logo{
margin-top:0px;
margin-left:25px;
}
  */

.hdrsearch_box_cont{
margin-top:0px;
margin-left:5px;
}


#nav_container{
margin-top:0px;


}

#menu li{
margin-right:0px;
}
/******  END - Forum Header *********/	
.rd-txt { color:#c61c37; font-weight:bold;}

ol.results li{
padding-top:7px !important;
}
