@charset "utf-8";

@import url('c-css.php');

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #95846D;
	margin: 0; 
	padding: 0;
	color: #000;
}

.clear {
	clear: both;
}

#container {	
	width: 90%;
	max-width: 820px;;
	background: #95846D;
	margin: 10px auto 10px auto; 
	text-align: left;
	-moz-box-shadow: 0 0 12px #333;
	-webkit-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
	[if lt IE 9] filter: progid:DXImageTransform.Microsoft.Shadow(color=#5A687A,direction=90,strength=8)
			progid:DXImageTransform.Microsoft.Shadow(color=#5A687A,direction=180,strength=6)
    	    progid:DXImageTransform.Microsoft.Shadow(color=#5A687A,direction=270,strength=8);
}

@font-face {
    font-family: 'MuseoSans500';
    src: url('museosans_500-webfont.eot');
    src: url('museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('museosans_500-webfont.woff') format('woff'),
         url('museosans_500-webfont.ttf') format('truetype'),
         url('museosans_500-webfont.svg#MuseoSans500') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header {
	font-family: "MuseoSans500", Arial, sans-serif; 
	padding: 0;
	background: url(../images/zafus3.jpg) #FFF top right no-repeat;
	background-size: 75%;
}

#header h1 {
	position: absolute;
	color: #FFF;
	top: -500px;
}

#header h2 {
	float: right;
	color: #333;
	font-size: 95%;
	padding: 0 20px 20px 0;
	[if IE] margin-top: 10px;
}

.logo {
	width: 18%;
	background-color: #FFF;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 10px;
}

/*Begin Suckerfish dropdown with js backup*/

.nav {
	float: left;
	width: 100%;
	position: relative;	
	background-color: #333;
	padding: 0;
	[if lt IE 8] margin-left: 8px;
	margin-bottom: 20px;
}

.menu, ul.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	position: relative;
	left: 50%;
}

ul.menu li {
	float: left;
	background-color: #333;
	position: relative;
	right: 50%;
}

ul.menu li ul {
	position: absolute;
	left: -999em;	
}

.menu li:hover ul {
	left: 67px;
}

ul.menu a {
	display: block;
	color: #E8E8E8;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	padding: 0.3em 1.1em;
	border-left: 1px solid #EBEBEB;
	transition: all 0.4s ease 0s;
}

ul.menu li li a {
	border-left: #EBEBEB;
	font-weight: normal;
	text-align: left;
	border-top: 1px dashed #EBEBEB;
	width: 100px;
}

ul.menu li:first-child a {
	border-left: 0;
}

ul.menu ul a {
	background-color: #333 !important;
}

ul.menu a:hover, ul.menu a:active {
	background-color: #5C785C !important;
	color: #EBEBEB !important;
}

ul.menu ul a:hover, ul.menu ul a:active {
	background-color: #5C785C !important;
	color: #FFF !important;
	cursor: pointer !important;
}

#zen .nav .zen a,
#zazen .nav .zazen a,
#history .nav .history a,
#dojo .nav .dojo a,
#schedule .nav .schedule a,
#resources .nav .resources a,
#aboutus .nav .aboutus a,
#contact .nav .contact a { background-color: #5C785C; }
#contactPage .nav .contact a { background-color: #5C785C; }

/*End Suckerfish*/

#sidebar {
	display: block;
	float: left;
	width: 150px; 
	padding: 0;
	margin-bottom: 25px;
}

ul.nav-side {
	margin: 0;
	padding: 0;
	font-size: 75%;
	list-style-type: none;
	width: 95%;	
}

ul.nav-side a {
	display: block;
	color: #5C5C5C;
	text-decoration: none;
	font-weight: bold;
	background-color: #CECECE;
	margin-bottom: 5px;
	padding: 0.4em 0.8em;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 12px 12px 0;
	transition: all 0.4s ease 0s;
}

ul.nav-side li.donate a { color: #f4f4f4 ; background-color: #5d785d }
}
ul.nav-side a:hover, a:active {
	background-color: #CAC2B6 !important;
	color: #333 !important;
}

#home .nav-side .home a,
#zen .nav-side .zen a,
#history .nav-side .history a,
#dojo .nav-side .dojo a,
#schedule .nav-side .schedule a,
#resources .nav-side .resources a,
#aboutus .nav-side .aboutus a,
#contact .nav-side .contact a {
	background-color: #CAC2B6;
	color: #333;
	cursor: default;
}
#contactPage .nav-side .contact a {
	background-color: #CAC2B6;
	color: #333;
	cursor: default;
}

#zazen .nav-side .zazen a {
	background-color: #CAC2B6;
	color: #333;
}

ul.nav-side-sec {
	margin-left: 4px !important;
	padding: 0;
	font-size: 80%;
	list-style-type: none;
}

ul.nav-side-sec a {
	text-transform: none;
	background-color: #CED6CE !important;
	font-weight: normal;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 0 9px 9px 0;
}

ul.nav-side-sec a:hover, a:active {
	background-color: #AEBCAE !important;
	color: #333;
}

.nav-side-sec .active a {
	background-color: #AEBCAE !important;
	color: #333;
	cursor: default;
}

#mainContent {
	padding-top: 5px;
	padding-bottom: 15px;
	margin-top: 2px;
	background: #EBEBEB;
	height: 100%;
	color: #222;
}

#mainContent h1 {
	font-size: 20px;
	font-family: "MuseoSans500", Arial, sans-serif;
	font-variant: small-caps;
}

#mainContent h2 {
	font-size: 18px;
	color: #555;
	font-family: "MuseoSans500", Arial, sans-serif;
	font-variant: small-caps;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}

#mainContent a {
	text-decoration: none;
}

#mainContent strong.green {
	color: #5C785C;
}

#mainContent ul {
	line-height: 1.3em;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#mainContent ul.bullet li, #zazenSchedule li {
	background: url(../images/bullet.png) no-repeat 2px 8px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 1.923%;
}

#mainContent #left {
	display: block;
	float: left;
	width: 55.13%;
	line-height: 2em;
	font-size: 115%;
}

#mainContent #left p {
	margin: 0 0 15px 0;
}

#article {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	margin: 0 0 1.282% 1.2%; 
	padding: 0 2.05%; 
	width: 72%;
	border-left: 1px solid #CCC;
}

#article a {
	color: #33557D;
}

#article p { line-height: 140% }

#article a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
}

#article img.text {
	float: left;
	display: inline;
	margin: 3px 20px 10px 0;
	border: solid #95846D 2px;
	-moz-box-shadow: 3px 6px 8px -4px #999;
	-webkit-box-shadow: 3px 6px 8px -4px #999;
	box-shadow: 3px 6px 8px -4px #999;
}

#article img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid #95846D 2px;
	-moz-box-shadow: 3px 6px 8px -4px #999;
	-webkit-box-shadow: 3px 6px 8px -4px #999;
	box-shadow: 3px 6px 8px -4px #999;
}

#article img.left {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	border: solid #95846D 2px;
	-moz-box-shadow: 3px 6px 8px -4px #999;
	-webkit-box-shadow: 3px 6px 8px -4px #999;
	box-shadow: 3px 6px 8px -4px #999;
}

#article img.right {
	float: right;
	margin-top: 17px;
	margin-left: 25px;
	border: solid #95846D 2px;
	-moz-box-shadow: 3px 6px 8px -4px #999;
	-webkit-box-shadow: 3px 6px 8px -4px #999;
	box-shadow: 3px 6px 8px -4px #999;
}

#mainContent img.noframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	background-color: #DDE2DD;
	font-size: 90%;
}

table, th, td {
	border: 1px solid #999;
}

td {
	vertical-align: top;
	padding: 5px;
}

th {
	width: 21.5%;
	text-align: center;
	padding: 0.64%;
	font-size: 110%;
}

td li {
	padding-left: 10px;
}

.scheduleContainer ul li { margin-left: 10px; } 

#announce {
	text-align: center;
	border: 1px solid #999;
	background-color: #DDE2DD;
	margin: 0 50px 0 50px;
}

#travel {
	/*display: none;*/
	border: 1px solid #999;
	background-color: #DDE2DD;
	padding-left: 10px;
	margin-top: 8px;
}

#travel h3 {
	font-family: "MuseoSans500", Arial, sans-serif; 
	font-size: 95%;
}

#travel li {
	padding-left: 10px;
	font-size: 90%;
}

a.external {
	background: url(../images/externalLink.gif) no-repeat right; 
	padding-right: 12px;
}

a.pdf {
	background: url(../images/acrobat.png) no-repeat right;
	padding-right: 17px;
}

hr {
	border: 1px dashed #CCC;
}

figure {
	[if IE] margin-left: 45px;
}

figcaption {
	text-align: center;
	font-style: italic;
	padding-top: 10px;
}

a.map {
	background: url(../images/map.png) no-repeat left;
	padding-left: 15px;
}

#map-canvas {
	width: 550px;
	height: 400px;
	border: 1px solid #CCC;
}

#slides { text-align: left; display: none } /* preventing unstyled flash */

#slideCaption {
	text-align: center;
	background-color: #dddddd;
	padding: 0.5em;
	margin-top: 0.5em
}

#slideshowContainer {visibility:hidden}
.slidesjs-navigation { display: none }
.slidesjs-pagination { display: none }
#article a.slidesjs-playing { color: transparent; display: none; font-size: 0; line-height: 0; width: 0; height: 0 }
#article a.slidesjs-play { color: transparent; display: none; font-size: 0; line-height: 0; width: 0; height: 0 }
#article a.slidesjs-stop { color: transparent; display: none; font-size: 0; line-height: 0; width: 0; height: 0}
.slideshowYears span { margin-right: 0.5em; padding: 5px 8px 5px 8px; background-color: #dddddd; color: #004499; cursor: pointer }
.slideshowYears {  }
.slideshowControls {  }
/*
#article a.slidesjs-next { background-image:url("../images/iconNext.png"); width: 16px; height: 16px; color: transparent; background-repeat: no-repeat;  }
#article a.slidesjs-previous { background-image:url("../images/iconPrev.png"); width: 16px; height: 16px; color: transparent; background-repeat: no-repeat;  }
#article a.slidesjs-play { background-image:url("../images/iconPlay.png"); width: 16px; height: 16px; color: transparent; background-repeat: no-repeat; }
#article a.slidesjs-stop { background-image:url("../images/iconPause.png"); width: 16px; height: 16px; color: transparent; background-repeat: no-repeat }
*/

.leftColumn { float: left; width: 46%;  }
.rightColumn { float: right; width: 46%; }
.rightColumn:after { content: ""; display: table; line-height: 0; clear: both; }
.rightColumn + p { clear: both; }


#article a.donateButton {
	font-weight: bold;
	color: white;
	 display:inline-block;
	 padding:0.3em 1.2em;
	 margin:0 0.3em 0.3em 0;
	 border-radius:1.5em;
	 box-sizing: border-box;
	 text-decoration:none;
	 background-color:#5d785d;
	 text-align:center;
	 transition: all 0.2s;
}

#article a.donateButton:hover {
	 background-color: black;
}

#footer {
	clear: both;
	padding: 0 10px;
	background: #333;
	color: #919090;
	display: block;
	height: 100px;
	border-top: 1px dashed #999;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a {
	color: #AAA;
}

.nav-footer {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;	
	font-size: 80%;
	padding: 5px 0 0px 0;
}

.nav-footer ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.nav-footer ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

.nav-footer ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 0 1em;
	line-height: 1.3em;
	text-decoration: none;
	border-left: 1px solid #5C785C;
}

.nav-footer li:first-child a {
	border-left: none;
}

.nav-footer ul li a:hover, a:active {
	color: #5C785C !important;
	background-color: #333 !important;
}

.footerlogo {
	font-size: 70%;
	margin-top: 1%;
	margin-left: .641%;
}

.footerlogo a {
	display: block;
	width: 100%;
	height: 40px;
	text-decoration: none;
	background: url(../images/logo_sm.png) no-repeat;
}

.footerlogo a:hover, a:active {
	text-decoration: none;
	opacity: .5;
}

.footertxt {
	float: right;
	margin: 50px 5px 0 0;
	text-align: right;
	line-height: 1.8em;
	font-size: 70%;
}

.footertxt a {
	text-decoration: none;
	color: #919090 !important;
}

.footertxt a:hover, a:active {
	color: #5C785C !important;
}

/* Media Queries */
@media screen and (max-width: 850px) {
	.nav {
		display: none;
	}	
	
	#container {
		width: 95%;
	}		
	
	#map-canvas {
		width: 100%;
	}
	
	figure {
		margin-left: 20%;
	}	
	
	figure > img {		
		width: 30%;		
	}	
	
	figcaption {
		text-align: center;
		margin-left: -8%	
	}
	
@media screen and (max-width: 703px) {		
	#mainContent {
		padding-top: 4px;
		padding-bottom: 5px;
		margin-top: 0;
		background: #FFF;
	}
	
	#sidebar {
		width: 100%;
		margin-bottom: 0;
	}
		
	ul.nav-side {
		width: 100%;
	}
	
	ul.nav-side li {
		display: list-item;
		list-style-type: none;
		padding: 0 2em 0 2em;
		font-size: 1.3em;
		line-height: 0.8em;
		text-align: center;
	}
	
	ul.nav-side li a {
		margin: 0 5px 0 5px;
		border-radius: 12px;
		margin-bottom: 5px;
	}
	
	ul.nav-side-sec {
		display: none;	
	}
	
	#article {
		border-left: none;
		width: 93%;
		font-size: 93%;
	}
	
	#article img.text, img.left {
		width: 40%;
	}
	
	#article img.right {
		width: 35%;
	}		
	
	#article img.center {
		width: 75%	
	}
	
	.logo {
		padding-left: 3.8%;		
	}
	
	figcaption {
		text-align: center;
		font-size: 85%;					
	}
	
	#footer {
		height: 60px;
	}
		
	.nav-footer {
		display: none;
	}
	
	.footerlogo {
		margin-top: -2%;
		margin-left: .641%;
	}

	.footertxt {
		margin: 15px 0.64% 0 0;
	}

 	 .leftColumn, .rightColumn { float: none; width: 100%; margin-left: 0; margin-right: 0; margin-bottom: 1em }
 
@media screen and (max-width: 430px) {	
	.logo {
		width: 21%;
		padding-left: 9px;
	}
	
	th.ws, td.ws {
		display: none;
	}
	
}