html * {
   	font-size: .97em;
   	color: #000;
   	font-family: Arial;
}
body {
 	margin:0; 
 	padding:0;
 	background-color: #B48743;
 }
 .videoWrapper {
     position: relative;
 	padding-bottom: 56.25%; /* 16:9 */
 	padding-top: 25px;
 	height: 0;
 }
 .videoWrapper iframe {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}

 /* prepares the background image to full capacity of the viewing area */
 #bg {
 	position:fixed; 
 	top:0; 
 	left:0; 
 	width:100%; 
 	height:100%;
 	z-index:-1;
 }
 .stretch {
 	width:100%; 
 	height:100%;
 }
  /* places the content ontop of the background image */
  .content {
  	position:relative; 
  	z-index:1;
  }
.contentArea {
  	background-color: #DCB46F;
  	background-image:url('../img/bodyBkgnd.jpg');
	background-repeat:repeat-x;
}
.sectionWrapper {
	text-align: left; 
	padding-left:10px; 
	padding-right:10px;
}

.needsLRBorder {
	border-width:5px;
	border-color:white;
	border-top-style:none;
	border-right-style:solid;
	border-bottom-style:none;
	border-left-style:solid;
}
.needsTBorder {
	border-width:5px;
	border-color:white;
	border-top-style:solid;
}
.needsBBorder {
	border-width:5px;
	border-color:white;
	border-bottom-style:solid;
}
.copyright {
     	font-family: Arial;
     	font-size: .7em;
     	color: white;
     	text-decoration: none;
     	text-align:right; 
     	 padding: 0 .5em 0 .5em;
}

#logo{
	position:absolute;
	left:40px;
	top:85px;
}
.bodyTitle, .sectionTitle {
     	font-family: 'Acme', 'Allan', cursive;
     	font-weight: bold;
     	font-style: italic;
}
.sectionTitle {
     	color: #5B4A0E;
     	font-size: 2em;
     	vertical-align:bottom; 
     	padding-left:10px;
}
.bodyTitle {
     	color: #000;
     	font-size: 2em;
}
.bodySubTitle {
 	color: #7D4B28;
     	font-style: italic;
}
.vlineSeparator {
	border-width:1px;
	border-color:#8C511E;
	border-left-style:dashed;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}
.lineSeparator {
 	width: 100%; 
 	height: 1px; 
 	background: #8C511E; 
 	overflow: hidden; 
 	padding-left: 20px;
 	margin-bottom: 5px;
}
#hlmWrapper {
    	height:54px;
    	max-width: 900px;
}
.hemlImg {
	background: url('../img/top2.png') no-repeat scroll 0 0 transparent;
    	background-size:100% 100%;
	width: 100%;
	height: 100%;
}
#hdrWrapper {
    	height:184px;
    	max-width: 902px;
}
.header {
	background: url('../img/header.png') no-repeat scroll 0 0 transparent;
	width: 100%;
	height: 100%; 
    	background-size:100% 100%;
}
.footer {
	background-image:url('../img/mtnfooter.png');
}

a {
	color: blue;
	text-decoration: underline;
}

.newsheader {
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-style: italic; 
	font-weight: bold; 
	font-size: 1em; 
	font-family: Arial; 
	color: maroon;
}

.newstext {
	padding: 0px 0px 0px 10px;
	FONT-SIZE: .9em;
	FONT-FAMILY: Arial;
	COLOR: #000000;
	TEXT-DECORATION: none
}

#sliderdiv {    	
    	text-align: left;
    	float: right;
    
    	margin-right:10px;
    	padding:5px;
    	border-width:1px;
    	border-color:#7D4B28;
    	border-top-style:solid;
    	border-right-style:solid;
    	border-bottom-style:solid;
    	border-left-style:solid;
}

.phoneNumber {
	padding:5px 0 10px 0;
	font-weight: bold;
}
#socialMediaIconsDesktop {
	float: right; 
	margin: 0px 15px 15px 0px;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	border: 1px solid black;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/* NAVIGATION */
.nav {
	padding-bottom: 6px; 
	background-color:#B48743;
}
.navigation {
  	background-image:url('../img/nav.png');
	max-width: 892px;
	height: 36px;
}
#navBar {
	box-shadow: 0 4px 4px -2px black;  /* 0 = Hoz; 4px = Vert; 4px = Blur; -2px = Spread */
}

/* NAV MENU ITEMS */
ul.navLinks {
	padding: .5em 0 0 0;  /* brings the menu item down a bit */

}
a.navAnchor {
	text-decoration:none;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 1.1em;
	text-shadow: 1px 1px #000000;
	color:white;
}
a.navAnchor:hover {
	color:#FFFF80;
}
li.navItem {
	display:inline;
}

/** Facebook Widget **/
#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    background-color: white;
}


/** WOW Slider Correction for webkit browsers **/
#wowslider-container1 {
-webkit-transform-style: preserve-3d;
-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}
.ws_images {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}


@media screen and (max-width: 680px) {
	header.desktop { display: none; }
	#bg {display: none;}
	.vlineSeparator { border-width:0px;}
	#socialMediaIconsDesktop { display: none; }
	.copyright { font-size: .7em;}
	#Links { display: none; }
	#rider { width:300px; height:50px; }
}
@media screen and (min-width: 681px) {
	header.mobile { display: none; }
	.copyright { font-size: .8em; }
}


