/*
Theme Name: SimplicityBright
Theme URI: http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/
Description: Designed by <a href="http://www.koch-werkstatt.de" title="Kochwerkstatt">Karsten Kuhnen</a>.
Author: Karsten Kuhnen
Author URI: http://www.koch-werkstatt.de
Tags: white, simple, fixed width, two columns
Version: 0.3

Notes: Inspired and created for minimalist, content focused blogs or websites. Customize, edit, poke,  prod, and adapt to your own style.

Please leave credit where credit is due so that others may find the source for your site and adapt a suitable version for their own website.

The CSS, XHTML and design is released under the GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height: 1.6em;
	color: #fff;
	background: #440b50 url(http://www.wildharmonywellness.com/images/bg2.jpg) top left repeat-x;
}

#container {
	width:851px;
	margin:0 auto;
	padding:0px;
}

#banner {
	float:left;
	width:851px;
	height:274px;
	margin:0 0 0 -10px;
	padding:0px;
	background:url(http://www.homebirthmidwife.com/images/banner_hbm.jpg) top left no-repeat;
}

#banner #leftspace {
	float:left;
	width:410px;
	height:221px;
	margin:0px;
	padding:0px;
}

#banner #emailspace a {
	float:left;
	width:270px;
	height:20px;
	margin:162px 0 0 0;
	padding:0px;
	background:none;
	border:0px;
}

#banner #navigation {
	float:left;
	width:802px;
	height:30px;
        margin:0 auto;
        padding:0 0 0 40px;
        text-align:center;
}

#banner #navigation ul.topmenu {
        float:left;
        margin:0 auto;
	padding:0;
	list-style-type:none;
}

#banner #navigation ul.topmenu li {
	float:left;
text-align:center;
height:30px;
}

#banner #navigation ul.topmenu li.searchbar {
	float:left;
	padding:6px 20px 0 0px;
}

#banner #navigation ul.topmenu li a {
	float:left;
	display:block;
	padding:0 8px;
        font-weight:bold;
font-size:1.0em;
text-transform:normal;
        font-family:arial,sans-serif;
	color:#fff;
height:42px;
text-align:center;
}

#banner #navigation ul.topmenu li a:hover {
	color:#eb9919;
        text-decoration:none;
background:url(http://www.homebirthmidwife.com/images/yinyang.jpg) bottom no-repeat;
text-align:center;
}

#content {
	float:left;
	width:851px;
	margin:20px 0 20px 0;
	padding:0px;
}

#content #leftspacer {
	float:left;
	width:45px;
	height:25px;
	margin:0px;
	padding:0px;
}

#content #truecontent {
	float:left;
	width:760px;
	margin:0px;
	padding:0px;
}

#content #truecontent ul {
	list-style:outside url(http://www.wildharmonywellness.com/images/sun.gif);
}	

#content #truecontent a {
	color:#fff;
	text-decoration:none;
}

#content #truecontent a:hover {
	color:#eb9919;
	text-decoration:none;
}

#footer {
	float:left;
	margin:10px 0 0 0;
	width:851px;
	border-top:2px #fff solid;
}

a {
	color:#fff;
	text-decoration:none;
}

img {
	border:0px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#eb9919;
	margin:0 0 -13px 0;
}
