p {
	margin-bottom: 25px;
	line-height: 1.5em;
}

.ingr {
	font-size: 110%;
	line-height: 1.2em;
}

strong {
	font-size: 120%;
	font-weight: bold;
	color: #77767b;
}

.recipeImg {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #eeeeee;
}

.rblock {
	position: relative;
	clear: both;
	margin-bottom: 25px;
}

.rblock strong {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

.rblock a {
	display: block;
	text-decoration: none;
	color: #000000;
}


.rblock a:hover {
	text-decoration: underline;
}

.rblock a:hover strong {
	text-decoration: none;
}

.num {
	position: absolute;
	left: -35px;
	top: 0.9em;
	font-size: 9px;
	color: #a8000f;
	width: 20px;
	text-align: right;
}

