/* @group text area */
	/* recipe card & items */
#recipe-card #ingredients {
	clear: both;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 145%;
	color: #858557;
	text-align: left;	
	margin: 32px 16px 12px 16px;
	padding: 12px 24px;
	border: 1px solid #e5e5ac;
	background-color: #f9f9ea;
}
#recipe-card #ingredients p {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 145%;
	color:  #554;
	margin: 0;
	padding: 2px 0 4px;
}


#recipe-card img.recipe-photo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #cfcfa9;
	text-align: center;
	line-height: 100%;
	float:  right;
	margin: 0 0 2px 14px;
	padding: 0;
	width: 150px;
	background-color: #f4f4e1;
}


#recipe-card img.chef-photo {
	float:  left;
	margin: 0 12px 0 0;
	padding: 0;
	width: 66px;
	background-color: #e8e8da;
}


.ingredient-line {
	margin: 0px;
	padding: 0 0 0 10px;
}

/* @end */


