/*
font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
font-family: 'Montserrat', Arial, Helvetica, sans-serif;
font-family: 'Learning Curve', script;
*/
body {
	margin: 10px 0;
	background-color: #fff;
	text-align: center;
}
div, input, select, textarea, td {
	font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #a58d68;
}
a {
	color: #e31b23;
	text-decoration: none;
}
a:hover {
	color: #a58d68;
}
.clear {
	float: none !important;
	clear: both;
}
.radius {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.box-margin {
	float: left;
	margin: 5px;
}
#header {
	margin: 0 auto;
	width: 1000px;
	height: 140px;
	overflow: hidden;
	text-align: center;
}
#logo {
	float: left;
	margin-left: 5px;
	width: 130px;
	height: 130px;
	/*
	background: url(/images/rhinehart-photography-logo.png) no-repeat center top;
	text-indent: -9999px;
	*/
}
#nav {
	float: left;
	margin-top: 106px;
	width: 610px;
	text-align: right;
}
#nav a {
	display: inline-block;
	margin-left: 40px;
	padding: 10px 0;
}
#nav a:first-child {
	margin-left: 0;
}
#nav #portfolioNav, #nav #aboutNav {
	cursor: default;
}
div.navsub {
	display: none;
	position: absolute;
	padding: 10px 0;
	top: 149px;
	border-right: 2px solid #ede8e1;
	border-bottom: 2px solid #ede8e1;
	border-left: 2px solid #ede8e1;
	border-top: 2px solid #fff;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #fff;
	text-align: center;
	z-index: 1000;
}
div.navsub a {
	display: block;
	padding: 5px 20px;
}
#nav a, div.navsub a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #a58d68;
	letter-spacing: 1px;
	text-transform: lowercase;
}
#nav a:hover, div.navsub a:hover {
	color: #e31b23;
}

#social {
	float: left;
	margin-top: 110px;
	width: 250px;
	text-align: right;
}
#social a {
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background-image: url(/images/social-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: left;
	text-indent: -9999px;
	opacity: 0.5;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#social a.pinterest {
	background-position: -30px 0;
}
#social a.instagram {
	background-position: -90px 0;
}
#social a:hover {
	opacity: 1;
}

#content {
	margin: -5px auto 0 auto;
	width: 1000px;
}
/* tablet / phone */
@media only screen and (max-width: 1100px) {

}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
.title, .subtitle {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #a58d68;
	letter-spacing: 0;
	text-transform: lowercase;
	line-height: 40px;
}
.script {
	font-family: 'Learning Curve', script;
	font-size: 60px;
	letter-spacing: normal;
	text-transform: lowercase;
}
.subtitle {
	font-size: 20px;
	line-height: 30px;
}
.white {
	color: #fff;
}
.bodytext {
	margin: 0 auto;
	text-align: left;
	line-height: 22px;
}
.dropcap {
	float: left;
	margin: 15px 15px 0 0;
	color: #e31b23;
	line-height: 24px;
	text-transform: uppercase;
}

#home-slideshow-container {
	position: relative;
	width: 740px;
	height: 490px;
}
#home-slideshow-prev, #home-slideshow-next {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 370px;
	height: 490px;
	z-index: 900;
	cursor: pointer;
	background-image: url(/images/arrows-slideshow.png);
	background-repeat: no-repeat;
	background-position: -25px center;
	opacity: 0.5;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#home-slideshow-next {
	left: auto;
	right: 0;
	background-position: 344px center;
}
#home-slideshow-prev:hover, #home-slideshow-next:hover {
	opacity: 1;
}
#home-text {
	display: table;
	width: 240px;
	height: 490px;
	background-color: #e31b23;
}
#home-text h1 {
	display: table-cell;
	vertical-align: middle;
}
#home-text h1 span.camera {
	display: block;
	height: 60px;
	background: url(/images/home-icon-camera.png) no-repeat center top;
}
#home-text h1 span.script {
	display: inline-block;
	padding-bottom: 10px;
}

#home-process {
	display: table;
	width: 490px;
	height: 240px;
	background: url(/images/home-process-box.jpg) no-repeat center top;
}
#home-process a {
	display: table-cell;
	padding-right: 240px;
	vertical-align: middle;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#home-process a span.script {
	color: #e31b23;
}
#home-process a:hover {
	opacity: 0.6;
}

div.portfolio {
	position: relative;
	width: 323px;
	height: 216px;
}
div.portfolio.alt {
	width: 324px;
}
div.portfolio div {
	position: absolute;
	display: none;
	width: 324px;
	height: 216px;
}
div.portfolio div a {
	display: table;
	width: 324px;
	height: 216px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.1);
}
div.portfolio div a span.subtitle {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
	color: #e31b23;
}
div.portfolio-title {
	display: table;
	width: 319px;
	height: 212px;
	border: 2px solid #ede8e1;
}
div.portfolio-title h1 {
	display: table-cell;
	vertical-align: middle;
	font-size: 50px;
	color: #e31b23;
}
div.portfolio-title h1 span {
	display: block;
	margin-top: 5px;
	height: 55px;
	background-image: url(/images/portfolio-icons.png);
	background-repeat: no-repeat;
	background-position: center 0;
}
div.portfolio-title h1 span.portraits {
	background-position: center -55px;
}

#process-title {
	padding: 35px 0;
	width: 990px;
	background-color: #a58d68;
}
#process {
	width: 986px;
	border: 2px solid #ede8e1;
}
#process div.step {
	float: left;
	margin-top: 14px;
	width: 238px;
}
#process div.step h2 {
	font-size: 40px;
}
#process div.step h2 span {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 50px;
	background-image: url(/images/process-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#process div.step h2 span.plan {
	background-position: -60px 0;
}
#process div.step h2 span.shoot {
	background-position: -120px 0;
}
#process div.step h2 span.share {
	background-position: -180px 0;
}
#process div.step div.bodytext {
	padding: 0 30px;
	text-align: center;
}
#process div.divider {
	float: left;
	margin: 18px 0;
	width: 10px;
	height: 200px;
	background: url(/images/process-divider.png) no-repeat center top;
}
#process-links {
	display: table;
	width: 490px;
	height: 240px;
	background: #a58d68 url(/images/process-gears.gif) no-repeat center top;
}
#process-links h2 {
	display: table-cell;
	vertical-align: middle;
	line-height: 42px;
}
#process-links h2 a.weddings {
	padding-left: 22px;
	background: url(/images/arrow-l-white.png) no-repeat left center;
	color: #fff;
}
#process-links h2 a.portraits {
	padding: 0 22px 0 5px;
	background: url(/images/arrow-r-white.png) no-repeat right center;
	color: #fff;
}
#process-links h2 a {
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#process-links h2 a:hover {
	opacity: 0.6;
}

#about-title {
	width: 740px;
	height: 120px;
	background-color: #a58d68;
}
#about-title h1 {
	margin-top: 10px;
	line-height: 50px;
	text-transform: none;
}
#about-text {
	width: 740px;
	height: 360px;
	background-color: #f6f3f0;
}
#about-text div.bodytext {
	float: left;
	margin: 25px 0 0 30px;
	width: 325px;
	line-height: 23px;
}

#faq-title {
	display: table;
	width: 990px;
	height: 120px;
	background-color: #a58d68;
}
#faq-title h1 {
	display: table-cell;
	vertical-align: middle;
}
#faq-title h1 span {
	display: inline-block;
	margin: 8px 18px 0 0;
	vertical-align: top;
	width: 33px;
	height: 48px;
	background: url(/images/faq-icon.png) no-repeat left center;
}
#faq {
	padding: 10px 0 20px 0;
	width: 990px;
	background-color: #f6f3f0;
}
#faq div.faq-links {
	float: left;
	margin: 0 40px 0 20px;
	width: 430px;
	font-size: 12px;
	color: #e31b23;
	text-align: left;
}
#faq a.section-expand {
	display: block;
	padding-top: 10px;
	outline: 0;
	font-size: 15px;
	text-transform: none;
	line-height: 22px;
}
#faq a.section-expand:hover {
	color: #e31b23 !important;
}
#faq div.section-content {
	display: none;
	padding: 0 20px 5px 30px;
}

#accolades-title {
	display: table;
	width: 486px;
	height: 236px;
	border: 2px solid #ede8e1;
}
#accolades-title div {
	display: table-cell;
	vertical-align: middle;
}
#accolades-title div h1 {
	color: #e31b23;
}
#accolades-title div h1 span {
	display: inline-block;
	margin: 3px 9px 0 0;
	vertical-align: top;
	width: 46px;
	height: 44px;
	background: url(/images/accolades-icon.png) no-repeat left center;
}
#accolades div.summary {
	display: table;
	width: 490px;
	height: 327px;
}
#accolades div.summary a {
	display: table-cell;
	padding-right: 30px;
	vertical-align: middle;
}
#accolades div.summary a h3 {
	font-size: 50px;
	color: #e31b23;
	text-transform: none;
}
#accolades div.summary a div {
	text-transform: none;
}
#accolades div.summary a span {
	display: inline-block;
	margin-top: 10px;
	padding-right: 16px;
	background: url(/images/arrow-r.png) no-repeat right center;
	font-size: 16px;
}
#accolades div.summary a:hover span {
	color: #e31b23;
}
#accolades div.bodytext {
	display: none;
	padding: 10px 0;
	width: 990px;
}

#contact {
	width: 486px;
	height: 652px;
	border: 2px solid #ede8e1;
}
#contact div.content {
	margin: 0 auto;
	width: 430px;
}
#contact h1 {
	margin: 6px 0 10px 0;
	font-size: 50px;
}
#contact div.bodytext {
	line-height: 24px;
}

#contact-form td {
	padding: 8px 0;
	text-align: left;
}
#contact-form td span {
	font-size: 12px;
	color: #e31b23;
}

form {
	margin: 0;
	padding: 0;
}
.field {
	margin: 0;
	padding: 2px 5px;
	width: 300px;
	border: 0;
	-webkit-appearance: none;
	background-color: #ebe6df;
	resize: none;
	text-align: left;
	text-transform: none;
}
.field-inactive {
	text-align: center;
	color: #ccc0ae;
}
.field2 {
	display: none;
}
.form-button {
	padding: 5px 24px 5px 0;
	border: 0;
	background: transparent url(/images/arrow-r.png) no-repeat right center;
	cursor: pointer;
	font-size: 40px;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
.form-button:hover {
	opacity: 0.6;
}

a.footer-link {
	width: 236px;
	height: 196px;
	border: 2px solid #ede8e1;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
a.footer-link span.subtitle {
	font-size: 24px;
	line-height: 34px;
}
a.footer-link span.subtitle span {
	display: block;
	margin: 23px auto 5px auto;
	width: 60px;
	height: 52px;
	background-image: url(/images/footer-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.footer-link span.subtitle span.faq {
	background-position: -60px 0;
}
a.footer-link span.subtitle span.accolades {
	background-position: -120px 0;
}
a.footer-link span.subtitle span.process {
	background-position: -180px 0;
}
a.footer-link span.subtitle span.contact {
	background-position: -240px 0;
}
a.footer-link:hover {
	opacity: 0.6;
}

#footer {
	margin: 0 auto;
	padding: 90px 0 10px 0;
	width: 990px;
	text-align: left;
}
#footer div {
	float: right;
}
#footer, #footer div, #footer a {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c0af95;
	letter-spacing: 1px;
	text-transform: lowercase;
}
#footer span {
	padding: 0 20px;
}
#footer a:hover {
	color: #a58d68;
}
