/*
	Valley Fresh, Master Stylesheet for print media
	Last Updated: 14 April 2008
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Import sIFR styles for print
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@import "sIFR-print.css";


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#header #subnav {
	visibility: hidden;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Main Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#navigation {
	visibility: hidden;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Product Slider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#product-slider {
	visibility: hidden;
	height: 20px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#content {
	float: none;
}
#primary {
	float: none;
}
#primary p {
	float: none;
	width: 500px;
}
#secondary {
	display: none;
}
#feature {
	clear: both;
}
#searchresults {
	min-height: auto;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content -- homepage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#splash {
	clear: both;
}
#splash img {
	margin: -25px 0 0 1px;
	float: left;
	display: inline;
}
#splash h1 {
	background: none;
	text-indent: 0;
	line-height: 1em;
}
#splash h2 {
	background: none;
	text-indent: 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content -- recipe landing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#fiveminutedinners {
	clear: both;
}
#fiveminutedinners p {
	clear: both;
}
#fiveminutedinners h2 {
	background: none;
	text-indent: 0;
	clear: both;
}
#fiveminutedinners h3 a {
	background: none;
	text-indent: 0;
	clear: both;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content -- recipe detail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#recipe-header ul li {
	display: none;
}
#recipe-header h2 {
	clear: both;
}
#recipe-info1 {
	float: none;
	width: auto;
	margin: 0;
	height: auto !important;
	clear: both;
}
#recipe-info1 ul {
	width: 385px;
} 
#recipe-info2 {
	float: none;
	width: auto;
	margin: 0;
	clear: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	display: none;
}