a {
	color: #00F;
	text-decoration: underline;
}

a:after {
	content: " <" attr(href) ">";
}

body {
	background: #FFF;
	font: 1em georgia, times new roman, serif;
	padding: 1em;
	
	/* had to add this for masonry */
	font-size:14px;
	line-height:150%;
}

div.recipe-ads {
	display: none;
}

#content #card ul.ingredients {
	clear:both;
	width: 100%;
	padding: 0 0 20px 0;
	
}
	#content #card ul.ingredients li {
		float: left;
		margin: 0 0px 0 20px;
		width:260px;
	}
	#content #card ul.ingredients li.header {
		font-size:1.1em;
		list-style:none outside none;
	}

#footer {
	display: none;
}

#header {
	display: none;
}

#kampylink {
	display:none;
}

#meta {
	display: none;
}

#print-logo {
	display: block;
}

#recipe-options {
	display: none;
}

#sidebar {
	display: none;
}