﻿body {
}

#Header
{
	display: none;	
}

#PageContent
{
	float: left;
	padding-left: 40px;
}

.printoutTitle
{
	visibility: visible;
	display:inline-block;
	margin-bottom:20px;
}

.navBar
{
	display: none;
	width: 0;
}

.navBarObject
{
	display: none;
	width: 0px;

}

.navBarObject li {
	display: none;
	width: 0px;
}

#Footer
{
	display: none;
}

.PrintNon {
	display: none;
}

.leftSection {
	/*position:absolute;
	left: 80px;
	top: 0px;*/
	
}

.recipe-bottomSection {
	
	/*position:absolute;*/
}


/* recipe.ascx page printing */

/**/

body {
	padding: 20px;
}

h1 {
	color: #9BA433;
	font-weight: normal;
	font-family: Tahoma, Sans-Serif;
}

h2 { 
	color: #666;
	font-weight: normal;
	font-family: Tahoma, Sans-Serif;
	font-size: 16px;
}

h2.recipeIngredients {	
	color: #9BA433;
}

#perfectWith {
	float: left;
}

.rightSection.lowerRight {
position: absolute;
right: 50px;
}

.leftsection {
float:left;}