body {
	margin: 0;
	background: #ddd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #444;
}

a { color: #369; }
a:hover { color: #abc; }

/* Header & Menu */

#header {
	height: 300px;
	background: url(img/grass.png) center center repeat-x;
	text-align: center;
}

#header .innercol {
	display: inline-block;
	width: 950px;
	height: 100%;
	background: url(img/stonehenge.jpg) center center no-repeat;
	text-align: left;
}

#header .logo { 
	position: relative;
	top: 15px;
	float: left;
	background: none;
	border: none;
}

#header .logo img { background: none; border: none; }

ul.menu, ul.menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu { float: right; }
ul.menu li { display: inline; }

ul.menu li a {
	display: inline-block;
	color: #fff;
	background: #000;
	padding: 10px;
	padding-top: 35px;
	padding-right: 15px;
	margin-right: 5px;
	opacity: 0.25;
}

ul.menu li:hover a { opacity: 0.5; }
ul.menu li.active a { opacity: 1.0; }

#header .text {
	position: relative;
	top: 97px;
}

/* Body */

#body {
	background: #fff;
	text-align: center;
}

#body .innercol {
	display: inline-block;
	width: 950px;
	text-align: left;
	padding: 25px 0;
}

.all-text {
	margin: -1em 0;
}

h2 {
	margin: 0;
	font-size: 1.3em;
	color: #369;
}

p.loud {
	color: #892;
	font-size: 1.1em;
}

p.no-margin-top { margin-top: 0; }

/* Home page "Boxes" */

.box {
	display: inline-block;
	float: left;
	margin-right: 25px;
	width: 300px;
	background: #fff;
}

.box.last { margin: 0; }

.box .thumbnail { margin-bottom: 15px; }
.box:hover .thumbnail { outline: 10px solid #ddd; }

.box h3.subtitle {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #aaa;
}

.box h2.title {
	margin: 0;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #892;
}

.box h2.title a { text-decoration: none; color: #892; }
.box h2.title a:hover { color: #444; }

.box p { margin: 0; margin-bottom: 1em; }

.box p.description {
	margin: 0;
	margin-top: 5px;
	font-size: 0.85em;
	color: #666;
}

/* Contact page "Sections" & Forms */

.left-section {
	display: inline-block;
	float: left;
	width: 200px;
	margin-right: 25px;
	text-align: right;
}

.right-section {
	display: inline-block;
	width: 725px;
}

label {
	display: inline-block;
	font-weight: bold;
	color: #444;
	margin-bottom: 11px;
	padding: 6px 0;
}

input[type=text] {
	width: 710px;
	font-size: 1.2em;
	margin-bottom: 10px;
	font-weight: bold;
}

input#subject { color: #369; }

textarea#message {
	width: 710px;
	padding: 2px;
}

.commit { margin-top: 15px; }

input[type=submit] {
	background: #892;
	border: 1px solid #670;
	border-bottom: 1px solid #450;
	border-right: 1px solid #450;
	color: #fff;
	padding: 5px;
	font-size: 1em;
	text-shadow: 1px 1px 0 #670;
}

input[type=submit]:hover {
	background: #ab4;
	text-shadow: 1px 1px 0 #892;
}

input[type=submit]:active {
	background: #670;
	text-shadow: 1px 1px 0 #340;
}

/* Footer */

#footer { text-align: center; padding: 15px; }

#footer .innercol {
	display: inline-block;
	width: 950px;
	text-align: left;
}

#footer .section {
	float: left;
	padding: 10px 0;
	padding-right: 25px;
	margin-right: 15px;
	border-right: 1px solid #aaa;
}

#footer .section.last { border: none; }

#footer strong { color: #369; }
#footer a { color: #666; }