@charset "UTF-8";
/* CSS Document */

#nav, .company, #footer, .places, #wrapper #content #recipe .recipeIMGcolumn .recipeNav {
display:none;
}

#wrapper, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

/*.recipeIMGcolumn IMG {
float:left;
padding-right:20px;
}*/

#recipe .recipeWords h1 {
	font-size: 18px;
	color: #AE2520;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#recipe .recipeWords h2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#recipe .ingredients {
	text-align: left;
	padding: 5px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	width: 300px;
}
#recipe .recipeWords {
	background-color: #FFFFFF;
	float: left;
	width: 500px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#recipe .recipeWords p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 11px;
	line-height: 15px;
}
#recipe .ingredients p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#recipe .recipeWords h3 {
	font-size: 13px;
	font-weight: bold;
	color: #AE2520;
	margin: 0px;
}

#wrapper #content #recipe #printfooter {
	float: left;
	width: 500px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	display: inline;
}
#wrapper #content #recipe #printfooter img {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#wrapper #content #recipe #printfooter p {
	padding: 0px;
	background-color: #FFFFFF;
	width: 550px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 10px;
	line-height: 14px;
}

