@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML -   		http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/**** DEFAULT STYLES - No media query required since this is the default ****/
/**** XTRA SMALL XS - 767px and smaller ****/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
body {
	background-color: #493E31;
	background-image:none;
	font-family: "expo-sans-pro",sans-serif;
	font-weight:400;
	font-size: 15px;
	line-height:1.5;
	color: #444;
}

 /*Adds outer glow to page*/
.container-fluid { 
	/*-webkit-box-shadow: 0px 0px 15px 5px #CCC;
	box-shadow: 0px 0px 15px 5px #CCC;*/
	max-width: 1240px;
	margin-bottom: 30px;
}
.content-area {
	padding-bottom: 20px;
	background-color: rgba(228,221,190,0.90);
}
.navigation {
	background-color:#333;	
}
header {
	font-family: "modesto-condensed",sans-serif;
	font-weight: 400;
	font-size: 3em;
	padding: 10px;
	line-height:.9;
	text-align: center;
	background-color: #E4DEBE;
	background-image: -webkit-linear-gradient(#D4C68E, #E4DEBE);
	background-image: linear-gradient(#D4C68E, #E4DEBE);
	background-repeat: no-repeat;
	box-shadow: 0px 10px 30px rgba(0,0,0,.5);
	overflow: hidden;
	/*border-radius: 0px 0px 20px 20px;*/
}
header p {
	margin: 0px 6px;
}
.header-small {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #999;
}
header img {
	width:25%;
}
.slogan {
	height:110px;
	text-align:center;
	font-size:16px;
	font-style:italic;	
	line-height:1.3;
	letter-spacing: .05em;
	font-weight: 700;
	text-shadow: rgba(0,0,0,.5) 1px 1px 2px;
	padding: 0 20px;
	color:#fff;
	background-image:url(../images/SmokiesView-BRP800.jpg);
	background-position: center top; 
	background-repeat: none;
	border-top: 1px solid #ddd;
	border-bottom: 3px solid #E4DDBE;
}

/*Standard Link styles*/
a {
	color:#882107;
	text-decoration:none;
	font-weight: 700;
}
a:visited {
	color:#ac6958;
	text-decoration:none;
}
a:active,
a:hover {
	color:#882107;
	text-decoration:underline;
}
h1 {
	font-family: "alternate-gothic-no-3-d",sans-serif;
	font-weight:400;
	color:#914C38;
	font-size: 1.9em;
	line-height: 1.2em;
	margin: 14px 0px;
}
h2 {
	font-family: "alternate-gothic-no-3-d",sans-serif;
	font-weight:400;
	color: #444;
	font-size: 1.9em;
	line-height: 1.2em;
	margin-bottom:6px;
}
h3 {
	font-family: "alternate-gothic-no-3-d",sans-serif;
	font-weight:400;
	color: #444;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom:6px;
}
#p7AP3_1 h3 {
	font-family: "expo-sans-pro",sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height:1.5;
	color: #444;
}

.dropcap {
 	display: block; 
	float: left; 
	font-family: "alternate-gothic-no-3-d",sans-serif;
	font-size: 6em; 
	color:#914C38;
	line-height: 100%; 
	margin-top: -5px; 
	/*margin-bottom: -.4em; */
	margin-bottom: -.2em; 
	margin-right:4px; 
	margin-left:-2px;
} 

/*To float a button right, wrap the button paragraph in a div with "button-right" applied*/
.button-right {
	width:auto;
	float:right;
	margin: 0 0 6px 30px;
}
/*Container for two or more buttons float right*/
.buttons2-right {
	width:auto;
	margin:0 0 6px 20px;
	float:right;
	text-align:center;
}
/*Apply button class to the paragraph, not the link*/
.button a {
	background-color:#97210D;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 6px;
	color: #eee!important;
	font-size: .9em;
	font-family: "expo-sans-pro", sans-serif;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-weight: bold;
   }
.button a:active,
.button a:hover {
	border-top-color: #6e0b03;
	background-color: #6e0b03;
	color: white;
   }
	
/*Special Features row*/
.feature {
	background-color: #333;
	color:#D5CDB0!important;
	padding-top:12px;
	padding-bottom:6px;
}	
.feature a, feature a:visited {
	color:#FFF;
	text-decoration:none;
}
.feature a:hover {
	color:#FFF;
	text-decoration:underline;
}
.feature h2 {
	color:#D5CDB0!important;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

/*Compare lodging table*/
.feature table {
	border-collapse:collapse;
	margin-bottom:20px;
	line-height:1.2;
}
.feature table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.feature table td {
	padding-right: 10px;	
	padding: 3px 0;	
}
.yellow {
	color:#ECC646;
}
	
/*Adds extra padding to the bootom of a row when needed*/
.padding-bottom {
	padding-bottom:16px;	
}
.margin-bottom-16 {
	margin-bottom:16px;	
}

.footer {
	background-color: #BBAF79;
	color: #333;
	padding-top:12px;
	padding-bottom:24px;
    padding-left: 30px;
}

/*For bulleted list with custom bullet*/
.fauxList {
	margin: 6px 0;
	padding-left: 18px;
	background-image:url(../images/bullet.png);
	background-position:0 5px;
	background-repeat:no-repeat;	
}
.fauxList-heads{
	margin-top: 12px;
	margin-bottom: 6px;
	font-weight: bold;
}

/*Add or remove image borders*/
.border {
	border: solid 1px #333;	
}
.no-border {
	border: none!important;
}

/*Floating fluid images*/
.pix-left {
	width: 40%;
	border: solid 1px #400;
	float:left;
	margin: 6px 18px 6px 0;
}
.pix-right {
	width:40%;
	border: solid 1px #400;
	margin:6px 0 6px 18px;
	float:right;
}
.pix-right60 {
	width:60%;
	border: solid 1px #400;
	margin:6px 0 6px 18px;
	float:right;
}

/*Fixed image size*/
.pix-left-fixed {
	border: solid 1px #400;
	float:left;
	margin: 6px 18px 6px 0;
}
.pix-right-fixed {
	border: solid 1px #400;
	margin:6px 0 6px 18px;
	float:right;
}

/*text inset with top and bottom color borders*/
.inset-right {
	width:40%;
	border-top: solid 4px #914C37;	
	border-bottom: solid 4px #914C37;
	margin: 6px 0 10px 18px;
	float:right;
	text-align:center;
	font-style:italic;
	padding: 10px 0px;
	font-weight: 400;
	line-height: 1.5;
	font-size: 1em;
}

.bug {
	float: left;
	width: 50px;
	margin-right: 6px;
	margin-bottom: 4px;
}

/*Town menu */
.town-menu {	
	max-width:200px;
	border-collapse:collapse;
}
.town-menu td {
	border-top: solid 2px #555;
	border-bottom: solid 2px #555;
}
.town-menu td a,
.town-menu td a:visited  {
	color: #924C35;
	text-decoration:none;
	margin-top: 0px;
	margin-bottom:0px;
	padding: 4px;
	display:block;
}
.town-menu td a:active,
.town-menu td a:hover  {
	background-color: #924C35;
	color: #DDD8BB;
	text-decoration:none;
}

/*Colors for availability tables*/
.a-month {
	color: white;
}
.a-yes {
	background-color:#99ff99;
}
.a-maybe {
	background-color:#ffff99;
}
.a-no {
	background-color:#ff9999;
}
.a-grey {
	background-color:#808080;
}
.legend table {
	margin-bottom:24px;	
	line-height: 1.1;
}
.legend td {
	padding:3px 0;
}


/*Home page heads over the photos
Apply to caption paragraphs */ 

.pix-heads {
	font-size: 14px;
	margin: 0px;
	padding: 6px 10px;
	display:block;
	color: #D4C791;
	background-color:#333;
}
.pix-heads a,
.pix-heads a:visited,
.pix-heads a:hover {
	text-decoration:none;
	color: #D4C791;
	background-color:#333;
}


.no-top-margin {
	margin-top: 0px;	
}
.all-units {
	margin-top:-36px;
	margin-left:36px;
}

.special {
	background-color:#DED7BF;	
	text-align:center;
	border: solid 1px #999;
	padding: 10px;
}
.special h2 {
	color: #3A9245;
	margin-top: 0px;
	margin-bottom: 0px;
}
.special h3 {
	margin-top: 0px;
	line-height:1.1;
}
.special p {
	margin: 8px 0;
	line-height: 1.2;
}
.special img {
		width:100%;
		max-width: 150px;
		border: solid 1px #999;
}

.trans {
	color:rgba(0,0,0,0.00);	
}
page-nav {
	margin-bottom:12px;	
}
.page-nav p {
	margin:6px 0;
}

/*Mobile-only*/

.quick-contact p, 
.quick-contact a {
	display: block;
	background-color: #97210C;
	color: white;
	text-decoration: none;
	font-size: 1;
	line-height:3;
	margin: 0px!important;
}
.quick-contact a:active,
.quick-contact a:hover {
	background-color: #6e0b03;
	color: #ddd;
}

/**** XTRA SMALL XS - 767px and smaller √ ****/

.show_xtraSmall {
	display:block;
}
.hide_xtraSmall {
	display: none;
}

/**** SMALL SM - 768px and larger (>991) √ ****/

@media only screen and (min-width: 768px) {

.slogan {
	height:120px;
	background-image:url(../images/SmokiesView-BRP1000.jpg);
	background-position: center -50px; 
	background-repeat: none;
}
h1 {
	font-size: 1.7em;
	line-height: 1.1em;
	max-width: 75%;
}
.content-area {
	padding: 20px 30px;
}
header {
	font-size: 4em;
	line-height:.9;
}
header img {
	width:20%;
}
.hide_small {
	display: none;
}
.show_small {
	display:block;
}
}

/****  MEDIUM MD - 992px and larger (>1200) √  ****/

@media only screen and (min-width: 992px) {

.slogan {
	height:150px;
	background-image:url(../images/SmokiesView-BRP1300.jpg);
	background-position: center -50px; 
	background-repeat: none;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
}
.feature h2 {
	text-align: center;
}
.slogan {
	font-size:18px;
}

header {
	font-size: 4em;
	line-height:.9;
}
header img {
	width:15%;
}
.hide_medium {
	display: none;
}
.show_medium {
	display:block;
}
}

/****  LARGE LG - 1200px and larger  √   ****/
@media only screen and (min-width: 1200px) {

.slogan {
	background-image:none !important;
	color: #333;
	text-shadow: none;
	border-bottom: none!important;
}
body {
	background-image:url(../images/SmokiesView-BRP.jpg);
	background-position: center top;;
	background-repeat:no-repeat;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
	max-width: 100%;
}
header {
	font-size: 4em;
	line-height:.9;
}
header img {
	width:10%;
}
.container-fluid {
	max-width: 1240px!important;
}
.hide_large {
	display: none;
}
.show_large {
	display:block;
}
}

