/* Logo colors:
 *   border:    #c41230
 *   barn roof: #cbc1b6
 *   barn:      #5f604b
 *	 field:     #b2bb1e
 *   furrow:    #817c00
 *   hedge:     #4c721d
 */

#logo       {width: 35%; height: auto;}
#photo_barn {width: 58%; height: auto;}
#ImagePanel {width: 98%; height: auto;}
#Slide      {width: 100%;}
#photo_anna {float: left}
#photo_ben  {float: right}

BODY {
	background-color: #cbc1b6;
}

H1 {
	font-family: sans-serif;
}

DIV.ContentBlock {
	background-color: #4c721d;
	padding: 1em;
	margin-left: 5%; margin-right: 5%;
}

DIV.Separator {
	height: 2em;
    background-color: #b2bb1e;
    border-radius: 10px;
}

DIV.ImageBlock {
	text-align: center;
	position: relative;
}

DIV.ImageBlock:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

IMG.Photo {
	margin: 0.25em 1em;
	padding: 0.25em;
	background-color: #817c00;
}

IMG.HeaderImg {
	vertical-align: middle;
}

IMG.HeaderImg.Photo {
	float: right;
}

DIV.NavBlock {
	position: relative;
	width: 110%;
	left: -5%;
	padding-top: 1em;
}

UL.NavBar {
	margin: 0;
	padding: 0;
	list-style: none;
}

LI.NavTab {
	float: left;
	margin: 0 0.5em 0 0;
	padding: 1em;
	background-color: #b2bb1e;
	border-radius: 8px;
	font-family: sans-serif;
	font-weight: bolder;
}

UL.NavBar LI.Selected {
	background-color: #cbc1b6;
}

UL.NavBar LI.Spacer {
	overflow: auto;
	margin-bottom: 0;
	padding: 1em;
	background-color: #b2bb1e;
	border-radius: 8px;
	font-family: sans-serif;
	font-weight: bolder;
}

UL.Gallery {
	list-style: none;
	overflow: hidden;
}

UL.Gallery LI {
	position: absolute;
	top: 0;
	left: 0;
}

.Currency {
	text-align: right;
}

.Control {
	cursor: pointer;
	background-color: #b2bb1e;
	border-radius: 8px;
	position: absolute;
	padding: 2%;
	top: 45%;
}

.Left {
	left: -5%;
}

.Right {
	right: -5%;
}
