/*
	Print specific styles
*/


html, body,
#container,
#col2Container,
#col1,
body#recipe #col1,
body#recipe #col2Container {
	background-image: none;
}
#col1a,
#col2,
#header,
#footer,
ul#nav,
img.page {
	display: none;
}
#col1b {
	width: 100%;
	margin-top: 20px;
	padding: 0 40px 0 30px;
}
img.print {
	display: block;
}
body#recipe h1 {
	font-size: 22px;
}
body#recipe #content {
	background: transparent url(/img/common/header_home.jpg) no-repeat top center !important;
}

