@charset "UTF-8";
/* CSS Document */

font-family: 'Norican', cursive;

@import url("reset.css");
/********GENERAL RULES**********/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.hide {
	display: none;
}

body {
	background-color: #42903f;
	margin-top: 0;
	margin-bottom: 30px;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #004113;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.80);
	-webkit-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Norican', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #004113;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	font-size: 3.3em;
	line-height: 1.25em;
}

#main h2{
	color:#FFFFFF;
	text-align:center;
	
	/*Text Shadow*/
	text-shadow: 1px 1px 3px #000000;
	
	/*Background Gradient*/
	background: -moz-linear-gradient(left, rgba(0,65,19,0) 0%, rgba(0,65,19,1) 10%, rgba(0,65,19,1) 90%, rgba(0,65,19,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,65,19,0)), color-stop(10%,rgba(0,65,19,1)), color-stop(90%,rgba(0,65,19,1)), color-stop(100%,rgba(0,65,19,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,65,19,0) 0%,rgba(0,65,19,1) 10%,rgba(0,65,19,1) 90%,rgba(0,65,19,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,65,19,0) 0%,rgba(0,65,19,1) 10%,rgba(0,65,19,1) 90%,rgba(0,65,19,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,65,19,0) 0%,rgba(0,65,19,1) 10%,rgba(0,65,19,1) 90%,rgba(0,65,19,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,65,19,0) 0%,rgba(0,65,19,1) 10%,rgba(0,65,19,1) 90%,rgba(0,65,19,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00004113', endColorstr='#00004113',GradientType=1 ); /* IE6-9 */
}


h2 {
	font-size: 2.3em;
	line-height: 1.25em;
}
h3 {
	font-size: 2em;
	line-height: 1.3em;
}

#main h3{
	border-top: 5px solid #004113;
}


h4 {
	font-size: 1.5em;
	line-height: 1.3em;
}
h5 {
	font-size: 1.2em;
	line-height: 1.3em;
}
h6 {
	font-size: 1em;
	line-height: 1.4em;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 25px;
	margin-left: 0px;
}
ol {
	list-style-position: inside;
	margin-bottom: 25px;
	margin-left: 0px;
}
li {
	margin-bottom: 8px;
}
a:link, a:visited {
	color: #8d9615;
}
a:hover, a:active {
	color: #7ec041;
}
blockquote p {
	font-family: 'Norican', Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-decoration: none;
	margin-top: -10px;
  margin-bottom: 0px;
  margin-left: 45px;
  padding-right: 100px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 15px;
  border-left: 1px solid #ccc;
}

blockquote p.story {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	margin-top: -10px;
  margin-bottom: 0px;
  margin-left: 45px;
  padding-right: 100px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 15px;
  border-left: 1px solid #ccc;
}

blockquote:before {
	font-family:"Times New Roman", Times, serif;
	content: "\201C";
	line-height:0em;
	vertical-align:-.6em;
	font-size: 6em;
	color: #999;
}

cite p{
	line-height:1.5em;
	font-size: .7em;
	padding-left: 46px;
	margin-top: 0px;
	padding-top: 0px;
}
form {
	width:500px;
	margin-bottom: 25px;
	background-color:#8fc076;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
input {
	width: 90%;
	display:block;

}
input[type="submit"], input[type="reset"] {
	width: 100px;
	display:inline;
	margin-bottom:20px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	width: 75%;
	height: 150px;
	display:block;
	
}
label {
	margin-right: 10px;
}
.data {
	margin: 20px;
	border: 2px solid #333;
}
tr {
	border: 1px solid #666;
}
th {
	background-color:#8fc076;
	padding: 10px;
	border: 1px solid #666;
	color:#333;
}
td {
	padding: 10px;
	border: 1px solid #666;
}
.left {
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.right {
	float:right;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
}
.clear {
	clear:both;
}
.borderandshadow {
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
}
/********HEADER RULES**********/

header {
	width:960px;
	height:160px;
	margin:0px;
	padding:0px;
}

/********NAVIGATION RULES**********/

nav {
	background-color: #005700;
	width: 910px;
	height:40px;
	margin:0;
	padding-left: 30px;
	padding-right: 20px;
	
}
nav ul {
	list-style:none;
	padding:0;
	margin:0;
	height: 40px;
}
nav ul li {
	float:left;
	padding:0;
	margin:0;
	height:40px;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
}
nav ul a:link, nav ul a:visited {
	display:block;
	color:#fff200;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height:1.8em;
	transition: color .5s ease;
	-moz-transition: color .5s ease;
	-webkit-transition: color .5s ease;
	outline-color:#005700;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

nav ul li:hover {
background: #004715;	
}
nav ul li:hover a, nav ul li:active a {
	color: white;
	outline-color:#005700;
	
}

#wrapper nav .pageindicator a {
	font-weight: bold;
	color: white;
	display:block;
	text-decoration:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height:1.8em;
	height:40px;
}

/*********SLIDESHOW******************/

#slidearea {
	height:450px;
	width:960px;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
#slideareainterior {
	height:200px;
	width:960px;
	margin:0;
	padding:0;
	overflow:hidden;
	}


/********CONTENT AREA RULES**********/

#content {
	
		background:
		url(../images/content-area-daffodils.png) 30px bottom no-repeat,  /* On top,    like z-index: 4; */
		url(../images/sidebarbkg.jpg) right repeat-y;  /*            like z-index: 3; */
	background-color: white;
	position:relative;
	-webkit-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}

#cleardiv {
	height:1px;
	width:960px;
	clear:both;}
	
#daffodilgraphic {
	width:333px;
	height:246px;
	position:absolute;
	bottom:0;
	right:0;
	}


.listhdr {
	font-size: 2rem;
	font-weight: bold;
	color: #004113;
	list-style: none;
	
}
/********MAIN RULES**********/

#main {
	float: left;
	width: 600px;
	background:white;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom:107px;
	-webkit-border-radius: 0 0 0 20px;
	border-radius: 0 0 0 20px;
}

#main img {
	margin-bottom:15px;
}

.artcontestslides{
	background-color:black;
	height:398px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
.artshowslider{
	background-color:black;
	height:398px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
.steakslider{
	background-color:black;
	height:398px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.pancakesslides{
	background-color:black;
	height:323px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.drumcircleslides{
	background-color:black;
	height:400px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.vendorpics{
	background-color:black;
	height:357px;
	width:417px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.danielslide{
	background-color:black;
	height:485px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.oaklandfarmslide{
	background-color:#000;
	height:330px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.hillslide{
	background-color:black;
	height:352px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.dawsonslide{
	background-color:black;
	height:450px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0,  0, 0, 0.80);
	}
	.bealeslide{
	background-color:black;
	height:450px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.adamsslide{
	background-color:black;
	height:390px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.roxaneslide{
	background-color:black;
	height:500px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.grahamslide{
	background-color:black;
	height:450px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.ramseyslide{
	background-color:black;
	height:450px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.brownlide{
	background-color:black;
	height:450px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}

	.mccollumslide{
	background-color:black;
	height:399px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.deitrichslide{
	background-color:black;
	height:397px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.cemetaryslide{
	background-color:black;
	height:444px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.bikeshowslider{
	background-color:black;
	height:375px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.carshowslider{
	background-color:black;
	height:375px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.paintcarryslides{
	background-color: black;
	height: 400px;
	width: 600px;
	margin-bottom: 20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	.motorcycleslider{
	background-color:black;
	height:375px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	
	.morganslide{
	background-color:black;
	height:397px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	
	.trainslides{
	background-color:black;
	height:600px;
	width:600px;
	margin-bottom:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	}
	
	.letter{
		list-style:upper-alpha;
	}
	
	
/********SIDEBAR RULES**********/

aside {
	float: left;
	width: 260px;
	background-image:url(../images/sidebar-bkg.png);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 260px;
	padding-left: 20px;
	min-height:600px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

aside h4 {
	text-transform:none;
		font-weight:500;

}

.centertext {
	text-align:center;
}

aside img {
	margin-bottom:20px;
}

aside a:link, aside a:visited {
	color:darkgreen;
}

aside a:hover, aside a:active {
	color:green;
}

aside img {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

aside a img:hover {
	opacity:.6;
	}

.sidecolor {
	color:#f8f3b4;
}


.fb-like {
	height:90px;
	width:210px;
	background: url(../images/like-bkg.jpg) left top;
	padding:20px;
	border: 5px solid white;
	box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.80);
}



/********FOOTER RULES**********/

footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFF;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height:30px;
	padding-top: 10px;
}

footer a:link, footer a:visited {
	color: #f8f3b4;
	margin-right:10px;
}

footer a:hover, footer a:active {
	color: #fff;
}



/********SLIDESHOW RULES**********/

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
 @import url("ie.css");
