﻿html,body{
	height:100.1%;/*enforces a vertical scrollbar and stops the page from appearing to jump if you navigate from a page with a scrollbar to one without*/
}
body,#container,#masthead,#navigation,#content,#footer{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #e6d98f;
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
}
#navigation {
	clear: both;
	overflow: hidden;
	margin: 5px 0;
	text-align:center
}
#page_content {
	position: relative;
}
#content {
	position: relative;
	padding: 5px 25px 25px;
	text-align: left;
	overflow:hidden;
}
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
#footer {
	border-top: 1px solid #A0522D;
	clear: both;
	text-align: left;
	margin-top: 10px;
	padding:10px 25px
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	text-transform: uppercase;
	margin: 0;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	display:inline;
}
#navigation a {
	text-decoration: none;
	color: #a0522d;
	margin: 0 1px;
	padding: 5px;
	font-size:1.2em
}
#navigation a:hover {
	text-decoration: none;
	color: black;

}
/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #a0522d;
}
h2 {
	color: #a0522d;
}
#content h1 {
	color: #a0522d;
}
#content img {
	padding: 5px;
	border: 1px solid #a0522d;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer a {
	color: #a0522d;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/*    Columns
----------------------------------------*/
.two_columns_with_images{
	float:left;
	width:340px;
	margin-right:25px;
}
.image_column{
	float:right;
	width:212px;
}
.single_column_with_images{
	float:left;
	width:720px;
}
.two_columns_no_images{
	float:left;
	width:450px;
	margin-right:25px;
}
.left_column_barn{
	margin-top:2em;
	margin-right:337px;
}
.right_column_barn{
	margin-top:2em;
	float:right;
	width:312px;
}
/*    Slider
----------------------------------------*/
#slider{
	position:relative;
	height:420px;
	width:1000px;
	margin-bottom:25px;
	margin-left:-25px;
}
#slider img{
	padding:0;
	border:none;
	z-index:1;
	position:absolute;
}

#slider img.active{
	z-index:3
}

/*       Photo Gallery
--------------------------------------*/
#cycle{
	width:650px;
	height:420px;
	margin:0 auto;
}
#cycle img{
	padding:0;
	border:none;
	z-index:1;
	position:absolute;
}
#pager{
	padding:10px 0;
	text-align:center;
	display:none;
}
#pagerControls a{
	padding:0 5px
}
#pagerControls a.activeSlide{
	color: black;
	text-decoration:none
}
#slideshow_toggle img{
	vertical-align:middle;
	padding:1px;
	margin-right:30px
}


/*       Misc
--------------------------------------*/
.right_comment{
	float:right;
	clear:right;
	width:266px;
	padding: 15px;
	margin-left:30px;
	color:#c0c0c0
}
#copyright{
	float:right;
	width:400px;
	text-align:right;
	margin:0;
	line-height:44px;
}
.float_right{
	float:right;
	clear:right;
	margin-left:30px;
}

