html {
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
  /* this keeps text same size on tablets */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}

body	{
	text-align: center;
	color: #B3A79C;
	background-color: Black;
	background-image: url(../images/top_red_bg_2.png);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	text-align: center;
	width: 950px;
	min-height: 800px;
	letter-spacing: 1px;
} 

#container_mobile {
	text-align: center;
	width: 100%;
	min-height: 800px;
	letter-spacing: 1px;
} 

#container_home {
	text-align: center;
	width: 96%;
	min-height: 800px;
	letter-spacing: 1px;
} 

#container_home_tablet {
	text-align: center;
	width: 96%;
	min-height: 600px;
	letter-spacing: 1px;
} 

#container_content {
	width: 95%;
	padding: 20px 20px 20px 20px;
	line-height: 22px;
	margin-left: 25px;
	margin-right: 25px;
	letter-spacing: 1px;
}

#container_content_mobile {
	width: 90%;	
	line-height: 24px;
	margin-left: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
}

#logo_txt {
	width: 300px;
	height: 65px;
	position: relative;
	top: 10px;
	left: 0px;
} 

#logo_txt_mobile {
	width: 100%;
	height: 65px;
	
} 

#logo_txt_2 {
	width: 150px;
	height: 45px;
	position: relative;
	top: -20px;
	left: 277px;
}

.book_menu {
	border: none;
	color: #B3A79C;
}

select.book_menu option {
	border: none;
	color: #B3A79C;
	background-image: url(../images/opaque_5.png);
	background-color: black;
}

#detail_response {
	min-height: 800px;
}

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;
}

input.invalid, textarea.invalid, input.invalid:focus, textarea.invalid:focus {
	box-shadow: 0 0 5px rgba(188, 155, 77, 1);
	border: 1px solid #BC9B4D;
	background-image: url(../images/light_opaque_yellow.png);
	background-repeat: repeat;
}

/* links */

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #AEA199;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #AEA199;
}

a:hover, a:active {
	text-decoration: none;
	color: #D0C6C2;
}

#top_links  {
	/*background-image: url(../images/bi_linear_scroll.png);*/
	background-image: url(../images/bi_linear_scroller_d.png);
	width: 950px;
	height: 75px;
	background-repeat: no-repeat;
	line-height: 0%;
}

#top_links a {
	font-size: 112%;
	font-style: normal;
	/*color: #CA971D;*/
	color: #BC9B4D;
	letter-spacing: 2px;
	position: relative;
	top: 35px;
}

#top_links a:hover, #top_links a.current {
	font-size: 112%;
	font-style: normal; /*color: #D39E1F;*/
	color: #DBC99F;
	letter-spacing: 2px;
	position: relative;
	top: 35px;
}

a.other_links:link {
	font-weight: normal;
	text-decoration: none;
	color: #DCCBAB;
}

a.other_links:visited {
	font-weight: normal;
	text-decoration: none;
	color: #DCCBAB;
}

a.other_links:hover, a.other_links:active {
	text-decoration: none;
	color: #ECE2D1;
}

a.standout:link {
	font-weight: normal;
	text-decoration: none;
	color: #8F9386;
}

a.standout:visited {
	font-weight: normal;
	text-decoration: none;
	color: #8F9386;
}

a.standout:hover, a.standout:active {
	text-decoration: none;
	color: #ECE2D1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#footer_links {
	color: ecece4;
	padding: 20px 0px 20px 0px;
	clear: both;	
	height: 175px;
}

/* end links */

/* inputs */

input, textarea, select, option, input.shady, textarea.shady {
	margin: 0;
	background: #3F3F3F url(../images/input_bg.png) repeat-x;
	border: 1px solid #414141;
	padding: 15px 5px 15px 5px;
	outline: none;
	color: White;
	-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 25px rgba(102, 0, 0, 2);
	border: 1px solid #414141;
	background-color: #3F3F3F;
	padding: 15px 5px 15px 5px;
	outline: none;
}

input[type=submit] {
	
   cursor:pointer;
}

input.invalid, textarea.invalid, input.invalid:focus, textarea.invalid:focus {
	border: 1px groove #E5DC8E;
	background-image: url(../images/light_opaque_yellow.png);
	background-repeat: repeat;
	padding: 15px 5px 15px 5px;
	box-shadow: 0 0 5px rgba(255, 255, 224, 1);
	border: 1px solid rgba(255, 255, 224, 1);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ccc;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ccc;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #ccc;
  }



input.no_border, radio {
	border: none;
	background-image: none;
	padding: 7px 5px 7px 5px;
}
/* end inputs */

.nav ul {
	margin: 0; 
	float: right;
	position: relative;
	top: 0px;	
   right: 15px;
}

.nav li {
	display: inline;
}

.nav li em {
	position: relative;
	top: 8px;
	font-style: normal;
}

.nav li a {
	width: 90px;
	height: 38px;
	margin-right: 6px;
}

a#homeNav {
	background: url(../images/homeNav_sm.png) 0 76px;
	float: left;
	text-align: center;
	color: White;
	text-decoration: none;
	font-size: 110%;
	letter-spacing: 2px;
}

a#homeNav:hover {
	background: url(../images/homeNav_sm.png) 0 bottom;
	float: left;
	color: White;
}
	
body#home-page a#homeNav {
	background-position: 0 top;
}

a#galleryNav {
	background: url(../images/homeNav_sm.png) 0 76px;
	float: left;
	text-align: center;
	color: White;
	text-decoration: none;
	font-size: 110%;
	letter-spacing: 2px;
}
	
a#galleryNav:hover {
	background: url(../images/homeNav_sm.png) 0 bottom;
	float: left;
	color: White;
}
	
body#gallery-page a#galleryNav {
	background-position: 0 top;
}

a#eventsNav {
	background: url(../images/homeNav_sm.png) 0 76px;
	float: left;
	text-align: center;
	color: White;
	text-decoration: none;
	font-size: 110%;
	letter-spacing: 2px;
}
	
a#eventsNav:hover {
	background: url(../images/homeNav_sm.png) 0 bottom;
	float: left;
	color: White;
}
	
body#events-page a#eventsNav {
	background-position: 0 top;
}

a#cdNav {
	background: url(../images/homeNav_sm.png) 0 76px;
	float: left;
	text-align: center;
	color: White;
	text-decoration: none;
	font-size: 110%;
	letter-spacing: 2px;
}


a#cdNav:hover {
	background: url(../images/homeNav_sm.png) 0 bottom;
	float: left;
	color: White;
}
	
body#cd-page a#cdNav {
	background-position: 0 top;
}

/*home page */

#home_photo {
	margin-left: 25px;
	margin-bottom: 15px;
	border-top: 2px solid #222222;
	border-left: 2px solid #222222;
	border-right: 4px solid #111111;
	border-bottom: 4px solid #111111;
}

#home_cd_photo {
	margin-left: 25px;
	margin-bottom: 15px;
}

/* Gallery */

table.thumb_grid {
	/*background-image: url(../images/darker_marble_bg.png);
	background-repeat: repeat;
	border: 1px solid #212121;*/
	padding: 15px;
}

#gallery_left {
	text-align: left;
	margin-left: 15px;
	margin-right: 75px;
	position: relative;
	top: -55px;
}

table.gallery_menu_left th {
	padding-bottom: 8px;
}

#gallery_left a {
	color: #ccc;
}

#gallery_left a:hover {
	color: #ddd;
}

#gallery_left a.menu_highlt {
	background-image: url(../images/opaque_5.png);
	text-decoration: none;
	border-bottom: none;
	color: #fff;
}

.category_thumb {
	background-image: url(https://www.lanternworks.com/images/folder_96.png);
	height: 96px;
   width: 96px;
	float: left;
}

.thumb {
	border: 1px solid #444444;
	padding: 1px; /*top and bottom margin is 0 because the line-height of div is 22px */
	margin: 0px 10px 0px 10px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background: #505050;
}

.thumb:hover {
	border: 1px solid #747474;
	padding: 1px;
	margin: 0px 10px 0px 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #555555;
}

.gallery_photo {
	border-top: 2px solid #222222;
	border-left: 2px solid #222222;
	border-right: 4px solid #111111;
	border-bottom: 4px solid #111111;
}

#photo_navigation_top {
	background-image: url(../images/opaque_20.png);
	background-repeat: repeat-x;
	height: 45px;
	position: relative;
	top: 45px;
	z-index: 1000;
}

#photo_navigation {
	background-image: url(../images/opaque_20.png);
	background-repeat: repeat-x;
	height: 45px;
	position: relative;
	top: -55px;
}

a.galry_nxt{
	background-image: url(../images/arrow_right_b_24.png);
	width: 24px;
	height: 24px;
	position: relative;
	top: 20px;
	left: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: none;
	padding: 10px;
}

a.galry_prv{
	background-image: url(../images/arrow_left_b_24.png);
	width: 24px;
	height: 24px;
	position: relative;
	top: 20px;
	left: 10px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: none;
	padding: 10px;
}

a.galry_nxt_sm{
	background-image: url(../images/arrow_right_b_24.png);
	width: 24px;
	height: 24px;
	position: relative;
	top: 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: none;
	padding: 10px;
}

a.galry_prv_sm{
	background-image: url(../images/arrow_left_b_24.png);
	width: 24px;
	height: 24px;
	position: relative;
	top: 5px;
	background-repeat: no-repeat;
	text-decoration: none;
	border: none;
	padding: 10px;
}

a.menu_highlt, a.menu_highlt:visited, a.menu_highlt:active {
	color: White;
	text-decoration: none;
	border-bottom: 1px dotted #4F4D4F;
}


/* End gallery */

/*fieldset*/

fieldset {
	padding: 1em;
	border-top: 1px solid #616161;
	border-left: 1px solid #616161;
	border-bottom: 2.5px solid #4A4A4A;
	border-right: 2.5px solid #4A4A4A;
}  

div.generic_contact {
	border: none;
} 

div.inner_generic_contact {
	padding: 0px 20px 0px 20px;
} 

fieldset.shaded_50 {
	width:50%; 
	background-image: url(../images/opaque_5.png); 
	background-repeat: repeat;

}

fieldset.hover {
	/*padding: 1em;*/
	border-top: 2.25px solid #616161;
	border-left: 2.25px solid #616161;
	border-bottom: 2.25x solid #4A4A4A;
	border-right: 2.25px solid #4A4A4A;
	background-image: url(../images/opaque_5.png);
	background-repeat: repeat;
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}  

fieldset.hover:hover {
	/*padding: 1em;*/
	border-top: 2.25px solid #4A4A4A;
	border-left: 2.25px solid #4A4A4A;
	border-bottom: 2.25px solid #616161;
	border-right: 2.25px solid #616161;
	background-image: url(../images/opaque_5.png);
	background-repeat: repeat;
}  

legend, legend a {
	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;  
}  

fieldset.submit {  
	border-style: none;  
	float: none;    
   width: auto;  
	padding-left: 11em;
	margin-top: -10px;
}

label {    
	float: left;   
	position: relative;  
	width: 10em;    
	margin-right: 1em;  
	text-align: left;
}

label em {        
	position: absolute;        
	left: 9.8em;        
	top: 1;   
	color: #FFF0C7;
	font-size: 90%em;   
}

.required_field {        
	color: #FFF0C7;
	font-size: 90%em;   
}

.standout {
	color: #D0BB95; /*#B4948B;*/
	letter-spacing: 3px;
	font-size: 103%;
}

label.token {
	float: none;	
}

label.wide {
	float: left; 
	position: relative;
	top: .2em;
	width: 19em;
	margin-right: 1em;
	text-align: left;
}

label.narrow {
	float: left; 
	position: relative;
	top: .2em;
	width: 7em;
	margin-right: 1em;
	text-align: left;
}

label.semi-wide {
	float: left; 
	position: relative;
	top: .2em;
	width: 12em;
	margin-right: 1em;
	text-align: left;
}

label.tag-only {
	float: none;
	width: auto;
	margin-right: auto;
	text-align: left;
}

/*end fieldset*/

.author {
	color: #888888;
	font-style: normal;
	font-size: 90%;
}


#quotes {
	/*
	use 18pt for Worstfeild_sling
	use 22pt for Tangerine_Regular
	*/
	/*font-size: 22pt;*/
	font-style: italic;
	font-size: 12pt;
	line-height: 28px;
	margin-top: 25px;
}

#quotes_tablet {
	font-size: 11pt;
	line-height: 22px;
	font-style: italic;
}

.author_tablet {
	color: #888888;
	font-style: normal;
	font-size: 95%;
}

#timeDiv {
	
}

strong {
	letter-spacing: 2px;
}

@font-face {
    font-family: Worstveld_Sling;
    src: url('../fonts/Worstveld_Sling.otf');
}

.Worstveld_Sling{
   font-family: Worstveld_Sling;
	letter-spacing: 2px;
}

@font-face {
    font-family: CamphorStd-Heavy;
    src: url('../fonts/CamphorStd-Heavy.otf');
}

.CamphorStd-Heavy{
   font-family: CamphorStd-Heavy;
	letter-spacing: 5px;
}

@font-face {
    font-family: Nuptial;
    src: url('../fonts/Nuptial.ttf');
}

.Nuptial{
   font-family: Nuptial;
	letter-spacing: 2px;
}

div.separator {
/*	background: url(../images/sep_burgan.png);*/
	background: url(../images/burgan_sep.png);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

div.separator_3 {
	background: url(../images/sep_horizontal.png);
	background-repeat: repeat-x;
	margin-top: 8px;
}

div.hash {
/*	background-image: url(../images/hash.gif);*/
   background: url(../images/burgan_sep.png);
	background-repeat: repeat-x;
	/*height: 6px;
	width: 75%;*/
	margin-top: 8px;
	margin-bottom: 8px;
}

div.hash_b {
/*	background: url(../images/sep_burgan.png);*/
	background: url(../images/burgan_sep.png);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	position: relative;
	top: -8px;
}

@font-face { 
	font-family:'Worstveld_Sting'; 
	src:url('../fonts/Worstveld_Sting.eot'); 
	src: url('../fonts/Worstveld_Sting.woff') format('woff'), url('../fonts/Worstveld_Sting.otf') format('opentype');
} 

.Worstveld_Sting { 
	font-family:'Worstveld_Sting', Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
}

/* links page formatting*/

.link_headers {
	font-weight: bold;
}

a.other_links {
	color: #F5F5F5;
	text-decoration: none;
}

a.link_text {
	text-decoration: none;
}

ul.links {
 margin-left: -40px;
}

/* end links page formatting*/

#footer:hover {
	text-align: center;
	background-image: url(../images/btm_glow_clr.png);
	width: 825px;
	height: 110px;
	letter-spacing: 2px;
	font-size: 90%;
} 

a.on {
	color: #fff;
}







