/* @override http://local.doverbeckridingclub.com/assets/css/master.css */

/* @group Reset */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Nivo */

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* @end */

/* @group Doc */

html{
	background-image: url("/assets/images/bg.jpg");
	background-color: #DDD;
}

body{
	padding: 0 15px 15px 15px;
	background-color: #CCC;
	width: 720px;
	margin: 0 auto 50px auto;
}

/* @end */

/* @group Typography */

h1{
	color: #4b3906;
	font: 22px 'PT Serif Caption', arial, serif;
	margin-bottom: 10px;
}

h2{
	color: #4b3906;
	font: 20px 'PT Serif Caption', arial, serif;
	margin-bottom: 8px;
	margin-top: 10px;
}

p{
	line-height: 22px;
	margin-bottom: 20px;
}

.amp{
	font-style:italic;
	font-family: Hoefler Text, Baskerville, 'Palatino Linotype', 'Times New Roman', serif;
}

strong{
	font-weight:bold;
}

em{
	font-style: italic;
}

hr{
	float: left;
	clear: both;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 15px;
	height: 15px;
	border: none;
	background: url("/assets/images/swirl.png") no-repeat center center;
}
/* @end */

/* @group Header */

header{
	background-color:#6c6f44;
	overflow:auto;
}

header .logo{
	float: left;
	margin: 20px 30px;
	position:absolute;
	z-index:9999;
	height:140px;
}

header .horse{
	position:absolute;
	margin-left:400px;
}

#slider {
    position:relative;
	width:720px;
	height:230px;
	position:absolute;
    top:0px;
    left:0px;
}
#slider a {
    border:0;
    display:block;
}
/* @end */

/* @group Nav */

nav{
	background-color: rgba(74,56,5,.7);
	width:700px;
	float:left;
	z-index:9999;
	margin-top:-40px;
	position:absolute;
}

nav ul li:first-child{
	list-style:none;
	margin-left:90px;
}

nav ul li{
	list-style:disc;
	float:left;
	color:#e5b53b;
	margin-left:28px;
}

nav ul li a{
	font-family: Hoefler Text, Baskerville, 'Palatino Linotype', 'Times New Roman', serif;
	display:block;
	padding: 12px 10px 10px 10px;
	text-decoration: none;
	color: #e5b53b;
	font-size: 18px;
	font-style:italic;
}

nav ul li.selected a{
	background-color: rgba(74,56,5,.9);
}

nav ul li a:hover{
	background-color: rgba(74,56,5,1);
	text-decoration: underline;	
}


/* @end */

/* @group Images */

.image{
	border: 2px solid #DDD;
	padding: 5px;
	background-color: #EEE;
}

.right{
	float: right;
	margin-left: 35px;
}

.left{
	float: left;
	margin-right: 35px;
}


/* @end */

/* @group Body */

section{
	clear: both;
	background-color: #FFF;
	overflow: auto;
}

article{
	width: 400px;
	padding: 20px 30px 20px 20px;
	float: left;
}

article.fullwidth{
	width: 666px;
	padding: 20px 30px 20px 20px;
	float: left;
}

aside{
	margin-top: 30px;
	background: #f4f4f2;
	border: 1px solid #DDD;
	width: 200px;
	padding: 20px;
	float: left;
}

aside h2{
	margin:10px 0;
}

article ul li, aside ul li{
	list-style: none;
	background: url(/assets/images/bullet.png) no-repeat 0 3px;
	margin-left: 2px;
	line-height: 18px;
	font-size: 13px;
	padding-left: 22px;
	margin-bottom: 7px;
}


article ul li ul{
	margin-top: 4px;
}
	
article ul li li{
	list-style: none;
	background-image: none;
	margin-bottom: 0;
}

aside p{
	margin-top: 20px;
	font-size: 14px;
}


.attachments {
	clear: both;
	overflow: auto;
	display: block;
	margin-bottom: 10px;
}

.attachments a{
	width:160px;
	color: #4b3906;
	float: left;
	text-align:center;
	padding: 10px;
	border-radius:5px;
	background-color: #DDD;
	margin: 10px;
	text-decoration: none;
	font-size: 14px;
}

.attachments a:hover{
	background-color: #CCC;
}

.attachments.wide a{
	line-height: 14px;
	width: 106px;
	margin: 0 10px 0 0;
}

img.swirl{
	margin: 10px 80px;
}

/* @end */

/* @group Footer */

footer{
	clear: both;
}

/* @end */


