/*  Body  */
body { color: #523f30; font-family: Myriad; }
#background-wrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:1;
}
#content-area {
	position: relative;
	z-index:2;	
}
#top-background { 
	background-image: url( '../images/BG-top.jpg' ); 
	background-position: center top; 
	background-size: 100% auto; 
	background-repeat: no-repeat; 
	position: relative; 
	height: auto;
	width: 100%;
	right: 0;
	left: 0;
	z-index: -9999; 
	min-width: 1100px;
	min-height: 582px;
}
html { 
	background-image: url( '../images/Pangean-Farms-tiled-bark.jpg' ); 
	background-position: center bottom; 
	background-repeat: y-repeat; 
	z-index: -10;
}

#tree-bark-fade {
	background-image: url('../images/tree-bark-fade-slice2.png');
	background-position: center top;
	height: 358px;
	position: relative;
	z-index: -10;
	width: 100%;
	margin-top: -200px;
}

/*  Header  */
#header-wrap { margin: 0 auto; width: 1000px; }
#logo img { margin-left: -75px; }
.region-header { clear: none; }
#block-block-1 { color: #085c2e; font-family: 'Albertus MT'; font-size: 18px; margin-left: 668px; padding-top: 20px; }
#block-block-1 a { color: #085c2e; text-decoration: none; }
#menu-shadow { 
	background-image: url( '../images/menu-shadow.png' ); 
	background-position: center top; 
	background-repeat: no-repeat; 
	height: 160px; 
	margin: -90px 0px -50px -190px; 
}
#block-system-main-menu { clear: both; position: relative; margin-top: -26px; }
#block-system-main-menu ul { margin-left: 60px; }
#block-system-main-menu li { list-style: none; float: left; border-left: 1px solid #fff; padding: 0 10px; }
#block-system-main-menu li.first { border-left: 0px; }
#block-system-main-menu a { color: #fff; font-family: 'Albertus MT'; font-size: 22px; text-decoration: none; padding: 10px; }


/*  Main Content  */
.flexslider { border-color: #693f1d; border-radius: 0px; margin: 0px; }
.flex-control-nav, .flex-direction-nav { display: none; }
.views-field-field-caption-link {
	background-image: url('../images/flag-end.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-right: 0px; 
	padding-left: 20px; /* flag tail */
	padding-bottom: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.views-field-field-caption-link .field-content {
	height: 40px;
	background-repeat: repeat-x;
	background-image: url('../images/flag-body.png');
	padding-left: 15px;
	padding-right: 20px;
	position: relative;
}
.flexslider a {
	text-decoration: none;
	color: #fff;
	position: relative;
	top: 10px;
}
#page-wrapper { width: 1000px; }
#page {  }
#page-title { font-weight: normal; }
#content .section { 
	background-image: url('../images/main-content-dbl.png') !important; 
	background-size: 100% auto; 
	background-repeat: y-repeat; 
	padding: 20px 50px; 
	position: relative; 
}

/*  Sidebar  */
.region-sidebar-second .section { 
	color: #cfce9c; 
	margin: 32px 0 20px 0; 
}
.region-sidebar-second .block-title {
	background-image: url('../images/sidebar-top-text3.png'); 
	background-size: 100% auto; 
	background-repeat: y-repeat;
}
#block-block-2 .content {
	background-image: url('../images/sidebar-body.png'); 
	background-size: 100% auto; 
	background-repeat: y-repeat;
	margin-top: -22px;
	padding: 28px;
}
.region-sidebar-second { 
	background-image: url('../images/sidebar-top3.png'); 
	background-position: left top; 
	background-size: 100% auto; 
	background-repeat: no-repeat; 
	margin-left: 719px; 
	margin-top: 115px;
	width: 232px;
	color: #cfce9c; 
}
#block-block-2 {  
	background-image: url('../images/sidebar-bottom-tree-copy.png'); 
	background-position: left bottom; 
	/*background-size: 100% auto ; */
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-bottom: 160px;
	z-index: -9;
}
.region-sidebar-second p { padding: 24px; }
.region-sidebar-second h2.block-title { padding: 10px 24px; margin-bottom: 21px; text-align: center; }

/*  Footer  */