@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Overlock SC', Arial, Helvetica, cursive;
}
body#home .home a, body#about .about a, body#contact .contact a, body#videos .videos a, body#photography .photography a {
	color: rgba(128, 73, 0, 0.8);
}
/* Custom font applied to H2's */
.wf-loading h1 {
	visibility: hidden;
}
.wf-active h1, .wf-inactive h1 {
	visibility: visible;
	font-family: 'Overlock SC', Arial, Helvetica, cursive;
}
h1 {
	font-size: 36px;
	font-weight: 400;
}
h3 {
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 1px;
	text-decoration: none;
}
.clearfix {
	float: none;
}
.about_heading {
	font-size: 14px;
	color: rgba(128, 73, 0, 0.8);
	padding: 5px 10px;
}
p {
	font-size: 14px;
	color: #333;
}
a {
	text-decoration: none;
	color: #433;
	float: left;
	padding: 5px 10px;
}
a:hover {
	color: #777;
	background-color: #f9f9f9;
}
#wrapper {
	position: relative;
	margin: auto auto 20px;
	max-width: 1100px;
	width:75%;
	height: 100%;
	min-height: 100%;
}
#wrapper:before {
	/* Opera and IE8 "redraw" bug fix*/
	content: "";
	float: left;
	height: 100%;
	margin-top: -999em;
}
* html #wrapper { /* IE6 workaround */
	height: 100%;
}
#header {
	position: relative;
	left: 10px;
	top: 10px;
	padding: 0;
	width: 860px;
}
#nav {
	position: relative;
	top: 0;
	left: 0;
	height: 35px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.galleria {
	min-height:950px;
}
#content {
	top: 20px;
	width: 100%;
	min-height: 950px;
	margin: auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	<!--background-color: #f9f9f9;-->
}
#content h3 {
	position: relative;
	top: 50px;
	width: 80%;
	margin: auto;
	padding: 20px 0 10px;
}
#content p {
	position: relative;
	top: 50px;
	width: 80%;
	margin: auto;
	text-align: justify;
}
#content a {
	padding: 0;
	float: none;
	color: rgba(128, 73, 0, 0.8);
}
#content a:hover {
	padding: 0;
	float: none;
	color: #777;
	background-color: #f9f9f9;
}
/*#film {
	width: 900px;
	margin-top:40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 100%;
}
#film iframe {
	padding-bottom:30px;
}*/
#footer {
	height: 100px;
	width: 100%;
	left: 0;
	/*bottom: 0;*/
	/*clear: both;*/
	z-index: 100;
	border-top: thin solid #d9d9d9;
}
.footertext {
	position: relative;
	top: 20px;
	width: 85%;
	margin: auto;
	font-size: 12px;
	color: #555555;
	text-align:center;
	word-spacing: .1em;
}
/*.footertext a {
	color: #a9a9a9;
}
.footertext a:hover {
	color: red;
	background-color: #f9f9f9;
}*/
/*.footernav {
	position: relative;
	width: 470px;
	margin: auto;
}
.footernav a {
	font-size: 12px;
	text-decoration: none;
	color: #a9a9a9;
	float: left;
}
.footernav a:hover {
	color: #c9c9c9;
	background-color: #777;
}*/
/*.web2images {
	position: relative;
	width: 220px;
	margin: auto;
	float: left;
}
.web2images a img {
	margin: 0 10px;
	box shadows
	-webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
	transitions
	-webkit-transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-o-transition: all 0.3s ease 0.1s;
	transition: all 0.3s ease 0.1s;
}
.web2images a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	rotate images
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);
}*/
#col1, #col2 {
	width: 425px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1200px) {
#col1 {
	float: left;
	width: 425px;
	min-width: 400px;
}
#col2 {
	float: right;
	width: 425px;
	min-width: 400px;
}
}
