.category-recipes .post-body .image-frame {
	display: block;
	float: left;
	height: 150px;
	margin: 0 15px 15px 0;
	padding: 0;
}

.category-recipes .post-body .image-frame img {
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.category-recipes .post-body p.contributor .label {
	display: inline-block;
	font-weight: bold;
}

.category-recipes .post-body p.recipe-contributor {
	margin-bottom: .25em;
}

.category-recipes .post-body p.photo-contributor {
	margin-bottom: 2.25em;
}

.category-recipes .post-body p.commentary {
	font-style: italic;
}

.category-recipes .post-body .recipe-body {
	background: url('images/rule-dashed-horizontal.png') 0 top no-repeat;
	clear: both;
}

.category-recipes .post-body .heading {
	padding-top: 1em;
}

.category-recipes .post-body ol {
	list-style: inside;
	list-style-type: decimal;
	margin: 0;
}

.category-recipes .post-body ol li {
	padding-bottom: 1em;
}

.category-recipes .post-bio,
.category-recipes .print-attribution {
	display: none;
}