/* Print Styles */

@media print {

body {
	background:white; 
	font-size:12pt; 
	margin:0 }

#sidebar { 
	display:none 
}

#header { 
	height:75px;
}

#content{ 
	margin-left:0; 
	float:none; 
	width:auto 
}

#content a { 
	font-weight:bold; 
	color:#000066; 
	text-decoration:underline 
}

#content{ 
	margin-left:0; 
    float:none; 
    width:auto 
}
     
#footer, .ad { 
	display:none 
}

h1, h2, h3, h4, h5, h6 { 
	page-break-after:avoid; 
    page-break-inside:avoid 
}

h2 {
	display: none;
}

h6 {
	font-size: 18pt;
	margin: 0;
}

h6.recipe-title {
	font-size: 24pt;
	margin: 0 0 20px 0;
}

.blurb {
	display: none;
}

blockquote, table, pre { 
	page-break-inside:avoid 
}

ul, ol, dl  { 
	page-break-before:avoid 
}

img.centered { 
	display: block; 
    margin-left: auto; 
    margin-right: auto; 
}

img {
	display: none;
}

img.right { 
	padding: 4px; 
	margin: 0 0 2px 7px; 
	display: inline; 
}

img.left { padding: 4px; 
     margin: 0 7px 2px 0; 
     display: inline; 
}

.right { 
	float: right; 
}

.left { 
	float: left 

}
img { 
	page-break-inside:avoid; 
	page-break-after:avoid; 
}

}

