/*////// RESET STYLES //////*/
body, #bodyTable, #bodyCell{height:100% !important; margin:0; padding:0; width:100% !important;}
table{border-collapse:collapse;}
img, a img{border:0; outline:none; text-decoration:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}

/*////// CLIENT-SPECIFIC STYLES //////*/
img{-ms-interpolation-mode: bicubic;} /*Force IE to smoothly render resized images. */
body, table, td, p, a, li, blockquote{-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%} /* Prevent Windows- and Webkit-based mobile platforms from changing declared text size. */

/*////// GENERAL STYLES //////*/
html {
	background: url(img/fire-2048.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 2em;
	color: rgba(0,0,0,0.5);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, a:visited {
	text-decoration: none;
	color: rgba(255,111,73,0.5);
	-webkit-transition: color .15s ease-in-out;
	-moz-transition: color .15s ease-in-out;
	-ms-transition: color .15s ease-in-out;
	-o-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
}
a:hover {
	text-decoration: none;
	color: rgba(255,111,73,0.75);
}
#outerContainer {
	max-width: 1280px;
	min-width: 768px;
	margin: 0;
}
#nav {
	height: 70px;
	padding: 50px 50px 0;
	font-family: 'Verlag A', 'Verlag B';
	font-weight: 800;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul#navHome {
	float: left;
}
#nav ul#navHome a, #nav ul#navHome a:visited {
	color: rgba(255,255,255,0.75);
}
#nav ul#navHome a:hover {
	color: rgba(255,255,255,1);
}
#nav ul#navLinks {
	float: right;
}
#nav ul#navLinks li {
	margin-left: 30px;
}
#contentArea {
	position: relative;
	max-width: 1180px;
	font-family: 'Verlag A', 'Verlag B';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
.screen {
	position: absolute;
	top: 0;
	width: 100%;
	color: #ffffff;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
h1 {
	font-family: 'Landmark Inline A', 'Landmark Inline B';
	font-weight: 400;
	font-style: normal;
	font-size: 96px;
	line-height: 0.96em;
	text-transform: uppercase;
	padding: 120px 0 60px;
}
h2 {
	font-family: 'Landmark Inline A', 'Landmark Inline B';
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	line-height: 0.96em;
	text-transform: uppercase;
	padding: 64px 0 30px;
}
h3 {
	font-family: 'Verlag A', 'Verlag B';
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	line-height: 41px;
	letter-spacing: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 22px 0 0;
}
h4 {
	font-family: 'Surveyor Text A', 'Surveyor Text B';
	font-weight: 400;
	font-style: italic;
	font-size: 19px;
	line-height: 23px;
}
p {
	font-family: 'Verlag A', 'Verlag B';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#registryContent {
	background-color: rgba(255,111,73,0.92);
}

/*////// SECTION-SPECIFIC CONTENT STYLES //////*/

#registryContent h3 {
	padding-top: 0px;
}
#registryContent p {
	font-family: 'Surveyor Text A', 'Surveyor Text B';
	font-weight: 400;
	font-style: italic;
	font-size: 19px;
	line-height: 28px;
	text-transform: none;
	letter-spacing: 0;
	width: 100%;
	max-width: 950px;
	min-width: 768px;
	padding: 20px 0 60px;
}
#registryContent p span {
	font-family: 'Verlag A', 'Verlag B';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	letter-spacing: 2px;
}
#registryContent a, #registryContent a:visited {
	color: rgba(0,0,0,0.5);
}
#registryContent a:hover {
	color: rgba(0,0,0,0.75);
}

/*////// ADJUSTED FOR SCREEN SIZE //////*/

@media only screen and (max-width:1024px){
	.html {background-image:'img/stonebarn-1024.jpg'}
}

/*////// MOBILE STYLES //////*/

@media only screen and (max-width:768px){
	body {width:100%; min-width:100%;} /*Force iOS to render the page at full width. */
	#outerContainer {width:100%; min-width:320px; max-width:768px;}
}