﻿/* Recipes */

#recipeList {
	position:relative;
	left:-15px;
	/*margin-left: -15px;*/
	width: 750px;
	overflow: visible;
}

.recipeListItem {
	float: left;
	padding: 0 10px 10px 0;
	width: 216px;
	height: 230px;			/* KRH 4/20/09: changed from 270 to reduce gap since subheadings are no longer showing */
	text-align: center;
}

* html .recipeListItem {
    height:300px;
}

.recipeListMain .recipesListRow {
    display:inline; 
    float:left;
}

.recipeListMain .recipesListRow2{
    padding-left:118px;
}

.recipeListMain .recipeListItem {
    height:auto;
}

.recipeListItem h2 
{
	font-size: 140%;
	margin-bottom: 8px;
}

.recipeListItem h1
{
	padding:0;
	margin:0;
}

.recipeListItem img {
	margin: 0 0 10px 0;
}

.recipeListMain .recipeListItem img {
    margin:0;
}

.recipe {
}

.recipeImage img {
	margin: 0 0 10px 10px;
}

.recipeImage {
	float: left;
	/*clear:both;*/
}

.recipeContent {
	float:right;
	margin-left:20px;
	width:400px;
}

#content .recipeContent p {
	padding:0;
	margin:0 0 8px 0;
}

.recipeContent h2 {
	font-weight: bold;
	margin: 5px 0 5px 0;
	font-size:140%;
}

.recipeContentSection {
	margin-bottom:5px;
}

.recipeServes {
	font-weight:bold;
	margin: -5px 0 0 15px;
	padding-bottom: 5px;
	width: 200px;
}

.recipeCredit {
}

.recipeIngredients ul li {
	margin:0;
	padding:0;
}

#leftColumn ul li { list-style-image:none; }

.recipeInstructions {
}

.recipeInstructions p {
	margin-bottom:8px;
}

.btnPrint {
	background: transparent url(/_images/printIcon.png) no-repeat 0 0;
	padding-left:30px;
	width:63px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	margin-bottom:10px;
	margin-left:15px;
}

.btnShare {
	background: transparent url(/_images/shareIcon.png) no-repeat 0 0;
	padding-left:30px;
	width:70px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	margin-bottom:10px;
	margin-left:15px;
}

#content .recipeContent .emph 
{
	margin: 3px 0 4px 0;
}
