@charset "UTF-8";
/* CSS Document */

    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
	/* end reset */

body {
	margin: 0;
	padding: 0;
	background: #93a392 url(img/van-buren-page-bkgd.jpg) 50% 0 repeat-y;;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #070F06;
}
#wrapper {
	width: 990px;
	margin: 0 auto;
	/* background: #4c5c4b url(img/van-buren-page-bkgd.jpg) 50% 0 repeat-y; */	
	background-color: transparent;
	position: relative;
}
#header {
	background: #4c5c4b url(img/header-bkgd.jpg) 50% 0 no-repeat;
	height: 180px;
	position: relative;
}
	#header-home-link {
		display: block;
		width: 320px;
		height: 160px;
		position: absolute;
		left: 43px;
		top: 13px;
		text-indent: -9999px;
	}
#nav {
	height: 60px;
	text-align: center;
	position: relative;
}
	#nav div.nav-button {
		display: inline-block;
		width: 125px;
		height: 60px;
	}
		#nav .nav-button a,
		#nav .nav-button a:link,
		#nav .nav-button a:active,
		#nav .nav-button a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 0;
			display: block;
			width: 125px;
			height: 60px;
			overflow: hidden;
			text-align:center;
			text-decoration: none;
			color: #fff;
			line-height: 53px;
			font-variant: small-caps;
			font-size: 15px;
			text-shadow: #010002 .1em .1em .1em;
		}
		#nav .nav-button a:hover {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
			color: #000;
		}
		#nav .home-link { /* in the main menu, don't display the home link */
			display: none !important;
		}
#content {
	position: relative;
	padding: 10px 0 20px 0;
	margin: 0;
}
	#content-inner {
		position: relative;
		padding: 5px 25px 20px 35px;
		margin: 0 30px;
		background-color: #DDE1D9;
	}

#footer {
	/* height: 180px; */
	background: #4c5c4b url(img/van-buren-page-bkgd.jpg) 50% -100px repeat-y;
	width: 990px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
	#footer-top {
		background-color: #374436;
		margin: 0;
		padding: 14px 0;
		color: #EDEFED;
		text-align: center;
		font-size: .9em;
	}
	#footer-top p {
		text-align: center;
		padding: 4px 0 4px 0;
		margin: 0 0;
		line-height: 13px;
		font-size: 13px;
	}
	#footer-bottom {
		text-align: center;
		padding: 6px 0 16px 0;
		color: #e7dab9;
		line-height: 13px;
		font-variant: small-caps;
		font-size: 13px;
	}
	#footer-bottom p {
		text-align: center;
		padding: 4px 0 4px 0;
		color: #e7dab9;
		line-height: 13px;
		font-variant: small-caps;
		font-size: 13px;
	}
	#footer a,
	#footer a:link,
	#footer a:active,
	#footer avisited,
	#footer a:hover {
		color: #fff;
	}
		#footer-menu {
			padding: 6px 0 8px 0;
		}
		#footer-menu div.nav-button {
			display: inline-block;
			width: auto;
			height: auto;
			padding: 0 1ex;
			border-right: 1px solid #fff;
		}
		#footer-menu div.button7 { /*  no divider after last menu item */
			border-right: 0px solid transparent !important;
		}
		#footer-menu .nav-button a,
		#footer-menu .nav-button a:link,
		#footer-menu .nav-button a:active,
		#footer-menu .nav-button a:visited {
			background: transparent none no-repeat 0 0;
			display: inline;
			width: auto;
			height: auto;
			overflow: visible;
			text-align:center;
			text-decoration: none;
			color: #fff;
			line-height: 15px;
			font-variant: small-caps;
			font-size: 13px;
		}
		#footer-menu .nav-button a:hover {
			background: transparent none no-repeat 0 0;
			color: #E1C474;
		}
#social-media {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	width: 100px;
	margin: 0 0 0 auto;
	border: 0px solid red;
}
#social-media a,
#social-media a:link,
#social-media a:active,
#social-media a:visited,
#social-media a:hover {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
}
/* menu -------------------------------------------------------------------------- */
	#nav div.nav-button {
		display: inline-block;
		width: 125px;
		height: 60px;
	}
		#nav .nav-button a,
		#nav .nav-button a:link,
		#nav .nav-button a:active,
		#nav .nav-button a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 0;
			display: block;
			width: 125px;
			height: 60px;
			overflow: hidden;
			text-align:center;
			text-decoration: none;
			color: #fff;
			line-height: 53px;
			font-variant: small-caps;
			font-size: 15px;
			text-shadow: #010002 .1em .1em .1em;
		}
		#nav .nav-button a:hover {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
			color: #000;
			text-shadow: #fff .1em .1em .2em;
		}
		#nav .home-link { /* in the main menu, don't display the home link */
			display: none !important;
		}
		.page-about #nav .button1 a,
		.page-about #nav .button1 a:link,
		.page-about #nav .button1 a:active,
		.page-about #nav .button1 a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
		}
		.page-services #nav .button2 a,
		.page-services #nav .button2 a:link,
		.page-services #nav .button2 a:active,
		.page-services #nav .button2 a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
		}
		.page-workshops #nav .button3 a,
		.page-workshops #nav .button3 a:link,
		.page-workshops #nav .button3 a:active,
		.page-workshops #nav .button3 a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
		}
		.page-portfolio #nav .button4 a,
		.page-portfolio #nav .button4 a:link,
		.page-portfolio #nav .button4 a:active,
		.page-portfolio #nav .button4 a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;		
		}
		.page-news #nav .button5 a,
		.page-news #nav .button5 a:link,
		.page-news #nav .button5 a:active,
		.page-news #nav .button5 a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
		}
		.page-retreat #nav .button6 a,
		.page-retreat #nav .button6 a:link,
		.page-retreat #nav .button6 a:active,
		.page-retreat #nav .button6 a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
		}
		.page-reach #nav .button7 a,
		.page-reach #nav .button7 a:link,
		.page-reach #nav .button7 a:active,
		.page-reach #nav .button7 a:visited {
			background: transparent url(img/menu-button.png) no-repeat 0 -60px;
		}
/* typography -------------------------------------------------------------------- */
/* html elements ----------------------------------- */
em { font-style: italic; }
strong { font-weight: 700; }
small {font-size: x-small; }
h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0.2em 0px 0.5em 0px;
	text-indent: -10px;
	color: #6b7f69;
}
h1.page-title {
	color: #542402; /* #172113;  #964100; #A24D0C;*/
	text-shadow: 0.1em 0.1em 0.1em #ABB2A4, -1px -1px #E1C474;
	font-variant: small-caps;
	margin: 16px 0px 0.6em 0px;
	font-weight: 700;
	font-size: 1.45em;
	letter-spacing: .4ex;
}
h1.page_title {
	color: #374436; /*#A24D0C;*/
	text-shadow: 0.1ex 0.1ex 0.2em #ABB2A4, -1px -1px #E1C474;
	font-variant: small-caps;
	margin: 16px -10px 0.6em 0px;
	position: relative;
	left: -10px;
	text-indent: 16px;
	background-color: #fff;
	padding: 6px 0;
	border: 1px solid #AAAFAA;
}
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: .5em 0px .5em  0px;
	text-indent: -10px;
	color: #6b7f69;
}
	.homepage-text h2 {
		margin: 8px 0 8px 0;
    	padding: 0 10px;
		font-size: 1.2em;
		line-height: 1.2em;
		font-variant: small-caps;
		color: #e7dab9;
		text-indent: 0px;
	}
h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin: .2em 0px .9em 0;
	text-indent: -10px;
	color: #6b7f69;
}
	.box-region h3 {
		text-align: center;
		color: #fff;
		font-size: 16px;
		line-height: 42px;
		font-variant: small-caps;
		letter-spacing: 1.5px;
		padding: 0 0 0 8px;
		text-indent: 0px;
	}
h4 {
	font-size: 1.15em;
	line-height: 1.0em;
	margin: .2em 0 .5em 0;
	text-indent: -10px;
	color: #6b7f69;
}
	.box-region h4 {
		text-indent: 0;
	}
h5 {
	font-size: 1.1em;
	line-height: 1.0em;
	margin: .2em 0 .5em 0;
	color: #4B5C4A;
}
h6 {
	font-size: 1.1em;
	line-height: 1.0em;
	margin: .2em 0 .5em 0;
	color: #4B5C4A;
}
	.box-region h2, .box-region h3, .box-region h4, .box-region h5, .box-region h6  {
		color: #fff;
		margin: 0em 0 0 0;
	}
	.box-region-text-bkgrd h2, .box-region-text-bkgrd h3, .box-region-text-bkgrd h4, .box-region-text-bkgrd h5, .box-region-text-bkgrd h6  {
		color: #E1C474;
		margin: 0em 0 .4em 0;
	}
p {
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 1em;
}
	.box-region-text-bkgrd p {
		color: #fff;
		font-size: .9em;
	}
	.homepage-text p {
		margin: 0 0 8px;
    	padding: 0 10px;
		font-size: .9em;
		line-height: 1.4em;
		color: #e7dab9;
	}
/* lists */
ul, ol {
	padding: 0 0 0 15px;
	margin: 0 0 1em 0;
}
ul li {
	text-indent: -1em;
	margin: 0 0 .7em 1em;
	padding: 0 0 0 12px;
	list-style-type: disc;
	list-style-position: outside;
}
ul li li {
	list-style-type: circle;
}
ol li {
	text-indent: -1em;
	margin: 0 0 .7em 1em;
	padding: 0 0 0 12px;
	list-style-type: decimal;
	list-style-position: outside;
}
dl {
	margin-left: 0;
}
dt {
	font-weight: 700;
	margin: 0 0 .3em 0;
}
dd {
	margin: 0 0 .5em 2em;
	text-indent:-1em;
}
/* links */
a, a:link {
	text-decoration: none;
	color: #7B3C07;
}
a:active {
	text-decoration: underline;
}
a:visited {
	color: #A24D0C;
}
a:hover {
	color: #CF8E58;
	text-decoration: underline;
}
.underline, a.underline {
	text-decoration: underline;
}

/* typography classes ------------------- */
.small-text {
	font-size: .9em;
}
.in1 {
	padding-left: 1em;
}
.in2 {
	padding-left: 2em;
}
.ltJust {
	text-align: left;
}
.rtJust {
	text-align: right;
}
.ctJust {
	text-align: center;
	padding-right: 10px;
}
.fullJust {
	text-align: justify;
}
.ind {
	text-indent: 1em;
}
.hangInd {
	text-indent: -1em;
	margin-left: 1em;
}
.float-left {
	float: left;
	margin: 0 15px 5px 0;
}
.float-right {
	float: right;
	margin: 0 0px 5px 15px;
}
.photo-float-left {
	float: left;
	margin: 0 15px 5px 0;
	clear: left;
}
	.page-workshops .photo-float-left {
		margin: 0 15px 20px 0;
	}
.caption-float-right {
	display: block;
	float: right;
	margin: 0 0px 5px 15px;
	font-size: .9em;
	text-align: center;
}
/* page-specific styles -------------------------------------------- */
/* home page ------------------------ */
		.page-home #content-inner {
			padding: 0;
			margin: 0 40px;
			background-color: transparent;
		}
		.page-portfolio #content-inner  {
			padding: 0;
			margin: 15px 40px;
			background-color: transparent;
		}
		div.column-left {
			float:left;
		}
		div.column-right {
			float:left;
		}
		div.box-region {
			width: 429px;
			position: relative;
			padding: 0;
		}
		div.box-region-medium {
			background: transparent url(img/box-region_medium.png) no-repeat 0 0;
			width: 429px;
			height: 363px;
		}
			.column-left .box-region-medium {
				margin: 0 0 0 10px;
				
			}
			.column-right .box-region-medium {
				margin: 0 0 0 30px;
				
			}
		div.box-region-large {
			background: transparent url(img/box-region_large.png) no-repeat 0 0;
			width: 429px;
			height: 536px;
			margin: 0 0 0 30px;
		}
		div.box-region-small {
			background: transparent url(img/box-region_small.png) no-repeat 0 0;
			width: 429px;
			height: 262px;
			margin: 20px 0 0px 10px;
			position: relative;
		}
			div.box-region-inner {
				width: auto;
				background: transparent none no-repeat 0 0;
				padding: 18px 26px 0 18px;
			}
			div.box-region-img-bkgrd {
				background-color: #dde1d9;
			}
			.box-region-medium .box-region-img-bkgrd {
				height: 290px;
			}
			.box-region-large .box-region-img-bkgrd {
				height: 464px;
			}
			.box-region-img-bkgrd img {
				margin: 1px;
				padding: 0;
			}
			.box-region-img-bkgrd div#home-slideshow-holder {
				margin: 0px;
				padding: 1px;
			}
			.box-region-img-bkgrd div#home-slideshow-holder img {
				margin: 0px;
				padding: 0;
			}
			div#slider1 {
				width: 383px;
				height: 288px;
				overflow: hidden;
			}
			div.box-region-text-bkgrd {
				background-color: #7a8b6e;
				padding: 10px 11px;
				overflow: hidden;
			}
			.box-region-small .box-region-text-bkgrd {
				height: 160px;
			}
		div#workshops-text {
			margin: 20px 0 0 30px;
		}
		div.homepage-text {
			margin: 0px 0 20px 30px;
			width: 429px;
		}
		#workshops-text a {
			display: block;
			height: 92px;
			width: 426px;
			background: transparent url(img/photography-workshops-426x92.png) no-repeat 0 0;
			text-indent: -9999px;
		}
		div.float-clear {
			height: 1px;
			overflow: hidden;
			clear: both;
		}
		.box-region h3 a,
		.box-region h3 a:link,
		.box-region h3 a:active,
		.box-region h3 a:visited,
		.box-region h3 a:hover {
			color: #fff;
		}
/* services page ------------------------ */
.page-services table#equipment {
	margin: 10px 0 15px 0;
}
.page-retreat table#rates {
	margin: 0 0 15px 0;
}
	table#equipment thead th {
		text-align: right;
		border: 1px solid #4B5C4A;
		background-color: #93A392;
		padding: 6px 10px;
		font-weight: 700;
	}	
	table#equipment tbody td {
		text-align: right;
		border: 1px solid #4B5C4A;
		padding: 6px 18px 6px 10px;
	}		
	table#equipment tbody tr.odd td {
		background-color: #CDD3CD;
	}
	table#equipment td.pad {
		padding-right: 4em;
	}
	table#equipment td.pad2 {
		padding-right: 6em;
	}
/* retreats page */
	table#rates thead th {
		text-align: left;
		border: 1px solid #4B5C4A;
		background-color: #93A392;
		padding: 6px 40px 6px 20px;
		font-weight: 700;
	}
	.page-retreat table#rates {
		margin: 0 0 15px 0;
	}	
	table#rates tbody td {
		text-align: left;
		border: 1px solid #4B5C4A;
		padding: 6px 40px 6px 20px;
	}	
	table#rates tbody tr.odd td {
		background-color: #CDD3CD;
	}
.page-retreat #content img {
	border: 1px solid #93A392;
	background-color: #DDE1D9;
	padding: 2px;
	
}
/* portfolio index page ------------------------ */
div#trigger-images div.trigger-image {
	float: left;
	margin: 0 24px 10px;
	text-align: center;
}
div#trigger-images div.trigger-image div {
	background-color: #DDE1D9;
	padding: 2px;
	border: 1px solid #374436;
	box-shadow: 2px 2px 8px #374436;
}
div#trigger-images div.trigger-image div span {
	width: 400px;
	overflow: hidden;
	display: block;
	text-align: center
}
div#trigger-images div.trigger-image img {
	height: 267px;
	vertical-align: middle;
}
div#trigger-images div.trigger-image p {
	margin: 5px 0;
	text-align: center;
	color: #fff;
}
div#trigger-images div.trigger-image p a,
div#trigger-images div.trigger-image p a:link,
div#trigger-images div.trigger-image p a:visited,
div#trigger-images div.trigger-image p a:active {
	margin: 5px 0;
	color: #fff;
}
/* portfolio album pages ------------------------ */
div.album #content-inner {
	text-align: center;
}
div.album #content-inner img {
	background-color: #DDE1D9;
	padding: 2px;
	border: 1px solid #374436;
	box-shadow: 2px 2px 8px #374436;
}
div.album #content-inner h2 {
	color: #fff;
}
div.album #content-inner p {
	color: #E1C474;
}
.no-show {
	display: none;
}
div.other-albums {
	text-align: center;
	margin: 40px 0 0 0;
}
div.other-albums div.trigger-image {
	display: inline-block;
	margin: 6px 10px;
	text-align: center;
}
div.other-albums div.trigger-image div {
	background-color: #DDE1D9;
	padding: 1px;
	border: 1px solid #374436;
	box-shadow: 2px 2px 8px #374436;
}
div.other-albums div.trigger-image div span {
	width: 150px;
	overflow: hidden;
	display: block;
	text-align: center
}
div.album #content-inner div.other-albums div.trigger-image img {
	height: 100px;
	vertical-align: middle;
	background-color: #DDE1D9;
	padding: 0px;
	border: 0px solid #374436;
	box-shadow: 0px 0px 0px transparent;
}
div.other-albums div.trigger-image p {
	margin: 5px 0;
	text-align: center;
	color: #fff;
	padding: 0;
}
div.other-albums div.trigger-image p a,
div.other-albums div.trigger-image p a:link,
div.other-albums div.trigger-image p a:visited,
div.other-albums div.trigger-image p a:active {
	margin: 0 0;
	color: #F9EECF;
}
	/* image titles */
.fancybox-skin .fancybox-title-float-wrap {
	right: auto !important;
	left: -19px !important;
	margin-bottom: -30px !important;
}
.fancybox-title {
    font: 13px/20px "Times New Roman", Times, serif !important;
}
.fancybox-title-float-wrap .child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #C8CCC3 !important;
	margin-right: auto !important;
}
/* contact page(s) */
.page-reach b {
	font-weight: 700;
	color: #4B5C4A;
}
#recaptcha_response_field {
	margin: 6px 0 25px 0;
}
.page-reach small.small-help {
	font-size: .8em;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
}