body {
	color: #a29485;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

#page {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.inner {
	margin: 0 auto;
	max-width: 920px;
	width: 100%;
}

#header {
	padding: 15px 0;
}
#site-logo {
	height: auto;
	margin-bottom: 15px;
	width: 140px;
}
@media (min-width: 768px) {
	#site-logo {
		margin-bottom: 0;
	}
	#header {
		padding: 30px 0 15px 0;
	}
}

#nav {
	color: #a29485;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
}
#nav a {
	display: inline-block;
	margin: 0 10px;
}
#nav a:first-child {
	margin-left: 0;
}
#nav a:last-child {
	margin-right: 0;
}
#nav a:link,
#nav a:visited,
#nav a:focus {
	color: #a29485;
	text-decoration: none;
}
#nav a:hover,
#nav a:active {
	color: #d9531e;
	text-decoration: none;
}
#nav a.current {
	color: #d9531e;
}
@media (min-width: 768px) {
	#nav {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		text-align: right;
	}
	#nav a {
		margin: 0 15px;
	}
}

#main {
	margin-bottom: 30px;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
}
.prev {
	height: 30px;
	width: 30px;
	position: absolute;
	right: auto;
	top: auto;
	bottom: 0;
	left: 15px;
}
.next {
	height: 30px;
	width: 30px;
	position: absolute;
	right: 15px;
	top: auto;
	bottom: 0;
	left: auto;
}
@media (min-width: 768px) {
	#main {
		padding-bottom: 0;
	}
	.prev {
		margin-top: -20px;
		height: 40px;
		width: 40px;
		bottom: auto;
		top: 50%;
	}
	.next {
		margin-top: -20px;
		height: 40px;
		width: 40px;
		bottom: auto;
		top: 50%;
	}
}


#content {
	margin: 0 auto;
	max-width: 920px;
	width: 100%;
}

.banner {
	margin-bottom: 30px;
	width: 100%;
}

.page-portfolio .project {
	margin-bottom: 30px;
}

.page-project .project img {
	margin: 0 auto;
}

.credits {
	color: #d0c9c2;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding-top: 15px;
}

p {
	margin: 0 0 1em 0;
}


.contact {
	font-size: 15px;
}
.label {
	color: #d9531e;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-align: left;
}
.adr {
	padding-bottom: 15px;
}
.value {
	color: #7d6a55;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
}
.value a {
	color: #7d6a55;
}
@media (min-width: 768px) {
	.contact {
		font-size: inherit;
	}
	.label {
		text-align: right;
	}
	.value {
		margin-bottom: 0;
	}
}

#slideshow {
	margin: 0 auto;
	max-width: 920px;
	width: 100%;
	position: relative;
	height: auto;
}
.cycle-slideshow {
	height: auto;
}

#footer {
	padding-bottom: 60px;
}

.copyright {
	border-top: 1px solid #a29485;
	color: #675038;
	font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding-top: 15px;
}