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

#mainImg {
	background: url(/recipes/img/mainimg.jpg) 0 0 no-repeat;
}

body.recipes h1 {
	background:url(/recipes/img/sectitle.gif) 0 0 no-repeat;
}
body.recipes h2 {
	font: bold 115% Arial, Helvetica, sans-serif;
	color:#8C5A21;
	margin:0;
	padding-top:15px;
}
body.recipes h3 {
	font: bold 105% Arial, Helvetica, sans-serif;
	color:#662D37;
	padding:5px 0 8px 0;
	background:url(/_common/img/chalkline_horiz.png) 0 100% no-repeat;
}
body.recipes p.ingredients {
	padding:0 20px;
	margin:0;
	font-size:95%;
	font-style:italic;
	line-height:150%;
}
body.recipes p.ingredients span.breakit {
	display:block;
	padding-top:.5em;
}
body.recipes p.instructions {
	font-size:100%;
	line-height:125%;
}
body.recipes p.serving_info {
	font-size:100%;
	line-height:125%;
	padding-top:10px;
	font-style:italic;
}
#medImg_recipes {
	float:right;
	height:175px;
	margin:-20px 20px 15px 20px;
	background: url(/recipes/img/medimg_recipes.jpg) 0 0 no-repeat;
}
#medImg_recipes:hover {
	cursor:auto;
}
#recipe_print {
	clear:right;
	text-align:center;
	font-size:90%;
	margin-top:10px;
	margin-bottom:10px;
}
#recipe_print a {
	background-color:#8C5A21;
	border:1px solid #5A3412;
	padding:3px 20px;
	color:#fff;
	text-decoration:none;
}
#recipe_print a:hover {
	background-color:#5A3412;
	border:1px solid #333;
	color:#efefef;
}

