/*
	Printer friendly stylesheet
*/
body { 
	background:none;
}
br.clear { clear:both;}
#wrapper { background:none;}
	#header { display:none;}
	#page {}
		/* frontpage */
		#prdCarousel, #bannerArea { display: none;}
		
		#leftCol, #subNav { display:none;}
		#rightCol {}
			#whatsNew,#competitions,#onTheAir,#recipeClub { display:none;}
			#path { display:none;}
			#content {}
				#content h2.pageName { font-size:18px;font-weight:normal;color:#4fa900;margin-top:8px;margin-bottom:1em; }
				/**
				  Content Styles
				**/
				/** Headlines **/
				#rightCol h1.pageName,#rightCol h2.pageName { color:#3d8300; font-size: 22px; font-weight: normal;}
				/* lists */
				#content ul,#content ol { margin-left:2em;}
				#content ul ul,#content ol ol { margin-left:1em;}
				/** Links **/
				#content a { color:#8e2507;}
				#content a:hover { color:#c62735;}
				
				#contentLeftCol { /* float:left;width:64%; */}
				#contentRightCol { display: none;/* float:left;width:35%;margin-left:1%; */}
					#contetnRightCol ul { display:none;}
					
					#recipeCol form { display:none;}
					#recipeCol .notPrint { display:none;}
		#footer { display:none;}
		
		/*
		 * Recipes
		 * pagetempalates/recipe.vm
		 * ************************
		 */
		#jQueryAccordion,
		#printRecipe { display: none;}

