body {
    min-width: 750px;
		font-size: 12px;
		font-family: verdana, arial, sans-serif; 
}
html {
     margin: 0;
    padding: 0;
}
#wrap-home, #wrap-about, #wrap {
    margin: 0 auto;
    width: 800px;
    border: 1px solid white;
    background: white;
}
#wrap-home {
    background-image: url(bg-home.jpg);
    background-repeat: no-repeat;
}
#header img {
    border: none;
}   




/* GENERAL STYLE RULES */

a {   
    font-weight: bold;
    color: #498501;
    text-decoration: none;
}
a:hover {
    color: black;
}

p {
    margin-top: 0em;
    margin-bottom: 1em;
    
}

h1 {
    font-family: Georgia, "Lucida Grande", Arial, Verdana;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 18px;
    font-weight: normal;
}

h1 a {
    font-weight: normal;
    text-decoration: none;
    color: #6fab28;
}
h1 a:hover {
    color: black;
}



h2 {
    font-family: Georgia, "Lucida Grande", Arial, Verdana;
    font-size: 13px;
    margin-top: 24px;
    margin-bottom: 1em;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;   
    font-size: 13px;
    margin-top: 24px;
    margin-bottom: 1em;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 1em;
}



/* MAIN MENU NAVIGATION */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:810px; 
	height:32px; 
	position:relative; 
	z-index:100;
	border-right:1px solid white; 
	font-family:Georgia, "Lucida Grande", Arial, Verdana;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:799px; 
	w\idth:798px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:133px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:133px;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	text-align: center;
	display:block;
	font-size:12px;
	text-decoration:none;
      color: #919090;
	width:132px; 
	height:30px; 
	border:1px solid white; 
	border-width:1px 0 1px 1px; 
	background:#fefefe; 
	line-height:29px; 
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:133px; 
	w\idth:132px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
	}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0; 
	width:133px;
	border-top:1px solid white;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	font-weight: normal;
      font-family: arial, helvetica, sans-serif;
	background:white; 
	color:#000; 
	height:auto; 
	line-height:1.5em; 
	padding-top:5px; 
	padding-bottom: 5px;
	width:132px;
	border-width: 0 1px 1px 1px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:133px;
	w\idth:132px;
}

/* style the top level hover */
.menu a:hover {
	color:#000; 
	background:#f1f1f1;
}
.menu ul ul a:hover{
	color:#000; 
	background:#f1f1f1;
}
.menu :hover > a{
	color:#000; 
	background:#f1f1f1;
}
.menu ul ul :hover > a {
	color:#000; 
	background:#f1f1f1;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
	visibility:visible; 
}
.








/* MAIN CONTENT */

#main {
    float: right;
    width: 625px;
}
#main p {
    line-height: 16px;
}
#homepage #main {
    float: left;
    width: 800px;
}
#main #content {
    margin: 1em;
    margin-top: 1em;
    margin-left: 1em;
}
#main #content .box_background {
    font-size: 12px;
    padding: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #D2EED3;
    width: 540px;
}
#main #content .box {
    padding: 1em;
    padding-top: 1em;
    margin-bottom: 1em;
/*  border: 1px solid white; */
    width: 540px;
}
#main #content .recipe-box {
    background-image: url(bg-paper.jpg);
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
/*  border: 1px solid white; */
    width: 540px;

}

#main #content .recipe-box p, #main #content .recipe-box h2, #main #content .recipe-box h3 {
    margin-left: 1em;
    margin-right: 1em;
}

#main #content .recipe-box h2 {
    padding-top: 1em;
    border-bottom: 1px solid #d5d5d5;
}

#main #content .box p, .recipe-box p {
	line-height: 18px;
}

#main #content .box ul li a, .recipe-box ul li a {
	font-weight: normal;
	line-height: 1.5em;
}

h1#recipes {
    font-family: Georgia, "Lucida Grande", Arial, Verdana;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: normal;
}
div.recipe-box h2 {
	margin-top: 0;
}

#main #content .box_wide_grey {
    padding: 11px;
    margin-bottom: 11px;
    margin-left: 10px;
    border: 1px solid #d5d5d5;
    background: #f1f1f1;
    width: 500px;
}

#main #content .box_narrow_right1 {
    padding: 11px;
    float: right;	
    margin-bottom: 11px;
    margin-left: 10px;
    border: 1px solid #d5d5d5;
    background: #f1f1f1;
    width: 220px;
}

#main #content .box_narrow_left2 {
    padding: 11px;
    float: left;	
    margin-bottom: 11px;
    margin-left: 10px;
    border: 1px solid #d5d5d5;
    background: #f1f1f1;
    width: 220px;
}
#main #content .box_narrow_right2 {
    padding: 11px;
    padding-top: 11px;
    margin-bottom: 11px;
    margin-left: 285px;
    border: 1px solid #d5d5d5;
    background: #f1f1f1;
    width: 220px;
}



#main #content .box_noborder {
    padding: 0.5em;
    padding-top: 0;
    margin: 0;
    width: 380px;
}
#homepage #main #content .box_noborder {
    width: 540px;
    padding-left: 1em;
}
#wide_on_right #main #content .box_noborder {
    padding: 0.5em;
    padding-top: 0;
    margin: 0;
    border: 1px solid white;
    width: 550px;
}
#main #content img {
    border: none;
}
#main #content .go_to_top {
    text-align: right;
    margin-top: 2em;
    display: block;
}
#main #content .go_to_top a {
    padding: 10px;
}
ul.text-list {
	margin-left: 1em;
	padding-left: 0;
}

ul.text-list-no-bullets {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul.text-list-no-bullets li {
	margin-bottom: 1em;
}

ul.email-addresses {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
ul.subsection-buttons {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #d5d5d5;

}
ul.subsection-buttons li {
	background: white;
	display: block;
	margin: 0;
	padding: 0;
}
ul.subsection-buttons li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	border-bottom: 1px solid #d5d5d5;
	text-decoration: none;
	background: white;
	width: 239px;
}
ul.subsection-buttons li a h2 {
	padding: 0;
	margin: 0;
}
ul.newsletters {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #d5d5d5;
	border-right: none;
}
ul.newsletters li {
	background: #f1f1f1;
	margin: 0;
	padding: 0;
}
ul.newsletters li a {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #d5d5d5;
	text-decoration: none;
	background: #f1f1f1;
	width: 200px;
}
ul.newsletters li a:hover {
	background: white;
}
ul.newsletters li a:hover li {
	background: white;
}
ul.newsletters li a h2 {
	padding: 0;
	margin: 0;
}




/* SIDEBAR */

ul#home_sidebar {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
    margin-top: 0em;
}   
ul#home_sidebar li {
    border-bottom: 1px solid #d5d5d5;

    display: block;	
}
ul#home_sidebar li a {
    width: 196px;
    display: block;
    padding-bottom: 29px;
    padding-top: 23px;
    background: white;
    background-repeat: 	no-repeat;
}
ul#home_sidebar li h2 {
    color: #919090;
}

ul#home_sidebar li a h2 {
    padding-left: 105px;
    font-family: Georgia, "Lucida Grande", Arial, Verdana;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

ul#home_sidebar a
{
    font-weight: normal;
    text-decoration: none;
}

ul#home_sidebar li#mile a {
    background-image: url(100mile-link.jpg);
 }
ul#home_sidebar li#newpatients a {
    background-image: url(newpatient-link.jpg);
 }
ul#home_sidebar li#recipes a {
    background-image: url(recipes-link.jpg);
 }
ul#home_sidebar li#herbs a {
    background-image: url(herbs-link.jpg);
 }
ul#home_sidebar li#kwchildbirth a {
    background-image: url(kwchildbirth-link.jpg);
 }
ul#home_sidebar li#newsletter a {
    background-image: url(newsletter-link.jpg);
 }
ul#home_sidebar li#events h2 {
    padding-left: 22px;
    margin-top: 20px;
    margin-bottom: .5em;
 }
ul#home_sidebar li#events a {
	padding-left: 22px;
	padding-top: .5em;
	padding-bottom: 1em;
	width: 169px;
	color: black;
 }
ul#home_sidebar li#events a:hover {
    color: #919090;
}
ul#home_sidebar a:hover h2 {
    color: black;	
}
ul#home_sidebar a:hover {
    color: black;	
    text-decoration: none;
}




#main #content .home_sidebar .content #blog_button a {
    background-image: url(blog_button.gif);
    background-repeat: repeat-x;
}

/* FOOTER */

#footer {
    border-top: 1px solid white;
    border-left: 10px solid white;
    border-right: 10px solid white;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: white;
    clear: both;
    font-size: 10px;
    text-align: center;
}
#footer p {
    margin: 0;
    padding: 0;
}

/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup{background:#fff; clear:left; font:14px Georgia, "Lucida Grande", Arial, Verdana;  width:190px;}
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:2px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:12px; font-weight: bold; height: 20px; line-height: 20px; margin: 0 1px 1px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:12px Georgia, "Lucida Grande", Arial, Verdana; padding-bottom:10px;}
#mc_embed_signup input.email {display:block; padding:2px 0; margin:0 4% 10px 0; text-indent:2px; width:75%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
