/*
------------------------
Bazaar print CSS
------------------------
*/

body.standard {
	background: #fff none !important;
}

h1 {
	background: none !important;
	text-indent: 0 !important;
	font-size: 1.75em !important;
	color: #94267f;
}

ul li {
	list-style-type: circle;
	margin-left: 1.4em;
	background: none;
}

h2.sectionHeading  { 
	display: none;
}

#container {
	background: #fff none;
	width: 96%;
}

#masthead  {
	border: none;
	background: none;
	height: auto;
}

#masthead  h2 {
	position: static;
	width: auto;
	margin-bottom: 1em;
}

#masthead h2 a img {
	visibility: visible !important;
}

#content {
	background: none;
	width: auto;
	padding: 0;
}

#bazaarTips {
	width: auto;
	background: none;
	padding: 0;
}

#bazaarTips h2 {
	margin: 0;
	height: auto;
	background: none;
	text-indent: 0;
}

.recipeInfo {
	margin-bottom: 10px;
	border: 1px solid #DCCB97;
	background: none;
}

.recipeInfo td {
	padding: 3px;
}

.recipeInfo td.recipeShot {
	width: auto;
	height: auto;
	text-align: center;
}

.recipeInfo .caption {
	padding: 4px 16px 12px 16px;
	background: none;
}

#nav, #breadcrumbs, #popularRecipes, #sidebar, #recipeTools ul, #footer, .credits {
	display: none;
}


