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

body  {
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.twoColHybLtHdr #container { 
	width: 1000px;  /* this will create a container 80% of the browser width */
	background:#22232F;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right:5px solid #444444;
} 

img {
	border:none;
}

p {
	font-family:Tahoma, Verdana, Helvetica, Arial;
	font-size:14px;
}

a {
	color:#FC0;
	text-decoration:none;
}
/* -------------- Header --------------- */

.twoColHybLtHdr #header { 
	background:#713938 none repeat scroll 0 0;
	color:#BBAAAA; 
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:150px;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo{
	height:150px;
}
#lightlingo{
	height:150px;
	width:350px;
}
#concept{
	height:150px;
	width:398px;
}

/* -------------- Left Menu --------------- */

.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 250px; /* since this element is floated, a width must be given */
	background:#22232F; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#mmenu{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	margin:0px;
	padding:0px;
}

#mmenu dt{
	cursor: pointer;
	height:30px;
	width:250px;
	list-style-type: none;
	line-height:30px;
}

#mmenu dt a, .linksubmenu li a{
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	vertical-align:middle;
	text-align:left;
	padding-left:5px;
	height:30px;
}

 .linksubmenu li a.dbl{
	height:45px;
 }

#mmenu dt a:hover{
	color:#CCC;
}

#home{
	background:url(images/m_home.jpg) no-repeat;
}

#bio{
	background:url(images/m_bio.jpg) no-repeat;
}

#writings{
	background:url(images/m_writings.jpg) no-repeat;
}

#schoolprogs{
	background:url(images/m_schoolprogs.jpg) no-repeat;
}

#corpprogs{
	background:url(images/m_corpprogs.jpg) no-repeat;
}

#retreats{
	background:url(images/m_retreats.jpg) no-repeat;
}

#readings{
	background:url(images/m_readings.jpg) no-repeat;
}

#gallery2, #a2{
	background:url(images/m_gallery.jpg) no-repeat;
}

#links{
	background:url(images/m_links.jpg) no-repeat;
}

#contacts{
	background:url(images/m_contacts.jpg) no-repeat;
}

#workshops{
	background:url(images/m_workshops.jpg) no-repeat;
}

#home:hover{
	background:url(images/m_home_h.jpg) no-repeat;
}

#bio:hover{
	background:url(images/m_bio_h.jpg) no-repeat;
}

#writings:hover{
	background:url(images/m_writings_h.jpg) no-repeat;
}

#schoolprogs:hover{
	background:url(images/m_schoolprogs_h.jpg) no-repeat;
}

#corpprogs:hover{
	background:url(images/m_corpprogs_h.jpg) no-repeat;
}

#retreats:hover{
	background:url(images/m_retreats_h.jpg) no-repeat;
}

#readings:hover{
	background:url(images/m_readings_h.jpg) no-repeat;
}

#gallery2:hover, #a2:hover{
	background:url(images/m_gallery_h.jpg) no-repeat;
}

#links:hover{
	background:url(images/m_links_h.jpg) no-repeat;
}

#contacts:hover{
	background:url(images/m_contacts_h.jpg) no-repeat;
}

#workshops:hover{
	background:url(images/m_workshops_h.jpg) no-repeat;
}


.linksubmenu{
	display:block;
	width:210px;
	list-style-type: none;
	line-height:30px;
	text-indent:0px;
	margin-left:0px;
	padding-left:0px;
}

.linksubmenu li a,  .linksubmenu li a.dbl{
	padding-left:5px;
}
.linksubmenu li a:hover,  .linksubmenu li a.dbl:hover{
	display:block;
	color:#CCC;
}

#childlight{
	background:url(images/sm_childlight.jpg) no-repeat;
}

#bugs_beasts_and_birds{
	background:url(images/sm_bugs_beasts_and_birds.jpg) no-repeat;
}

#earth_de-light{
	background:url(images/sm_earth_de-light.jpg) no-repeat;
}

#liquid_light_underwater{
	background:url(images/sm_liquid_light_underwater.jpg) no-repeat;
}

#mystic_light{
	background:url(images/sm_mystic_light.jpg) no-repeat;
}

#multi-dimentioanl_light-body_accellerators{
	background:url(images/sm_multi-dimentioanl_light-body_accellerators.jpg) no-repeat;
}

#childlight:hover{
	background:url(images/sm_childlight_h.jpg) no-repeat;
}

#bugs_beasts_and_birds:hover{
	background:url(images/sm_bugs_beasts_and_birds_h.jpg) no-repeat;
}

#earth_de-light:hover{
	background:url(images/sm_earth_de-light_h.jpg) no-repeat;
}

#liquid_light_underwater:hover{
	background:url(images/sm_liquid_light_underwater_h.jpg) no-repeat;
}

#mystic_light:hover{
	background:url(images/sm_mystic_light_h.jpg) no-repeat;
}

#multi-dimentioanl_light-body_accellerators:hover{
	background:url(images/sm_multi-dimentioanl_light-body_accellerators_h.jpg) no-repeat;
}

/* -------------- Main Content --------------- */

.twoColHybLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background:#22232F none repeat scroll 0 0;
	color:#BBAAAA;
	padding: 5px 10px 10px 10px;
	border-right:#003 solid;
	border-right-width:0.01em;
} 

#flash_slideshow{
	font-size:14px;
	margin: 10px 0;
}

/* -------------- Bio --------------- */

.biopic {
	width:100px;
}

/* -------------- School Programs --------------- */

td.lhalve, td.rhalve {
	text-align: center;
	width: 380px;
	vertical-align:top;
}

td.lhalve {
	padding: 30px;
	text-align: left;
}

td.rhalve {
	background-color:#000;
	border:thin #FFF outset;
	width: 220px;
}

#whirlies, #whirldesc, #whirlkids {
	width: 220px;
	padding: 10px;
}

#whirldesc {
	font: 16px bold Impact, Tahoma, Geneva, sans-serif;
	letter-spacing: -1;
	color:#FFF;
	line-height:10px;
}

#whirldesc h2{
	line-height:25px;
	margin:0;
}

/* -------------- School Programs --------------- */

td.leftretreat {
	text-align: left;
}

td.rightretreat {
	width: 220px;
	text-align: center;
}




/* -------------- Corporate Programs --------------- */

.leftbio {
	background-color:#343649;
	text-align:left;
	padding:5px;
	width:210px;
	vertical-align:top;
}

.bioimgdiv {
	text-align:left;
	width:300px;
}

.bioimg{
	width:300px;
}

.rightbio {
	background-color:#343649;
	text-align:left;
	padding:5px;
	width:210px;
	vertical-align:top;
}

/* -------------- Wholistic  Retreats --------------- */

.contactinfo {
	border:#fff thick outset;
	background-color:#C33;
	text-align:center;
	padding:5px;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	color:#000;
}

/* -------------- Contacts --------------- */

.email {
	text-align:left;
	width:430px;
}

.confirm, .error {
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}
.confirm {
	color:#0F0;
}

.error {
	color:#F00;
}
/* -------------- Links --------------- */

.links{
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#BBAAAA;
	list-style-type: none;
}

.links a{
	color:#0CF;
}

/* -------------- Footer --------------- */

.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	text-align:center;
} 
.twoColHybLtHdr #footer p, #footsub p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
	color:#999;

}

.twoColHybLtHdr #footer a, #footsub p a{
	color:#FFF;
}

#footsub{
	width:1000px;
	text-align:center;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
 

