﻿
/* Recipes - formatted for printing */

#headerContainer { display:none; }
#footer { display:none; }
#leftColumn { display:none; }
#mainColumn { margin-left:50px; }

.printHeader {
	display:block;
	margin: 0 0 10px 10px;
}

.printHeader h2, .printHeader h3 {
	margin:0;
}

.recipe {
}

.recipeImage img {
	margin: 0 0 10px 10px;
	border: solid 1px #4C1B1B;
}

.recipeImage {
	float: left;
	/*clear:both;*/
}

.recipeContent {
	float:right;
	margin-left:20px;
	width:400px;
}

#content .recipeContent p {
	padding:0;
	margin:0;
}

.recipeContent h2 {
	font-weight: bold;
	margin-bottom: 0;
	font-size:140%;
}

.recipeContentSection {
	margin-bottom:5px;
}

.recipeServes {
	font-weight:bold;
}

.recipeIngredients ul li {
	margin:0;
	padding:0;
}

.recipeInstructions {
}

.btnPrint {
	display:none;
}

.btnShare {
	display:none;
}
