/* 
Author: Jon Marus (jon@jmarus.com)
Started Nov 30th, 2008
Updated April 14th, 2010
Edgewater Lodge
edgewater-lodge.com
*/

/*
Colours:

	Blue: #006D73
	Green: #676729
	Beige: #DBD8BB
	
	Brown: #53231b;
	Dark Green: #556910;
	
*/

/* Import other CSS files */
@import url('nav.css');


/* ==[ Link Styles ]================================== */

a {
	text-decoration: none;
	color: #006D73;
}

a:hover {
	color: #568be1;
	text-decoration: none;
}

/* ==[ 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: #66662E;
	background-image: url('../img/bg.jpg');
	background-position: 50% 0%;
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

h1 {
	margin: 0;
	font-size: 2em;
	color: #333;
}

/* ==[ Layout ]====================================== */

#container {
	margin: 0px auto;
	width: 1000px;
	background-color: #fff;
}

#content {
	margin: 5px 0 0 0;
	padding: 20px;
	line-height: 1.5em;
	text-align: justify;
}

/* ==[ 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;
}

/* ==[ List ]======================================== */

.news {
	list-style-type: none;
	margin: 5px 40px 20px 0;
	padding: 0;
	width: 280px;
	border: 1px solid #006D73;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #47B8BC;
	box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
}

.news li {
	padding: 8px;
}

.newsHdr {
	color: #fff;
	font-size: 1.2em;
	text-shadow: #333 1px 1px 1px;
	border-bottom: 1px solid #006D73;
	background-color: #006D73;
}

.newsItem {
	border-top: 1px solid #8cd9dc;
	border-bottom: 1px solid #006D73;
}

.newsItemLast {
	border-bottom: 0px;
}

.news li a {
	color: #ffffff;
}

.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;
}

/* ==[ Rotator Image ]=============================== */

#rotator {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 300px;
}

#rotator_content {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	width: 400px;
	height: 267px;
}

#rotator img {
	border: 0;
	cursor: pointer;
	width: 1000px;
	height: 300px;
}

#rotator_content img {
	border: 0;
	cursor: pointer;
	width: 400px;
	height: 267px;
}

#rotator img, #rotator_content img
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}