/*
	Recipe index
*/

div.recipe_wrapper {
	display: block;
	position: relative;
	width: 301px;
	height: 166px;
	float: left;
	margin: 10px 10px 0 0;
	padding: 19px 0 0 21px;
	background: #fff url(../images/bg_recipe.gif) no-repeat;
}

div.recipe_wrapper img {
	border: 0;
}

div.recipe_image {
	float: left;
	width: 147px;
}

div.recipe_image img {
	width: 147px;
	height: 147px;
	display: block;
}

div.recipe_info {
	float: left;
	width: 128px;
	padding: 0 12px;
}

div.recipe_info h2 {
	font-size: 14px;
	font-weight: normal;
	color: #ff9900;
	margin: 0 0 10px 0;
}

div.recipe_info p {
	font-size: 12px;
}

div.recipe_info a {
	display: block;
	position: absolute;
	left: 179px;
	top: 140px;
}

/*
	Recipe details
*/

h2 {
	font-size: 18px;
	color: #66ccff;
	font-weight: normal;
	margin: 30px 0 4px 0;
}

h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin: 0 0 10px 0;
}

div.recipe_left {
	float: left;
	width: 282px;
}

div.recipe_right {
	float: left;
	width: 380px;
}

p.caption {
	margin: 10px 0;
}

#print_recipe, #upload_recipe {
	display: block;
	width: 125px;
	height: 26px;
	overflow: hidden;
	text-indent: -999px;
	margin: 12px 0;
}
#print_recipe {
	background: #fff url(../images/recipes/btn_printrecipe.gif) no-repeat;
}
#upload_recipe {
	background: #fff url(../images/recipes/btn_uploadrecipe.gif) no-repeat;
}

#recipe_rating {
	height: 30px;
}
#recipe_rating p {
	float: left;
	width: 90px;
	margin: 0;
}
#recipe_rating span {
	display: block;
	float: left;
	width: 15px;
	height: 20px;
	overflow: hidden;
	margin-top: 2px;
	background: #fff url(../images/recipes/bg_recipe_rating.gif) no-repeat;
	text-indent: -999px;
}
#recipe_rating span.off {
	background-position: 0 -20px;
}

#rate #rate_submit {
	display: block;
	margin-bottom: 12px;
}