/*
-----------------------------------------------
Farmland Print Styles
Author: 	Shawn Hill, Nathan Borror
Version: 	25 July 2005
----------------------------------------------- */
body {
	background: none;
	text-align: left;
}

/* =Structure
----------------------------------------------- */
#page {
	width: 7in;
	margin: 0;
	background: none;
}
#mast {
	display:none;
}
#print-header {
	margin: 0px 0px 30px 25px;
	display:inline;
}
#wrapper {
   background: none;
}
#footer {
	width: auto;
	padding: 5px 0 5px 10px;
}
#bottom-links {
	display:none;
}

/* =Headers
----------------------------------------------- */
body.standard #feature {
	background-image: url(/images/feature_head_standard.jpg);
	background-repeat: no-repeat;
}

/* Tabs: =Feature
----------------------------------------------- */
#feature .tabs {
	display:none;
}

/* 3-column layout
----------------------------------------------- */
.group1 {
  display: block;
  float: none;
  width: auto;
}
.group1 .content  {
  padding: 0;
}
.group2 {
  width: 4.5in;
}
.group2 .content  {
  padding: 25px 10px 10px 10px;
}
.group3 {
  float: right;
  width: 2.5in;
}
.group3 .content {
	padding: 25px 10px;
}

/* =Subnav
----------------------------------------------- */
#subnav {
  display: none;
	background: none;
}
#subnav ul {
	background: none;
}
.on {
	background: none;
}

/* =Homepage
----------------------------------------------- */
#login {
	display: none;
}
#recipebox {
	display: none;
}

/* =Searchstuff
----------------------------------------------- */
#smph {
	display: none;
}

/* =FAQs
----------------------------------------------- */
#faq-questions {
	display:none;
}

/* =Recipies
----------------------------------------------- */
#recipeLinks,
#farmlandNutritionLinks,
#ratingsSummary  {
  display: none;
}
#nutrition  {
  padding: 0;
  background: none;
  border: none;
}
#nutrition table  {
  width: auto;
  margin: 0;
}