/*  
	HV
	print.css
	(c) Clorox
	Updated July. 12, 2010 
*/


* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}	
	
#print, 
#recipeRatings, 
#homeSlideshow, 
.anythingSlider, 
.shareBt, 
.bg, 
.leftCol,
#personalize, 
#mainNav,
#logo, 
.rightCol, 
.hidden, 
#breadcrumbs, 
.recipeClass, 
.recipeControls, 
#footer, 
.imgBtn,
.ratingYours,
.statCat { display: none; }

			
body {
	padding: 40px;
  	color: #000000;	
	text-align: left;  	
	background: #FFFFFF;	
	}	

h1 { 
	margin: 0 0 5px 0; 
	padding: 0 0 5px 0;
	font: bold 18px/15px Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	border-bottom: 3px solid #000; 
	}
	
h3 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: bold 14px/15px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border-bottom: 3px solid #000000;
	}	
		
/* print URLs after link text */
a:link:after, a:visited:after {	content: " (" attr(href) ") "; }	

.pt { 
	display: block;
	margin: 0 auto 20px auto;
	}	

img.recipeCrop { 
	display: block;
	width: 300px;
	margin: 0 auto 20px auto;  
	border: 2px solid #CCCCCC;
	}	
		
.recipeStats { margin: 0 0 15px 0; }		
		
.recipeStats li {
	margin: 0;
	padding: 0;
	font: italic 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: none;
	}		
		
.ingredList { margin: 0 0 15px 0; }
	
.ingredList li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px dotted #333333;
	}			
	
p {
	margin: 0 0 10px 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	}	