/* print specific only */

	
	@import url("reset.css");
	@import url("content.css");

	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		padding: 25px;
		}
	.container {
		width: 600px;
		margin: 0 auto;
		}
		
	.skipLink,
	.locator,
	.search,
	.mainNav,
	#title,
	.subNav,
	h2,
	h3 object,
	hr,
	.btnContainer,
	.footer,
	.logo {
		display: none;
		}	
	
	h3,h4 {
		color: #a2224c;
		font-weight: bold;
		font-size: 12px;
		}
	
	a {
		outline: none;
		border: none;
		}
	a:link {
		color: #a2224c;
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		color: #a2224c;
		}
	a:visited {
		color: #a2224c;
		text-decoration: none;
		}
	a:visited:hover {
		text-decoration: underline;
		color: #a2224c;
		}	
	a img {
		border: none;
		}	
	.printLogoVisit {
		display: block;
		position: absolute;
		top: 40px;
		right: 0;
		}
	.recipeImg img.new {display: none;}
	
	.content .portal {
		height: auto;
		}	
	.content {
		padding-top: 30px;
		margin-right: 0;
		padding-right: 0;
		}
	.recipeImg {
		float: none;
		margin: 0;
		}			
