/*  
Theme Name: Bethlehem Health
Theme URI: http://wordpress.org/
Description: The theme for the bethlehem health and tea store.
Version: 1.0
Author: Martian Design
Author URI: http://www.martian.co.nz/

*/



body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #F9F5E9;
	background-image:url(images/pageBg.jpg); background-repeat:repeat-y; background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #996633;
	outline:none;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #996633
}

h1 {
	font-size: 32px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E9EADC;
}

h2 {
	color: #C1C83C;
	font-size: 22px;
	font-weight: normal;
}
h2 a {
	color: #C1C83C;
}

h3 {
	margin-top: 30px;
	color: #C1C83C;
	font-size: 18px;
	font-weight: normal;
}

p {
	margin-top: 20px;
}

#header{
	background: #ffffff;
	padding: 10px;
	margin: 0 auto;
}
#tabsContainer{
	background-image: url(images/tabsBg.jpg); background-repeat:repeat-x; background-position:center;
	height:150px;
	text-align: center;
}
#contentBoundry {
	width: 980px;
	margin: 0 auto;
}
#contentContainer {	
	text-align: left;
	padding: 50px 50px 20px 50px;
}


#sidebar{
	float:right;
	width:220px;
	margin-left:30px;
	border-left:1px solid #E9EADC;
	border-bottom:1px solid #E9EADC;
	margin-top:50px;
	font-size:14px;
	margin-bottom:30px;
	padding-bottom:30px;
	min-height:300px;
	background-color:#FFF;
}

#sidebar ul {
	margin:0 0 0 12px;
	padding:0;
	list-style:none;
}
#sidebar h2 {
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
}
#sidebar li {
	margin: 6px 0;
}


.borderBottom{
	border-bottom: 1px solid #E9EADC;
}
.spaceAbove{
	margin-top: 35px;
}
.post img {
	clear: both;
	border: 1px solid #E9EADC;
	padding: 6px;
	background-color: #F9F5E9;
	margin-left: 30px;
}


/* Tabbed Navigation */
@charset "utf-8";
/* CSS Document */
.tabsMenu {
	font-family:Arial, Helvetica, sans-serif;
	color:#A6AC31;
	font-weight:bold;
	font-size: 13px;
	text-transform:lowercase;
	white-space:nowrap;
}
.tabsMenu ul {
	margin: 0 0 0 8px;
	padding: 0px;
	list-style: none;
	overflow:hidden;
}
.tabsMenu li{
	margin: 0px 2px 0px 0px;
	padding: 0px 8px 0px 0px;
	background: url(images/tab.png) 100% -200px;
	float: left;
}

.tabsMenu li a:link, .tabsMenu li a:visited{
	display: block;
	padding: 8px 8px 6px 14px;	
	text-align: center;
	background: url(images/tab.png) 0 -200px;
	text-decoration: none;
	color: #A6AC31;
}
.tabsMenu li a:hover{
	text-decoration: none;
}
.tabsMenu li.current_page_item {
	background: url(images/tab.png) 100% 0;
}
.tabsMenu li.current_page_item a:link, .tabsMenu li.current_page_item a:visited {
	color: #996633;
	background: url(images/tab.png) 0 0;
	text-decoration: none;
}


/* End Tabbed navigation */


.postmetadata{
	color:#AC947B;
	margin-top: 30px;
	border-top:1px solid #E9EADC;
	padding-top:10px;
	font-size: 12px;
}
.postmetadata a {
	color:#AC947B;
}
