/*
Copyright (c) 2009. All rights reserved.

Print Stylesheet 
*/
body {
	background:#fff;
	font-family:arial,tahoma;
	font-size:8pt;
	color:#000;
}
#header,
#primary,
#secondary,
#column-right,
#footer,
#content fieldset,
#comments,
.star-rating,
.recipe-rating,
.breadcrumb,
.advertising,
.button,
.three-column,
.hidden {
	display:none;
}
h1,h2,h3,h4,h5 {
	margin:5% 0 3% 0;
}
#content li, .two-third-column li, .bulleted li {
	list-style:none;
	margin-left:0!important;
	
}
.two-third-column{
width:100%;
}

#content .recipe-method li {
	list-style-type: none;
}
#content {
	float:none !important;
	width:auto;
	margin:0;
	padding:0;
	border:0;
	color:#000;
/*	background:#fff url('../images/common/logo_print.gif') no-repeat top left;*/
}

/** Recipe Summary  ///////////////////////////////// **/

#recipe-summary{
    margin-left:-40px;
}

#recipe-summary li {
	float:left;
	padding:0 0 0 0;
	margin:0 10px 0 0;
}
#recipe-summary li span {
	padding:0 10px 0 0px;
}

#print-logo {
	display:block;
}
.recipeimage
{
    float:right;
    margin:0 0 20px 20px;
}

.triedtested{position:relative;z-index:1;display:none;}
.triedtestedimage{position:relative; top:10px;left:0px; z-index:0;Width:300px; Height:300px; }


