html
{
	background: #fff url("../images/kitchen-u464-fr.jpg") no-repeat center top fixed;
}

div#recipes
{
	clear: both;
	width: 100%;
}

div#recipes-body
{
	margin: 0 auto;
	width: 1100px;
	height: 600px;
	margin-top: 150px;
}

div.recipe-details
{
	clear: both;
	width: 1050px;
	height: 250px;
	/* margin-top: 54px; */
	/* margin-bottom: 54px; */
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 15px;
	color: #000;
	padding: 12px;
	margin-bottom: 50px;
	margin-top: 100px;
}

div.recipe-left
{
	float: left;
	background: none;
	width: 300px;
	text-align: center;
}

div.recipe-image
{
	width: 294px;
	height: 240px;
	position: relative;
	top: -5px;
}

div.recipe-ingredients
{
	position: relative;
	top: -75px;
	left: 50px;
	z-index: -1;
	width: 200px;
	color: #000;
	background-color: #fff;
	padding-top: 80px;
	text-align: center;
}

div.recipe-ingredients ul
{
	margin: 0 0;
	padding: 0 0;
	font-family: gentium-basic-n4, gentium-basic, sans-serif;
	font-size: 14px;
}

div.recipe-ingredients ul li
{
	list-style: disc inside none;
	display: list-item;
	margin: 0 0.5em;
}

div.recipe-right
{
	float: left;
	position: relative;
	left: -150px;
	z-index: -2;
	width: 720px;
	color: #000;
	background-color: rgba(255, 255, 255, 0.65);
	padding: 12px;
}

div.recipe-instructions
{
	padding-top: 20px;
	padding-left: 130px;
	font-family: gentium-basic-n4, gentium-basic, sans-serif;
	font-size: 14px;
}
