/*
Theme Name: Helen
Theme URI: http://www.heleng.co.uk
Description: WordPress theme for www.heleng.co.uk
Version: 3.0
Author: Richard Cross
Author URI: http://www.richardx.co.uk/

Based on a theme designed and built by Michael Heilemann: http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/


/*------------------*/
/*----- GENERAL-----*/
/*------------------*/

html {
    margin: 0px;
    padding: 0px;
    }

body {
    margin: 0px;
    padding: 0px;
    font-size:.8em;
    line-height:1.6em;
    font-family:  verdana, arial, sans-serif;
    background:	#fff url("img/bg-01.gif") repeat-x;
    color:#403f40;
    }


/*----- headings & lists -----*/

h1,h2,h3,h4 {
    margin: 0px;
    padding: 0px;
    }

h2 {
    font-family: Georgia, Times, Serif;
    font-weight: normal;
    font-size:1.6em;
    line-height:1.1em;
    padding-bottom:15px;
    }


    h3 {
    font-family: Georgia, Times, Serif;
    font-weight: normal;
    font-size:1.4em;
    line-height:1.3em;
    padding-bottom:10px;
    }


h3 a {
    font-weight: normal;
    color:#338786;
    }

h4 {
    font-family: Georgia, Times, Serif;
    font-weight: normal;
    font-size:1.3em;
    line-height:1.1em;
    }

p  {
    margin:0px 0 15px 0;
    }

ul  {
    margin:0 10px 15px 10px;
    }

.accessibility {
    display:none;
    }

/*----- global link -----*/

a {color:#4c9896; text-decoration:none; font-weight:bold;}
a:visited {color:#4c9896;}
a:hover {color:#000;}

/*-----------------*/
/*----- LAYOUT-----*/
/*-----------------*/

#wrapper {
    margin-left:auto;
    margin-right:auto;
    width:990px;
    display:block;
    overflow: hidden;
    }

#mainNav  {
    float:right;
    height:111px;
    margin:31px 2px 0 0;
    }

 #header {
    width:900px;
    height:155px;
    margin:0px auto 15px auto;
    padding:0;
    }

 #header #title {
    margin:41px 0 10px 0;
    }

 #header #subtitle {
    }

#content {
    background: #fff;
    display:block;
    overflow: hidden;
    }

.narrowcolumn {
    float: left;
    padding: 0px 0 20px 0;
    margin: 0px 0 10px 50px;
    width: 600px;
    }

.widecolumn {
    padding: 0px 0 20px 0;
    margin: 0px 0 10px 50px;
    width: 900px;
    }

.post {
    margin: 0 20px 40px 20px;
    }

.post hr {
    display: block;
    }

.widecolumn .post {
    margin: 0;
    }

.narrowcolumn .postmetadata {
    padding-top: 0px;
	}

.widecolumn .postmetadata {
    margin: 30px 100px;
	}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
    }

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
    }

.postmetadata {
    clear: left;
    }

.clear {
    clear: both;
    }


/* Begin Sidebar */

#sidebar {
    padding: 0px 0 10px 0;
    margin: 0px 50px 25px 0;
    width: 250px;
    float:right;
    }

#sidebar form {
    margin: 0;
    }

#sidebar img {
    margin: 10px 0;
    }

#sidebar .current_page_item a {
    text-decoration:none;
    font-weight:bold;
    }

#sidebar .current_page_item {
    text-decoration:none;
    font-weight:bold;
    }

#sidebar h2 {
    font-size:1.4em;
    margin-bottom:0px !important;
    }

#sidebar h3,h4 {
    font-size:1.4em;
    margin-bottom:10px !important;
    }

#sidebar ul {
    padding:0px;
    margin:10px 0 20px 0;
    border-bottom:0px dotted #403f40;
    }

#sidebar li {
    list-style: none;
    padding:0px;
    }

#sidebar .page_item {
	margin: 0;
	padding:3px 0;
    border-top:1px dotted #403f40;
    display:block;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sidebar ul {
	margin: 0px 0 20px 0;
    border-bottom:0px dotted #403f40;
	}

#sidebar li {
    border-top:0px dotted #403f40;
    }

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px 0;
	list-style:none;
   	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 20px 0;
	list-style:circle;
    border-top:0px dotted #403f40;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	list-style:disc;
	}

ol li, #sidebar ul ol li {
	list-style:decimal outside;




	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 3px;
    border-top:1px dotted #403f40;
	}

/*--columns--*/

.columns {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom:10px;
    }

.column {
    width:47%;
    float: left;
    }

.column .last {
   float: right;
    }

/*--two columns --*/

.two.columns .first {
    width:580px;
    float: left;
    }

.two.columns .last {
    float:right;
    margin:6px 9px 0 10px;
    width:250px;

    }


/*--three columns --*/

.three.columns .column {
    width: 280px;
    margin:0 25px 0 0;
    }

.three.columns .last {
    margin:0;
    }


/*--four column --*/


.four.columns .column {
    width: 205px;
    margin:0 25px 0 0;
    text-align:center;
    border:0px #aaa solid;
    }

.four.columns h4 {
    text-align:center;
    padding:5px 0;
    font-weight:normal;
    }

.four.columns h4 a {
    font-weight:normal;
    }

.four.columns p {
    font-size:.9em;
    }

.four.columns img {
    margin:0 10px;
    border:0px;
    }

.four.columns .last {
    margin:0;
    float:right;
    }

.divLine  {
   border-bottom:1px dotted #666;
   margin:0px 15px;
   }



/*--footer--*/

#footer {
    clear:both;
    margin-left:auto;
    margin-right:auto;
    width:900px;
    background:	url("img/background-foot.gif") no-repeat;
    font-size:.8em;
    padding: 5px 0 15px 5px;
    line-height:2em;
    border-top:1px solid #338786;
    }




/*----------------------------*/
/*----- MAIN NAVIGATION-------*/
/*----------------------------*/


#mainNav ul {
    padding:0;
    margin:0;
    }

#mainNav  li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px;
    float:left;
    font-size:1.1em;
    text-align:center;
    }

#mainNav  a {
    height:25px;
    width:80px;
    color:#338786;
    font-weight:normal;
    display:block;
    padding:86px 0 0 3px;
    }

/*#mainNav  a:hover {
    color:#fff;
    } */

/*helen*/
    #mainNav .page-item-24 a {background:	url("img/nav-helen.jpg") no-repeat;}
    #mainNav .page-item-24 a:hover {background:#b0e4e0 url("img/nav-helen.jpg") no-repeat;}

/*nutrition*/
    #mainNav .page-item-11 a {background:	url("img/nav-nutrition.jpg") no-repeat;}
    #mainNav .page-item-11 a:hover {background:#b0e4e0 url("img/nav-nutrition.jpg") no-repeat;}

/*herbs*/
    #mainNav .page-item-13 a {background:	url("img/nav-herbs.jpg") no-repeat;}
    #mainNav .page-item-13 a:hover {background:#b0e4e0 url("img/nav-herbs.jpg") no-repeat;}

/*clinics*/
    #mainNav .page-item-15 a {background:	url("img/nav-clinics.jpg") no-repeat;}
    #mainNav .page-item-15 a:hover {background:#b0e4e0 url("img/nav-clinics.jpg") no-repeat;}

/*contact*/
    #mainNav .page-item-17 a {background:	url("img/nav-contact.jpg") no-repeat;}
    #mainNav .page-item-17 a:hover {background:#b0e4e0 url("img/nav-contact.jpg") no-repeat;}


#mainNav .current_page_item {
    color:#fff;
    text-decoration:none;
    background:#b0e4e0;
    }

.narrowcolumn .entry, .widecolumn .entry {
     margin-right:5px;
	}

.widecolumn {

	}

.narrowcolumn .postmetadata {
	text-align: left;
    font-size:.8em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


small {
	font-size: 0.8em;
	line-height: 1.5em;
	}

.entry p a:visited {

	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}





.widget_recent_entries   {
    background: url('images/bg-subnav-news.gif') no-repeat;
    padding:10px;
    }

hr {
      border:0px;
      border-bottom:dotted 1px #666;
      width:90%;
      margin-top:20px;
    }




/* Begin Highlight */

.highlight {
  border:3px double #000;
  padding:0 20px 20px 20px;
  margin-bottom:20px;
  }

.quote {
  border:3px double #bfe3df;
  padding:20px;
  margin:20px;
  background:#dff1ef;
  }

/* Eng Highlight */




/* 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) */

.entry img {
    padding: 4px;

    border:0px #000 solid;
	}

.imgRight {
	margin: 3px 0 5px 15px;
	display: inline;
	text-align:center;
    font-size:.8em;
	float: right;
    border:0px;
	}

.imgLeft {
	margin: 3px 15px 5px 0;
	display: inline;
	text-align:center;
    font-size:.8em;
	float: left;
    border:0px;
	}

.imgCentre {
	margin: 3px 15px;
	text-align:center;
    font-size:.8em;
    border:0px;
	}


#map {
    margin:20px auto 0 auto;
    padding:4px;
    border:1px #000 solid;
	}

/* End Images */



/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry a {
	font-weight:bold;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


/* Comment Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}


/* Contact Form Elements */

#contactform {
    width:350px;
    margin:0 auto;
    text-align:left;
    }


#contactform textarea {
	width: 100%;
	padding: 2px;
	}

#contactform p	{
	margin:5px 0px;
	}




/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentsWrapper ol {
	padding: 0;
	margin: 0 0 15px 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* End Calendar */

/*Post Date Display*/

.calendar{
   background: url(img/cal.gif) right top no-repeat;
    width:59px;
    height:55px;
    font:11px Verdana, Arial, Helvetica, Sans-Serif;
    text-align:center;
    padding:8px 1px 0 0px;
    float:right;
    margin:0 5px 0px 0;
    line-height:12px
    }

.day{
    font:20px georgia;
    line-height:20px;
    color:#cf2533;
    }

.month{
    font-size:10px;
    }




/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}



a img {
	border: none;
	}

#commentsWrapper {
  margin:0 100px 0 100px;
}



/* End Various Tags & Classes*/


