/*
Theme Name: BBExpress
URI: http://insideblockbusterexpress.com
Description: The BBExpress theme for bbPress.
Version: 1.0
Author: Steve Koinm
Author URI: http://insideblockbusterexpress.com
*/

* { margin: 0; padding: 0; }

ul li { list-style-type: none; }

p { margin: 15px 0; }

img { padding: 3px; background: #eee; border: 1px solid #ccc; }

/* 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 {
	position: relative; /* Fixes browser resizing bug in IE6 */
	margin: 0 auto 10px auto;
	width: 966px;
	text-align: left; /* IE Centering Technique */
	color: #000;
	background: #0062A9 url(../../../wp-content/themes/studiopress/images/bgbody.jpg) repeat-x top left;
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;  
	}
#body-container {
	overflow: hidden;
	width: 966px;
	margin: 0 auto;
	padding: 0 12px; 
	background: #254180;
	}


/************************************************
	Header
************************************************/
#header {
	clear: left;
	float: left;
	width: 926px;
	padding: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	}
#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: #254180; }
#nav { float: left; width: 635px; margin: 0 10px 0 0; }
#nav li { float: left; display: inline; }
#nav li a {
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #fff;
	text-align: center;
	padding: 8px 25px;
	text-decoration: none;
	}
#nav li a:hover, #nav li a:active { background: #0c386e; text-decoration: underline; }
#navigation ul li.current_page_item a { background: #0c386e; }

/**************************************
	Top Nav
**************************************/
#nav-container {
	overflow: hidden;
	width: 966px;
	margin: 0 auto;
	}

#topnav {
  clear: both;
  margin: 10px 0 -15px 0;
  }

#topnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#topnav li {
  float: left;
  margin-right: 10px;
  }

* html #topnav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #topnav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#topnav li a {
  display: block;
  height: 26px;
  background: url(../../../wp-content/themes/studiopress/images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  font-size: 1.2em;
  text-decoration: none;
  }

#topnav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(../../../wp-content/themes/studiopress/images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  }

#topnav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#topnav li a:hover span {
  background-position: right -26px;
  color: #000;
  }

#topnav li.current_page a {
  background-position: left -26px;
  }

#topnav li.current_page a span {
  background-position: right -26px;
  color: #000;
  }

/************************************************
	Search form (navigation)
************************************************/
#search form {
	float: right;
	width: 235px;
	display: inline;
	padding: 0; margin: 0;
	background: transparent;
	border: none;
	}
#search input#s {
	width: 235px;
	padding: 5px;
	margin: 2px 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: 926px;
	padding: 10px 10px 5px 10px;
	overflow: hidden;
	background: #f7f7f7;
	}

#content, #forums { width: 611px; }

#forums.right, #content.right, #sidebar.right { float: right; margin: 0; }
#forums.left, #content.left, #sidebar.left { float: left; margin: 0; }

#topic-page #forums { width: 926px; padding: 0; }

/************************************************
	Content
************************************************/
.section-header, #sidebar .menu h2 {
	margin: 0 0 10px 0;
	padding: 7px 0 7px 5px;
	height: 17px;
	background: #fff;
	border: 1px 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 15px 0;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
	}
tr {
	background: #fff;
	}
#profile-page table {
	border: none;
	}
#profile-page tr {
	background: transparent;
	}
.bb-root {
	background: #0c386e;
	color: #0c386e;
	}
tr.bb-root:hover {
	background: #0c386e;
	color: #0c386e;
	}
tr.bb-root.alt {
	background: #0c386e;
	color: #0c386e;
	}
tr.bb-root a {
	color: #fff;
	}
tr.bb-root.alt a {
	color: #fff;
	}
tr.bb-root a:hover {
	color: #fff;
	}
tr.bb-root.alt a:hover {
	color: #fff;
	}

tr.alt {
	background: #f9f9f9;
	}
tr:hover {
	background: #f9f9f9;
	}
td {
	padding: 7px 7px;
	}
th {
	color: #fff;
	background: #0C386E;
	border-bottom: 1px solid #333;
	padding: 8px 7px;
	font-size: .95em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	}
th a, th a:visited  {
	color: #fff;
	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;
	}
#topic-info h3, #topic-tags h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	}
#topic-info {
	float: left;
	width: 550px;
	}
#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;
	}
#thread .avatar {
	float: left;
	width: 50px;
	height: 50px;
	margin: 20px 10px 10px 0;
	}
#thread .author {
	float: left;
	width: 150px;
	margin-top: 15px;
	}
#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 {
	color: #333;
	padding: 5px 10px;
	background: #f7f7f7;
	border: 1px solid #ccc;
	}
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: #333;
	border: 1px solid #ccc;
	}

#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;
	margin-right: 15px;
	cursor: pointer;
	}
#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;
	}
.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: #fff;
	clear: both;
	width: 945px;
	margin: 0 auto;
	border-top: 1px solid #660000;
	}
#footer p {
	float: left;
	width: 50%;
	margin: 0 auto;
	padding: 5px 0;
	}
#footer p.icons {
	float: right;
	text-align: right;
	width: 50%;
	height: 30px;
	}
#footer img { border: none; padding: 0px; }
#footer a { color: #ccc; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#footer img { margin: 0 10px; border: none; }

/***********************************
	Underheader
***********************************/
#underheader {
  clear: both;
  margin-top: 26px;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-family:Verdana, Georgia, "Times New Roman", Times, serif;
  font-size: 23pt;
  font-weight: bold;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #000;
  font-family:Verdana, Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #FFF;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-family:Verdana, Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 10pt;
  color: #000;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(../../../wp-content/themes/studiopress/images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(../../../wp-content/themes/studiopress/images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(../../../wp-content/themes/studiopress/images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(../../../wp-content/themes/studiopress/images/bgbottomwhite.gif) left bottom no-repeat;
  }



