/*
Theme Name: Chris Swain
Theme URI: http://wordpress.org/
Description: Created for Chris Swain, Osteopath and Yoga teacher.
Version: 1.0
Author: zero G media Ltd
Author URI: http://www.zerogmedia.co.uk/
Tags: yoga, osteopathy

	This theme was created by zero G media Ltd for Chris Swain. Sept 2008.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/****************** LAYOUT ******************/

#headerWrapper {
background:url(images/header_top_bg_2.jpg) no-repeat top center #f7f6f1;
}

#mainWrapper {
background:url(images/header_bottom_bg_2.jpg) repeat-x top center #f7f6f1;
}

#welcomeWrapper {
background:url(images/notebook.jpg) top no-repeat;
}

#middle {
border-right:1px dotted #bec6d9;
}

#middle, #right {
margin-top:0.4em;
}

/* SECTION HEADINGS */

h3#osteopathy {
float:left;
background:url(images/h3_osteopathy.gif) no-repeat;
width:191px;
}

h3#yoga {
float:left;
background: url(images/h3_yoga.gif) no-repeat;
width:102px;
}

h3#corpProfiling {
float:left;
background: url(images/h3_corp_profiling.gif) no-repeat;
width:303px;
}

h3#workshops {
float:left;
background: url(images/h3_workshops.gif) no-repeat;
width:175px;
}

h3#publications {
float:left;
background: url(images/h3_publications.gif) no-repeat;
width:189px;
}

h3#links {
float:left;
background: url(images/h3_links.gif) no-repeat;
width:90px;
}

h3#contact {
background:url(images/h3_contact_2.gif) no-repeat;
width:147px;
float:left;
}

/* SUB SECTION HEADINGS */

/* OSTEOPATHY */

h3#conditions {
float:left;
background:url(images/h3_conditions.gif) no-repeat;
width:179px;
}

h3#key_principles {
float:left;
background: url(images/h3_key_principles.gif) no-repeat;
width:210px;
}

h3#what_to_expect {
float:left;
background: url(images/h3_what_to_expect.gif) no-repeat;
width:246px;
}

h3#history {
float:left;
background: url(images/h3_history.gif) no-repeat;
width:128px;
}

/* YOGA */

h3#therapy {
float:left;
background: url(images/h3_therapy.gif) no-repeat;
width:133px;
}

h3#classes {
float:left;
background: url(images/h3_classes.gif) no-repeat;
width:124px;
}

/* WORKSHOPS */
h3#workshops_2 {
float:left;
background: url(images/h3_workshops_2.gif) no-repeat;
width:174px;
}

h3#holidays {
float:left;
background: url(images/h3_holidays.gif) no-repeat;
width:143px;
}

/* ABOUT CHRIS */
h3#about_chris {
float:left;
background: url(images/h3_about_chris.gif) no-repeat;
width:181px;
}


h4 {
color:#787a74;
}

/****************** P ******************/

p {
color:#787a74;
}

/*#welcomeWrapper p {
color:#061d55;
font-size:1.6em;
margin-left:58px;
margin-top:10px;
margin-right:20px;
}

#welcomeWrapper p span {
font-weight:bold;
}*/

/****************** LISTS ******************/
ul {
list-style:url(images/leaf.gif);
color:#787a74;
margin-left:1.6em;
padding-left:1.6em;
line-height:1.2em;
font-size:1.6em;
clear:left;
}

li {
padding-bottom:0.4em;
}

#welcomeWrapper ul {
list-style:url(images/leaf.gif);
color:#5a5c56;
text-transform:uppercase;
margin-top:1.2em;
margin-left:4em;
padding-left:1.2em;
margin-right:1.2em;
border-bottom: dotted 1px #bac5d0;
}

#welcomeWrapper li {
border-top: dotted 1px #bac5d0;
padding-top:0.4em;
}

/****************** A ******************/

#welcomeWrapper a {
background:none;
padding-left:0em;
color:#5a5c56;
text-transform:uppercase;
text-decoration:none;
font-weight:bold;
}

#welcomeWrapper a:hover {
text-decoration:underline;
}

li a {
color:#787a74;
text-decoration:none;
}

li a:hover {
text-decoration:underline;
}
