/*Reset Style*/
body.custom {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	word-spacing: 1px;
	letter-spacing: 0.2px;
	font: 12pt Arial, Helvetica, "Lucida Grande", serif;
	color: #000;
	background: none;
	border: none;
}
a, a:hover {
	color: #000;
	font-weight: bold;
}

#tagline h1 {
	font-size: 16pt;
	font-weight: bold;
}
h1, h1 a {
	font-size: 16pt;
	font-weight: bold;
}
h2, h2 a {
	font-size: 14pt;
	font-weight: bold;
}
h3, h3 a {
	font-size: 12pt;
	font-weight: bold;
}
h4, h4 a {
	font-size: 10pt;
	font-weight: bold;
}
/*Move Element*/
#content {
	float: left;
}
#sidebars {
	float: right;
}
/*Remove Element*/

.menu,
#logo,
#logo,
#sidebars ul li {
	display:none;
}
#multimedia_box,
#footer,
#topnav,
.headline_meta,
.printbutton,
#comments,
.post_nav,
.post_tags,
#related_posts,
.adsense {
	display:none;
}
.mgid,
#nrelated,
hr,
img[size-full],
.entry-title,
p:not(.direction) 
{
	display:none;
}

header h1.after {
display: block;
content: "Thank you for printing our recipe from Daily Unadventures in Cooking (www.dailyunadventuresincooking.com).";
//margin-bottom: 10px;
//border: 1px solid #bbb;
//padding: 3px 5px;
font-style: italic;
}