* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: normal 13px/1.2 Tahoma, Helvetica, sans-serif;
}

div.clearer {
	clear: both;
}

div#coverPage {
	text-align: right;
	border: none;
}

div.menuPage {
	clear: both;
	width: 6.5in;
	margin: 2% auto 0;
	padding-top: 2%;
	text-align: left;
	border-top: dashed 1px #000;
}

div.menuSection {
	width: 100%;
	float: left;
	margin-bottom: 2em;
}

h1.pageTitle {
	font: normal 1.4em/1.2 Georgia, Times, serif;
	font-style: italic;
	text-align: center;
	margin-bottom: 2%;
}

h1.pageTitle div.hours {
	font: normal 0.66em/1.2 Tahoma, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
}

div.disclaimer {
	font-size: .9em;
	font-style: italic;
	padding-top: 1em;
	text-align: center;
	clear: both;
}

div#mainDisclaimer {
	width: 96%;
	float: right;
	text-align: left;
	padding-top: 4em;
	margin-bottom: 2em;
}

div.menuSection h1 {
	width: 100%;
	float: left;
	text-align: left;
	font: normal 1.25em/1.2 Georgia, Times, serif;
}

div.item {
	margin: 2% 0 0;
	clear: both;
	width: 96%;
	float: right;
}

div.item h2 {
	font: bold 1.09em/1.2 Helvetica, Arial, sans-serif;
}

div.item h2 * {
	vertical-align: middle;
}

div.item h2 sup {
	vertical-align: super;
}

div.item div.price {
	float: right;
	font-weight: normal;
	padding-left: 1%;
}

div.item div.description {
	clear: both;
	font-size: .9em;
	padding: 0.6% 2.5% 0;
}

div#sides,
div#kids {
	width: 47.5%;
	clear: none;
	float: left;
}

div#soups div.item,
div#breakfastSides div.item,
div#specials div.item {
	width: 43.5%;
	clear: none;
	float: left;
}

div#sides {
	padding-right: 2.5%;
}

div#soups div.even,
div#breakfastSides div.even,
div#specials div.even {
	clear: both;
	padding-left: 4%;
	padding-right: 2.5%;
}

div#kids {
	padding-left: 2.5%;
}

div#soups div.odd,
div#breakfastSides div.odd,
div#specials div.odd {
	padding-left: 6.5%;
}

div#sides div.item,
div#kids div.item {
	width: 92%;
}

div#sides div.description,
div#kids div.description,
div#specials div.item div.description,
div#soups div.item div.price {
	float: left;
	width: 90%;
	text-align: left;
	padding: 1% 5%;
}

@media print {
	body {
		font-size: 10pt;
	}

	div.menuPage {
		border: none;
		margin: 0 auto;
		page-break-inside: avoid;
		page-break-after: always;
	}
}

