img	{ border: 0; }
a { color: black; text-decoration: none; }

/* Primary layout divisions */
body, html	{
	margin: 0in;
	padding: 0in;
	font: 10pt/1.4 Arial, Helvetica, sans-serif;
	}
	
#wellTitle #bug, 
#wellTitle #pageInstructions, 
#footer, 
.subFooterLeft, .subFooterRight, 
h1, #navBar,
#content table,
form,
#licensing, .hide
{	display: none; }
	
#subFooter {
	clear: both;
	text-align: center;
	width: 6.5in;
	font-size: 6pt;
	margin-top: 0in;
}

#subFooter img {
	display: none;
	width: 0.99in;
	height: 0.195in;
}

#content {
	border: 1pt solid #999999;
	width: 6.0in;
	padding: 0.25in;
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: black;
}


/* the ingredient photos on recipe pages */
#iconContainer {
	width: 3.5in;
	float: right;
}

/* style stuff for recipe detail pate */
.recipeMeasure {
	margin-left: 0.125in;
	font-style: italic;
	line-height : 14pt;
}

.recipeDirection { margin-top: 0.125in; }

/* default dont' print it... when there's info, do print it */
#scalingFeatures { display: none; }
#scalingFeatures.on { display: block; }
#scalingFeatures {
	border: 0.5pt dashed #666;
	padding-left: 0.125in;
	padding-right: 0.125in;
	width: 2.0in;
	margin-top: 0.5in;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}
#scalingFeatures h3 { font-size: 8pt; }
#scalingFeatures h4 { font-size: 8pt; margin-bottom: 0in; }
#scalingFeatures ul { padding-left: .125in; margin-top: 0in; }
/*trick to nail a couple more things */
#scalingFeatures a { display: none; }
#scalingFeatures ul a { display: inline; }
#scalingFeatures .recipeDirection a, #scalingFeatures .recipeMeasure a { display: inline; } 


#ingredients ul li { list-style-type: none; margin-top: .125in; }
