@charset "UTF-8";
/* CSS Document */

/* author: Dirk Mynatt, gforceseattle.com | 206-374-9787



SITE COLORS



Navbar Gray: #91857A

Green text: #93A445

Grey text: #6A6B6E

Grey: 		#87746a rgb(135,116,106)

Fonts: 		#333333 rgb(51,51,51)

Dark Orange: 	#e25526 rgb(226,85,38)

Red: 		#b32317 rgb(179,35,23)

*/

/*-------------------------------------------    

    General Selectors

-------------------------------------------*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Helvetica, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 62.5%; /* enables you to easily size text with ems */
	background: #B3B3B3;
}
#header {
	position: relative;
}

#wrapper {
	margin: 0px auto;
	width: 870px;
	background: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

/* HTML defaults */
a img { 
	border: 0; 
}
h1 {
	font-weight: bold;
	color: #93A445;
	font-size: 1.15em;
	letter-spacing: 0.07em;
	margin-bottom: -5px;
}
.honey {
	padding-right: 15px;
	padding-bottom: 85px;
	margin-top: -3px;
	margin-left: -70px;
}
.cathy {
	margin: 5px 15px 50px -75px;
}
.daybed {
	margin: 5px 15px 8px -75px;
}
.contactimg {
	padding-right: 25px;
	float: left;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.eventbed {
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: -85px;
}
.back-to-top a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}
.red-head {
	font-size: 15px;
	color: #B45340;
	text-transform: uppercase;
}
.contentPicture {
	float: left;
	margin-right: 15px;
	margin-top: 18px;
	margin-bottom: 5px;
}
.big-text {
	font-size: 14px;
	line-height: 24px;
}

.bullet-items li {
	list-style: disc;
	padding-left: 10px;
	margin-top: -10px;
	margin-left: 15px;
	padding-bottom: 5px;
}

div.push {
	width: 100%;
	height: 1px;
	clear: both;
	background: url(../images/push-sidebar.jpg) no-repeat;
} /* NEW *//* keeps columns inside #content equal height */
.sidebar {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	line-height: 17px;
	color: #6a6b6e;
	padding-left: 45px;
	position: absolute;
	top: 500px;
	padding-right: 75px;
}
#content h2 {
	font-size: 1.08em;
	font-style: italic;
	color: #93A445;
	letter-spacing: 0.04em;
	padding-right: 50px;
	font-weight: lighter;
	padding-top: 10px;
	margin-bottom: -5px;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
}
#content h3 {
	font-size: 1em;
	letter-spacing: 0.04em;
	margin-bottom: -5px;
	margin-top: 15px;
}
#content h4 {
	font-size: 1.08em;
	color: #93a445;
	line-height: 13px;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin-top: 12px;
}
#sidebar h3 {
	background: url(../images/seaweed.jpg) no-repeat;
	height: 213px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#aboutsidebar h3 {
	background: url(../images/seaweed.jpg) no-repeat;
	height: 213px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#eventssidebar h3 {
	background: url(../images/seaweed_fire.jpg) no-repeat;
	height: 213px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#groupssidebar h3, #training-sidebar h3, #healing-sidebar h3, #programs-sidebar h3 {
	background: url(../images/seaweed.jpg) no-repeat;
	height: 213px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#contactsidebar h3 {
	background: url(../images/seaweed.jpg) no-repeat;
	height: 213px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#eventssidebar h2 {
	font-size: 0.98em;
	color: #93A445;
	padding-left: 35px;
	letter-spacing: 0.06em;
	margin-top: -20px;
}
#servicessidebar h3 {
	background: url(../images/seaweed.jpg) no-repeat;
	height: 213px;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#event-announce {
	background: url(../images/event-background.png) no-repeat;
	height: 151px;
	width: 283px;
	position: absolute;
	top: 90px;
	right: 0px;
}
#event-announce h1 {
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 10px;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.05em;
	margin-top: 10px;
}
#event-announce a:hover {
	color: #A2968A;
	text-decoration: none;
}
#event-announce h2 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 15px;
}
#event-announce a {
	text-decoration: underline;
	text-align: right;
	margin-right: -155px;
	font-size: 11px;
}
#event-announce p {
	color: #FFFFFF;
	padding-right: 20px;
	font-size: 11px;
	letter-spacing: .05em;
	line-height: 14px;
	font-weight: normal;
}

/*-------------------------------------------    

    NAVIGATION

-------------------------------------------*/

#navbar {
	height: 32px;
	background: #91857A;
}
#navbar ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#navbar li {
	display: inline;
	height: 32px;
	line-height: 32px;
}
#navbar a {
	color: #FFF;
	font-family: "Arial Unicode MS", arial, helvetica, sans-serif;
	font-size: 1.01em;
	letter-spacing: 0.08em;
	padding: 0.9em;
	text-decoration: none;
	margin-left: 0.9em;
	margin-right: 0.9em;
}
#navbar a:hover {
	background-color: #77695B;
}
#sub-nav {
	height: 90px;
	margin: 25px 0px 0px;
	padding: 0px;
}
#sub-nav ul li {
	display: block;
	float: left;
	list-style: none;
	padding-left: 11px;
}
ul li#retreats-navbar a {
	background: url(../images/subnav-main-stages.jpg) no-repeat 0 0;
	text-indent: -9000px;
	display: block;
	height: 90px;
	width: 176px;
}
ul li#retreats-navbar a:hover {
	background: url(../images/subnav-main-stages.jpg) no-repeat 0px -90px;
}
ul li#wellness-navbar a {
	background: url(../images/subnav-main-stages.jpg) no-repeat -176px 0px;
	text-indent: -9000px;
	height: 90px;
	width: 176px;
	display: block;
}
ul li#wellness-navbar a:hover {
	background: url(../images/subnav-main-stages.jpg) no-repeat -176px -90px;
}
ul li#training-navbar a {
	background: url(../images/subnav-main-stages.jpg) no-repeat -352px 0;
	text-indent: -9000px;
	height: 90px;
	width: 176px;
	display: block;
}
ul li#training-navbar a:hover {
	background: url(../images/subnav-main-stages.jpg) -352px -90px;
}
#sidebar-nav {
	width: 190px;
	position: absolute;
	top: 20px;
	margin: 0px;
	padding: 0px;
}
#sidebar-nav ul li {
	display: block;
	list-style: none;
}
ul li #sidebar-nav a {
	background: url(../images/sidebar-nav.png) no-repeat 0 0;
	display: block;
	height: 50px;
	width: 140px;
}
ul li#healing-side-navbar a {
	background: url(../images/sidebar-nav.png) no-repeat 0 0;
	text-indent: -9000px;
	display: block;
	height: 50px;
	width: 140px;
}
ul li#healing-side-navbar a:hover {
	background: url(../images/sidebar-nav.png) no-repeat -142px 0px;
}
ul li#healing-side-navbar-current {
	background: url(../images/sidebar-nav.png) no-repeat -142px 0px;
	text-indent: -9000px;
	display: block;
	height: 50px;
	width: 140px;
}
ul li#wellness-side-navbar a {
	background: url(../images/sidebar-nav.png) no-repeat 0 -50px;
	text-indent: -9000px;
	display: block;
	height: 50px;
	width: 140px;
}
ul li#wellness-side-navbar a:hover {
	background: url(../images/sidebar-nav.png) no-repeat -142px -50px;
}
ul li#wellness-side-navbar-current {
	background: url(../images/sidebar-nav.png) no-repeat -142px -50px;
	text-indent: -9000px;
	display: block;
	height: 50px;
	width: 140px;
}
ul li#training-side-navbar a {
	background: url(../images/sidebar-nav.png) no-repeat 0 -100px;
	text-indent: -9000px;
	display: block;
	height: 50px;
	width: 140px;
}
ul li#training-side-navbar a:hover {
	background: url(../images/sidebar-nav.png) no-repeat -142px -100px;
}
ul li#training-side-navbar-current {
	background: url(../images/sidebar-nav.png) no-repeat -142px -100px;
	text-indent: -9000px;
	display: block;
	height: 50px;
	width: 140px;
}

/*-------------------------------------------    

    MAIN CONTENT AREA

-------------------------------------------*/

#content {
	background: #FFF 100%;
	padding-left: 270px;
	padding-top: 0px;
	margin-top: 35px;
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
	color: #6A6B6E;
	padding-right: 90px;
}
#content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content li {
	line-height: 18px;
	padding-top: 15px;
}
#content a {
	color: #93A445;
	border-bottom: 1px dotted #93A445;
}
#content a:hover {
	color: #6A6B6E;
	text-decoration: none;
	border-style: none;
}
#content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	letter-spacing: 0.02em;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 1em;
}
#content .morelead {
	line-height: 2.2em;
}
#content .moreleading {
	line-height: 30px;
	padding-right: 0px;
	margin-right: -20px;
}
#content ul li .daveitalic  {
	font-style: italic;
}
#content ul.content-list   {
	list-style: disc;
	margin: 0px;
	padding: 0px;
}
#content .content-list li {
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 10px;
	padding-bottom: 5px;
}
#content .wellness-list li {
	margin-left: 13px;
	margin-top: 0px;
	padding-top: 0px;
}
#content ul.wellness-list {
	list-style: disc;
	margin: -10px 0px 0px;
	padding: 0px;
}

/* LEFT SIDEBAR */

#sidebar {
	float: left;
	width:260px;
	background: url(../images/green_slice.jpg) repeat-y;
	height: 600px;
}

#sidebar p {
	color: #6A6B6E;
	padding-left: 35px;
	padding-right: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: -150px;
	line-height: 21px;
	font-size: 1.2em;
	letter-spacing: 0.03em;
	text-align: left;
}
#aboutsidebar {
	float: left;
	width:260px;
	font-size: 1.2em;
	background: url(../images/green_slice.jpg) repeat-y;
	text-align: left;
	letter-spacing: 0.03em;
	height: 1720px;
}
#aboutsidebar p {
	color: #6A6B6E;
	padding-left: 35px;
	padding-right: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: -150px;
	line-height: 21px;
}
#groupssidebar {
	float: left;
	width:260px;
	font-size: 1.2em;
	background: url(../images/green_slice.jpg) repeat-y;
	text-align: left;
	letter-spacing: 0.03em;
	height: 920px;
	position: relative;
}
#programs-sidebar {
	float: left;
	width:260px;
	font-size: 1.2em;
	background: url(../images/green_slice.jpg) repeat-y;
	text-align: left;
	letter-spacing: 0.03em;
	height: 530px;
	position: relative;
}
#groupssidebar p, #training-sidebar p, #healing-sidebar p {
	color: #6A6B6E;
	padding-left: 45px;
	padding-right: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	line-height: 21px;
	position: absolute;
	top: 200px;
}
#programs-sidebar p {
	color: #6A6B6E;
	padding-left: 45px;
	padding-right: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	line-height: 21px;
	position: absolute;
	top: 100px;
}
#groupssidebar .sidebar-cite, #training-sidebar .sidebar-cite, #programs-sidebar .sidebar-cite, #healing-sidebar .sidebar-cite  {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	display: block;
	margin-top: 10px;
	line-height: 17px;
	width: 150px;
}
#servicessidebar {
	float: left;
	width:260px;
	font-size: 1.5em;
	background: url(../images/green_slice.jpg) repeat-y;
	text-align: left;
	letter-spacing: 0.03em;
	height: 1250px;
}
#servicessidebar p {
	color: #93A445;
	padding-left: 35px;
	padding-right: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: -150px;
	line-height: 29px;
}
#training-sidebar {
	float: left;
	width:260px;
	font-size: 1.2em;
	background: url(../images/green_slice.jpg) repeat-y;
	text-align: left;
	letter-spacing: 0.03em;
	height: 730px;
	position: relative;
}
#healing-sidebar {
	float: left;
	width:260px;
	font-size: 1.2em;
	background: url(../images/green_slice.jpg) repeat-y;
	text-align: left;
	letter-spacing: 0.03em;
	height: 1210px;
	position: relative;
}
#cite {
	font-size: 0.8em;
	line-height: 1.7em;
	font-weight: bold;
	color: #6A6B6E;
	padding-left: 33px;
	padding-right: 85px;
	letter-spacing: 0.05em;
	text-align: left;
}
#cayleff {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6A6B6E;
	font-style: italic;
	line-height: 21px;
	margin-top: 250px;
	padding-right: 90px;
	padding-left: 35px;
}
#cayleff img {
	margin-bottom: 20px;
}
#citecayleff {
	line-height: 1.7em;
	font-weight: bold;
	color: #6A6B6E;
	padding-left: 33px;
	padding-right: 85px;
	letter-spacing: 0.05em;
	padding-top: 18px;
	font-size: .8em;
}
#davidcite {
	font-size: 0.9em;
	line-height: 1.7em;
	font-weight: bold;
	color: #6A6B6E;
	padding-left: 33px;
	padding-right: 85px;
	letter-spacing: 0.05em;
	text-align: left;
}
#wangcite {
	font-size: 0.6em;
	line-height: 1.7em;
	font-weight: bold;
	color: #6A6B6E;
	padding-left: 33px;
	padding-right: 85px;
	letter-spacing: 0.04em;
	text-align: left;
	margin-top: -5px;
}
#treatments h1 {
	font-size: 0.7em;
	padding-left: 35px;
	margin-top: 150px;
	padding-right: 35px;
	line-height: 2em;
}
#treatments p {
	font-size: 0.8em;
	color: #6A6B6E;
	line-height: 2em;
	margin-top: 5px;
}


#eventssidebar {
	float: left;
	width:260px;
	font-size: 1.2em;
	background: url(../images/green_slice.jpg) repeat-y;
	text-align: left;
	letter-spacing: 0.03em;
	height: 1000px;
}
#eventssidebar .smalltext     {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	line-height: 20px;
	margin-top: 15px;
}
#eventssidebar dl {
	font-weight: bold;
	color: #6A6B6E;
	padding-left: 35px;
	letter-spacing: 0.05em;
	margin-bottom: 5px;
}
#eventssidebar dt {
	color: #6A6B6E;
	padding-left: 35px;
	line-height: 22px;
}
#eventssidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #6A6B6E;
	font-style: italic;
	padding-left: 35px;
	padding-right: 55px;
	margin-top: -3px;
	line-height: 26px;
	padding-top: 0px;
}
#contactsidebar {
	float: left;
	width:260px;
	background: url(../images/green_slice.jpg) repeat-y;
	height: 600px;
}
#contactsidebar p {
	color: #6A6B6E;
	padding-left: 35px;
	padding-right: 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: -180px;
	line-height: 21px;
	font-size: 1.2em;
	letter-spacing: 0.03em;
	text-align: left;
}

#footer {
	width: 870px; /* NEW */
	margin: 0 auto; /* NEW */
	/* clear: both; *//* CHANGE * see "push" class above */
	background: #B3B3B3;
	padding: 10px 0px 20px;
	text-align: center;
}
#footer a {
	color: #555;
	text-decoration: none;
	font-family: "Arial Unicode MS", arial, helvetica, sans-serif;
	letter-spacing: 0.06em;
	font-size: 1.1em;
	padding-right: 25px;
}
#footer .smalltext {
	color: #555;
	text-decoration: none;
	letter-spacing: 0.07em;
	font-size: 0.8em;
	margin: 0em;
	padding: 0px 0px 0px 200px;
}
#footer a:hover {
	color: #FFFFFF;
}
#content table {
	margin-top: -10px;
}
