/*   
Theme Name: Basis Intelligence
Theme URI: yourwizard.ca
Description: Theme for BasisIntelligence.com. Child of Thesis.
Author: Matt Hodder
Author URI: yourwizard.ca
Template: thesis
Version: 1.0
.
General comments/License Statement if any.
.
*/

/**
 * Basis Intelligence
 *
 * @file		css/main.css
 * @imageroot	images/	
 * @link		http://www.basisintelligence.com
 * @copyright	Mark Hodder, Matt Hodder 2009
 *
**/

/** STYLE GUIDE

	**ELEMENTS:
	Border: #bdbdbd
	Header BG: #d3d4d4
	Bottom BG: #b7c1c7
	Box BG: #fff
	Footer/Info Box: #dde5ec
	
	**TEXT:
	Header: #1d5e8b
	Body: #6a6a6a
	Footer/Box: #384e59
	
**/

@import "../thesis/style.css";
@import "../../plugins/BBI/style.css";

.clearall {
	clear: both;
}

body {
	background: #b7c1c7 url(images/bg-main.gif) repeat-x;
}

h2 a {
	color: #1d5e8b;
}

h2 a:hover {
	color: #099;
}

body #content_box {
	background: #FFF;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
}

body #footer {
	border: none;
	padding-top: 0em;
	background: #dde5ec;
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	margin-right: -2px;
}

body #header {
	border-bottom: none;
	padding-top: 0em;
	padding-bottom: 0em;
}

body #header #logo {
	background: url(images/logo-header2.gif) no-repeat;
	width: 274px;
	height: 77px;
	text-indent: -9999px;
}

body #container #page #navbar {
	background: url(images/bg-nav.gif) bottom repeat-x;
	width: 100%;
	float: right;
}

body #container #page #navbar #navwrap {
display: inline;
float: right;
}

body #container #page #navbar #navwrap ul {
border: none;
width: auto;
}

/* Top Nav */

body ul#tabs {	border: 0px;
	float: right;
}

ul#tabs li {
	margin: 0px 5px;
	cursor: pointer;
	border-color: #bdbdbd;
	border-left: 1px solid #bdbdbd;
}

ul#tabs li.current_page_item a, ul#tabs li a {
		cursor: pointer;
		text-transform: none;
		letter-spacing: normal;
}

#content .post, #content .post_box, #content #comments {
		padding: 20px;
		padding-bottom: 10px;
		border: 0;
}

#content .post_box p {
	color: #6a6a6a;
}

.sidebar_list li.widget {
margin-bottom: 2em;
}

/*--HEADLINES--*/
h1 { color: #CC6600; font-weight: bold;}
h2 { color: #CC6600; font-weight: bold;}
h3 { color: #CC6600; font-weight: bold;}
h4 { color: #333; font-weight:bold; line-height: 2em;} /* Original Code h4 { color: #333; font-weight:bold; line-height: 1.1em;} - Adam */

