#masthead .links { display: none; }
#topNav { display: none; }
#leftNavWrapper { display: none; }
#topNavWrapper { display: none; }
#content { float: none; width: 90%; }

/* recipe */
.TopNavigation, .recipeSubnav, .recipeDetail .Left, .ReviewWrapper { display: none; }
.recipeDetail, .recipeDetail .Top, .recipeDetail .Bottom, #contentWrapper { background: none; }
.recipeDetail .Right { width: 100%; float: none; }
#contentWrapper { padding: 0 !important; }

ul.Recipe-Specs
{
	list-style-type:none;
	padding:0 0 15px 0;
}
			
	ul.Recipe-Specs li
	{
		list-style-type:none;
			padding:0 0 2px 0;
	}
				
ol.Recipe-Specs
{
	padding-bottom:15px;
}

