/* mini reset */
html, body, div, img, fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* global tags / classes */
body {
	background: #d7e8bf url(../images/bg-body.png) repeat-x scroll 0 39px;
	color: #625e51;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
.home .ribbon {
	background: transparent url(../images/bg-body.png) repeat-x scroll 0 0;
	height: 30px;
	position: absolute;
	width: 100%;
}
p { margin: 20px 0; }
a {
	border-bottom: 1px solid #aec152;
	color: #625e51;
	text-decoration: none;
	}
	a:hover { border-bottom: none; }
q, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	}
	.sidebar blockquote {
		margin: 10px 0 0 0;
		color: #9b978f;
		}
	.sidebar blockquote cite {
		color: #9b978f;
		float: right;
		font-size: 14px;
		margin: 5px 0 0;
		}
	.home .sidebar q {
		color: #625e51;
		font-size: 17px;
		font-style: normal;
		}
.home .static {
	background: transparent url(../images/sep-horiz.gif) repeat-y scroll 514px 0;
	margin-bottom: 30px;
	}
.blurb {
	color: #9b978f;
	float: left;
	font-size: 15px;
	min-height: 245px;
	width: 490px;
	}
	.blurb p:first-child { margin-top: 0; }
.social {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 182px;
	}
	.social li {
		margin: 12px 0;
		}
	.social h2 {
		font-size: 21px;
		font-weight: normal;
		}
	.social a { border: none; }
	.social img { margin-left: 8px; }
.post { clear: both; }
.postmetadata { clear: both; }
.clear { clear: both; }
.alignleft { float: left; margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.green {
	color: #aec152;
	}
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	ul.menu li {
		float: left;
		}
div.top { height: 36px; }
div.bottom {
	bottom: 0;
	height: 36px;
	position: absolute;
	width: 100%;
	}
.one-column {
	background: transparent url(../images/bg-one-column.png) repeat-y scroll 0 0;
	padding-bottom: 48px;
	position: relative;
	}
	.one-column .top { background: transparent url(../images/bg-one-column-top.png) no-repeat scroll center top; }
	.one-column .bottom { background: transparent url(../images/bg-one-column-bottom.png) no-repeat scroll center bottom; }
.two-column {
	background: transparent url(../images/bg-two-column.png) repeat-y scroll 0 0;
	padding-bottom: 48px;
	position: relative;
	}
	.two-column .top { background: transparent url(../images/bg-two-column-top.png) no-repeat scroll center top; }
	.two-column .bottom { background: transparent url(../images/bg-two-column-bottom.png) no-repeat scroll center bottom; }
h2.title {
	border-bottom: 3px dotted #aec152;
	clear: left;
	font-size: 30px;
	margin: 0 0 25px;
	padding: 0 0 5px;
	}
	h2.title a { border: none; }
.widgets {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	.widget { margin-top: 20px; }
	.widget:first-child { margin-top: 0; }
	.widgets ul {
		list-style: disc outside none;
		padding-left: 15px;
		}
		.widgets ul ul { list-style-type: circle; }
			.widgets ul ul ul { list-style-type: square; }
	.widgets h2 { margin: 10px 0; }
	.widgets li:first-child h2 { margin-top: 0; }

/* layout */
#container {
	margin: 0 auto;
	width: 1009px;
	}
	#header {
		height: 100px;
		position: relative;
		z-index: 200;
		}
		#logo { margin: 0; }
		#logo a {
			background: url("../images/logo.png") no-repeat scroll center center #D7E8BF;
			border: medium none;
			bottom: 0;
			height: 100px;
			left: -15px;
			margin: 0;
			padding: 0 20px;
			position: absolute;
			text-indent: -9999em;
			width: 241px;			}
		#description {
			margin: 0;
			position: absolute;
			text-indent: -9999em;
			}
		#header .pages {
			bottom: -7px;
			font-size: 14px;
			position: absolute;
			right: 25px;
			z-index: 100;
			}
			#header .pages > li {
				padding-left: 14px;
				}
				#header .pages > li:hover, #header .pages > li.sfHover,
				#header .pages > li[class*="current"] {
					background: transparent url(../images/bg-main-nav-left.png) no-repeat scroll left bottom;
				}
			#header .pages > li > a {
				border: none;
				padding: 14px 14px 7px 0;
				text-transform: uppercase;
				}
				#header .pages > li:hover > a, #header .pages > li.sfHover > a,
				#header .pages > li > a:focus, #header .pages > li > a:hover, #header .pages > li > a:active,
				#header .pages > li[class*="current"] > a {
					background: transparent url(../images/bg-main-nav-right.png) no-repeat scroll right bottom;
				}
			#header .pages > li > span { display: none; }
				#header .pages > li:hover > span, #header .pages > li.sfHover > span,
				#header .pages > li > a:hover + span {
					background: url(../images/main-nav-hover.png) no-repeat scroll center center;
					display: block;
					height: 37px;
					left: 0;
					position: absolute;
					top: -23px;
					width: 100%;					
				}
			/* second level */
			#header .pages ul a {
				background-color: #fff;
				border: 0 none;
				color: #687622;
				font-size: 13px;
				padding: 5px 10px;
			}
			#header .pages ul a:hover {
				background-color: #687622;
				color: #fff;
			}
			#header .pages ul li:first-child a {
				-border-radius-topright: 10px;
				-moz-border-radius-topright: 10px;
				-webkit-border-radius-topright: 10px;
				}
			#header .pages ul li:last-child a {
				-border-radius-bottomleft: 10px;
				-moz-border-radius-bottomleft: 10px;
				-webkit-border-radius-bottomleft: 10px;
				-border-radius-bottomright: 10px;
				-moz-border-radius-bottomright: 10px;
				-webkit-border-radius-bottomright: 10px;
				}
		#content {
			min-height: 400px;
			position: relative;
			z-index: 100;
		}
		#content .sidebar {
			float: left;
			margin-left: 20px; 
			padding: 0pt 14px; 
			width: 191px;			
			}
			#slider ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}
		#content .posts {
			float: left; 
			margin-left: 26px;
			padding: 0pt 14px; 
			width: 696px; 
			}
		.commentlist {
			list-style: none;
			margin: 0;
			padding: 0;
			}
			.comment {
				clear: both;
				margin: 10px 0;
				padding: 5px;
				}
			.comment-body {
				padding: 15px;
				}
			.odd, li.thread-odd { background-color: #d7e8bf; }
			.even, li.thread-even { background-color: #fff; }
			.comment-body p {
				margin: 10px 0;
				text-align: justify;
				}
			.comment-author img { float: right; }
			.reply {
				background: transparent url(../images/btn-pages-left.png) no-repeat scroll left center;
				padding-left: 12px;
				}
				.reply a {
					background: transparent url(../images/btn-pages-right.png) no-repeat scroll right center;
					border: none;
					color: #fff;
					display: inline-block;
					height: 27px;
					line-height: 24px;
					padding-right: 12px;
					}
			.children {
				list-style: none;
				margin-left: 15px;
				padding: 0;
				}
		#footer .left {
			float: left;
			margin-left: 20px; 
			padding: 0pt 14px; 
			width: 456px;			
			}
		#footer .right {
			float: right;
			margin-right: 20px; 
			padding: 0pt 14px; 
			width: 456px;				
			}
		#footer .widgets h2 {
			color: #aec152;
			font-size: 13px;
			margin: 0;
			}
			#footer .textwidget p { margin: 5px 0; }
	.bottom.pages {
		float: left;
		left: 50%;
		margin-bottom: 50px;
		position: relative;
		}
		.bottom.pages li {
			margin: 0 2px;
			position: relative;
			right: 50%;
			}
			.bottom.pages li:before {
				content: " : ";
				}
				.bottom.pages li:first-child:before { content: ""; }
		.bottom.pages a { border: none; }
		.bottom.pages a:hover { border-bottom: 1px solid #aec152; }

/* upcoming events widget */
#footer .widgets .widget_calendar_upcoming { border: 1px solid #aec152; min-height: 50px; padding: 0 10px; position: relative; }
	#footer .widgets .widget_calendar_upcoming h2 { left: 10px; letter-spacing: 2px; position: absolute; top: 10px; }
		#footer .widgets .widget_calendar_upcoming h2 span { color: #625e51; display: block; font-size: 23px; letter-spacing: -2px; }
	#footer .widgets .widget_calendar_upcoming > ul { list-style: none; padding-left: 96px; }
		#footer .widgets .widget_calendar_upcoming > ul > li { clear: left; margin: 10px 0; }
		#footer .widgets .widget_calendar_upcoming > ul ul { list-style: none; padding-left: 50px; }
	#footer .widgets .widget_calendar_upcoming .date { float: left; text-align: right; width: 40px; }
	#footer .widgets .widget_calendar_upcoming .month { font-size: 16px; }
	#footer .widgets .widget_calendar_upcoming .day { color: #aec152; font-size: 35px; line-height: 25px; }
	#footer .widgets .widget_calendar_upcoming .calnk a { border: none; color: #aec152; font-size: 15px; font-weight: bold; }
	#footer .widgets .widget_calendar_upcoming .calnk a span { color: #9b978f; display: block; font-size: 12px; font-weight: normal; }
	#footer .widgets .widget_calendar_upcoming .calnk a:hover span { background: none; margin: 0; padding: 0; position: relative; width: auto; }
	#footer .widgets .widget_calendar_upcoming .calnk .event-title, #footer .widgets .widget_calendar_upcoming .calnk .event-title-break { display: none; }

/* subscription form widget */
#mc-embedded-subscribe-form label { font-size: 14px; vertical-align: middle; }
#mc-embedded-subscribe-form input[type="text"] { border: 1px solid #aec152; color: #aaa; height: 23px; padding: 2px 5px; vertical-align: middle; }
#mc-embedded-subscribe-form input[type="submit"] { background: #625e51; border: 1px solid #a4a29a; color: #fff; height: 29px; padding-bottom: 3px; vertical-align: middle; }

/* sub pages navigation */
.sub.pages { margin-bottom: 20px; }
.sub.pages li { margin-right: 15px; }

/* instructor bios */
.bio-link { border: none; }
.wp-caption-text { margin: 0 0 20px; text-align: center; }
.bio { display: none; }
.bio h2 { margin-top: 0; }
.bio br { display: none; }
.bio img { margin: 0 0 20px 20px; }
#cboxContent .bio { display: block; }
.page-id-12 #cboxCurrent { display: none !important; }

/* embedded bing map */
#mapviewer {
	float: left;
	margin: 0 20px 20px 0;
}

/* photo gallery */
.post-94 h2 { clear: left; }

/* classes/workshops */
.page-id-79 h2 { clear: left; }

/* mindbody widget */
#mindbody {}
	#mindbody a { border-bottom: 0 none; }
	#mindbody #mbow_schedulepdftable_s1 { display: none; } /* hide pdf link */
	#mindbody #mbow_scheduletable_s1 { border-top: 0 none; }
	#mindbody .mbow_sched_link_s1:first-child { float: left; }
	#mindbody #mbowClassFilter_s1,
	#mindbody #mbowInstructorFilter_s1 { font-size: 11px; letter-spacing: 0; text-transform: none; }
	#mindbody .mbow_footer_s1 { display: none; } /* hide mbsync notice */
