/*
* Print CSS Definition
*/

/* Remove unwanted elements */
#header, #newsletter, #cart-header, #home-carousel, #pages-carousel, #topnav,
#home-vertical-menu, #pages-vertical-menu, #content-left, #footer-wrap, form, 
#content-right #recipe-right-col1 #metric, #content-right #recipe-right-col1 #imperial {
	display: none;
}
#content-right {
	width: 100%;
	float: none;
	}
#content-right img {
	
}


body {
	background: #fff;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
}


a:link, a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

#content-right {
	color: #000;
}

#content-right h1.redHeading {
	color:#000;
}


/* Ensure the content spans the full width */
#content-right #recipe-right-col1 {
	background: transparent;
	margin: 0; 
	color: #000;
	float: left;
	width: 50%;	
}
#content-right #recipe-right-col2 {
	float: right;
	width: 40%;
	background: transparent;
	margin: 0; 
}
#content-right #recipe-right-col2 .print-button {
	display: none;	
}
#content-right #recipe-right-col2 #recipe-right-col2-details .table-display dt {
	color: #000;	
}

#content-right #recipe-right-col1 h1,
#content-right #recipe-right-col1 h2,
#content-right #recipe-right-col1 h3,
#content-right #recipe-right-col1 h4,
#content-right #recipe-right-col1 h5 {
	color: #000;
}

#content-right h1 {
	display: none;
}
#content-right h2 {
	font-size: 26px;
}
#content-right h3 {
	font-size: 20px;
}
