/* Bob Evans PRINT Stylesheet */

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: none;
	margin: 0px;
	padding: 0px;
}

body {
	background: white;
	color: #000;
	font: 12pt/16pt "Times New Roman", Times, serif;
	width: auto;
}

p {
	margin: 0 0 8px 0;
}

h1 {
	color: black;
	font: 18pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 8px;
}

a {
	color: black;
}

#head-bg, #head-bell, #head, #nav {
	display: none;
}

#content-top {
	display: none;
}

#content, #content-footer {
	background: white;
}

#subnav {
	display: none;
}

#subcontent {
	float: none;
	/*margin-bottom: 24px;*/
	/*padding-right: 15px;*/
	/*width: 675px;*/
	/*overflow: hidden;*/
	width: auto;
}

.photo {
	margin-bottom: 10px;
}

#foot {
	display: none;
}

/******  RECIPE  ******/

#recipe-imglinks {
	display: none;
}

.recipe-img, .product-img {
	background: #fff;
	height: 270px;
	margin-bottom: 16px;
	padding: 6px 0 0 6px;
	width: 268px;
}

#recipe-instrux {
	float: none;
	/*margin-top: 8px;*/
	/*padding-right: 66px;*/
	width: auto;
}

#recipe-instrux img {
	display: none;
}

#recipe-instrux p {
	margin-bottom: 16px;
	padding-right: 0;
}

#recipe-instrux h3 {
	color: black;
	font: 13pt Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-right: 0;
	text-transform: uppercase;
}

#recipe-instrux ul {
	list-style: none;
	margin-bottom: 16px;
}

.recipe-ingredient-bobevans {
	color: black;
	font-style: italic;
}

/******  PRINT STYLES  ******/

#head-print, #foot-print {
	display: none;
}

