/* Clear Fix */
/* Apply the clearfix class to any element which acts as a container for floats. */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display:inline-block;
}
/* Hides from IE-mac \*/
.clearfix {display:block;}
* html .clearfix {height: 1px;}
/* End hide from IE-mac */


/* PNG hack for IE */
* html img.png, *html input.png 
{
	visibility:hidden;
	behavior: url("../pngbehavior.htc"); 
}


/* RECIPE PRINT */
#recipe-print {
	background:none;
	background-color:#FFFFFF;
	text-align:left;
	width:420px;
	margin:0;
	padding:48px 95px 30px 95px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:100%;
	}
	#recipe-print #container {
		font-size:0.8em;
		}
		#recipe-print #logo {
			position:absolute;
			top:48px;
			left:89px;
			}
		#recipe-print #header {
			margin:0 0 26px 0;
			padding-top:102px;
			height:148px;
			}
			#recipe-print #header #recipe-photo {
				float:left;
				display:inline;
				border:#FF6836 1px solid;
				width:148px;
				height:148px;
				}
			#recipe-print #header #recipe-info {
				margin-left:168px;
				margin-top:13px;
				}
				#recipe-print #header #recipe-info h1 {
					margin:0 0 17px 0;
					color:#548253;
					font-size:1.1em;
					}
				#recipe-print #header #recipe-info p {
					margin:0 0 3px 0;
					}
					#recipe-print #header #recipe-info p strong {
						font-weight:normal;
						}
		#recipe-print #content {

			}
			#recipe-print #content h3 {
				color:#548253;
				font-size:1.1em;
				margin:0 0 13px 0;
				}
				#recipe-print #content h3#directions {
					margin-top:35px;
					}
			#recipe-print #content p  {
				margin:0 0 1.8em 0;
				line-height:1.5em;
				}
				#recipe-print #content #ingredients-list p {
					margin-bottom:0.3em;
					}
