@charset "utf-8";
* {
  margin: 0;
  padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

a img {
	border: none;
}

body {
	background-color: #F7F2DA;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	overflow: hidden;
}

#header {
	height: 200px;
	padding: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	background: #000 url(../images/camera.png) no-repeat right top;
}

#site-title {
	position: absolute;
	left: 300px;
	top: 80px;	
}

#tagline {
	position: absolute;
	left: 360px;
	top: 180px;	
}

#main-nav {
	border-top: 10px solid #C3952E;
}

#main-nav ul {
	float: right;
	margin: 5px;
}
#main-nav ul li {
	display: inline-block;
}

#main-nav ul li a {
	display: inline-block;
	width: 120px;
	padding: 5px;
}

a.nav {
	background-color: #BCC4B1;
}

 a.nav.current  {
	background-color: #DEE5D3;
}


a.nav:hover, a.nav:active, a.nav:focus {
	background-color: #DEE5D3;
}

a.bus {
	background-color: #8DC63F;
}

a.bus.current {
	background-color: #ACE84D;
}

a.bus:hover, a.bus:active, a.bus:focus {
	background-color: #ACE84D;
}

a.va {
	background-color: #F47D20;
}

a.va.current {
	background-color: #FF9D27;
}

a.va:hover, a.va:active, a.va:focus {
	background-color: #FF9D27;
}

a.ma {
	background-color: #FFCF01;
}

a.ma.current {
	background-color: #FFDB43;
}

a.ma:hover, a.ma:active, a.ma:focus {
	background-color: #FFDB43;
}

#main {
	clear: both;
}

#content {
	padding: 40px;
}

.home #content {
	float: left;
	width: 600px;
}


.home #main #socialmedia-buttons {
	float:right;
	width: 180px;
	padding: 20px;
}

.home #main #socialmedia-buttons div {
	margin: 10px;
}

.page #content {
	float: left;
	width: 500px;
}

.page #main div.video {
	float: right;
	width: 320px;
	margin: 20px;
}

.portfolio #content, .contact #content{
	float: none;
	width: 960px;
	padding-left: 20px;
	padding-right: 20px;
}

#contactdetails {
	float: right;
	width: 200px;
	margin-right: 100px;
}

#contactform {
	float: left;
	width: 600px;
	padding: 10px;
}

#contactform label {
	display: inline-block;
	width: 80px;
	margin: 10px;
	height: 10px;
}

#contactform input, #contactform textarea {
	width: 300px;
	margin-right: 10px;
}

#contactform textarea {
	height: 200px;
}

#contactform .error input, #contactform .error textarea, #contactform .invalid input, #contactform .invalid textarea {
	background-color: #FF9;
}

#contactform p.buttons {
	margin-left: 200px;
}

#contactform #submit, #contactform #clear {
	width: 50px;
	margin: 10px;
}

#footer {
	margin-bottom: 40px;
	clear: both;
}

#footer #socialmedia-buttons {
	float: right;
}

#footer #socialmedia-buttons div {
	display: inline-block;
	margin: 10px;
}


#footer #bottom {
	clear: both;
	height: 250px;
	background: url(../images/film.jpg) no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
	padding-left: 20px;
}

#bottom div.video {
	position: relative;
	left: 0px;
	top: 0px;
	height: 160px;
	width: 285px;
	display: inline-block;
	margin-top: 45px;
	margin-right: 10px;
	margin-left: 10px;
}

#bottom div.video a {
	display: inline-block;
	padding: 2px;
	position: absolute;
	top: 10px;
	right: 10px;	
}




/* typography */

body {
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #F7F2DA;
}

#site-title {
	font-size: 40px;
	color: #C3952E;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 36px;
}

#site-title a, #site-title a:visited {
	color: #C3952E;
	text-decoration: none;
}

#tagline {
	font-size: 20px;
	color: #C3952E;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p, ul {
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p {
	margin-top: 18px;
	margin-bottom: 18px;
}

h1 {
	font-size: 25px;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 36px;
}

h2 {
	font-size: 23px;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 36px;
}

h3 {
	font-size: 21px;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 36px;
}

h4 {
	font-size: 19px;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: 18px;
}

h5 {
	font-size: 17px;
	margin-bottom: 18px;
	margin-top: 18px;
}

h6 {
	font-size: 15px;
	margin-bottom: 18px;
	margin-top: 18px;
}

a {
	color: #C3952E;
}

a:visited {
	color: #F2D18F;
}

a.nav {
	color: #000;
	font-size: 16px;
	text-decoration: none;
}

a.current {
	color: #6B5E49;
}

a.nav:hover, a.nav:active, a.nav:focus {
	color: #6B5E49;
}

#required-msg {
	margin-left: 100px;
	font-size: 13px;
}

#contactform .error, #contactform .invalid {
	color: #F30;
}