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

/***************************/
/* RESET MARGINS & PADDING */
/***************************/

html, body, div, span,
p, blockquote, pre, code,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, legend, label, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/**************/
/* TYPOGRAPHY */
/**************/

body {
  background: #3a8ecf url(../images/page_back.gif) 0 0 repeat-x;                             /* background & font color */
  font-family: Georgia, "Times New Roman", serif;  
  font-size: 75%;    /* 12px */
  font-weight: normal;
  line-height: 160%;    /* 19.2px */
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.75em;
  font-weight: normal;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
  font-weight: bold;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 0.8em;
  font-weight: bold;
}

/*****************/
/* DEFAULT LINKS */
/*****************/

a {
  color: #000e48;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

a:link,
a:visited {
  color: #000e48;
}  

a:hover,
a:active {
  text-decoration: underline;
}
a.nolink:hover {
	text-decoration:none;
}

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

html {
  color: #00051c;
}

#page {
  margin: 0;
  width: 100%;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}

/******************/
/* HEADER REGIONS */
/******************/

#header {
	background: url(../images/top_back.jpg) 0 0 no-repeat;
    margin: 0 auto;
	padding: 0;
	width: 1154px;
	height:131px;
	overflow:hidden;	
}
#logo {
	margin: 0 auto;
	padding: 0;
	width: 570px;
	height:131px;
}

/****************/
/* PRIMARY MENU */
/****************/

#primary-menu-wrapper {
	background: url(../images/top_back.jpg) 0 -131px no-repeat;
	margin: 0 auto;
	position: relative;
	width: 1154px;
	height:39px;
	z-index: 5;    /* fixes IE z-index bug */
}
#primary-menu {                                   /* menu layout */
  position: relative;
  width:1048px;
  margin: 0 auto;
  padding-top:8px;
  padding-left:18px;
}

#primary-menu #primary-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary-menu #primary-links li {
	position: relative;
	float:left;
}

#primary-menu #primary-links li.nav-sep {
	display:block;
	height:26px;
	width:14px;
	background:url(../images/nav_sep.gif) 50% 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-home {
	display:block;
	height:26px;
	width:42px;
	background:url(../images/nav_home.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-about {
	display:block;
	height:26px;
	width:113px;
	background:url(../images/nav_about.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-programs {
	display:block;
	height:26px;
	width:152px;
	background:url(../images/nav_shamanic_programs.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-workshops {
	display:block;
	height:26px;
	width:154px;
	background:url(../images/nav_workshops.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-events {
	display:block;
	height:26px;
	width:104px;
	background:url(../images/nav_special_events.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-individual {
	display:block;
	height:26px;
	width:138px;
	background:url(../images/nav_individual_sessions.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-products {
	display:block;
	height:26px;
	width:68px;
	background:url(../images/nav_products.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-resources {
	display:block;
	height:26px;
	width:73px;
	background:url(../images/nav_resources.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li a.nav-calendar {
	display:block;
	height:26px;
	width:75px;
	background:url(../images/nav_calendar.gif) 0 0 no-repeat;	
}

#primary-menu #primary-links li ul {
	position: absolute;
	left: 0;
	top: 20px;
	background: #fdd9c4;
	padding: 6px;
	border: 1px solid #dcb6b2;
	border-bottom: 0;
	display: none;
	text-transform:uppercase;
}

#primary-menu #primary-links li:hover ul, #primary-menu #primary-links li.over ul { 
	display: block; 
}

#primary-menu #primary-links li ul {
	list-style:none;
	margin-top:6px;
}

#primary-menu #primary-links li ul li a{
	display:block;
	padding:2px 0 2px 0;
}

/************************/
/*  MAIN AREA WRAPPER   */
/************************/

#main-wrapper {
	background:url(../images/frame_back_repeat.png) 0 0 repeat-y;
	margin: 0 auto;
	position: relative;
	width: 1154px;
	height:auto;
}

#main {
	margin: 0 auto;
	width: 1154px;
	background: url(../images/top_back.jpg) 50% -173px no-repeat;
}
#main-bottom {
	margin: 0 auto;
	width: 1154px;
	background:url(../images/frame_back_bottom.png) 0 0 no-repeat;  
	height:57px;
}

/*******************/
/* CONTENT REGIONS */
/*******************/

#content-top {
	float: left;    /* LTR */
	background:url(../images/content_main_back_top.gif) 0 0 no-repeat;  
	height:5px;
	width:803px;
	margin-left:52px;
}

#content-wrapper {
	float: left;    /* LTR */
	background:url(../images/content_main_back_repeat.gif) 0 0 repeat-y;
	width:803px;
	margin-left:52px;
}

#content {
	background:url(../images/content_main_back_bottom.gif) 0 100% no-repeat;
	height:auto;
	margin-bottom:-3px;
}

#content-inner {
	clear: left;
	padding:16px;
}

#content-inner table td {
	vertical-align:top;
}

#content-footer {
	float: left;    /* LTR */
	margin-left:52px;
	padding:6px 0 2px 0;
}

/*****************/
/* SIDE REGION */
/*****************/

#side-wrapper {
	float: left;    /* LTR */
	width:244px;
	margin-left:3px;
}
#side-top-wrapper {
	background:url(../images/left_1_back_repeat.gif) 0 0 repeat-y;
	padding-top:3px;
	padding-bottom:3px;
}
#side-top {
	background:url(../images/left_1_back_top.gif) 0 0 no-repeat;
	margin-top:-8px;
	padding:16px 16px 0 16px;
	height:auto;
}
#side-top-bottom {
	float: left;    /* LTR */
	width:244px;
	background:url(../images/left_1_back_bottom.gif) 0 0 no-repeat;
	height:5px;
}

#side-bottom-top {
	float: left;    /* LTR */
	width:244px;
	background:url(../images/left_2_back_top.gif) 0 0 no-repeat;
	height:5px;
	margin-top:1px;
}
#side-bottom-wrapper {
	background:url(../images/left_2_back_repeat.gif) 0 0 repeat-y;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
}
#side-bottom {
	background:url(../images/left_2_back_bottom.gif) 0 100% no-repeat;
	height:auto;
	margin-bottom:-8px;
	padding:8px 16px 16px 16px;
}

#upcoming-wrapper p{
	line-height:12pt;
	padding:8px 0 0 0;
	background:url(../images/left_sep_horz.gif) -2px 0 no-repeat;
}

#upcoming-wrapper p.upcoming-image{
	display:block;
	height:44px;
	width:100%;
	padding:0;
	background:url(../images/symbol_bird.png) 50% 0 no-repeat;
}

/*****************/
/* FOOTER REGION */
/*****************/

#footer-wrapper {
	background:url(../images/footer_repeat.gif) 50% 100% repeat-X;
	position: relative;
	width: 100%;
	margin-top:-80px;
}

#footer {
	margin: 0 auto;
	background:url(../images/pwb.png) 50% 100% no-repeat;  
	height:320px;
	width: 1154px;
	color:#FFF;
}

#footer ul {
	margin: 0 auto;
	width: 1050px;
	margin: 0 auto;
	list-style:none;
	padding-top:233px;
}

#footer ul li {
	float:left;	
}

#footer ul li a{
	color:#ffffff;	
}

#footer ul li.bottom-nav-sep {
	text-align:center;
	width:18px;
}

#footer ul li.bottom-nav-offset {
	display:block;
	width:190px;
}


/*********/
/* FORMS */
/*********/

form {
  margin: 0;
  padding: 0;
}

input.mail-list {                                      /* default styling for all text fields */
  font-family: Georgia, "Times New Roman", serif;
  color:#2f3154;
  background:#eacac6;
  border:#ce9e9b 1px solid;
  padding: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2spx;
  margin-top:8px;
}

input#mail-list-name {
	width:93px;
	margin-right:2px;
}

input#mail-list-email {
	width:93px;
}

input#mail-list-city {
	width:68px;
	margin-right:2px;
}

input#mail-list-state {
	width:34px;
	margin-right:2px;
}

input#mail-list-country {
	width:68px;
}

input#mail-list-submit {
	background:transparent;
	width:210px;
	text-transform:uppercase;
	cursor:pointer;
}

input#mail-list-submit:hover {
	background:#fddfc6;	
}

form.form-admin div{
	margin-top: 8px;
}

form.form-admin label{
	display: block;
	line-height: 1.4em;
}

form.form-admin input, form.form-admin select {                                      /* default styling for all text fields */
  font-family: Georgia, "Times New Roman", serif;
  color:#2f3154;
  padding: 6px;
}

form.form-admin input.admin_styled {                                      /* default styling for all text fields */
  background:#eacac6;
  border:#ce9e9b 1px solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2spx;
}

.form-error{
	background: #f8dbdb;
	border-color:#dd2017;
}

#admin_username, #admin_password {
	width:300px;
}

#admin_submit {
	cursor:pointer;
	width:100px;	
}

/******************/
/* HELPER CLASSES */
/******************/

.hide {
  display: none;
  visibility: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.imageleft {
  float: left;
  padding: 4px 8px 0 0;
}

.imageright {
	float: right;
	padding: 4px 0 0 8px;
}

.clear {
  clear: both;
}

.clearfix:after {                                 /* add .clearfix class to clear floats after an element */
  clear: both;                                    /* (IE version is in ie6-fixes.css) */
  content: "."; 
  display: block;
  font-size: 0;
  height: 0; 
  visibility: hidden;
}

span.hide-text {
	display:none;
}

body.mceContentBody {
	background: #FFF;
	font-family: Georgia, "Times New Roman", serif;
	font-size: .9em;
	color:#2f3154;
	padding:0 8px 0 8px;
}
#content-inner ul, body.mceContentBody ul {
	list-style: square;
	padding:8px 16px 8px 16px;
}
#content-inner ol, body.mceContentBody ol {
	list-style: decimal;
	padding:8px 16px 8px 16px;
}