/* BEGIN recipeCard Styles */	
/* set the image to use and establish the lower-right position */ 
.recipeCard, 
.recipeCard_body, 
.recipeCard_head, 
.recipeCard_head h2			{ background: transparent url(../images/recipeCard.png) no-repeat bottom right; } 

.recipeCard 						{ width: 735px !important; 																									/* intended total box width - padding-right(next) */ 
													width: 720px; 																														/* IE Win = width - padding */ 
													padding-right: 15px; 																											/* the gap on the right edge of the image (not content padding) */ 
													margin: 10px auto; }	 																											/* use to position the box */
									 
/* set the top-right image */ 
.recipeCard_head 				{ background-position: top right; margin-right: -15px; 											/* pull the right image over on top of border */ 
													padding-right: 25px; }																										/* right-image-gap + right-inside padding */  

/* set the top-left image */ 
.recipeCard_head h2 		{ background-position: top left; margin: 0; 																/* reset main site styles */ 
													border: 0; 																																/* reset main site styles */ 		
													padding: 15px 0 20px 25px; 																								/* padding-left = image gap + interior padding ... no padding-right */ 
													height: auto !important; height: 1%;  																		/* IE Holly Hack */
													color: #574c3a;
													font-size: 14px;
													font-weight: bold; 
													font-style: normal; }

.recipeCard_headrt			{	clear: right; float: right; 
													margin: -60px 0px 10px 15px; }

/* set the lower-left corner image */ 
.recipeCard_body 				{ background-position: bottom left; 
													margin-right: 10px; 																											/* interior-padding right */ 
													padding: 0 0 30px 25px;  } 																								/* mirror .recipeCard_head right/left */

/* recipeCard text styles */
div.recipeCard p				{ font-family: verdana, arial, helvetica, sans-serif; 
													font-size: 11px; 
													color: #574c3a; 
													text-align: left; 
													margin: 5px 0 0 0;
													padding: 0; }
div.ingred							{ width: 270px;
													float: left;
													border: solid 1px #d2d2a5;
													margin: 10px 10px 10px 0;
													padding: 5px 10px 10px 10px; 
													clear: left; }
div.recipeCard h3				{ clear: none; }
div.recipeCard floatRt	{ padding: 0 0 5px 0;
													margin: 5px 0 15px 0; }
/* END recipeCard Styles */