/*   
Theme Name: BOH
Theme URI: http://zoneelement.com
Description: A custom theme for branchesofhealth.com
Author: Brian Eichholz
Author URI: http://zoneelement.com
Version: 0.5
.
This theme is free to use and alter, please give credit where credit is due.
.
*/
body {
	background:#F3FFF5; 
	width:100%; 
	height:100%; 
	margin:0; 
	padding:0;
	font-family:Verdana;
}
p{
	
}
a{
	color:#91543A;
	text-decoration:none;
}
a:hover{
	color:#718CA6;
}
img{
	border:0;
}
h1,h2,h3,h4,h5{
	color:#525455;
}
#outer_wrapper {
	min-width:740px;
	width:100%;
}
#wrapper {
	
}
#header {
	background-image: url("images/header_strip.jpg");
	background-repeat:repeat-x;
	height:86px;
	width:100%;
}
#logo{
	background-image: url("images/banner.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	width:100%;
	height:81px;
}
#container {
	float:left;
	width:100%;
	display:inline;
	margin-left:-200px; 
	
	background-image: url("images/vertical_border.jpg");
	background-repeat:repeat-y;
	background-position:99% 90%;
}
#left {
	float:left;
	width:150px;
	display:inline;
	margin-left:200px;

}
#main {
	margin-left:350px;
	margin-right:14px;
	padding-right:10px;
	margin-bottom:10px;
	min-height:160px;
	
}

#sidebar {	
	padding-left:100%;
	margin-left:-200px;
}
#sidebar p {
	position:relative;
}
#footer {
	width:100%;
	clear:both;
	display:block;
	height:40;
	background:#7D91AD;}
.clearing {height:0;clear:both;}
/********************************************************/
.related_content{
	margin-left:20px;
}
.related_content h3{
	font-size:120%;
	color:#A05629;
	border-bottom:dotted #A05629 1px;
}
#flag{
	margin-left:20px;
	padding-top:5px;
}
#flag img{
	padding-left:10px;
}
#sidebar{
}
#sidebar ul li ul{
	margin-left:-10px;
}
#sidebar li{
	list-style:none;
	padding-bottom:10px;
	margin-left:-30px;
}
#sidebar h2{
	
	background-color:#8397B1;
	font-size:100%;
	color:#F3FFF5;
	padding:5px;
	border-top:solid #718CA6 1px;
	border-left:solid #718CA6 1px;
	
}
.home img{
	height:100px;
	float:left;
	margin:0 15px 15px 0;
	border:solid #7D91AD 4px;
}
.home h3{
	font-size:150%;
		background-image: url("images/horizontal_border.jpg");
	background-repeat:repeat-x;
	background-position:left top;
	padding-top:10px;
}
.page h1{
	padding-bottom:10px;
	background-image: url("images/horizontal_border.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
}
blockquote p{
	background-image: url("images/horizontal_border.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	margin-top:0;
	color:#999999;
	font-size:120%;
	padding:10px;
	
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
	padding: 10px 10px 10px 0;
}

.alignright {
	padding:10px 0 10px 10px;
   float: right;
}
.bodyad{
	float:right;

}
#comments{

}
#comments li{
	list-style:none;
}
.comment-date{
	font-size:70%;
}
.shadow{
text-shadow: #666666 1px 1px 1px;
}