/*  
Theme Name: Body Harmony
Theme URI: http://www.delta-biz.com/
Description: This theme has been designed by Delta-biz.
Version: 1.0
Author: Delta Biz
Author URI: http://www.delta-biz.com/

*/


body{
margin: 0px;
padding: 0px;
color:#6E8190;
font-family:Tahoma,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
text-align: left;
vertical-align: top;
background: #a2acb9;
color: #6e8190;

background-image: url(images/bg.gif);

background-position: center;
}


*+html body{

background-image: url(images/bg2.gif);

background-position: center;

}

*html body{

background-image: url(images/bg2.gif);

background-position: center;

}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

.post{
padding: 10px 0 10px 0;
}



.post h2{
font-family:Tahoma,Helvetica,sans-serif;
font-size: 14px;

}
.post a:link a:visited {color:#6A7A8B;}


.entry{
line-height: 18px;
}





p{
padding: 10px 0 0 0;
line-height: 18px;
}





p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}



.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}


#wrapper{
margin: 0 auto 0 auto;
width: 785px;
text-align: left;
}


a:link, a:visited{
text-decoration: underline;
color: #6A7A8B;
}

#header{
float: left;
width: 785px;
height: 176px;

background-image: url(images/header_bg.gif);

background-position: center;
}



#header h1{
float: left;
width: 268px;
height: 139px;
background-image: url(images/body_harmony_logo.jpg);
background-repeat: no-repeat;
text-indent: -9000px;
position:relative;
top:20px;
left: 20px;
}

#header h2{
float: left;
font-family: Arial, Helvetica, sans-serif;
position:relative;
top:12px;
left: 50px;
width: 420px;
color: #9AA7B1;
font-size: 13px;
font-weight: bold;
}

#header h2 span{
font-size: 72px;
}


#menu{
float: left;
width: 783px;
height: 20px;
margin-left:1px;

background-color:#F7F7C5;
}
#menu a{ padding:0px 50px 0px 40px; top:2px; color:#6A7A8B; text-decoration:none; font-weight:bold; font-size:11px; }

.sidebar{
float: left;
width: 190px;
background: #fff;
margin: 0px 0px 0px 10px;
display: inline;
border-right: 1px dotted #cccc99;
}


.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family:Tahoma,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

#container{
float: left;
width: 565px;
margin: 0px 0px 0px 10px;
}


.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
font-family:Tahoma,Helvetica,sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
font-family:Tahoma,Helvetica,sans-serif;
	font-size: 12px;
}


#footer{
padding: 10px 0px 0px 10px;
clear: both;
float: left;
width: 774px;
background-color: #cccc99;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 1px;
	margin: 0 0 2px 7px;
	display: inline;
	border:5px solid #ccc;
	}

img.alignleft {
	padding: 10px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

