/* ~~~ General Properties ~~~ */

html {
	font-family: 'Quicksand', Verdana, 'Trebuchet MS', Tahoma, Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #000;
  /* this keeps text same size on tablets */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}



@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 

body {
	color: #111;
	/*color: #521301;*/
	background: #d0d0d0 url(../images/noise.png) repeat;
	background-attachment: scroll;
	margin: 0px;
}
}

@supports not (-webkit-overflow-scrolling: touch) {
  /* CSS for other than iOS devices */ 

body {
	color: #111;
	/*color: #521301;*/
	background: #d0d0d0 url(../images/noise.png) repeat;
	
	background-attachment: fixed;

	margin: 0px;
}

}

@supports (-webkit-overflow-scrolling: touch) {
  .widget-wrap {
  background-attachment: scroll;
  }
}

.Encode_Sans_Expanded {
	font-family: 'Encode Sans Expanded', sans-serif;
	font-size: 35px;
	letter-spacing: 2px;
	color: #561316;
  /* this keeps text same size on tablets */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}

.Encode_Sans_Expanded_Grey {
	font-family: 'Encode Sans Expanded', sans-serif;
	font-size: 35px;
	letter-spacing: 2px;
	color: #454545;
  /* this keeps text same size on tablets */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}

#top-bar {
	

}

#top-bar-mobile {
	background: #FFFFF0;
	background-image: url(../images/topbar-bg.jpg); /* light_bevel.png*/
	background-position: top;
	background-repeat: repeat;
	height: 75px;
	width:100%;
}

#mobile-tagline {
	position:absolute;
	top: 20px;
	left:1px;
}

#home_image_mobile {
	height: 150px;
	width: 100%;
	background-color: transparent;
	/*background-image: url(https://www.lanternworks.com/images/OldLighthouse.png);*/
	background-image: url(https://www.frontdesq.com/images/mobile-top-bg3.png);
	background-repeat: no-repeat;
}

#tagline {
	position: absolute;
	top: 26px;
	left: 1px;
}

#visor {
	background-image: url(https://www.frontdesq.com/images/visor.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 36px;
	background-position: top;
}

.glow-box {
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
	/*border: 1px solid rgba(102, 0, 0, 1);*/
	/*outline: none;*/
}

div.color_band {
	background-image: url(../images/opaque_5.png);
	background-repeat: repeat;
	text-align: left;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	margin-bottom:10px;
	color: #111;
}

.login_username {
	background: url(https://www.frontdesq.com/images/profile_24_16.png);
	background-position: left;
	background-repeat: no-repeat;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-right: #dedede solid 1px;
	border-bottom: #dedede solid 1px;
	/*background-image: url(https://www.frontdesq.com/images/opaque_white_even_less.png);*/
   background-color: transparent;
	color: #222;
   -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	outline-radius: 2px;
	-webkit-outline-radius: 2px;
	-moz-outline-radius: 2px;
	padding: 10px 0px 10px 30px;
}

.login_username:focus {
	background: url(https://www.frontdesq.com/images/profile_24_16.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
	border: 1px solid rgba(102, 0, 0);
	background-color: transparent;
	color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	outline-radius: 0px;
	-webkit-outline-radius: 0px;
	-moz-outline-radius: 0px;
	padding: 10px 0px 10px 30px;
}

.login_password {
	background: url(https://www.frontdesq.com/images/lock_24_16.png);
	background-position: left;
	background-repeat: no-repeat;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-right: #dedede solid 1px;
	border-bottom: #dedede solid 1px;
	/*background-image: url(https://www.frontdesq.com/images/opaque_white_even_less.png);*/
   background-color: transparent;
	color: #222;
   -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	outline-radius: 2px;
	-webkit-outline-radius: 2px;
	-moz-outline-radius: 2px;
	padding: 10px 0px 10px 30px;
}

.login_password:focus {
   background: url(https://www.frontdesq.com/images/lock_24_16.png);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
	border: 1px solid rgba(102, 0, 0);
	background-color: transparent;
	color: #000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	outline-radius: 0px;
	-webkit-outline-radius: 0px;
	-moz-outline-radius: 0px;
	padding: 10px 0px 10px 30px;
}

input.login_inside_no_padd, input.login_inside_no_padd:focus {
	height: 15px;
	padding-right:0px;
   background-image: none;
}

input.login_inside, input.login_inside:focus {
	height: 15px; 
	padding-right:40px;
   background-image: none;
}

.login_button_inside {
	background-color: transparent;
	background: url(../images/opaque_3.png) repeat;
	color: #000;
	text-decoration: none;
	margin-left: -41px;
	height: 34px;
	width: 40px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #ababab;
	-webkit-appearance: none;
}

.indent {
	margin-left: 20px;
}

img {
	border: none;
}

/* ~~~ Header Properties ~~~ */

.header {
	font-size: 14px;
	color: #4E4F48;
	letter-spacing: 5px;
}

.header_front_page {
	font-size: 18px;
	font-weight: bold;
	color: #4E4F48;
	letter-spacing: 4px;
}

.plaster {
	
}

.ecru {
	background-image: url(../images/ecru_t300.jpg);
	background-repeat: repeat;
}
* {
	padding: 0;
	margin: 0;
	}


img.fixed_loading_img {
	background: url(../images/paper_bg_center.gif) repeat-y;
	margin-left: 49%;
}

#static_img1 {
	position: absolute;
	top: 10px;
	left: 20px;
}

#radial_flare {
	position: absolute;
	top: 180px;
	left: 3px;
}

#pillar_left {
	position: absolute;
	bottom: 1px;
	left: 1px;
}

#pillar_right {
	position: fixed;
	bottom: -5px;
	right: 1px;
}
.drapery {
	background-image: url(../images/drapery.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

img.absmiddle, input.absmiddle {
	position: relative;
	top: -5px;
}

.mobile_content {
	margin:20px;
	text-align: left;
}

.mobile_generic_contact {
	margin:20px;
	text-align: left;
}

div.separator_2 {
	width: 100%;
	height: 2px;
	margin-bottom: 10px;
	background-image: url(../images/line_horizo_op.png);
	background-repeat: repeat-x;
}

/* begin battle */
div.battle_bg {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 1px;
}

.battle_border {
	padding: 1px 0px 0px 1px;
	overflow: hidden;
	background-color:#fff;
}

.battle_containerHead {
	letter-spacing: 2px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
	padding: 5px;
	background: url(../images/opaque_1.png) repeat;
	min-height: 10px;
}

.eBox {
	text-align: left;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}

.battle_containerContent {
	margin: 20px;
}

.battle_smallFont {
	font-size:8pt
}

/* begin battle sanz opaque*/

.battle_containerHead_sanz {
	letter-spacing: 2px;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
	padding: 5px;
}

.battle_container-1_sanz {
	clear: both;
	text-align: left;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
	margin-top: 1px;
}



#bubble_1 {
	position: absolute;
	top: 220px;
	left: 15px;
}

#bubble_2 {
	position: absolute;
	top: 220px;
	right: 15px;
}

#bubble_3 {
	position: absolute;
	top: 210px;
	left: 15px;
}

#bubble_4 {
	position: absolute;
	top: 290px;
	left: 15px;
}

#bubble_5 {
	position: absolute;
	top: 360px;
	left: 15px;
}

td.news_bg {
	background-image: url(../images/news-bg.jpg);
}
.headingtext{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #ABAB87;
	FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 15px;
}

.smalltext {
	FONT-WEIGHT:normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 14px;
	
}

#button {
	background-image: url(../images/btn_bg_175.png);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#button_txt {
	position: relative;
	top: -15px;
	left: -10px;
	color: #465B10;
}

#under_construction {
	font-size: 24px;
	letter-spacing: 4px;
}

a {
	outline: 0px;
}

a:link {
	text-decoration: none;
	border-bottom: 1px solid #B2B198;
	color: Black;
}

a:visited {
	text-decoration: none;
	border-bottom: 1px solid #B2B198;
	color: Black;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #303030;
	color: Black;
	background-image: url(../images/opaque_1.png);
}

a:active {
	text-decoration: none;
	border-bottom: 1px solid #AAA08C;
	color: Black;
}
	
a.gallery {
	border: none;
}	

/*These next lines will remove the dotted lines that appear around image linkes when clicked */
a:active {
  outline: none;
}

a:focus {
  -moz-outline-style: none;
}

/* calendar properties */

th.calendar {
	/*border: 1px solid #B2B198;*/
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
	background-image: url(../images/opaque_5.png);
	font-weight: normal;
}

td.too_soon {
	background-image: url(../images/opaque_10.png);
	color: #8b8b8b;
	/*border: 1px solid #D8D8BE;*/
	padding: 0px;
	background-repeat: repeat;
}

td.booked {
	background-image: url(../images/booked_bg2.png);
	color: #222;
	/*border: 1px solid #D8D8BE;*/
	padding: 4px;
	background-repeat: repeat;
}

td.available, td.border {
	background-image: url(../images/opaque_5.png);
	padding: 4px;
}

td.available:hover {
	
}

#date_avail {
	background-image: url(../images/opaque_5.png);
	/*border: 1px solid #D8D8BE;*/
}

#date_booked {
	background-image: url(../images/booked_bg2.png);
	/*border: 1px solid #D8D8BE;*/
}

a.calendar, a.calendar:hover {
	color: #101010;
	text-decoration: none;
	border-bottom: none;
	background-image: none;
}

/* end calendar */

/* gallery stuff */
#image_count {
	position: absolute;
	top: 100px;
	right: -185px;
	color: Black;
	background-image: url(../images/sep_vertical.png);
	background-position: left;
	background-repeat: repeat-y;
	min-height: 50px;
	padding-left: 20px;
}

.gallery_next_prev {
	background-image: url(../images/opaque_10.png);
	padding-left: 10px;
	padding-right: 10px;
}

table.no_border {
	border: 0px;
	width: 100%;
}

img.border {
	border: 1px solid #8C8673;
}
/* ~~~ Text Properties ~~~ */

p { 
	font: 100% Georgia, Palatino, Times, Times New Roman, serif; 
	line-height: 17px;
	margin-top: 0px; 
	text-align: justify;
	padding-bottom: 10px;
}

.center_content {
	background: url(../images/paper_bg_center.gif) repeat-y;
	
}

h3 { 
	text-indent: -1000em;
	}

acronym {
	font-style: italic;
	border: 0px;
	cursor: help;
	}

.wide_spaced {
	letter-spacing: 4px;
}
/* ~~~ Div Properties ~~~ */

#intro { 
	display: block;
	}

#main_menu {
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	position: absolute;
	top: 42px;
	right: 15px;
	clear: both;
	text-align: center;	
	line-height: 24px;
	color: #2F4F4F;
	padding-top: 5px;
	padding-bottom: 5px;
}	

a.top_links:link {
	text-decoration: none;
	border-bottom: none;
	color: Black;
	padding: 5px 7px 5px 7px;
	font-size:13px;
}

a.top_links:visited {
	text-decoration: none;
	border-bottom: none;
	color: Black;
	padding: 5px 7px 5px 7px;
	font-size:13px;
}

a.top_links:hover {
	text-decoration: none;
	border-bottom: none;
	color: #561316;
	padding: 5px 7px 5px 7px;
	font-size:13px;
	background-image: url(../images/opaque_1.png);
}

a.top_links:active {
	text-decoration: none;
	border-bottom: none;
	color: #561316;
	padding: 5px 7px 5px 7px;
	font-size:13px;
}

a.menu_highlt {
	text-decoration: none;
	border-bottom: none;
	color: #561316;
	padding: 5px 7px 5px 7px;
	font-size:13px;
	background-image: url(../images/opaque_5.png);
}

#quickSummary .p1 {
	
	left: 80px;
	position: relative;
	width: 660px;
	height: 155px;
	text-indent: -1000em;
}

input, textarea, select, option {
	margin: 0;
	border-top: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-bottom: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	background: transparent url(../images/opaque_1.png) repeat;
	padding: 7px 5px 7px 5px;
	outline: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 20px rgba(255, 255, 255, 1);
	border: 1px solid rgba(102, 0, 0);
	padding: 7px 5px 7px 5px;
	outline: none;
}

input[type=submit] {
   border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
	background: transparent url(../images/opaque_1.png) repeat;
	padding: 7px 5px 7px 5px;
   cursor:pointer;
}

input.invalid, textarea.invalid, input.invalid:focus, textarea.invalid:focus {
	color: Black;
	box-shadow: 0 0 5px rgb(86,19,22); /*rgba(230, 219, 85, 1)*/
	border: 1px solid rgb(86,19,22); /*rgba(230, 219, 85, 1)*/
	background-image: url(../images/opaque_5.png);
	background-repeat: repeat;
	padding: 7px 5px 7px 5px;
}

/* ~~~ List Properties ~~~ */

#linkList {
	/*background: url(../images/menu_bg.gif) repeat;*/
	position: absolute;
	top: 0px;
	left: -220px;
}

#linkList ul {
	list-style-type: none;
	}

#linkList ul li {
	list-style-image: url(../images/diamond-gray.gif);
	line-height: 15px;
	}

#linkList ul li a {
	display: block;
	border-top: 1px solid Black;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 90%;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.bottom a {
	display: block;
	border-bottom: 1px solid Black;
	text-decoration: none;
	letter-spacing: 3px;
	padding-right: 20px;
}

#linkList ul li a:hover {
	text-decoration: none;
	color: White;
}

#lselect li a.c {
	font: 100% Georgia, Times, Times New Roman, serif; 
	text-transform: none;
	text-decoration: none;
	display: inline;
	color: #64645A;
}

#lselect ul li a:hover.c {
	color: #8C7846;
	text-decoration: none;
}


/* ~~~ Misc Properties ~~~ */

a.no_underline, a.plain {
	border: none;
	text-decoration: none;
	background-image: none;
}

li {
	padding-bottom: 8px;
}
.indent {
	margin-left: 15px;
}

li.indent {
	margin-left: 15px;
}

.indent_2 {
	margin-left: 30px;
}


#detail_response {
	
}

#paper_bg_top {
	background: url(../images/paper_bg_top.gif) no-repeat;
	height: 21px;
}
#paper_bg_bottom {
	background: url(../images/paper_bg_bottom.gif) no-repeat top;
	height: 21px;
}

.back_button {
	font-size: 12px;
	color: #91A592;
	letter-spacing: 2px;
}

.inline_14 {
	position: relative;
	top: 3px;
}

.inline_16 {
	position: relative;
	top: 4px;
}

.inline_24 {
	position: relative;
	top: 6px;
}

.inline_25 {
	position: relative;
	top: 7.5px;
}

.inline_32 {
	position: relative;
	top: 8px;
}

/* ~~~ Eric Meyer's CSS hover effect~~~ */
div#links a span {display: none;}

div#links a:hover span {
	display: block;
	position: absolute;
	top: 340px;
	left: 0%;
	width: 100%;
	margin-bottom: 15px;
	z-index: 100;
	color: #000;
	background: transparent;
	text-align: center;
}

/* ~~~ END Eric Meyer's CSS hover effect~~~ */

/* fieldset */

fieldset {
	border:none;
}

.boxed {
	background: transparent;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
	color: #111;	
   font-size: 14px;
	font-weight: normal;
	font-family: 'Open Sans', Verdana, 'Trebuchet MS', Tahoma, Lucida Grande, Arial, Helvetica, sans-serif;
   width: 100%;
	/*padding: 10px;*/
	position: relative;
}  

div.generic_contact {
	line-height: 20px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #ababab;
	border-right: 1px solid #ababab;
}  

div.inner_generic_contact {
	padding: 0px 20px 0px 20px;
}

legend {
	margin-left: 1em;
	color: #FFF0C7;
	font-size: 0.9em;
	letter-spacing: 4px;
	font-weight:bold;
} 

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}  

fieldset li {  
	padding-bottom: 1em;  
}  

label, fieldet.generic_contact label {    
	float: left;   
	position: relative;  
	width: 9em;    
	margin-right: .5em;  
	text-align: left;
}

label em {        
	position: absolute;        
	left: 9.8em;        
	top: 1;   
	color: #FFF0C7;
	font-size: 90%em;   
}

label.wide {
	float: left; 
	position: relative;
	top: .2em;
	width: 15em;
	margin-right: 1em;
	text-align: left;
}

label.tag-only {
	float: none;
	width: auto;
	margin-right: auto;
	text-align: left;
}

/*end fieldset*/

#bottom {
	position: absolute;
	bottom: 25px;
	right: 0px;
	width: 100%;
}
	
#footer {
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8BE;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8BE;
	
	margin-top: 1px;
	color: #2F4F4F;
	background: url(../images/opaque_5.png) repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}	

