@charset "UTF-8";

/**************************************

COLOURS:
		BROWN: #3a280b
		BEIGE: #eedfb8
		RED:   #78040e
		
***************************************/		

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/************* END RESET ***************************/

/*---------------------------------------------------------------------------*/

@media (max-width:480px)/*Smartphone*/
{
	body{width:auto !important;}
	li.Menu{border-style:solid; border-color:#B4B08E; border-width:1px;  background-color:#405640; }
	img{display: block; margin-left:auto;margin-right:auto; width:90%;}
	a.MenuItem{text-decoration:none; font-family: sans-serif,verdana; font-size: 16px; color:#EBE838 !important; }
	p{font-size:17px !important;}
	td{padding-bottom:1.5%; padding-top:1.5%; border:3px ridge #405640 ;}
	
	#Logo{display:block; margin-left:auto; margin-right:auto; width: auto;}
	#rightColumn{display:none; }
	#navBar{display:none;}
	#footerberry{display:none;}
	#content{padding-left:0px !important;}
	#Middle{width:100% !important;}
	#Recipes{display:none;}
	#HouseImage{ display: block; margin-left:auto;margin-right:auto; width:90%;}
	#flourishleft{display:none;}
	#flourishright{display:none;}
	#footerlinks{display:none;}
	#MobileFooter{margin-left:-270px; }
	#MobileMenu{text-align:center; border-style:solid; border-width:4px;}
	#MobileMenu.closed{display:none;}
	#MobileMenu.open{display:block;}
	#MobileMenuClosed{text-align:center; border-style:solid; border-width:4px;}
	#MobileFB{display:block;}
	#ImgFBMobile{display: block; margin-left:auto;margin-right:auto; width:90%;}
	#DesktopFooter{display:none;}
	#MenuSelect{color:#EBE838;}
	#MobilePhotos{display:block; }
	#computerphotos{display:none;}

	
}


@media (min-width:481px) and (max-width:768px)/*Tablet*/
{
	body{width:auto !important;}
	li.Menu{border-style:solid; border-color:#B4B08E; border-width:1px;  background-color:#405640; }
	img{display: block; margin-left:auto;margin-right:auto; width:90%;}
	a.MenuItem{text-decoration:none; font-family: sans-serif,verdana; font-size: 16px; color:#EBE838 !important; }
	p{font-size:17px !important;}
	td{padding-bottom:1.5%; padding-top:1.5%; border:3px ridge #405640 ;}
	
	#Logo{display:block; margin-left:auto; margin-right:auto; width: auto;}
	#rightColumn{display:none;}
	#navBar{display:none;}
	#footerberry{display:none;}
	#content{padding-left:0px !important;}
	#Middle{width:100% !important;}
	#Recipes{display:none;}
	#HouseImage{ display: block; margin-left:auto;margin-right:auto; width:90%;}
	#flourishleft{display:none;}
	#flourishright{display:none;}
	#footerlinks{display:none;}
	#MobileFooter{margin-left:-270px; }
	#MobileMenu{text-align:center; border-style:solid; border-width:4px;}
	#MobileMenu.closed{display:none;}
	#MobileMenu.open{display:block;}
	#MobileMenuClosed{text-align:center; border-style:solid; border-width:4px;}
	#MobileFB{display:block;}
	#ImgFBMobile{display: block; margin-left:auto;margin-right:auto; width:90%;}
	#DesktopFooter{display:none;}
	#MenuSelect{color:#EBE838;}
	#MobilePhotos{display:block; }
	#computerphotos{display:none;}
	#BeePhoto{margin-left:150%;}
	
}

@media (min-width: 769px) and (max-width:9999px)
{
	#Logo{float:left;}
	#MobileMenu{display:none;}
	#MobileMenuClosed{display:none;}
	#MobileFB{display:none;}
	#MobileFooter{display:none;}
	#MobilePhotos{display:none;}
	#computerphotos{display:block;}
	img.PCPhoto{width:90%;padding-bottom:1.5%; padding-top:1.5%; border:3px ridge #405640 ;}
}	

/*---------------------------------------------------------------------------*/



	ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
background-image:url(../images/farm.jpg);
font-family: Georgia, "Times New Roman", Times, serif;
margin:0 auto;
padding:0;
text-align:left;
width:960px;
}



/************* Typography ***************************/



h1 
{
color: #78040e;
font-size:36px;
font-size-adjust:none;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height:42px;
margin: 10px 0;

}

h2 
{
color: #3a280b;
font-size:18px;
font-size-adjust:none;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height:24px;

}

h3 
{
color: #3a280b;
font-size:16px;
font-size-adjust: none;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height:24px;

}

p {
	color: #3a280b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:17px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

p a:link, a:active, a:visited
{
color:#78040e;
text-decoration:underline;
}

p a:hover
{
color:#78040e;
text-decoration: none;
}

p.last
{
	margin-bottom: 30px;
}

/********************/

/************* Images ***************************/
img.bodyleft
{
	position: relative;
	border: 1px solid #eedfb8;
	background-color: #b8a078;
	padding: 5px;
	float: left;
	margin-right: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
}

img.bodyright
{
	position: relative;
	border: 1px solid #eedfb8;
	background-color: #b8a078;
	padding: 5px;
	float: right;
	margin-left: 12px;
	margin-top: 7px;
	margin-bottom: 7px;
}

img.rightcolumn
{
	position: relative;
	border: 1px solid #eedfb8;
	background-color: #b8a078;
	padding: 5px;
	margin-right: -7px;
	margin-top: 7px;
	margin-bottom: 7px;
}

img.rightcolumn:hover
{
	background-color: #CAC1A1;
}
/**************************************************/




#wrapper1 {
overflow:auto;
width:auto;
margin-top: -2px;
border: 5px solid #3a280b;
border-top: 0px;
}


#wrapper {
min-height: 600px;
overflow:auto;
text-align:left;
width:auto;
border: 2px solid #766f5c;
}


#header {
background:url(../images/banner_background-II.png) bottom;
height: 196px;
text-align:center;
}


#topMenu {
background: ;
padding:7px;
text-align:left;
}
#topMenu a {
font-size:0.7em;
text-decoration:none;
text-transform:uppercase;
}
#topMenu a:hover {
color:#505050;
text-decoration:none;
}
#rightColumn {
float:right;
height:auto;
right:0;
margin:0;
padding:5px;
top:auto;
width:200px;
}
#rightColumn {
float:right;
margin:0;
padding:5px;
width:200px;
}

#navcontainer ul {
font-family:Geneva,Arial,Helvetica,sans-serif;
list-style-type:none;
margin-left:0;
padding-left:0;
}

#Middle 
{
min-height: 550px;
height: auto;
margin:0px 230px 0 5px;
width:auto;
border-bottom: 5px; 
}

#content
{
	margin-top: -5px;
	padding: 26px;
	background:url(../images/content_background2.png);
}

#divider
{
border-top:.5px solid #3a280b;
border-bottom:.5px solid #eedfb8;
line-height: 1px;
}
#footer {
background: url(../images/footer_background.png) repeat-x;
clear:both;
color:black;
height:auto;
margin:0;
padding:10px;
}
#Myfooter {
background:transparent url(../Images/globebottom.gif) no-repeat scroll left center;
color:#898989;
margin:15px 0 0 40px;
padding:40px;
text-align:left;
}
.footertext {
font-size:0.85em;
line-height:0.65em;
text-indent:75px;
}

ul {
line-height:2;
}

.left {
text-align:left;
}
.right {
text-align:right;
}
.floatRight {
float:right;
width:30%;
}
.floatLeft {
float:left;
width:30%;
}
.clearing {
clear:both;
height:1px;
visibility:hidden;
width:100%;
}

/******************************** Nav Menu */
#sign
{
height: 186px;
width: 246px;
margin: 5px 0 0 17px;
float: left;
}

/*********************************/

/*********************************FOOTER */
img#footerberry{
	margin: -39px 10px 0 0;
	float: right;
	height: 100px;
	width: 100px;
	}
	
ul#footerlinks li
{
	font-size: 11px;
	line-height: 13px;
	list-style:none;
	display: inline;
	margin: 0px 5px;
}

ul#footerlinks
{
	margin-left: 259px;
	width: 550px;
}

img#flourishleft
{
	float: left;
	margin: 18px 0 0 170px;
}

img#flourishright
{
	float: right;	
	margin: -43px 170px 0 0;
}

h2.footer
{
	margin: 5px 0 0 265px;
}

#footer a:link, a:active, a:visited
{
color:#78040e;
text-decoration:underline;
}

#footer a:hover
{
color:#78040e;
text-decoration: none;
}

#clear
{
	clear: both;
}

#menu
{
padding:0;
margin:0;
padding-top:60px;
color:#fff;
font-family: arial, helvetica, sans-serif;
list-style-type:none;
}
#menu li {display:inline;}
	
















