/*
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.jpg) no-repeat top center #B2AA93;
}

#mainWrapper {
background:url(images/header_bottom_bg.jpg) no-repeat top center #B2AA93;
}

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

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

h3#welcome {
background:url(images/h3_welcome.gif) no-repeat;
width:162px;
margin-top:18px;
margin-left:48px;
}

h3#osteopathy_and_yoga {
float:left;
background:url(images/h3_oseopathy_and_yoga.gif) no-repeat;
width:295px;
}

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

h4 {
color:#FFF;
}

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

p {
color:#FFF;
}

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

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

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

li {
padding-bottom:0.4em;
}

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

#welcomeWrapper a {
background:url(images/leaf.gif) left no-repeat;
padding-left:32px;
color:#5a5c56;
text-transform:uppercase;
text-decoration:none;
font-size:0.8em;
}

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

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

li a:hover {
text-decoration:underline;
font-weight:bold;
}
