html {
	overflow-y: scroll;
}

body {
	background: #CEC1B0 url(images/backgrounds/5.jpg) no-repeat center top;
	background-size: cover;
	color: #525250;
	font: 100% Georgia,serif;
	padding: 30px 0;
}

p {
	margin: 0;
}

p + p {
	margin-top: 1em;
}

a {
	color: #3B3C3C;
	font-weight: bold;
	text-decoration: none;
}

/** Inputs */
a.button, a.button:hover, input[type=submit] {
	background: #504B45;
	border: 0;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #fff;
	display: inline-block;
	font: bold 12px Georgia,serif;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	min-width: 65px;
	padding: 0 10px;
	text-align: center;
	width: auto;

	transition: background 0.12s linear;
	-moz-transition: background 0.12s linear;
	-ms-transition: background 0.12s linear;
	-o-transition: background 0.12s linear;
	-webkit-transition: background 0.12s linear;

	zoom: 1;
	*display: block;
}

a.button:hover, input[type=submit]:hover {
	background: #313131;
	border: 0;
	cursor: pointer;
}

a.button, a.button:hover {
	line-height: 32px;
}

input[type=text], input[type=password], input[type=email], input[type=tel],
textarea {
	background: #f7f7f7;
	border: 1px solid #616161;
	border-radius: 6px;
	color: #525250;
	font-family: Georgia,serif;
	padding: 5px 7px;
	width: 220px;

	transition: border 0.2s linear, box-shadow 0.2s linear;
	-moz-transition: border 0.2s linear, box-shadow 0.2s linear;
	-ms-transition: border 0.2s linear, box-shadow 0.2s linear;
	-o-transition: border 0.2s linear, box-shadow 0.2s linear;
	-webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
}

textarea {
	width: 500px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px solid #3B3C3C;
}

input:focus, textarea:focus {
	box-shadow: 0px 0px 3px #3B3C3C;
	-moz-box-shadow: 0 0 3px #3B3C3C;
	-webkit-box-shadow: 0 0 3px #3B3C3C;
	outline: 0;
}

/**
 * Layouts
 */
#container {
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}

/** Headings */
#header {
	font-family: "Goudy Bookletter 1911", serif;
	margin-bottom: 25px;
	overflow: hidden;
}

#heading {
	color: #843028;
	float: left;
	font-size: 2em;
	line-height: 1em;
	width: 320px;
}

#heading-tagline {
	color: #3B3C3C;
	display: block;
	font-size: 0.6em;
	line-height: 1em;
	margin-top: 10px;
}

/** Menu */
#menu {
	float: right;
	font-size: 1.3em;
	font-weight: bold;
}

#menu ul {
	margin: 13px 0 0;
}

#menu li {
	float: left;
}

#menu li + li {
	color: #999;
	list-style-type: square;
}

#menu a {
	color: #3B3C3C;
	text-decoration: none;
}

#menu .active a, #menu a:hover {
	color: #843028;
}

/** Content */
#content {
	overflow: hidden;
}

#about {
	float: left;
	margin-right: 25px;
	width: 345px;
}

#trailer {
	float: left;
	width: 540px;
}

#gallery {
	margin: 10px 0 35px;
	overflow: hidden;
}

#footer {
	clear: both;
	font-size: 0.875em;
	margin-top: 30px;
}

/**
 * Modules
 */
.content {
	background-color: rgb(173, 152, 131);
	border-radius: 6px;
	clear: both;
	color: #fff;
	font-size: 0.95em;
	line-height: 1.4em;
	padding: 20px;
	text-align: justify;
}

/** Forms */
.frm-row-header {
	float: left;
	margin-top: 2px;
	width: 160px;
}

.frm-row {
	margin: 0;
}

.frm-row + .frm-row {
	margin-top: 18px;
}

.frm-row textarea {
	height: 8em;
	width: 734px;
}

.frm-actions {
	margin: 5px 0 0 160px;
}

.frm-actions input[type=submit] {
	margin-bottom: 0;
}

.required:after {
	color: #843028;
	content: "*";
	margin-left: 4px;
}

/** Gallery */
.gal {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gal-item {
	box-shadow: 1px 3px 9px #333;
	-moz-box-shadow: 1px 3px 9px #333;
	-webkit-box-shadow: 1px 3px 9px #333;
	float: left;
	height: 95px;
	margin: 0 20px 0 0;
	padding: 0;
	width: 118px;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.gal-item:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.gal-item:nth-child(7) {
	margin: 0;
}

.gal-item.last {
	margin-right: 0;
}

/*
 * Page specific
 */
/** Contact */
#contact {
	margin-top: 25px;
}
