/* -- global styles -- */

body, ul, p, h1, h2, h3, h4, a, blockquote {margin: 0; padding: 0; outline: none;}

ul {list-style: none;}

a:link, a:visited {color: #fff;}

a:hover, a:focus {
	text-decoration: none;
}

html, body {
	height: 100%;
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 78%;
	text-align: center;
	color: #fff;
	background: #8ac4c1;
}

.clear {
	clear: both;
}

/* -- main layout -- */

#bgcontainer {
	width: 100em;
	min-width: 955px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	/*border: 1px solid blue;*/
	background: url(../images/butterfly_bg.jpg) no-repeat;
	background-position: 100% 40px;
}

.home #bgcontainer {
	background: url(../images/butterfly_bg.gif) no-repeat;
	background-position: 100% 40px;
}

#maincontainer {
	width: 90em;
	min-width: 855px;
	margin: 0 auto;
/*	border: 1px solid red;*/
	padding: 0 0 280px 0;
	
}

#header {
	height: 140px;
	text-align: left;
}

#header h1 {
	padding: 40px 0 0 60px;
	background: url(../images/logo_butterfly.jpg) no-repeat 400px 0px;
	height: 201px;
}

#header a {
	background: url(../images/logo.gif) no-repeat left top;
	display: block;
	width: 340px;
	height: 51px;
	text-indent: -9999px;
}

#nav {
	float: left;
	width: 18em;
	border-right: 2px solid #fff;
	padding: 0 30px 0 0;
	position: relative;
	
}

#nav li {
	text-align: right;
	margin: 0 0 8px 0;
}

#nav a {
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #caebe9;
}

.home #nav li.home a,
.blog #nav li.blog a,
.coaching #nav li.coaching a,
.hypnotherapy #nav li.hypnotherapy a,
.psychotherapy #nav li.psychotherapy a,
.facilitation #nav li.facilitation a,
.workshops #nav li.workshops a,
.retreats #nav li.retreats a,
.sensitivity #nav li.sensitivity a,
.resources #nav li.resources a,
.testimonials #nav li.testimonials a,
.neurolinguisticprogramming #nav li.neurolinguisticprogramming a,
.about #nav li.about a,
.contact #nav li.contact a {
	color: #fff;
}

#nav a:hover {
	color: #fff;
}

#butterfly {
	background: url(../images/orange_butterfly.jpg) no-repeat;
	position: absolute;
	left: 9em;
	margin: 30px 0 0 0;
	height: 250px;
	width: 266px;
	visibility: hidden; /* only display on the home page */
}

.home #butterfly {
	visibility: visible;
}

ul.sub-nav {
	margin: 0 0 60px 0;
}

/*ul.sub-nav li {
	display: inline;
	float: left;
	padding-right: 2.5em;
}

ul.sub-nav li a {
	color: #caebe9;
	font-size: 1.3em;
	font-weight: bold;
}*/

#content {
	margin: 0 25em 0 24em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid purple;*/
}

.home #content {
	font-family: "Century Gothic";
	margin-right: 10em;
}

#content h1 {
	font-size: 2.5em;
    padding-bottom: 0.4em;
}

#content h2 {
	font-size: 2em;
    padding-bottom: 0.2em;
}

#content h3 {
	font-size: 1.5em;
    padding-bottom: 0.1em;
}

#content p {
    font-size: 1.3em;
	padding: 0 0 20px 0;
}

#content li {
	font-size:1.3em;
	padding-bottom:.1em;
}

#content ul {
	list-style-type:disc;
	padding-left:20px;
}

q {
	font-style: italic;
	font-size: 1.1em;
	padding: 15px 25px 10px 25px;
	display: block;
}

.home q {
	font-size: 3.5em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	padding: 0;
}

cite {
	font-size: 1em;
	padding: 0 0 0 100px;
}

.home cite {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
	text-indent: 0;
	display: block;
	margin: 20px 0 0 0;
}
/* -- global styles -- */

body, ul, p, h1, h2, h3, h4, a, blockquote {margin: 0; padding: 0; outline: none;}

ul {list-style: none;}

a:link, a:visited {color: #fff;}

a:hover, a:focus {
	text-decoration: none;
}

html, body {
	height: 100%;
}

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 78%;
	text-align: center;
	color: #fff;
	background: #8ac4c1;
}

.clear {
	clear: both;
}

/* -- main layout -- */

#bgcontainer {
	width: 90em;
	min-width: 900px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	/*border: 1px solid blue;*/
	background: url(../images/butterfly_bg.jpg) no-repeat;
	background-position: 100% 40px;
}

.home #bgcontainer {
	background: url(../images/butterfly_bg.gif) no-repeat;
	background-position: 100% 40px;
}

#maincontainer {
	width: 80em;
	min-width: 800px;
	margin: 0 auto;
/*	border: 1px solid red;*/
	padding: 0 0 280px 0;
	
}

#header {
	height: 140px;
	text-align: left;
}

#header h1 {
	padding: 40px 0 0 60px;
	background: url(../images/logo_butterfly.jpg) no-repeat 400px 0px;
	height: 201px;
}

#header a {
	background: url(../images/logo.gif) no-repeat left top;
	display: block;
	width: 340px;
	height: 51px;
	text-indent: -9999px;
}

#nav {
	float: left;
	width: 18em;
	border-right: 2px solid #fff;
	padding: 0 30px 0 0;
	position: relative;
	
}

#nav li {
	text-align: right;
	margin: 0 0 8px 0;
}

#nav a {
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #caebe9;
}

.home #nav li.home a,
.blog #nav li.blog a,
.coaching #nav li.coaching a,
.hypnotherapy #nav li.hypnotherapy a,
.psychotherapy #nav li.psychotherapy a,
.facilitation #nav li.facilitation a,
.workshops #nav li.workshops a,
.retreats #nav li.retreats a,
.sensitivity #nav li.sensitivity a,
.resources #nav li.resources a,
.testimonials #nav li.testimonials a,
.about #nav li.about a,
.contact #nav li.contact a {
	color: #fff;
}

#nav a:hover {
	color: #fff;
}

#butterfly {
	background: url(../images/orange_butterfly.jpg) no-repeat;
	position: absolute;
	left: 9em;
	margin: 30px 0 0 0;
	height: 250px;
	width: 266px;
	visibility: hidden; /* only display on the home page */
}

.home #butterfly {
	visibility: visible;
}

ul.sub-nav {
	margin: 0 0 60px 0;
}

/*ul.sub-nav li {
	display: inline;
	float: left;
	padding-right: 2.5em;
}

ul.sub-nav li a {
	color: #caebe9;
	font-size: 1.3em;
	font-weight: bold;
}*/

#content {
	margin: 0 25em 0 24em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/*border: 1px solid purple;*/
}

.home #content {
	font-family: "Century Gothic";
	margin-right: 25em;
}

#content h1 {
	font-size: 2.5em;
    padding-bottom: 0.4em;
}

#content h2 {
	font-size: 2em;
    padding-bottom: 0.2em;
}

#content h3 {
	font-size: 1.5em;
    padding-bottom: 0.1em;
}

#content p {
    font-size: 1.3em;
	padding: 0 0 20px 0;
}

#content li {
	font-size:1em;
	padding:0;
	margin:0 0 .1em;
}

#content ul {
	list-style-type:disc;
	padding-left:30px;
}

q {
	font-style: italic;
	font-size: 1.1em;
	padding: 15px 25px 10px 25px;
	display: block;
}

.home q {
	font-size: 2.5em;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	padding: 0;
}

cite {
	font-size: 1em;
	padding: 0 0 0 100px;
}

.home cite {
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 1.5em;
	text-indent: 0;
	display: block;
	margin: 20px 0 0 0;
}
