/* 
v 1.0
Author: Jon Marus
v1.0 Started Oct 26th, 2009
Stanley's Olde Maple Lane Farm
stanleysfarm.com
*/

/*
Colours

	Brown: #53231b;
	Dark Green: #556910;
	
*/

/* Import other CSS files */
@import url('nav.css');
@import url('forms.css');

/* ==[ Link Styles ]================================== */

a {
	padding: 2px 0 2px 0;
	text-decoration: underline;
	/*border-bottom: 1px dotted #6B2932;*/
	color: #870009;
}

a:hover {
	color: #990239;
	text-decoration: none;
	/*border-bottom: 1px dotted #ddd;*/
	
}

#ftr a, #ftr a:hover {
	color: #ffffff;
	border: 0;
}

#ftr a {
	text-shadow: #990239 1px 1px 1px; 
}


/* ==[ Document Settings ]============================ */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	color: #333;
	font-size: 15px;
	background-color: #870009;
	background-image: url('../img/shadow_bg.jpg');
	background-position: 50% 0%;
	background-repeat: repeat-y;
}

img, a img {
	border: 0px;
}

h1, h2 {
	margin: 0 0 20px 0;
	color: #870009;
	text-shadow: #dddddd 1px 1px 2px;
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
}


/* ==[ Layout ]====================================== */

#container {
	margin: 0px auto;
	width: 1000px;
	background-color: #FBEEBF;
}

#ftr {
	position: relative;
	margin: 50px 0 0 0;
	color: #eeeeee;
	background: url('../img/gradients/nav_bg_a.jpg'); 
	background-position: 0% 0%;
	background-repeat: repeat-x;
	background-color: #c7000d;
	
}

/* ==[ DIVs ]======================================== */

#fp_quote {
	position: absolute;
	bottom: 40px;
	right: 40px;
	font-size: 2.4em;
	font-family: serif;
	color: #ffffff;
	text-shadow: #222222 2px 2px 2px;
	z-index: 99;
}

/* ==[ Classes ]===================================== */

.content_img {
	padding: 2px;
	width: 400px;
	height: 267px;
	border: 2px solid #ddd;
}

.photo_thumb {
	padding: 2px;
	border: 1px solid #333333;
	background-color: #fff;
}

/* ==[ List ]======================================== */

.gallery_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.gallery_list li {
	display: inline;
}

.gallery_list li img {
	padding: 1px;
	width: 120px;
	height: 90px;
	cursor: pointer;
	border: 1px solid #dddddd;
}

.dirList, .itemList {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	/*border: 1px solid #fff;*/
}

.dirList li {
	margin: 10px 0 0 0;
}

.itemList li {
	margin: 4px 0 0 0;
}

/* ==[ Rotator Image ]=============================== */

#rotator {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 200px;
}

#rotator_content {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 400px;
	height: 267px;
}

#rotator img {
	border: 0;
	cursor: pointer;
	width: 1000px;
	height: 200px;
}

#rotator_content img {
	border: 0;
	cursor: pointer;
	width: 400px;
	height: 267px;
}

#rotator img, #rotator_content img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}