@import url(reset.css);

body {
	background:#fff !important;
	background-image:none !important;
	margin:2em 5em !important;
	font-family:"Trebuchet MS", SansSerif, sans;
	font-size:75%;
}
#accessibility {
	display:none !important;
}
#mainNavigation, #sideContent {
	display:none !important;
}
#topBanner {
	display:none !important;
}
#contentBanner {
	display:none !important;
}
#header h1 {
	background:none !important;
	text-indent:0;
	font-size:1em !important;
}
#header #topAdd {
	display:none;
}
#wrapper {
	width:auto;
}
#mainContent {
	margin-top:2em;
}
#banners {
	/*display:none;*/
	overflow:hidden;
	width:1px;
	height:1px;
	border:none;
}
.contentBanner {
display:none !important;
}
#footerNavigation, #popularRecipes {
	display:none;
}
h1 {
	font-size:3em !important;
}
h2 {
	font-size:2em !important;
}
h3 {
	font-size:1.5em !important;
}

p {
	margin-bottom:1em;
}

#similarRecipes {
	display:none;
}
#pageOptions {
	display:none !important;
}
#footerBanner {
display:none !important;
}
.time  {
	background:none;
	padding:0;
	white-space:nowrap;
}
.time span {
	display:inline;
	font-weight:bold;
}

hr {
	height:2px;
	display:block;
	background-color:#000000;
	border:none;
}