/* CSS Document */

/*global styles*/

body {
	font-size: 100%;
	background: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #9d7653;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #9d7653;
}
a img {
	border: none;
}
a.mailto {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #568200;
	text-decoration: underline;
	font-size: 12px;
}

a.mailto:hover {
	color: #9d7653;
	text-decoration: none;
}
p {
	font-size: .8em;
	line-height: 1.3em;
	color: #333;
}
h2.pageTitle{
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	color: #9D7653;
	font-size: 2em;
	margin-top: 25px;
	margin-bottom: 30px;
}
#mainContent h3.green {
	color: #568200;
	font-weight: bold;
	margin-bottom: 5px;
}
#mainContent h3.maroon {
	color: #568200;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
	border-bottom: 2px solid #664444;
}
#mainContent h3.blue {
	color: #568200;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
	border-bottom: 2px solid #acafd9;
}
#mainContent h3.ltgreen {
	color: #568200;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
	border-bottom: 2px solid #c1dcae;
}
#mainContent h3.yellow {
	color: #568200;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
	border-bottom: 2px solid #f2ef9b;
}
#mainContent h3.white {
	color: #fff;
	background: #adc59c;
	padding: 10px 0 10px 5px;
	font-weight: bold;
	border-top: 1px solid #9d7653;
	border-bottom: 1px solid #9d7653;
	margin-bottom: 20px;
}


hr.under {
	margin: 0px 0 10px 0;
	color: #adc59c;	
}
#calevents {
	position: relative;
	width: 100%;
}
#calevents h2.pageTitle {
	float: left;
	width: 390px;
}
#legend li {
	margin-bottom: 3px;
}


/*general classes*/

.center {
    text-align: center;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.clear {
    clear: both;
}
.logoGreen {
	color: #adc59c;
}
.greenText {
	color: #568200;
}
.greenLg {
	color: #568200;
	font-size: 1.0em;	
}
.brownText {
	color: #9d7653;
}
.smText {
	font-size: .65em;
}
.smText2 {
	font-size: 0.75em;
}
.indent {
	margin-left: 50px;
}

/*master page styles*/

#wrapper {
	background: #ffffff;
	text-align: left;
	width: 1000px;	
	position: relative;
	margin: 0 0 0 10px;
	float: left;
}

/*header styles*/

#header {
	height: 115px;
	position: relative;
}
#header img {
	margin-top: 32px;
}

/*nav styles*/

#nav {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 1000px;
	background: #9d7653 url(../assets/art/navbar_gradient.gif) repeat-x;
	height: 40px;
}
#nav li {
	display: inline;
	list-style: none;
	color: #ffffff;
	padding: 0 6px;
	border-right: 2px solid #c1dcae;
}
#nav li.lastItem {
	border-right: none;
}
#nav ul {
	margin-left: 120px;
	margin-top: 10px;
}
#nav a:link, #nav a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
#nav a:hover, #nav a:active {
	text-decoration: underline;
	font-weight: bold;
}
#nav a.current {
	color: #876340;
	text-decoration: none;
}
#container {
	background: #ffffff;
	width: 1000px;
	float: left;
}

/*mainContent styles*/

#mainContent {
	margin-left: 120px;
	position: absolute;
	top: 155px;
	width: 775px;
	background: #ffffff;
}
#mainContent h2 {
	font-family: Helvetica, Arial, sans-serif;
	color: #9d7653;
	text-align:left;
	font-size: 24px;
}
#mainContent h2.confirm {
	margin-bottom: 20px;
}
#mainContent p {
	margin-bottom: 10px;
}
#mainContent p.quote {
	margin: 10px 0;
	font-size: 0.7em;
}
#mainContent ul {
	list-style: circle outside;
	margin-left: 30px;
	margin-bottom: 20px;
}
#mainContent li.indent2{
	line-height: 1.25em;
	font-size: .8em;
	padding-left: 10px;
	margin-bottom: 5px;
}
#mainContent #legend {
	font: 0.75em Arial, Helvetica, sans-serif;
	list-style: none;
	float: right;
	width: 100px;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #9d7653;
	border: 1px solid #dec5a5;
}
#legend li img {
	margin-right: 5px;
}

#mainContent #event_right {
	/*position: absolute;
	left: 400px;
	height: 230px;*/
	float: left;	
	width: 375px;
	padding-left: 20px;
}
#mainContent #main {
	position: absolute;
	width: 100%;
	top: 0px;
}
#mainContent #event_left {
	width: 350px;
	/*position: absolute;
	left: 0px;
	height: 230px;*/
	border-right: 1px dotted #bc945b;
	padding-right: 20px;
	float: left;
	margin-bottom: 15px;
}
#groups hr {
	color: #9d7653;
	margin-top: 15px;
	margin-bottom: 15px;
}

#mainContent h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
#mainContent h4 {
	margin: 15px 0 5px 0;
	font-size: 14px;
}
 
#mainContent .calendar {
	margin: 20px 0 50px 0;
}
.paypal {
	font-size: .7em;
	padding-bottom: 5px;
	color: #333;
}

#groups .groupinfo {
	color: #568200;
	font-size: 0.85em;
	margin-bottom: 15px;
	line-height: 1.4em;
	margin-top: 10px;
}
#groups ul {
	margin-left: 40px;
	margin-top: 10px;
	list-style: circle outside;
}
#groups ul li {
	font-size: 0.8em;
	margin-bottom: 8px;
	line-height: 1.35em;
	color: #333;
}
#groups ul.bottomlinks li {
	font-size: 0.75em;
	margin-bottom: 0;
}
#mainContent .announce {
	background: #adc59c;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #e8edcc;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/*Teachers bios styles*/

#bios dl {
	display: inline;
	margin: 10px 20px 20px 0;
	float: left;
	width: 700px;
	position: relative;
}

#bios dt {
	text-transform: uppercase;
	color: #9d7653;
    padding: 8px 0px;
	font-size: .85em;
	font-weight: bold;
	float: right;
	width: 560px;
}
#bios dd.bio_text {
	margin: 0;
	padding: 0;
	font-size: .75em;
	color: #333;
	clear: right;
	line-height: 1.25em;
}
#bios dd img {
    margin: 0 20px 20px 0;  
    float: left;
	
}
#bios hr {
     clear: both;
     margin: 10px 0;
     color: #9d7653;
     width: 700px;
}
#bios a.back {
	color: #adc59c;
	font-size: .75em;
	text-decoration: underline;
	position: absolute;
	bottom: 0px;
	width: 60px;
}
#bios .tchrTitle {
	font-weight: normal;
	font-style: italic;
	font-size: .9em;
	text-transform: capitalize;
	color: #bc945b;
}

#mainContent ul.nobulletList {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 30px;
}
#mainContent .nobulletList li {
	margin-bottom: 5px;
	font-size: .85em;
	margin-left: 15px;
}

/*retreat page styles*/


#mainContent.Khandroling ul {
	font-size: 0.75em;
	list-style: circle;
	color: #333;
	
}
#mainContent.Khandroling li {
	margin-bottom: 8px;
}
#mainContent.Khandroling h4 {
	
}
#retLeft {
	width: 350px;
	padding-right: 37px;
	float: left;
}
#retRight {
	width: 350px;
	float: left;
	padding-left: 38px;
}
#mainContent h3.retLast {
	margin-top: 40px;
}
#retLeft a img {
	text-decoration: none;
}
.wild_event {
	margin-left: 25px;
	font-size: 0.85em;
}

/*gallery page styles*/

#mainContent.gallery table {
	width: 692px;
	margin: 0 0 25px 45px;
}
#mainContent.gallery table.cr {
	width: 740px;
	margin: 0;
}
#mainContent.gallery table td {
	width: 171px;
	height: 130px;
}
#mainContent.gallery table.cr td {
	padding-right: 10px;
	width: 180px;
	height: 140px;
}
#mainContent.gallery table img {
	border: solid 1px #bbbdbf;
}
#mainContent.gallery h2 {
	margin-bottom: 0;
}
#mainContent.gallery p {
	margin-bottom: 20px;
}


/*form-membership page styles*/


#leftCol form {
	width: 350px;
	position: relative;
	line-height: 1.75em;
	text-align: right;
}
#leftCol form p {
	font-size: 1em;
}
#leftCol form label {
	font-size: 0.75em;
	color: #9d7653;
}
#leftCol form label.comments {
	margin-right: 215px;
}
#leftCol form input {
	margin-left: 10px;
	width: 200px;
}
#leftCol form input.sign {
	width: 100px;
	margin: 10px 220px 10px 0;
}
#mainContent input.text:focus,
#mainContent textarea:focus {
		background: #f1d6b3;
}
#mainContent #columns {
	position: relative;
	margin-top: 25px;
}
#columns #leftCol {
	float: left;
	width: 372px;
	padding: 0 15px 0 0;
}
#columns #rightCol {
	float: right;
	width: 373px;
	padding: 0 0 0 15px;
}
#rightCol table {
	margin-bottom: 20px;
}
#rightCol table tr {
	margin-bottom: 5px;
}
#rightCol table td {
	vertical-align: bottom;
}
#rightCol table td.button {
	width: 150px;
}
#mainContent #rightCol p.smText {
	font-size: .65em;
	font-style: italic;
	color: #666;
}
#mainContent #rightCol hr.gray {
	color: #CCC;
}
#groups {
	position: relative;
}
#instructions {
	font-size: 1em;
	margin: 15px 0;
}
#instructions ul li {
	font-size: .75em;
	color: #568200;
	margin-bottom: 3px;
}
#instructions ol li {
	font-size: .9em;
	color: #333;
}
#instructions p {
	font-size: 0.75em;
}
#mainContent a.link {
	font-size: 0.75em;
}
#mainContent ul.audio {
	font-size: 0.65em;
}
#mainContent ul.audio li {
	margin-bottom: 5px;
	color: #333;
}
#mainContent ul.audio a {
	font-size: 1.15em;}
	
#donate {
	margin: 0 0 100px 0;
	clear: both;
	padding-top: 20px;
}
#donate table {
	margin-top: 20px;
}
#donate table p {
	margin: 0;
}
#donate td {
	vertical-align: bottom;
	text-align: center;
}
#donate td.spacer {
	width: 50px;
}


/*Margha access key form*/

form.access {
	margin-bottom: 25px;
}
form.access label {
	font-size: 0.75em;
}

form.access input {
	margin: 15px 0 5px 0;
}
p.stories {
	line-height: 1.5em;
}
li .smlText {
	font-size: 0.75em;
}
form table tr td {
	font-size: .80em;
	font-weight: normal;
	color: #333;
	padding-bottom: 8px;
}
#reg {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px dashed #9d7653;
}

/*self-clear floats*/

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*step indicator*/

.steps {
	border-bottom: thin solid #9D7653;
	margin: 0px 0px 15px 0px;
}

.back {
	padding-right:30px;
}

.stepbody {
	height:100px;
}
.clear {
	clear: both;
}

