/* style resets
------------------------------------------------------------------------------------*/
html{ background-color:#ffffff; }

/* hide the stuff we do not need */
#header_navigation, #category_navigation, #page_bottom, #page_top, #footer, #recipe_image, #recipe_container .close, #print_recipe{ display:none; }

/* clear margins, widths, backgrounds and positioning */
#wrapper{
	width:auto;
	margin:0;
	background-image:none; 
}
#page_content{ margin:0; }
#content{ height:auto; }
#content.background_recipe{ background-image:none; }
#recipe_container{
	height:auto;
	width:auto;
	position:static;
}
#recipe{
	position:static;
	width:auto;
}
#recipe_scrollbar{
	overflow:visible !important;
	width:auto !important;
	height:auto !important;
}
#recipe_scrollbar div{
	width:auto !important;
	height:auto !important;
	display:block !important;
	overflow:visible !important;
}
#recipe_scrollbar .vScrollbar, #recipe_scrollbar .hScrollbar, #recipe_scrollbar .corner{ display:none; }
/*----------------------------------------------------------------------------------*/


/* formatting styles for print
------------------------------------------------------------------------------------*/
#logo{
	position:relative;
	top:-20px;
	left:-40px;
}
#recipe h2{
	font-family:verdana, arial, sans-serif;
	font-size:19px;
	font-weight:bold;
	color:#666666;
	border-bottom:1px dotted #666666;
	padding-bottom:15px;
}
#recipe_print_footer{
	display:block;
	padding:15px 0;
	margin-top:25px;
	border-bottom:1px dotted #666666;
	border-top:1px dotted #666666;
}
#recipe_print_footer span{ color:#5c9396; }
/*----------------------------------------------------------------------------------*/
