#content div.recipe {
	background-color: rgb(245, 245, 245);
	color: #333;
	margin: 1em 0;
}

#content div.recipe a{
	color: #333;
}

#content div.recipe a:hover{
	background-color: #FFE66D;
}

#content div.recipe h1 {
	border: 0;
	font-size: 2em;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0px;
	min-height: 50px;
	padding: 20px 0px 10px 0px;
	text-align: center;
}

#content div.recipe ul, ol{
	margin-top: 10px;
	margin-left: 40px;
}

#content div.recipe p.print button{
	background-color: #ececec;
	border: 1px solid #a0a0a0 !important;
	padding: 10px 20px;
	color: #333;
	cursor: pointer;
}
	
#content div.recipe p.print button:hover{
	background-color: #d6d6d6;
}

#content div.recipe p.subtitle {
	color: gray;
	font-style: italic;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#content div.recipe h2 {
	border-bottom: 1px #333 solid;
	color: gray;
	font-size: 1.4em;
	font-style: bold;
	margin: 0px;
	padding: 10px 0px;
}

#content div.recipe div {
	padding: 0 25px 60px 25px;
}