body {
	margin: 1em;
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: #000011;
}

h2 {
	border-bottom: 1px solid #4c90b5;
	width: 50%;
	font-weight: normal;
	font-size: 14pt;
}

div.header {
	display: none;
}

div.recipetitle {
	text-align: center;
}

div.recipe {
	text-align: left;
}
div.container {
	text-align: center;
}

div.container:before {
	content: url(images/delectablehodgepodge-print.png);
}
div.recipetitle h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #4c90b5;
	font-size: 18pt;
	width: 50%;
	text-align: left;
	font-weight: normal;
}

div.recipetitle img {
	width: 36%;
	float: right;
	border-left: 10px solid #ffffff;
	margin: 1em;
}

div.ingredients table {
	border-collapse: collapse;
	font-family: Verdana,sans-serif;
	font-size: 9pt;
}
div.ingredients th {
	border-bottom: 1pt solid black;
	padding-bottom: 1px;
	padding-top: 5px;
	font-weight: bold;
	text-align: center;
}
div.ingredients td {
	border-bottom: 1px dotted #666666;
	padding-left: 0.5em;
	padding-right: 1.5em;
	font-weight: normal;
}

div.unitswitcher {
	display: none;
}


div.introblurb {
	border: 1px dashed #4c90b5;
	margin: 1em;
	clear: right;
	font-style: italic;
	display: none;
}
.introblurb p {
	margin: 0.5em;
}

.recipe ol {
	list-style-position: outside;
	margin: 0;
}
.recipe ol li {
	margin: 0;
	padding-bottom: 0.5em;
}

.recipe ul li {
	padding-bottom: 0.5em;
}


.inset {
	display: none;
}


ol.illustrated li {
	clear: right;
}

img.example {
	float: right;
	margin: 10pt;
	width: 2in;
}

ol.illustrated p {
	margin: 12pt 0;
}

ol.illustrated p img {
	margin-right: 10pt;
	width: 1.8in;
}


div.footer {
	font-size: 8pt;
}
