@charset "UTF-8";
/* Styles for print */

body {
  background-image: none;
  background-color: #fff;
  border-color: #000;
  color: #000;
  font-family: Helvetica,Arial,sans-serif;
}

/* Hide MODx manager stuff */
#cboxOverlay, #colorbox, #qmEditorClosed, #qmEditor { display: none; }

/* Hide toolbar and order button */
#toolbar, #orderButton { display: none; }

/* Hide the menus */
#outerStrap {min-height: 0;}
#strap {min-height: 0; }

#strap ul { display: none; }

#leftcol { display: none;}
.twocol #content {
	border-left: none;
	margin-left: 0;
}

/* show heading text rather than image */
#outerHeader #header { background-image: none; min-height: 160px;}
#header h1{ margin-left: 0; }

p.intro { color:#000; }

a, a:link, a:visited { text-decoration: underline; }
abbr, acronym { border-bottom: none; }

/* Recipes */
.hRecipe .nutrition {
	background-color: #fff;
	border: 1pt solid #000;
}

/* Print URL after link text ... */
#content a:link:after,
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
/* ...but hide it again if footnotes are implemented */	
html.noted #content a:link:after,
html.noted #content a:visited:after {
	content: '';
}
