@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	color:#fff;
	
}


body {
	/*background-color:#e0d8c1;*/
	background-image:url(img/bg-repeat.jpg);
	background-color:#eae6d4;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	min-width:990px;
	
}


/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {	
	font-style: italic;		
}
.clear {
	clear:left;
}

/* //////////////////////////////////////////////////////////////////////
//   General Layout 
//////////////////////////////////////////////////////////////////////*/

#container {	
	width: 100%;
	margin: 0 auto;	
			
}
#header{	
	max-width:1340px;	
	position: relative;
	padding: 0 0 0 0;
	margin-left:auto;
	margin-right:auto;
	/*-moz-box-shadow: 0px 0px 4px 2px #666;
 	-webkit-box-shadow: 0px 0px 4px 2px #666;
  	box-shadow:0px 0px 20px 1px #4F3E18;*/
	
	
		
}
#pagecontent{	
	width: 960px;	
	position: relative;
	padding: 0 0 0 0;
	margin-left:auto;
	margin-right:auto;
		
}

.logo {
	width:212px;height:212px;
	display:block;
	margin:75px 0 35px 10px;
	float:left;
	padding:15px;
	
	background-color:#7b9a38;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}



#copy {
	margin:75px 0 0 125px;
	display:block;
	height:auto;
	width:565px;
	background-color:#7b9a38;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0; /* future proofing */
	-khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
	float:left;
	z-index:1;
	position:relative;
}

#copy .content {
	position:relative;
	width:445px;
	padding:32px 0 100px 32px;
}

#banner {
	background-color:#eae6d4;
	display:block;
	height:auto;
	overflow:auto;
	-moz-box-shadow: 5px -5px 6px -2px #666;
 	-webkit-box-shadow: 5px -5px 6px -2px #6666;
  	box-shadow: 5px -5px 6px -2px #666;
	z-index:2;
	position:relative;
	
}

#banner .col1, #banner .col2 {
	width:300px;
	float:left;
	margin:30px 30px 30px 0;
}
#banner .col3 {
	width:166px;
	margin:30px 0 30px 30px;
	float:left;
}

#banner .colwide{
	width:660px;
	float:left;
	margin:0 30px 30px 0;
}
#banner img {
	border-radius: 10px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   -webkit-border-radius: 10px;
}
#recipes, #recipes li, #stock, #stock li, #fresh, #fresh li, #freshrecipe, #freshrecipe li{
	margin:0;
	padding:0;
	list-style:none;
}

#recipes li, #stock li{
	display:none; /* hide the items at first only */
}
#fresh li {
	float:left;
	margin: 0 18px 0 0;
}
#freshrecipe li {
	float:left;
	margin: 0 18px 0 0;
	width:310px;
	height:400px;
}

/*////////////////////////////////////////////////////////////////////////
//  Standard styles
///////////////////////////////////////////////////////////////////////*/




	
a {
	color:#0e4f33;
	text-decoration:none;
}
a:hover {opacity:0.5}


p {
	font-family:'Domine', serif; 
	font-size:1.2em;
	line-height:1.6em;
	color:#fff;
}
img {
	vertical-align: middle;
}

h1, h2, h3 {
	font-size:1.4em;
	font-family:'Domine', serif;

	
}
h1 {
	color:#fff;
	font-weight:100;
	line-height:1.6em;
}
h2 {
	color:#0e4f33;
	font-weight:700;
	line-height:1em;

}
h3 {
	color:#7b9a38;
	font-weight:100;
	font-size:1.1em;
	line-height:1.4em;
}
	
#banner p {
	font-family:'Domine', serif; 
	font-size:1em;
	line-height:1.6em;
	color:#7b9a38;
}
.pagetab{
	background-color:#7b9a38;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding:5px 0 5px 10px;
	width:300px;
}
.pagetabselected{
	-moz-box-shadow: 5px -5px 6px -2px #666;
 	-webkit-box-shadow: 5px -5px 6px -2px #6666;
  	box-shadow: 5px -5px 6px -2px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding:5px 0 5px 10px;
	width:300px;
}
.pagetab h3 {
	color:white;
}
	

/*////////////////////////////////////////////////////////////////////////
//  Navigation
///////////////////////////////////////////////////////////////////////*/



nav {
	display:block;
	margin-right:auto;
	margin-left:auto;
	padding-top:0;
	width:100%;
	background-color:#eae6d4;
	-moz-box-shadow: 0px 0px 4px 2px #666;
 	-webkit-box-shadow: 0px 0px 4px 2px #666;
  	box-shadow:0px 0px 4px 2px #666;
	
	

	
}
nav ul{width:100%;text-align:center;margin:0000;padding:10px}
*nav ul{margin:4px 0 0 0x}

nav ul li{list-style-type:none; display:inline; margin-left:5em; font-size:1.4em;}

nav ul li.first {list-style-type:none; display:inline; margin-left:0 !important; font-size:1.4em;}


nav a {color:#0e4f33;
	font-family:'Domine', serif;
	font-weight:700;
	 letter-spacing: 0.0625em;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;	
	transition: opacity 0.5s ease-in-out;}





.selected {
	color:#7b9a38;
	}
	
	






/* BACKGROUND IMAGE
---------------------------------------------------------------------------------------------------- */


#home {
	/*background-image:url(img/bg1.jpg);*/
	margin:0;
	background-repeat:repeat-y;
	background-color:#7b9a38;
	background-position:center top;	
	display:block;
	height:auto;
	overflow:hidden;
	-moz-box-shadow: 0px 0px 8px 2px #c8ac8b;
 	-webkit-box-shadow: 0px 0px 8px 2px #c8ac8b;
  	box-shadow:0px 0px 8px 2px #c8ac8b;
	

	
}





/* FORM
------------------------------------------------------------------
---------------------------------- */

#quick-contact p, #quick-contact p.error {
	font-size:1em;
}

.robotic {
	display:none;
}

/* FOOTER ELEMENTS
---------------------------------------------------------------------------------------------------- */



/* TWITTERFEED
---------------------------------------------------------------------------------------------------- */
#twitterfeed {
	width:700px;
	padding:10px 000;
	margin-right:auto;
	margin-left:auto;
	

}




/* FOOTER
---------------------------------------------------------------------------------------------------- */

#footer {
	background-color:white;
	width:auto;
	height:85px;
	margin:0;padding:0;
	display:block;	
	
}



#footer p.credit {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em; 
	color:#3c3c3c;
	padding:10px 000;
	margin:20px 000;
	float:left;

}
#footer .iso {
	float:left; margin:5px 0 0 60px
}

/*BACK TO TOP BUTTON
------------------------------------------------------------------
---------------------------------- */
#to-top{
	margin-left:auto;
	margin-right:auto;
	width:990px;
}
#top-holder{
	width:100px;
	float:right;
}
.back-to-top {
position: fixed;
bottom: 0;
background: url('img/arrows.png') left top no-repeat; 
width: 60px;
height: 50px;
z-index:3;
flaot:left;
}

.back-to-top a {
text-indent: -9999px;
display: block;
}

.back-to-top:hover { 
background:url('img/arrows.png') left -50px no-repeat; 
}




/* MEDIA QUERIES
------------------------------------------------------------------
---------------------------------- */
/* iPad Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	
}
/* iPad Portrait */

@media only screen and (max-width: 975px) {	

}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {





/* iPhone Landscape */
@media screen and (max-width: 480px) and (orientation: landscape) {
	
	
}

/* iPhone Portrait */
@media screen and (max-width: 480px) and (orientation: portrait) {
	
}
	
	