@import 'reset.css';

/* basic page layout */

body {
	background: #6B927B;
}

#page {
	width: 898px;
	margin: 40px auto;
	position: relative;
}

#header {
	height: 400px;
	position: relative;
}

#header img {
	position: absolute;
}

/* navigation */

#navigation {
	background: #828C28;
	color: #fff;
	font-family: georgia, times, serif;
	text-align: center;
	padding: 20px 15px 5px;
	font-size: 12px;
}

#navigation li {
	display: inline;
	margin: 0px 20px;
	text-transform: uppercase;
}

#navigation a {
	text-decoration: none;
	color: #fff;
}

#navigation a:hover {
	color: #553532;
}

/* main content */

#content {
	color: #553532;
	background: #BEDBA2;
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	position: relative;
}

#content #body {
	padding: 30px;
	width: 621px;
}

#content h1 {
	font-size: 38px;
}

#content p, #content ul {
	margin-top: 15px;
	line-height: 1.3;
}

#content ul {
	list-style: circle;
}

#content li {
	font-weight: bold;
}

#content a {
	text-decoration: none;
	color: #828C28;
}

/* footer */

#footer {
	padding: 0px 30px 30px;
	overflow: auto;
	clear: left;
}

#footer h2 {
	font-size: 32px;
	margin-bottom: 5px;
}

#footer li {
	display: inline;
	margin-right: 5px;
	font-weight: normal;
}

#footer ul {
	float: left;
	font-size: 10px;
	margin: 0px;
	margin-right: 10px;
}

/* home page */

#header #sunset {
	left: 0px;
}

#header #cafe {
	right: 0px;
}

#lamb-box {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 187px;
	background: url(../images/home/lamb.jpg) bottom center;
	padding-bottom: 290px;
}

#lamb-box h2 {
	padding: 15px;
	color: #fff;
	text-align: center;
	background: #672331;
	font-size: 16px;
	line-height: 1.2;
}

#lamb-box a {
	color: #fff;
	text-decoration: none;
}

#lamb-box a span {
	display: block;
	margin-top: 10px;
	color: #E98D23;
	font-size: 20px;
}

/* facilities page */

#showers {
	width: 210px;
	padding: 15px;
	text-align: center;
	float: right;
	background: #672331;
	box-shadow: 0px 0px 15px #333;
	-moz-box-shadow: 0px 0px 15px #333;

}

#showers h2 {
	color: #D8DA12;
	font-size: 31px;
	font-weight: bold;
}

#showers p {
	color: #BEDBA2;
	font-size: 16px;
	margin-top: 10px;
}

.image {
	width: 217px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}

#cows {
	background: url(../images/facilities/cows.jpg) left center;
}

#header #tents {
	left: 0px;
}

#header #caravans {
	right: 0px;
}

/* cafe page */

.opening-times {
	color: #828C28;
}

#header #chandelier, #header #cake {
	left: 200px;
}

#header #espresso, #header #cake {
	bottom: 0px;
}

#header #cafe {
	right: 0px;
}

#woodpile {
	background: url(../images/cafe/woodpile.jpg) center;
}

/* activities page */

#header #butterfly, #header #tiger {
	right: 0px;
}

#header #tiger {
	bottom: 0px;
}

#tent-side {
	background: url(../images/activities/tent.jpg) bottom right;
}

#content ul.activities {
	float: left;
	width: 300px;
	margin-bottom: 30px;
	list-style: none;
}

#content ul.activities li {
	margin-top: 5px;
}

#content ul.activities p {
	margin: 0px;
	font-weight: normal;
}

#content ul.activities ul {
	margin: 0px;
}

#content ul.activities ul li {
	margin: 0px;
	list-style: none;
	font-weight: normal;
}

/* prices page */

#caravanview {
	right: 0px;
}

#feeding {
	width: 300px;
	background: url(../images/prices/feeding.jpg) center;
}

#content .prices h2{
	font-weight: bold;
	margin-top: 15px;
}

#content .prices p {
	margin-top: 5px;
}

#content .prices p.electric {
	margin-top: 15px;
}

#content .prices p.dogs {
	font-style: italic;
}

/* sitemap */

#header #chicken {
	right: 0px;
}

#sheep-face {
	background: url(../images/sitemap/sheep-face.jpg) center;
}

#content ul.sitemap li {
	list-style: none;
	margin-top: 5px;
	font-weight: normal;
}

/* contact page */

#cafe-big {
	right: 0px;
}

#view {
	background: url(../images/contact/view.jpg) center;
}

#content .contact ul.adr {
	margin-top: 0px;
}

#content .contact li {
	list-style: none;
	font-weight: normal;
}

#content .contact p, #content .contact .phone {
	font-weight: bold;
}

/* produce page */

#header #stonewall {
	left: 217px;
}

#header #flower {
	right: 0px;
}

#sheep-lake {
	background: url(../images/produce/sheep-lake.jpg) center;
}

.organic-panel {
	background: #828C28;
	padding: 20px;
	color: #fff;
	margin-top: 15px;
}

#content .organic-panel p:first-child {
	margin-top: 0px;
}

h1 .organic-mmm, .organic-panel .price, .organic-panel .note {
	font-weight: bold;	
}

/* gallery page */

#gallery {
	position: relative;
	width: 838px;
	height: 660px;
}

#gallery li {
	height: 200px;
	width: 187px;
	list-style: none;
	position: absolute;
}

#gallery p.caption {
	margin: 0px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	text-transform: lowercase;
}

#gallery img {
	width: 150px;
	height: 150px;
	padding: 15px;
	margin: 0px auto;
	background: url(../images/gallery/frame.png) center;
}

.col1 {
	left: 0px;
}

.col2 {
	left: 217px;
}

.col3 {
	right: 217px;
}

.col4 {
	right: 0px;
}

.row1 {
	top: 0px;
}

.row2 {
	top: 217px;
}

.row3 {
	top: 434px;
}
