@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Kreon:400,700);
/* Reset Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Site Styles */

body {
	background-color: #0d0b09;
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	color: #fff;
}

a:link, a:visited {
	color: #6a8959;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-family: 'Kreon', serif;
	font-size: 30px;
	font-weight: normal;
	color: #6a8959;
	margin: 10px 0;
}

#topnav {
	background: url("images/leather.jpg") repeat-x #090807;
	height: 60px;
}

#topnavcontainer {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#topnavcontainer img {
	margin: 20px 0 0 0;
	float: left;
}

#navigation {
	float: right;
	margin: 23px 0 0 0;
}

#navigation li {
	display: inline;
	margin: 0 10px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Kreon', serif;
}

#navigation a:link, #navigation a:visited {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #6a8959;
	text-decoration: none;
}

#header {
	background: url("images/headerbg.jpg") repeat-x #3f5a28;
	height: 247px;
}

#headercontainer {
	background: url("images/flowers.jpg") no-repeat top center;
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 247px;
}

#headercontainer p {
	float: left;
	font-size: 18px;
	line-height: 210px;
	text-shadow: 0 0 5px #333;
}

#headercontainer img {
	float: right;
	margin: 70px 0 0 0;
}

#content {
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top, #0e0e0e 0%, #000000 49%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(49%,#000000), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0e0e0e 0%,#000000 49%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0e0e0e 0%,#000000 49%,#7d7e7d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0e0e0e 0%,#000000 49%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(top, #0e0e0e 0%,#000000 49%,#7d7e7d 100%); /* W3C */
	border-bottom: 6px solid #6b895a;
	min-height: 500px;
}

#contentcontainer {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#leftcontent {
	margin: 30px 0 0 0;
}

#fullcontent {
	margin: 10px 0;
	float: left;
}

#fullcontent h1 {
	margin-bottom: 20px;
	padding-top: 20px;
	clear: both;
}

#leftcontent p {
	line-height: 30px;
}

.featured {
	clear: both;
	margin: 30px 0 50px 0;
}

.featured img {
	float: left;
	padding: 0 10px 10px 0;
	margin-bottom: 30px;
}

#rightcontent {
	float: right;
	width: 300px;
	margin: 30px 0 0 0;
}

.featuredwork {
	margin: 30px 0 0 0;
}

.featuredwork img {
	border: 6px solid #6b895a;
}

.featuredwork p {
	margin: 20px 0 0 0;
}

.portfolio {
	width: 280px;
	float: left;
	display: block;
	margin: 20px 10px 0 0;
	padding: 10px;
	background-color: #090907;
	border: 2px solid #171816;
	-webkit-box-shadow: inset 0 0 20px #333;
}

.portfolio img {
	float: left;
	border: 3px solid #171816;
	margin: 0 10px 0 0;
}

.portfolio p {
	line-height: 18px;
}

#footer {
	margin: 0 auto;
	position: relative;
	width: 960px;
	padding: 10px 0 0 0;
}

#footer img {
	float: left;
	margin: 0 5px 0 0;
}

#footer p {
	line-height: 40px;
	height: 40px;
	font-size: 10px;
}

.clear {
	clear: both;
}

input, textarea {
	background-color: #333;
	border: 1px solid #000;
	color: #fff;
	height: 20px;
	padding: 5px;
}

textarea {
	height: 90px;
	margin-bottom: 20px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background-color: #6b895a;
}

input[type='submit'] {
	height: 30px;
	cursor: pointer;
}