/* Deviere Farm */

/* ------------------------------------------- Reset */

html, body, div, span, object,
h1, h2, h3, p, blockquote, pre, a, 
address, big, cite, del, dfn, em, 
font, img, ins, kbd, q, s, samp, 
small, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* ----------------------------------------- General */

body {
	background: #472d18;
	line-height: 1;
	color: #eae9e5;
	letter-spacing: .5px;
	word-spacing: 2px;
}

/*

#wrapper {
	background: #674931;
	height: 780px;
	overflow: hidden;
}

*/

img {
	display: block;
	margin: 0 auto;
}

p {
	clear: both;
}

strong {
	font-weight: normal;
}

/* ---------------------------------- Nav */

#nav {
	height: 60px;
	width: 100%;
	background: url("../images/nav.png");
}

#nav ul {
  padding-top: 15px;
	text-align: center;
}

#nav li {
  font-size: 18px;
	font-variant: small-caps;
  padding-right: 100px;
	display: inline;
}

#nav li#last {
	padding-right: 0;
}

/* -------------------------------- Links */

a {
	text-decoration: none;
}

a:link {
	color: #eae9e5;
	border-bottom: 1px solid #5e3716;
}

a:visited {
	color: #eae9e5;
	border-bottom: 1px solid #5e3716;
}

a:hover {
	color: #eae9e5;
	border-bottom: 1px solid #eae9e5;
}

a:active {
	color: #eae9e5;
	border-bottom: 1px solid #eae9e5;
}

a.back:link {
	color: #eae9e5;
	border-bottom: 1px solid #5e3716;
}

a.back:visited {
	color: #eae9e5;
	border-bottom: 1px solid #5e3716;
}

a.back:hover {
	color: #eae9e5;
	border-bottom: 1px solid #eae9e5;
}

a.back:active {
	color: #eae9e5;
	border-bottom: 1px solid #eae9e5;
}

a.back {
	text-align: center;
}

/* ------------------------------------------- Index */

#logo {
	padding-top: 35px;
	padding-bottom: 15px;
}

#index .row {
	width: 865px;
	margin: 0 auto;
}

#index .row img {
	display: inline;
	margin: 5px;
	border: 1px solid #eae9e5;
}

#index p.heading {
	margin-top: 55px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 6px;
	font-size: 26px;
	font-variant: small-caps;
}

#index p {
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 30px;
	text-align: center;
		
}

/* ------------------------------------------- About */

#about {
	padding-top: 30px;
	margin: 0 auto;
	width: 830px;
	text-align: justify;
}

#about p.heading {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	margin-top: 10px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 6px;
	font-size: 22px;
	font-variant: small-caps;
}

#about .row {
	width: 830px;
	margin: 0 auto;
}

#about .row img {
	display: inline;
	border: 1px solid #eae9e5;
}

#about .row .category a {
	border-bottom: none;
}

#about .row .category {
	width: 160px;
	float: left;
	margin-left: 7px;
}

#about .row .category.first {
	margin-left: 0;
	padding: 0;
}

#about p {
	margin-bottom: 15px;
}

ul.about {
	padding-top: 0px;
	padding-bottom: 5px;
	width: 600px;
	margin: 0 auto;
}

ul.about li {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ---------------------------------------- Pictures */

.pictures p.heading {
	margin-top: 15px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 6px;
	font-size: 20px;
	font-variant: small-caps;
}

.pictures .row {
	padding-top: 15px;
	width: 680px;
	margin: 0 auto;
	text-align: center;
}

.pictures .row img {
	display: inline;
	border: 1px solid #eae9e5;
		text-align: center;
		margin: 0 auto;
}

.pictures .row a {
	border-bottom: none;
}

.pictures .row .category {
	width: 160px;
	float: left;
	margin-left: 7px;
	padding-bottom: 15px;
}

#indoor-arena .row {
	width: 505px;
}

/* ----------------------------------------- Contact */

#contact {
	padding-top: 30px;
	margin: 0 auto;
	width: 290px;
	text-align: justify;
}

#contact p.heading {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 6px;
	font-size: 22px;
	font-variant: small-caps;
}

#contact p {
	margin-bottom: 7px;
	margin-left: 30px;
	text-align: left;
}