/*  
Originally created by Juxtaprose, (c) copyright 2007
http://juxtaprose.com/
*/

body {
	background: #382E2E; 
	color: #000;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
}

/* centering and framing */
#mastwrap, #mainwrap, #footwrap {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

#masthead {
	width: 1007px;
	margin-left: auto;
	margin-right: auto;
}

#main, #footer {
	width: 745px;
	margin-left: auto;
	margin-right: auto;	
}

/* page structural elements */
#mastwrap {
	background: #382E2E;
	border-bottom: 5px solid #C8B99C;
	width: 1007px;
}

#masthead {
	height: 100px;
	width: 1007px;
	background: #382E2E;	
}

#mainwrap {
	background: #9FB29F;
	width: 1007px;
	background-image: url("images/forest-bg-3500.jpg");
	background-repeat: repeat-x;			
	border-top: 5px solid #43553D;
}

#main {
	min-height: 420px;
	height: 420px; /* for ie6 only */	
	background: #fff;
}

#main #content {
	position: relative;
	float: left;
	display: inline;
	text-align: left;
}

.inside #main #content {
	min-height: 435px;
	height: 435px; /* for ie6 only */
}

html>body #main, html>body.inside #main #content {
	overflow: hidden; /* hide from ie6 */
	height: auto; /* override ie6-only rules, above */
}

#main #sidebar {
	float: left;
	display: inline;
	width: 194px;
	height: 320px;
	background: #43553D;
/*  background: #DBE3D9;
	background-image: url("images/house.jpg");
	background-repeat: no-repeat;
	background-position: 0 100%-100px;
*/	
	padding-bottom: 4600px;
	margin-bottom: -4600px;	
	/*border-left: 1px solid #999;
	border-right: 1px solid #999;*/
}


#footwrap {
	margin-top:0;
	margin-bottom: 20px;
}

#footer {
	position: relative;
	height: 50px;
	padding-top: 10px;	
	color: #fff;	
	font-size: 0.9em;
	line-height: 1.0em;
}

#footer #houseimg {
	position: absolute;
	left: 0px;
	top: -100px;
	/*border-left: 1px solid #999;
	border-right: 1px solid #999;	*/
}


/* masthead and utility nav (util) */

#masthead h1 {
	padding-bottom: 0;
	margin: 0;
	width: 1007px;
	height: 100px;
	margin-top: 0px;
	
}

#masthead h1 span {
	display: none;
}



/* primary navigation (nav1) */
#nav1 {
	width: 191px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
	margin-left: 3px;
}

#nav1 a {
	display: block;
	height: 18px;
	padding-top: 6px;
	padding-right: 8px;
	background: #9EAE9A;
	color: #2A100B;
	border-bottom: 1px solid #999;
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;	
	text-decoration: none;
	text-transform: uppercase;
}

#nav1 #nav1_home {
	height: 20px;
	padding-top: 7px;
	
}

#nav1 #nav1_reserve {
	border-bottom: none;
}

#nav1 a:hover, .home #nav1_home, .retreats #nav1_retreats, 
.private #nav1_private, .about #nav1_about, .contact #nav1_contact, .bed #nav1_bed, .spa #nav1_spa, .articles #nav1_articles {
	background: #382E2E;
	color: #fff;
	font-weight: normal;
}

/* home page text/image overlays */

#main #content #notice {
	position: absolute;
	left: 0;
	top: 0;
	height: 21px;
	padding-top: 6px;
	width: 548px;
	color: #fff;
	background: #122B0A;
	font-size: 0.89em;
	text-align: center;
}

#main #content #notice a {
	color: #f8f2af;
}

#main #content #notice a:hover {
	color: #a75906;
}

/* main text and inline elements */

	/* home page slideshow */
#homeslide {
	width: 548px;
	height: 420px;
}

img.full{
	/*border-right: 1px solid #999;*/
	margin: 0;
	padding: 0;
}

img.full {
	display: none;
}

img#default_img {
	display: inline;
}

#welcome {
	text-align: center;
}

#main #content .inside_img {
	border-bottom: 1px solid #192010;
	border-right: 1px solid #999;
	border-bottom: 10px solid #C8B99C;
}

#main #content h2, #main #content p, #main #content h3, #main #content .lst, #main #content h4 {
	margin-left: 25px;
	width: 500px;
	color: #122B0A;
}

#main #content p.narrow {
	width: 300px;
}

#main #content h2 {
	font-size: 1.2em;
	font-family: verdana, arial, helvetica, sans-serif;		
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;	
	line-height: 1.75em;
}

#main #content h3 {
	font-size: 1.2em;	
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;	
}

#main #content h4 {
	font-size: 1.2em;	
	color: #43553D;
	margin: 0 0 0 25px;
}

#main #content p, #main #content .lst {
 	line-height: 1.65em;
 	font-size: 1.1em;
 }


#main #content .lst ul {
	margin-top: 0;
}

#main #content .lst li {
	line-height: 1.65em;
 	font-size: 1.0em;
}

.1st ul, .1st li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#main #content a {
	color: #6A271A;
}

#main #content a:hover {
	color: #6A271A;		
	background: #C8B99B;
}

#main img.bioimg {
	float: left;
	display: inline;
	border: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

#main img.imageright {
	float: right;
	display: inline;
	padding: 0 25px 10px 0;
}

#main div.separator {
	clear: both;
	width: 500px;
	height: 0;
	border-top: 1px solid #ccc;
	margin: 20px 0 20px 30px;
}

#content ul {
	padding-left: 20px;
	margin-left: 30px;
	width: 400px;
}

#content ul.col {
	width: auto;
}


#content li {
	line-height: 1.65em;
 	font-size: 1.1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.bandb {
	text-align: center;
}

#retreat {
	margin-left: 25px;
	padding-top: 10px;
	padding-bottom: 7px;
	color: #43553D;
}

#retreat .green {
	color: #43553D !important;
}

.retreatimg {
	padding-right: 20px;
	padding-bottom: 10px;
}

.endorse {
	padding-top: 5px;
	font-size: 1.5em !important;
	font-family: times, serif;
	color: #43553D !important;
}

.cols {
	float: left;
	display: inline;
	margin-bottom: 15px;
	width: 250px;
	overflow: hidden;
}

.cols p {
	margin-top: 0;
	margin-bottom: 0;
}

.cols h4 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin-top: 15px !important;
}

.photospace {
	margin: 20px 0 0 20px;
	width: 155px;
}

.photospace img {
	margin-bottom: 15px;
	border: 1px solid #658d58;
}

.photospace p {
	padding-bottom: 10px;
	color: #fff;	
}

.adspace {
	background: #dae5dc;
	margin: 20px 0 0 20px;
	width: 155px;
	border: 1px solid #fff;
}

.adspace h2 {
	font-size: 1.0em;
	color: #382e2e;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 5px 0 5px;
	padding-top: 10px;
}

.adspace p {
	margin: 5px 5px 0 5px;
	padding-bottom: 10px;
	color: #382e2e;	
}

.adspace a {
	color: #3a5d40;
	text-decoration: underline;
}

.adspace a:hover {
	color: #fff;
	background: #3a5d40;
	text-decoration: underline;	
}

.boxed {
	background: #dae5dc;
	border: 1px solid #43553d;
	margin: 0 0 0 25px;
	width: 500px;
	text-align: center;
}

.boxed h3 {
	font-size: 1.2em;
	color: #382e2e;
	text-transform: none !important;
	font-weight: bold;
	margin: 0 5px 0 5px !important;
	padding-top: 10px;
}

.boxed p {
	margin: 5px 5px 0 5px !important;
	padding-bottom: 10px;
	color: #382e2e;
}

.boxed a {
	color: #3a5d40;
	text-decoration: underline;
}

.boxed a:hover {
	color: #fff;
	background: #3a5d40;
	text-decoration: underline;	
}

.smfont {
	font-size: .85em !important;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

.centered {
	text-align: center;
}

.clr {
	clear: all;
}

blockquote p {
	width: 450px !important;
}

.smfo {
	font-size: 0.85em !important;
	margin-left: 0px !important;
}

.notop {
	font-size: 1.0em !important;
	margin-top: -10px!important;
	padding-bottom: 10px;
}

.smbottommar {
	margin-bottom: 5px !important;
}

.txtupper {
	text-transform: uppercase;
}

/* sidebar text and inline elements */
/* .adr {
	color: #767171;
	margin-top: 12px;
	margin-right: 14px;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: right;
}
*/

/* convenience classes */
.clr {
	clear: both;
}

.nobottom {
	margin-bottom: 0;
}

.smtopmar {
	margin-top: 5px;
}

.yesbottom {
	margin-bottom: 10px !important;
}

.separator {
	margin-top: 10px;
	border-top: 1px dotted #9eae9a;
}

/* footer */
#footer {
	text-align: left;
}

#footer div {
	color: #fff;
	font-size: 1.1em;
}

#footer ul {
	font-size: 1.1em;
	list-style: none;
	padding: 0;	
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	text-align: left;
	line-height: 1.5em;
}

#footer li {
	display: inline;
	margin-left: 2px;
	color: #C7B99C;	
}

#footer a {
	color: #C7B99C;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .sound {
	line-height: 20px;
	width: 70px;
	margin: 0 0 2px 0;
	color: #C7B99C;
	border: 1px solid #483e3e;
	text-align: left;
	overflow: hidden;
}	

#footer .sound object {
	float: left;
	display: inline;
}

/* mailchimp styles */

#mc_embed_signup {
	background: #9c8e74;
	clear: left;
	font-size: 11px;
	width: 155px;
	text-align: center !important;
}

#mc_embed_signup h2 {
	font-size: 12px !important;
	color: #fff;
	text-align: center;
}

#mc_embed_signup input {
	font-size: 10px !important;
	text-align: center;
	width: 143px !important;
}

#mc_embed_signup input.button {
	background: #6A271A;
	color: #fff;
	text-align: center;
}

#mc_embed_signup input.button:hover {
	background: #686d54;
	color: #fff;
	text-align: center;
}

/* Footer: Juxtaprose link 
#footer p.juxta span {
	font-style: italic;
}

#footer p.juxta a {
	color: #ccc;
}

#footer p.juxta a:hover {
	color: #fff;
}
*/
