/*
Theme Name: Mondo Zen Theme
Theme URI: http://www.etrecos.com/themes/
Description: A green and white pastel tones, two-columns layout in a zen, simple, clean and minimalist theme to set peace of mind, relax and inspire.

Version: 1.5
Author: Catarina Yamamoto
Author URI: http://www.etrecos.com/
Tags: green, white, light, fixed-width, two-columns, right-sidebar

	Mondo Zen v1.5
	 http://www.etrecos.com/themes/

	This theme was designed and built by Catarina Yamamoto,
	whose website you will find at http://www.etrecos.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background:#fff url('images/site/top_gradian.gif') repeat-x scroll center top;
	color: #333;
	text-align: center;
	background-color:#fff;
	}

#page {
	/*background: url('images/zen_content_bg.png') repeat-y 0 0;*/

	text-align: left;
	}

#header {
	/*background: url('images/zen_title_bg.png') no-repeat 0 center !important;*/
    padding-left:25px;
	}

#header table td{ border:0;}
#content {
	font-size: 1.2em
    float:right; 
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .entry{width:680px;padding:30px 20px 20px; background: url('images/site/entry_bg.gif') left top repeat-x; margin:0 auto; text-align:left; overflow:hidden;} 

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

input[type=text],input[type=password]{
	border-color:#999999 #CCCCCC #CCCCCC #999999;
	border-style:solid;
	border-width:1px;
	height:14px;
	padding:2px;
}
#footer {
	background:none;
	border-top:1px dotted #ccc;
        padding:10px 0 0;
	color: #666;
	height:37px;
	}

small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-weight:normal;
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2, #subsidebar h2 {
    height:28px; line-height:28px;
    background:transparent url(images/site/block_cap.gif) left top no-repeat;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
    color:#333;
    text-align:center;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #736357 !important;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited,#subsidebar h2, #subsidebar h2 a, #subsidebar h2 a:visited, #sidebar h3, #sidebar h3 a, #sidebar h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #subsidebar h2,#wp-calendar caption, cite {
	text-decoration: none;
	}

.bigslidshow{margin:10px 0;}



.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
   
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Verdana, Arial, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li,#subsidebar ul ul li, #subsidebar ul ol li, .nocomments, blockquote, strike {
	color: #666;
	}
	
	
small, .postmetadata {
	color: #7f7f7f;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #9c6e40;
	text-decoration: none;
	}
#sidebar a,#subsidebar a, #footer a{
	color: #736357;
	/*background: none;*/
}

a:hover {
	text-decoration: underline;
	/*background-color:#f1f6ea;*/
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	color:#8aa760;
	font-weight:bold;
	}
	
#wp-calendar a:hover{background-color:#F1F6EA;}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page,.page_home {
	 
	margin: 0px auto;
	padding: 0;
	width:954px;
	top: 6px;
	position: relative;
	}

.page_home {overflow:hidden; zoom:1; margin:0 0 25px;} 
.box_narrow{width:250px; float:left; margin:0 12px 0 0;}
.box_wide{float:left; margin:0; padding:0; width:680px;}
.box_narrow h2, .box_wide h2{ margin:0; padding:0; font-size:14px; height:28px; line-height:28px; font-size:14px;}
.box_narrow h2{ background:url('images/site/block_cap_narrow.gif') 0 bottom no-repeat; padding-left:5px;}
.box_wide h2{height:28px; line-height:28px; background:url('images/site/block_cap_wide.gif') 0 bottom no-repeat; padding-left:5px;}
.box_narrow ul, .box_wide ul{list-style-type:none; margin:0; padding:10px 0; text-align:left;}
.box_narrow ul {background:url('images/site/block_wrap_narrow.gif') 0 bottom no-repeat;}
.box_narrow ul li{background:transparent url(images/site/zen_bullet.gif) no-repeat scroll 3px 1px;
padding-left:24px; margin:0 0 10px;}
.box_wide ul{width:680px; display:inline-block; background:url('images/site/block_wrap_wide.gif') 0 bottom no-repeat;}
.box_wide ul li{border-right:1px solid #ccc; width:186px; padding:0 15px; float:left; }
.box_wide ul li img{width:186px; height:92px;}
.box_wide ul li.last{border:0;}
.box_wide p{color:#425d2c;}


#header {
	margin: 0 auto;
	padding: 0;
	/*height: 178px;*/ 
        background:#222 url('images/evergreen_imgs/bg.gif');
	border-left:1px solid #444;
        border-right:1px solid #444;
	}
#header img{width:730px;}
#header table td{padding:5px 0 5px 5px;}
#header .quick_link{height:26px;  background:url('images/brown_gradian.gif') left bottom repeat-x; position:relative; width:100%; z-index:0;}
.quick_link #searchform{padding:0; position:absolute;right:5px; top:2px;}
.quick_link #searchform #s{background:#666666 none repeat scroll 0 0;  border:1px solid #FFFFFF; color:#fff; font-family:verdana,arial; font-size:10px; padding:3px 2px; width:108px;}



.quick_link ul{
	left:214px;
	position:absolute;
	background:url('images/seperate_line.gif') left center no-repeat;
	margin: 0;
	padding:0 0 0 15px;
	height:25px;
}

.quick_link ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	float:left;
	padding-top:4px;
    padding-right:13px;
}



#logo {float:left; position:relative; width:952px; height:95px; text-align:left;}
#logo h1 {padding:10px;text-align:left;}
#logo h1 a {font-size:34px; display:block; color:#FFD700 !important}
#logo h1 a:hover { color:#FFD700 !important}
#logo h2 {
text-align:left;
color:#D4AF37;
font-size:11px;
margin-top:2px;
padding:0 0 0 10px;
text-transform:uppercase;
}

#headerimg {
	margin: 0;
	height: 178px;
	width: 100%;
	}

.narrowcolumn {
	float: right;
	padding:0;
	margin: 0px 0 0;
	width: 732px;
	}

.narrowcolumn h2{text-align:left; margin:0; background:transparent url(images/site/page_titlebar.gif) no-repeat scroll left top; height:34px; padding:6px 0 0 15px; font-family:Verdana,Arial,Sans-Serif; font-size:1.4em; text-transform:uppercase; color:#030;}


.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	/*text-align:center;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	/*padding-top: 5px;*/
	font-size:0.9em;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	/*padding: 15px 0 0;
	margin: 0 5px;
	*/
	width: 952px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 38px;
	margin: 0;
	}

h2 {
	margin: 20px 0 2px;
	}

h2.pagetitle {
	/*margin-top: 30px;*/
	text-align: left;
}

#sidebar h2,#subsidebar h2 {
	margin: 5px 0 0;
	padding: 0;
         height:28px; line-height:28px;
        background:transparent url(images/site/block_cap.gif) left top no-repeat;
	}

h3 {
	padding: 0;
	margin: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ul {
	padding: 0 0 0 30px;
	margin: 0;
	}
.entry ol li, .entry ul li{
	margin: 0;
	padding: 0;
	}
.entry a{
	color: #0000ff;
	text-decoration: underline;
}
.entry a:hover{
	color: #0000ff;
	text-decoration: none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol,#subsidebar ul, #subsidebar ul ol  {
	margin: 0;
	padding: 0;
	}

#sidebar ul li ,#subsidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar ul li ul li,#subsidebar ul li ul li{
	padding-left:24px;
	background:url('images/site/zen_bullet.gif') no-repeat 3px 1px;
}

#sidebar ul p, #sidebar ul select,#subsidebar ul p, #subsidebar ul select {
	margin: 5px 3px 8px;
	}

#sidebar ul ul,#subsidebar ul ul{
	margin: 6px 0 10px 0;
        padding:0 0 10px;
        background:url('images/site/block_wrap.gif') 0 bottom no-repeat;
	}
	
#sidebar ul ol ,#subsidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol,#subsidebar ul ul ul, #subsidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li ,#subsidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li,#subsidebar ul ul li, #subsidebar ul ol li{
	margin: 8px 0 0;
	padding:0 10px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 5px;
	text-align: center;
	}

  #searchform #s {
	border:1px solid #ccc;
	font-family:verdana,arial;
	font-size:10px;
	padding:3px 2px;
	width:108px;
	color: #6a6a6a;
	}

  #searchsubmit {
	border:1px solid #999999;
	font-family:verdana, Arial;
	font-size:10px;
	padding:2px 1px;
	text-transform:uppercase;
	width:60px;
	color: #333;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar 
{
	padding:0;
	margin:0;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	height:20px;
	background-color: #f1f6ea;
	width: 180px;
	}
#subsidebar 
{
	padding:0;
	margin:0;
	width: 200px;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 155px;
	background-color:#F1F6EA;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Start vertical menu */
#nav{position:absolute;bottom:0; left:220px; }
#nav, #nav ul{ /* all lists */
	padding:1px;
	margin: 0 0 0 30px;
	list-style: none;
	float : left;
	display:block;  
        background:none; 
}
	
#nav li{ /* all list items */
	position : relative;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
       margin-right:10px;
         
	
}
	
#nav li ul{ /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 199px;
	margin-top : -2em;
    background:none;
    border:0;
    float:none;
    z-index:200000000;
}
#nav li ul li{ line-height:1.6em;  z-index:30000000;}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
   cursor:pointer;
border:0;
color:#030;
display:inline-block;
font-size:10px;
font-weight:bold;
letter-spacing:-0.05em;
padding:0;
text-decoration:none;
text-transform:uppercase;
font-size:12px;
}

#nav li a span {display:inline-block; height:30px; padding:4px 10px 0;}
	
#nav li a:hover, #nav li.current_page_item a{
	
	background:transparent url(images/site/menu.gif) right bottom no-repeat;
}

#nav li a:hover span, #nav li.current_page_item a span{color:#fff; background:transparent url(images/site/menu.gif) left top no-repeat;}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* End vertical menu */


/*img_switch css*/
.img_switch {width:100%; height:341px; margin-top:5px;}
.img_switch_content{width:100%; height:297px;}
.img_switch_bottom {width:100%; height:11px; background: url(images/img_switch_bottom_bg.gif); background-repeat: no-repeat;}
.img_switch_text {width:100%; height:30px;}
.number_nav { padding-left:5px; display:inline; text-align:left}
.number_nav ul{float:left; list-style:none; margin:0; padding:0;}
.number_nav ul li{float:left; margin-left:5px; width:25px; height:26px; line-height:26px; text-align:center; font-weight:bold; background: url(images/img_switch_nav.gif); cursor:pointer; }
#pic{overflow:hidden;}
.number_nav_bar{background: url(images/site/num_bar_bg.gif) 0 0 no-repeat; height:36px; }
.number_nav_bar #play{padding:0 0 4px;}

/* friend sites links */
.links ul{list-style-type:none; overflow:hidden; zoom:1;}
.links ul li{float:left; padding:0 10px 0 0;}
.links ul li a{display:block;}
.links ul li img{width:88px; height:31px;}

/*archive */
.archive{ text-align:left;}
.archive .post{text-align:left;border:3px solid #EFEFEF;padding:8px 0 8px 38px; background: url(images/site/news.gif) 8px 6px no-repeat;}
.archive h2{ margin:20px 0 20px; color:#360;}
.archive .post h3 a{color:#06c; }
.archive .post h3 a:hover{text-decoration:underline;}
.archive .post small{ padding:5px 0 0;}


/*member post*/
.member_post form{
text-align:left;
}

.column_list .wpcf7-list-item{
	width:230px; display:inline-block;
}

.k_gallery {margin:0; padding:0 0 10px;list-style-type:none; overflow:hidden; zoom:1; background: url(http://www.evergreenassociation.org/images/k-bg.gif) 0 bottom no-repeat;}
.k_gallery li { float:left;text-align:center;padding:0 0 0 11px}
.k_gallery li a{display:block;}
.k_gallery li img {border:1px solid #CC8844;padding:1px;}
 

.more-video{display:block; width:485px; height:35px; padding:20px 25px 0 0;  background: url(http://www.evergreenassociation.org/images/k-video.gif) 0 0 no-repeat; text-align:right;}
.k-videos{  margin:0 0 20px;}
.k-photo{background:url(http://www.evergreenassociation.org/images/k-photo.gif) 0 0 no-repeat; padding:50px 0 0 0;position:relative;width:100%;height:100%;}
.more-photo{position:absolute; left:440px; top:15px;}
.video-list a{position:relative;}
.video-list a span{position:absolute; width:29px; height:29px;background:url(http://www.evergreenassociation.org/images/play.png) 0 0 no-repeat; display:block; left:64px; top:44px;}
.video-list a:hover span{background:url(http://www.evergreenassociation.org/images/play-hover.png) 0 0 no-repeat; }
 
 