/* @override http://bflex.info/wp-content/themes/bflex/style.css */

/*
Theme Name: BFlex
Theme URI: http://www.bflex.info
Description: A theme designed for the BFlex and BFusion event site.
Version: 1.0
Author: Ben Dalton
Author URI: http://www.bendalton.com/

*/

 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% Verdana, Arial, sans-serif;
	color: #9195a2; 	
	margin: 0; 	padding: 0; 
	background: url(images/mainBackground.png);
	text-align: center;
	font-size: .7em;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #eb8e00;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fff;
	border-bottom: 1px dotted #e78e0a;
}

/* headers */
h1, h2, h3 {
	color: #ABABAB;
}
h1 {
	font-size: 2.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 0px;	
}
h2 {
	font-size: 1.7em;
	color: #eb8e11;
	padding: 20px 10px 5px 0px;	
}
h3 {
	font-size: 1.3em;	
	font-weight: bold;
	color: #fff;
	padding: 5px 10px 5px 0px;
	border-top: 1px dotted #4a5e7b;
	margin-top: 15px;
}

h4 {
	font-size: 1.2em;		
	color: #fff;
}

h5 {
	color: #fefefe;
	font-weight: normal;
	font-size: 1.1em;
}

p, dl { padding: 10px 10px 5px 10px; margin: 0; }

div#contentCallout {
	float: left;
	width: 520px;
	height: 170px;
	margin-top: 15px;
	margin-bottom:  10px;
	margin-left: 10px;
	padding: 10px;
	background-color: #151a22;
}
#logoSpin{
	width: 110px;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	padding: 0;
}
#logoSpin img{
	border: none;
	padding: 0;
}

#contentCallout #textWrap{
	font-size: 1.2em;
	font-weight: normal;
	width:390px;
	float: left;
	font-family: Verdana, sans-serif;

	color: #8c959d;
}

#textWrap .orange{
	color: #e6931a;
	font-size: 1.2em;
}


ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
	background: #12171e;
   border: 1px solid #4d6381;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
   
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #7ea2d6;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 8px;
	padding-right: 8px;	
	text-align: left;
	border: 1px solid #41536d;
}


/* end - table */

/* form elements */
form {
	margin: 10px 10px; padding: 15px 10px 15px 10px;
	border: 1px solid #485b78; 
	background: #12171e; 	
}
label {
	display: block;
	font-size-adjust: ;
	margin: 8px 0;

	font-size: 1.3em;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #8c959d;
	margin-bottom: 6px;
	background: #181d27;  
	border: 1px solid #324054;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	border: 1px solid #2f394d;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {

	width: 900px;	
	margin: 0 auto;
	text-align: left;		
}
#content-wrap {
	position: relative;
	clear: both;
	width: 900px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	

}
#registerNow{
	width: 290px;
	height: 120px;
	display: block;
	margin-bottom: 30px;
}
#header {
	margin-top: 20px;
	margin-left: 10px;
	width: 850px;	
	height: 32px;		
	
}

/* header search */
#searchForm form#quick-search {
	position: relative;
	padding: 0; margin: 0;
	margin-top: 8px;
	margin-right: 10px;
	border: none;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}
#searchForm form#quick-search p {
	margin: 0; padding: 0;		
}
#searchForm form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#searchForm form#quick-search label,
#searchForm form#quick-search .btn {
	display: none;	
}

/*  Navigation  */
#nav {
	display: block;
	padding: 0;
	color: #d8d8d8;	
	height: 35px;
	width: 900px;	
}
#nav ul {
	float: left;
	list-style: none;		
	height: 25px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	float: left;
}
#nav ul li a {
	font-weight: normal;
	color: #fff;			
	display: block;
	margin: 0px 0px 0px 10px; padding: 5px 5px 5px 5px;
	background: #181d27;
	text-decoration: none;;
	font: 1.3em Verdana,Arial;
	border: 1px solid #4a5e7b;
	border-top: none;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #eee;
	background: none;
	border-color: #dd8602;
}
#nav ul li.current_page_item a {	
	color: #eee;
	background: none;
	border-color: #dd8602;
}

#header h1#logo-text {
	color: #fff;
	font-family: Verdana;
	padding: 5px;
}

#header p#intro {
	position: absolute;
	position: absolute;
	margin-left: -2000px	
}

/* Main Column */
#main {
	float: left;
	width: 545px;
	padding: 0; margin: 0;
	padding-left: 10px;
	display: inline;		
}
#main h2 {
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 15px;
	font: normal 2.0em Verdana, Arial, sans-serif;	
	color: #fff; 
	letter-spacing: -1px;	
	text-transform: none;	
}
#main h2 a {
	color: #fff;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-type: circle;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 300px;
	padding: 0; 
	margin: 10px 0px 0 10px;		

}

span#countdown {
	font-size: 1.2em;
	color: #eb8e00;
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 8px 0px; 
	color: #fefefe;
	font-size: 1.4em;
}

#sidebar h1,#sidebar h2,#sidebar h3,#sidebar h4
{
	border: none;
}
#sidebar h4 {
	margin-left: 5px;
	color: #e6931a;
	
}
#sidebar ul {
	text-align: left;
	margin: 2px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 4px 5px;
	margin: 0;		
	border-bottom: 1px solid #2e3b4d;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: underline;	
	border: none;
	color: #c1c2c5; 	
		
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	font-size: 13px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #fff;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 0em 0 .0em 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #12171e none;
	color: #555;
	width: 900px;
	float: left;	
	display: inline;
	border-bottom: 4px solid #0d1117;		

}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #ABABAB;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #1f242f;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}


#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 10px 0 10px 0;			
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
}
#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;	
}
#footer-content .space-sep {
	margin-right: 12px;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 5px 10px 15px 10px;	
	font-size: 1em;	
	color: #5c6c83;
	border: 1px solid #4a5e7b;
	background: #11161c;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 2px; margin-left:5px; color: #5c6c83;	}
.post-info a { color: #eb8e00; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* @group BBPress */


.bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

.notice { 
	border: 2px solid #eb8515; 
	background: #abd8a2; 
	color: #4c9545; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login { 
	position: absolute;
	bottom: 31px;
	left: 0;
	font-weight: bold;
	color: #444;
	width: 440px;
	z-index: 1;
}

.login p { padding: 0 0 5px; }

.login label {
	display: block;
	float: left;
	padding-right: 10px;
}

.login #submit {
	font-size: 1.2em;
	margin-top: 13px;
	float: left;
}

p.login {
	font-weight: normal;
	font-size: 1.2em;
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #2f394d;
}


/* Front Page
=================================== */

 
#hottags { 
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
	display: none;
}

 #discussions { 
	width: 490px;
	margin-left: 20px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
	display: none;
}

#main h2, #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #ffffff;
	font-weight: normal;;
	margin: 0 0 10px 5px;
	padding: 0 0 5px;
}

#discussions ul { padding: 0 0 0 14px; }

.sticky { background: #41536d; }

/* Topic Page
=================================== */

.infobox {
	border: 1px 0 solid #4a5e7b;
	padding: 1em;
	background-color: #12171e;
	width:  540px;

}

.infobox ul {
	padding: 1px;
	list-style-type: none;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	float: right;
	list-style-type: none;
	padding: 0 0 0 0;
}

.nav {
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	background: #181d27;
	list-style: none;
	margin: 0 0 0 0px;
	padding: 10px;
}

#thread li {

	padding: 10px 10px;
	margin: 10px 0px 10px 100px;
	line-height: 1.5em;
}

#thread li {
	background-color: #2f394d;
}
#thread li.alt {
	background-color: #12171e;
}


#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -100px;
	padding:0px;
	display: block;
	position: absolute;
	overflow: hidden;
	width: 90px;
	color:#ffffff;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 460px;
	display: block;
}

.postform label { display: block; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

span#topic_posts {
	margin-left: 10px;
}


/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }


#content a:visited {
	font-weight: normal;
}

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #151a22; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #41536d;
	background: #12171e;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;

}

#latest, #forumlist, #favorites {
	background: #212836;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #5685a0; }

.alt.bozo { background: #5685a0; }

.deleted { background: #aa1214; }

.alt.deleted { background: #aa1214; }

/* Profile Page
=================================== */

#profile-menu {
	list-style: none;
	position: absolute;
	right: 0;
}

#profile-menu li {
	font-size: 1.1em;
	padding: 4px 7px;
	display: inline;
	border-top: 3px double #4a5e7b;
	position: relative;
	top: -10px;
}

#profile-menu li.current {
	border-top: 1px solid #dd8602;
}

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */


legend { 
	font-weight: bold;
	padding: 0 15px;
}

fieldset  { 
	text-align: left;
	border: none;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;

}



/* @end */
#spreadCalloutHolder
{
	width: 820px;
	height: 50px;
	text-align:center;
	margin: 5px 0px 15px 15px;
}

#spreadCallout{
	float:left;
	width: 260px;
	height: 50px;
	text-align:center;
	background-color: #151a22;
	border: 1px dashed #dd8602;
	font-size: 1.1em;;
	padding-bottom: 8px;
	margin-right: 10px;
}

#spreadCallout a{
	border-bottom: 1px solid ;
}









