
/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: OntarioMeatProducts.ca
	Created: 2009-02-19
	Created by: Dawn Wentzell dawn@rkd.ca
	
------------------------------------------------------------------- */


.BodyStyle { 
	color: #000;
	background: #fff;
	}

.container { 
	width: 610px;
	margin: 0 auto;
	}
#wrapper { 
	margin-bottom: 0;
	min-height: 200px;
	}
	#footer-push {
		clear: both;
		height: 0px;
		}

#print-header {
	display:block;
	margin-left:15px;
	}
	#print-header img {
	width:300px;
	}


#header .container {display:none;}

.print-footer {
	display:block;
	border-top:1px solid #993300;
	margin-left:10px;
	}

#footer { display:none; }


#content { 
	background: url(none);
	min-height: 200px;
	}
	#content .container {
		background: url(none);
		padding: 25px 0 0;
		width: 610px;
		min-height: 200px;
		}

h2 {
	border-bottom: 1px solid #cc6633;
	background: url(none);
	margin: 0;
	width: 610px;
	}

.RecipeIntro {
	height:auto; 
	width:450px;
	}
	
.ImageFloatRight { width:150px; }

.RecipeIntro, .SideBar, .IngredientsDirections {background:url(none); }

.RecipePrint h2 {display:none; }
.NoPrint {display:none; }

.SideBar {
	float:none;
	width:600px;	
	height:auto;	
	padding-top:0;
	}
	
.RecipeIntro p.IntroText, .RecipeIntro p, .RecipeIntro h4 {
	padding-left:0;
	padding-right:0;
	}
	.RecipeIntro p, .RecipeIntro h4 {
		padding-left:0;
		padding-right:0;
		}


.Ingredients {
	margin-left:0;
	width:450px;
	}

.SideBar p, .SideBar h4 {
	padding-left:0;
	padding-right:0;
	}


#menu,
#logo,
h1#wordmark,
#header-nav,
#footer-nav { display: none; }


