@charset "utf-8";
/* CSS Document */

.colA,
#footer,
#relatedProducts,
#header .inner,
topNav{
	display:none;
}

#logo h1 a,
#logo h1 a:link,
#logo h1 a:visited{
	display:inline;
	text-indent:0px;
	background:none;
	width:auto;
	height:auto;
	clear:both;
}

#breadcrumb li:before{
	content: " > ";
}

/* recipe pages */

.recipeImages,
.recipeThumbs{
	display:none;	
}

.printImage{
	display:block;	
}

.printImage.hide{
	display:none;	
}


