@import url("/includes/webfonts.css");

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background: #fefdfc url(/images/bg-texture.jpg) center top;
	text-align: center;
}
div, td, input, select, textarea {
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 14px;
	color: #99948a;
}
a {
	color: #ff8d3a;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}

#header {
	margin: 0 auto;
	padding-top: 59px;
	width: 980px;
	text-align: left;
}
#nav {
	float: right;
	margin-top: 32px;
}
#nav a, #nav img, #nav form, #nav form input {
	display: inline-block;
	vertical-align: middle;
}
#nav a {
	margin-right: 40px;
}
#nav form .searchfield {
	margin: 0 15px 0 25px;
	width: 90px;
	height: 26px;
	border: none;
	background: url(/images/nav-search-bg.png) no-repeat center top;
	-webkit-border-radius: 0;
	resize: none;
	font-size: 12px;
}
#logo {
	margin-left: -40px;
}
.navsub {
	display: none;
	position: absolute;
	padding: 10px 0;
	width: 170px;
	background: #fefdfc url(/images/bg-texture.jpg) center top;
	-mox-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	text-align: center;
	z-index: 1000;
}
.navsub a {
	display: block;
	margin: 0 auto;
	padding: 3px 0;
	width: 150px;
	background-color: transparent;
	font-size: 11px;
	color: #514244;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.navsub a:hover {
	background-color: #edecec;
}

#content-blog-top {
	width: 100%;
	background: url(/images/bg-blog-top.jpg) no-repeat center top;
}
#content-blog {
	width: 100%;
	min-height: 100%;
	background: url(/images/bg-blog.jpg) repeat-y center top;
	-webkit-background-size: 1380px 1521px;
}
#content-home {
	width: 100%;
	height: 670px;
	background: url(/images/bg-home.jpg) no-repeat center top;
	-webkit-background-size: 1200px 670px;
}
#content {
	margin: 0 auto;
	width: 980px;
}
#home-quote {
	float: left;
	display: table;
	margin: 100px 20px 0 10px;
	width: 255px;
	height: 470px;
}
#home-quote #home-quote-vert {
	display: table-cell;
	vertical-align: middle;
}
#home-slideshow {
	float: left;
	margin-top: 100px;
	width: 695px;
	height: 470px;
	overflow: hidden;
	background: #fff;
	-mox-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	text-align: center;
}
#home-slideshow div {
	padding: 10px;
}
#infobar {
	padding: 25px 0;
	text-transform: uppercase;
}
#infobar span {
	color: #7dd1da;
}
h2, h2 a, h3, .title {
	margin: 0 auto 15px auto;
	padding: 0;
	font-family: RalewayThin;
	font-size: 34px;
	font-weight: normal;
	font-style: normal;
	color: #514244;
	letter-spacing: 1px;
	line-height: 39px;
}
.button {
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left 3px;
	font-family: MrsBlackfort;
	font-size: 18px;
	color: #7f7677;
}
h2 a:hover, a.button:hover {
	color: #ff8d3a;
}
.blogtitle {
	margin: 0 auto 50px auto;
	padding: 25px 0 10px 0;
	width: 900px;
	border-top: 1px solid #dbd8d7;
	border-bottom: 1px solid #dbd8d7;
}
.blogtext {
	margin: 0 auto 30px auto;
	width: 900px;
	line-height: 23px;
	text-align: left;
}
.dropcap {
	float: left;
	padding-top: 5px;
	padding-right: 4px;
	font-family: RalewayThin;
	font-size: 46px;
	color: #514244;
	text-transform: uppercase;
	line-height: 36px;
}
.blogpic {
	display: inline-block;
	margin: 0 auto 30px auto;
	padding: 10px;
	background: #fff;
	-mox-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.field {
	margin: 4px 0 10px 0;
	width: 350px;
	border: 1px solid #dbd8d7;
	background-color: #ffffff;
	-webkit-border-radius: 0;
	resize: none;
}
.field2 { display: none; }
#footer {
	margin: 0 auto;
	padding: 15px 0 25px 0;
}
#footer, #footer a {
	font-size: 10px;
	color: #99948a;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#footer span {
	padding: 0 25px;
	color: #ccc5b8;
}
#footer a:hover {
	color: #ff8d3a;
}
