/* hrecipe microformat css */

div.easyrecipe { position:relative; color:#000; width:580px; height:auto; clear:both; margin:42px 0 12px 0; padding:10px; z-index:8888; overflow:visible; border:3px solid #ebd788; background:#fff url('/assets/css/images/bg-hrecipe.jpg') no-repeat 0 -34px; -moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.3); -webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.3); box-shadow:0 0 6px rgba(0, 0, 0, 0.3); }
div.easyrecipe-tab { position:absolute; left:-3px; top:-35px; width:120px; height:32px; background:#ebd788 url('/assets/css/images/bg-hrecipe.jpg'); padding:0; z-index:9999; border:3px solid #ebd788; border-bottom:none; 
-moz-box-shadow:    0 -5px 6px rgba(0, 0, 0, 0.2); 
-webkit-box-shadow: 0 -5px 6px rgba(0, 0, 0, 0.2); 
box-shadow:         0 -5px 6px rgba(0, 0, 0, 0.2);
}
div.easyrecipe-tab span.recipetab { color:#800838; text-transform:uppercase; letter-spacing:1px; line-height:0.8em; font:13px 'GothamMedium', Arial, Helvetica, sans-serif; text-shadow:-2px -2px 0 #f1e7c0; margin-left:10px; padding0px; }

	div.hrecipe h2.fn, div.easyrecipe span.ERName span.fn { color:#000; font-weight:normal; font-size:20px; font-family:'GothamMedium', Arial, Helvetica, sans-serif; letter-spacing:0em; text-transform:none; margin:0; padding:6px 0 9px 0; }		
	div.hrecipe h4, div.easyrecipe .ERIngredientsHeader, div.easyrecipe .ERInstructionsHeader { color:#868073; font-weight:bold; font-size:14px; text-transform:none; }		
	div.easyrecipe .ERHead, div.easyrecipe .ERInstructionsHeader { margin:6px 0; }
	div.hrecipe .review, div.hrecipe .hreview-aggregate, div.easyrecipe .ERLinkback { display:none; }
	
	.btnERPrint { color:#fff; background:url('/assets/css/bg-navbar.jpg'); margin:0; padding:7px; text-align:center; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; text-decoration:none; cursor:pointer; }
		.btnERPrint:hover { opacity:0.7; -moz-opacity:0.7; }
		.btnERPrint a { margin:0; padding:0; }