/* @override http://www.numbmonkey.com/b3wellness.com/b3w_style.css */

/* @group General */
body {
	font-family: arial,sans-serif;
	margin: 0px 0px 20px 0px;
	background: #fff url(http://www.b3wellness.com/images/bg.jpg) repeat-x;
	font-size: small;
	line-height: 1.25em;
}
a {
	text-decoration: underline;
}
a:link {
	color: #3f849e;
}
a:visited {
	color: #3f849e;
}
a:active {
	color: #f60;
}
a:hover {
	color: #76c128;
}
h1, h2, h3 {
	font-family: georgia,times,serif;
	color: #3f849e;
	margin: 0 0 .4em 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
}
h1 {
	font-size: 145%;
	border-bottom: 1px solid #3f849e;
	padding-top: .5em;
}
h2 {
	font-size: 130%;
	margin-bottom: 0;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
p {
	margin: 0 0 1em 0;
}
form{
	margin: 0;
	padding: 0;
	float: left;
}
input{
	display: inline;
}

/*
 @end */
/* @group Wrapper */
#wrap {
	position: relative;
	width: 764px;
	left: 50%;
	margin-left: -382px;
	background: #fff url(http://www.b3wellness.com/images/bg_content.gif) no-repeat;
}
/* @end */

/* @group Header */
#hdr {
	position: relative;
	background: #000 url(http://www.b3wellness.com/images/hdr.gif) no-repeat;
	color: #FFFFCC;
	height: 106px;
	margin: 0;
	padding: 0;
}
.logo {
	position: relative;
	top: 25px;
	left: 12px;
	border: 0;
}
/* @end */

/* @group Tabs */

.tabs {
	font-family: georgia,times,serif;
	position: relative;
	top: 41px;
	left: 6px;
	font-size: 14px;
}
.tabs ul{
	margin: 0;
	padding: 0;
}
.tabs li{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 12px;
}
.tabs span{
	background: url(http://www.b3wellness.com/images/tab.gif) repeat-x;
	height: 26px;
	display: block;
	float: left;
	color: #3f849e;
	padding: 2px .5em 0 .5em;
	border: 1px solid #fff;
	font-size: 110%;
	font-weight: bold;
	margin-top: -3px;
	text-decoration: none;
}
.tabs a.selected, .tabs a:link.selected, .tabs a:visited.selected, .tabs a:active.selected, .tabs a:hover.selected{
	background: url(http://www.b3wellness.com/images/tab.gif) repeat-x;
	height: 26px;
	display: block;
	float: left;
	color: #3f849e;
	padding: 2px .5em 0 .5em;
	border: 1px solid #fff;
	font-size: 110%;
	font-weight: bold;
	margin-top: -3px;
	text-decoration: none;
}
.tabs a:link {
	color: #fff;
}
.tabs a:visited {
	color: #fff;
}
.tabs a:active {
	color: #fff;
}
.tabs a:hover {
	color: #ffc;
}
#section .tabs{
	left: -6px;
	top: 8px;
	margin-bottom: 14px;
}
#section .tabs span{
	font-size: 100%;
	margin-top: -2px;
}

/* @end */

/* @group Content */

#leftCol .button{
	text-align: center;
}
#leftCol .button img{
	float: none;
}

/* @group Special */

.special{
	background-color: #ffc;
	border: 1px solid #a98940;
	padding: 10px 10px 0 10px;
	margin-bottom: 1em;
}
.special h4{
	color: #a98940;
	margin: 0 0 .5em 0;
	padding: 0;
}

/* @end */

/* @group Blog */

h2.date-header{
	font-size: 85%;
	text-align: right;
	padding: .25em .5em .25em 0;
	margin-bottom: .5em;
	background: #eee;
}
h3.entry-header{
	margin: .5em 0 0 0;
	padding: 0;
}
.entry-body{
	margin-top:0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0;
	margin-bottom: .5em;
}
p.entry-footer{
	font-size: 85%;
	padding-bottom: 1.5em;
}
.module{
	width: 250px;
	float: left;
}
.module-search{
	margin-right: 14px;
}
.module ul{
	padding-left: 20px;
}
h2.module-header{
	background-color: #eee;
	padding: .25em 0 .25em .5em;
	font-size: 115%;
}

/* @end */

/* @group Left Column */
#leftCol {
	float: left;
	width: 514px;
	margin: 5px 0 1em 17px;
}
.section {
	width: 514px;
	clear: left;
	margin-bottom: 1em;
}
#leftCol img {
	border: 0;
	float: left;
	margin: 0 12px 12px 0;
}
.section h2 {
	background: url(http://www.b3wellness.com/images/bg_section_hdr.gif) no-repeat;
	padding: 8px 12px 3px 12px;
	color: #fff;
	margin-top: .5em;
}
.section .sectionContent h2.title {
        background: none;
	color: #3f849e;
	margin: 0 0 .4em 0;
	padding: 0 0 .25em 0;
	font-weight: normal;
        font-size: 130%;
}
.section h2 a{
        color: #fff;
}
.section h2 a:hover{
        color: #ffc;
}

.section .sectionContent {
	background: url(http://www.b3wellness.com/images/bg_section.gif) no-repeat;
	padding: 12px 12px 0 12px;
}
.asset-meta {
	margin: 1em 0 1em 0;
	padding: 1em 0 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.continue {
	margin-top: 1em;
}
#comments-open-data {
	margin: .5em 0 .5em 0;
}
#comment-form-name {
	margin: .5em 0 .5em 0;
}
#comment-form-email {
	margin: .5em 0 .5em 0;
}
#comment-form-url {
	margin: .5em 0 .5em 0;
}
#comment-form-remember-me {
	margin: .5em 0 .5em 0;
}
#comments-open-text {
	margin: .5em 0 .5em 0;
}
#comment-text {
	margin: .5em 0 .5em 0;
}
#comments-open-footer {
	margin: .5em 0 .5em 0;
}


/* @end */
/* @group Right Column */
#rightCol {
	float: left;
	width: 196px;
	margin : 5px 0 1em 20px;
}
#rightCol img{
	border: 0;
	float: left;
	margin: 0 8px 8px 0;
}
#rightCol .but{
	float: left;
	background: url(http://www.b3wellness.com/images/side_but_left.gif) no-repeat left top;
	margin: 0;
	padding: 0;
}
#rightCol .but span{
	display: block;
	background: url(http://www.b3wellness.com/images/side_but_right.gif) no-repeat right top;
	padding: 5px 14px 0 14px;
	height: 30px;
	font-size: 14px;
	font-family: georgia,times,serif;
}
#rightCol a:link.but{
	text-decoration: none;
	color: #fff;
}
#rightCol a:visited.but{
	text-decoration: none;
	color: #fff;
}
#rightCol a:hover.but{
	text-decoration: none;
	color: #fff;
}
#rightCol a:active.but{
	text-decoration: none;
	color: #fff;
}
#rightCol h1{
	clear: left;
}

/* @end */

/* @end */

/* @group Footer */
#foot {
	background: url(http://www.b3wellness.com/images/foot.gif) repeat-x;
	height: 21px;
	width: 758px;
	margin: 0 3px 0 3px;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 0 0;
	text-align: center;
	clear: both;
}
#foot a:link {
	color: #fff;
}
#foot a:visited {
	color: #fff;
}
#foot a:active {
	color: #fff;
}
#foot a:hover {
	color: #ffc;
}

/* @end */
