/* ----------------------------------------------
	Meditation Initiative CSS Document
	Edited by Anoki 
	anoki.net
 ------------------------------------------------ */
 
/* Top Elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	font: 11px/175% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	text-align: center;
	border-top: 3px solid #F9F5B8;
		background: #fff url(images/medback1.jpg) center 40px no-repeat;

}

body.greenback{
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	text-align: center;
	border-top: 3px solid #F9F5B8;
		background: #fff url(images/medback2.jpg) center 40px no-repeat;

}

body.yellowback{
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	text-align: center;
	border-top: 3px solid #F9F5B8;
		background: #fff url(images/medback3.jpg) center 40px no-repeat;

}

body.newsback{
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	text-align: center;
	border-top: 3px solid #F9F5B8;
		background: #fff url(images/medback3.jpg) center 40px no-repeat;

}

body.darkback{
	font: 11px/165% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	text-align: center;
	border-top: 3px solid #F9F5B8;
		background: #fff url(images/medback4.jpg) center 40px no-repeat;

}

#biobody {
	font: 12px/175% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
	text-align: left;
		border-top: none;

		background: none;

}




/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #5BA237;
}

a.speciallink, a.speciallink:active, a.speciallink:link
a:visited {
	text-decoration: underline;
}
a:hover {
}

/* headers */
h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #555;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h2 {
	font-size: 190%;
	color: #895F30;
	padding: 20px 10px 5px 10px;
	margin: 0;
}


h3 {
	font-size: 170%;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;
	margin: 0;	
}

#workshoph3{
padding-left: 0px;
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

strong, em{
		color: #2A7098;

}

/* images */
img {
	
}

a img{
border: none !important;	
}
.float-right {
  	margin: 10px 0px 0px 10px;  
}
.float-left {
  	margin: 10px 15px 0px 10px;
}

.ruralpic{
	margin-bottom: 50px;
}

.ruralretreatpic {
  	float: left;
  	margin: 0px 0px 0px 0px;
  	padding: 10px;
}
.centerpic{
	margin: 0 auto;
	text-align: center;
}

.thumbs{
	text-align: center;
	letter-spacing: 4px;
}

#sidebar img.float-left {
  	margin: 0px 10px 0px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 30px;  
   border: 1px solid #ECF8FE;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.7em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color:#214F7C;	
background: #fff url(images/quoteback.jpg) center bottom repeat;

}

#workshopbox{
background: #fff url(images/longback.jpg) center top repeat-x;
	   border: 1px solid #ccc;
 	padding: 10px 10px 10px 30px;  
	margin: 15px 10px;

}



/* form elements */
form {
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}
textarea {
	width: 400px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
 textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;

}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 12px 0 15px 8px;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/*------------------------------------------
   LAYOUT
-------------------------------------------*/ 
#wrap-out {
	position: relative;
	width: 1000px;	
	margin: 0 auto;
	text-align: left;	
	
}


#wrap {
	width: 1000px;	
	margin: 0 auto;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 1000px;	
	padding: 0; 		
	margin-left: 5px;	
	display: inline;	
			
}


#header {
	width: 1000px;	
	height: 180px;	
	padding: 0;	
	margin: 0 auto;
	float: left;
}

/*  Navigation  */
#topnav {
	margin: 15px 0 0 0; padding: 0;		
	height: 35px;
text-align: right;
}
#topnav ul {
	float: left;
	list-style: none;
	width: 1000px;		
	height: 35px;
	margin: 0;	padding: 0;	
	display: inline;
}
#topnav ul li {
	display: inline;
	margin: 0; padding: 0 0 0 30px;
}
#topnav ul li a {
	margin: 0;	padding: 0 px 0 35px;
	font: normal 16px/35px Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 0px;
	color: #27A2C6;
}
#topnav ul li a:hover, 
#topnav ul li a:active {
	color: #5BA237;
	background: none;
	border: none;
}
#topnav ul li#current a {	
	color: #338DBF;	
}

#nav {
	margin: 65px 0 0 0; padding: 0;		
	height: 35px;
	text-align: right;
}
#nav ul {
	float: left;
	list-style: none;
	width: 1000px;		
	height: 35px;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	margin: 0;	padding: 0 0px 0 30px;
	font: normal 20px/35px Georgia, serif;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #2C4F79;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #5BA237;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #338DBF;	
}



/* Main Column */
#main {
	float: left;
	width: 590px;
	padding: 0 0 0 10px; margin: 15px 0 0 0;
	display: inline;
	font-size: 1.3em;	
	line-height: 1.9em;	
	clear: both;

}



#main h2 {
	padding-bottom: 3px;
	margin-top: 0px;
	font: normal 2.1em Georgia, "Times New Roman", Times, serif;
	color: #13832D;
	letter-spacing: -1px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	
}

h2 strong {
	color: #a4b30d;
}
#main h2 a {
	color: #13832D;
	text-decoration: none;	
	background: none; border: none;
}

#main h3{
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #2C4F79;	
	letter-spacing: -.5px;	
}

#main h4{
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #2C4F79;	
	margin-top: 25px;
}


#main ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

#twocolumn{
	width: 590px;
	margin-left: 0px;
}

.twocolumnleft{
	width: 340px;
}

.twocolumnright{
float: right;	
	width: 240px;
	margin-top: -30px;
}


.boardlist li{
	list-style-type: none !important;
}




.learnlink{
	text-align: right;
	margin-bottom: 0px;
	font: bold italic .9em Georgia, "Times New Roman", Times, serif;
}

.learnlink a{
color: #27A2C6;	
}
.learnlink a:hover{
	color: #5BA237;
}

#movieleft{
	float: left;
margin-right: 35px;
margin-bottom: 10px;}

#movieright{
	float: right;
margin-left: 15px;
margin-right: 0px;}


#actionbox{
	width: 625px;
	height: 95px;
	padding: 8px 10px 10px 10px;
	margin-top: 35px;
		background: transparent url(images/activityBarBack.jpg) no-repeat top center;

}

#actionbox span{
	color: #777;
}

#actionbox a:hover{
		color: #5BA237;

}

.actionright{
	width: 170px;
	float: right;
	padding-left: 15px;
	padding-right: 15px
}

.actioncenter{
	width: 200px;
	float: left;
		padding-left: 25px;

}

.actionleft{
	width: 180px;
	float: left;
		padding-left: 15px;

}
	
	
.actionhead{
	font: italic 1.5em Georgia, "Times New Roman", Times, serif;
	color: #2C4F79;
	border-bottom: 1px solid #13832D;
	padding-bottom: 3px;
	margin-bottom: 2px;
}

#donatebox{
	
	width: 520px;
	border-top: 1px solid #27A2C6;
	border-bottom: 1px solid #27A2C6;
	padding: 10px 15px;
		font: italic 1.4em Georgia, "Times New Roman", Times, serif;
background-color: #EAF4ED;
margin: 13px 0 13px 10px;

}

.donatelink{
float: right;	
}
.donatelink a{

}

.donatelink a:hover{
			
}

#donatebox strong{
font-size: 110%;	
}

#partnersbox{
	text-align: center;
	letter-spacing: 10px;
	line-height: 60px;
}

#placeslist ul{
	list-style-type: none;
	text-align: center;
	margin-top: 30px;
}

#placeslist ul li{
	padding-bottom: 45px;
	list-style-type: none;
	line-height: 1.4em;

} 




/* Sidebar */	
#sidebar {
	float: right;
	clear: none;
	width: 260px;
	padding: 0 35px 0 50px; margin: 0px 0px 0 0;		
	display: inline;	

}	

#sidebar p{
	font-size: 110%;
	line-height: 1.6em;
}

#sidebar h3 {
	margin-top: 0px;
	padding: 45px 5px 3px 10px; 
	font: normal 1.9em Georgia, serif;	
	color: #2C4F79;	
	letter-spacing: 0px;	
	border-bottom: 1px solid #fff; 
	padding-bottom: 10px;
}

#sidebar h3.top {
	margin-top: 0px;
	padding: 0px 0px 3px 0px; 
	font: bold 2em Georgia, serif;	
	color: #5BA86F;	
	letter-spacing: 0px;	
	border-bottom: 1px solid #fff; 
	padding-bottom: 10px;
}


#sidebar h3 a{
		color: #2C4F79;	

}

#sidebar #newtomedblock{
		background: url(images/medblockback.jpg) repeat-x left top;
padding: 15px 15px 0px 15px;
	
}

.greenback #sidebar #newtomedblock{
		background: url(images/medblockback2.jpg) repeat-x left top;
padding: 15px 15px 0px 15px;
	
}

.newsback #sidebar #newtomedblock{
		background: #CEE9DA url(images/medblockback2.jpg) repeat-x left top;
padding: 15px 15px 0px 15px;
border-top: 2px solid #5BA86F;	
border-bottom: 2px solid #5BA86F;	

	
}

.yellowback #sidebar #newtomedblock{
		background: url(images/medblockback3.jpg) repeat-x left top;
padding: 15px 15px 0px 15px;
	
}

.darkback #sidebar #newtomedblock{
		background: url(images/medblockback4.jpg) repeat-x left top;
padding: 15px 15px 0px 15px;
	
}


#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;
	text-decoration: none;		
	background: url(images/dots.gif) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 8px 10px;
	margin: 0;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #338DBF; 	
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul.sidemenu li a span {
	color: #989898;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: .8em;
}
#sidebar ul.sidemenu li a:hover {	
	color: #555;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

p#testimonial {
	margin-top: 15px;
	font: italic 150% Georgia, serif;
	text-align: center;
}

#sidebar #testimonial {
	margin-top: 15px;
	font: italic 150%/1.5em Georgia, serif;
	text-align: left;
	text-indent: -5px;
	margin-left: 5px;
}

.newsback #sidebar ul{
	list-style-type: disc;
	padding-left: 18px;
	margin-left: 0px;
	padding-bottom: 20px;
	width: 200px;
	padding-top: 10px;
}

.newsback #sidebar ul li{
	font: italic 135%/140% Georgia, Serif;
margin-bottom: 15px;
color: #2C4F79;
}

.feedbox{
	margin: 15px 10px;
 	padding: 10px 10px 0px 30px;  
   border: 1px solid #ECF8FE;
background: #fff url(images/quoteback.jpg) center bottom repeat;
}
.sidebyline{
		font: italic 100% Georgia, serif;
		text-align: right;
		color: #2C4F79;
		margin:0 0 20px 0;
}

#beautyblock {
	padding: 10px 7px;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 275px;
		font-size: 110%;
		line-height: 150%;
		font-weight: normal;
	background: #A3D6FB url(images/beautyback1.jpg) no-repeat bottom right;
	color: #2A7098;
	border-top: 1px solid #3E9AD8;
	border-bottom: 1px solid #3E9AD8;
}

a#meditationlink{
	background: url(images/sidebuttonback.jpg) repeat-x top right;
	color: #fff;
		font: bold italic 1em Georgia, "Times New Roman", Times, serif;
padding: 2px 6px 3px 6px;
margin-top: 10px;
margin-left: 100px;
}

a#meditationlink:hover{
	background: url(images/sidebuttonback.jpg) repeat-x bottom right;

}

a#newmeditationlink{
	background: url(images/sidebuttonback.jpg) repeat-x top right;
	color: #fff;
		font: bold italic 1em Georgia, "Times New Roman", Times, serif;
padding: 2px 6px 3px 6px;
margin-top: 10px;
margin-left: 120px;
}

a#newmeditationlink:hover{
	background: url(images/sidebuttonback.jpg) repeat-x bottom right;

}

a#donatelink{
	background-color: #3E9AD8;
	color: #fff;
		font: bold 1em Georgia, "Times New Roman", Times, serif;
padding: 2px 6px 3px 6px;
margin-top: 0px;
margin-left: 190px;
}

a#donatelink:hover{
	background-color: #5BA237;

}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 0px 0 0em 0;
	margin-top: 30px;
	font: normal 1.1em/1.4em 'Trebuchet MS', Tahoma, sans-serif;	
	color: #777;
	width: 1000px;
	float: left;		
	background: #fff url(images/footerback.jpg) repeat-x top right;

}

#footer-wrap strong{
	color: #777;
}


#footlinks{
		padding-top:10px;
		font: normal 14px/35px Arial, sans-serif;
	text-decoration: none;	
	color: #27A2C6;
	text-align: right;
}

#footlinks a{
		color: #27A2C6;
}

#footlinks a:hover{
	color: #5BA237;
}


#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;	
}

#footer-copyright{
	margin-bottom: 4px;
	text-align: right;
}




/* thumbnails */
p.thumbs{ padding: 12px 0 0 10px; }


.thumbs img { 
	position: relative;
	border: 1px solid #ebebeb;
	background: none;
	padding: 4px;
	margin: 5px;
	/* margin: 4px 7px 4px 4px; */	
}
.thumbs img:hover	{
	border: 1px solid #c5c5c5; 
	background: none;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

#main h3 a{
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #3E9AD8;	
	letter-spacing: -.5px;	
}

