/*	Basic print stylesheet for the recipes page */

body#pageRecipes h1
{
	display: none;
}

body#pageRecipes h1 span
{
	display: none;
}

body#pageRecipes #theContainer
{
	width: 98%;
}

body#pageRecipes .mainCol
{
	width: 98%;
}

body#pageRecipes .mainPanel
{
	width: 98%;
}

body#pageRecipes .mainPanel h2
{
	background: none;
	text-indent: 0;
}

body#pageRecipes .mainPanel h3
{
	font-size: 1.3em;
}

body#pageRecipes .theHeader
{
	display: none;
}

body#pageRecipes .recipePrint
{
	display: none;
}

body#pageRecipes .minorCol
{
	display: none;
}

body#pageRecipes .theFooter ul
{
	display: none;
}