.page,
.menu {
	background: url('/obj/img/bg-parchment.jpg');
	font-family: 'Maiandra GD', 'Maiandra', 'Skia';
}

h1, h2, h3 { text-shadow: 2px 2px 4px #888; }

.splash h1 { /*color: #738822;*/ font-size: 36px; color: #bb4433; }

.menu .header {
	position: relative;
	top: -1.5em; left: -1.5em; min-height: 140px; min-width: 250px;
	margin: 0px;
	padding-top: 1em;
	padding-left: 225px;
}
.menu .header img { float: left; margin: -1em -3em -2em -225px; z-index: 100; }
.menu .header h1 { z-index: 110; }
.menu#breakfast .header { background: url('/obj/img/header-bg/breakfast.png') 0% 100% no-repeat; }
.menu#boxlunch .header { background: url('/obj/img/header-bg/hamsaladsandwich.png') 0% 100% no-repeat; }
.menu#dinner .header { background: url('/obj/img/header-bg/steakdinner.png') 0% 100% no-repeat; }
.menu#themedinners .header { background: url('/obj/img/header-bg/summerdinner.png') 0% 100% no-repeat; }
.menu#snackbreaks .header { background: url('/obj/img/header-bg/coffeecupsbluestacked.png') 0% 100% no-repeat; }
.menu#horsdoeuvres .header { background: url('/obj/img/header-bg/summerdinner.png') 0% 100% no-repeat; }

img { border: 0px; }

.logo a {
	text-decoration: none;
}
.logo a img {
	border: 0px;
}

a,
a[name],
a:active,
a:visited { color: #336AAA; }

/*.menu#specials { text-align: center; }*/
table.monthlyspecials { width: auto; margin: 1em auto; }
table.monthlyspecials td.dayofmonth,
table.monthlyspecials td.weekendbreak { width: 2.5ex; text-align: right; padding-right: 1em; }
td.dayofmonth { font-weight: bold; }
td.weekendbreak .dayofmonth { visibility: hidden; }

table.pricing thead tr > * { font-size: 120%; padding-bottom: .5ex; }
table.pricing tbody tr:first-child > * { padding-top: 1ex; border-top: 1px solid gray; }

.nav ul li.header { font-style: italic; }
.nav a,
.nav a:active,
.nav a:visited { color: white; }

.aside, .note { font-size: 80%; }
.tight { margin-top: -1.2em; }

.storehours {
	padding: 2px 5px;
	background: #4F5E1C;
	color: white;
	font-weight: bold;
}

address {
	font-family: 'Bradley Hand ITC TT', 'Bradley Hand ITC', 'Bradley Hand', 'fancy';
	font-style: normal;
}
address a,
address a:active,
address a:visited {
	color: inherit;
	text-decoration: none;
}
address a.street {
	text-decoration: underline;
}
address a acronym {
	border-bottom: none;
	font-size: 110%;
	font-weight: bold;
}
address a.phone:before {
	content: url('/obj/img/telephone_icon_black.png') ' ';
	position: relative;
	top: 2px;
}
address a.street:before {
	content: url('/obj/img/favicon-google-maps.ico') ' ';
	position: relative;
	top: 4px;
	text-decoration: none !important;
}
address a.phone:hover,
address a.web:hover {
	cursor: default;
}
a.phone { color: inherit; text-decoration: none; }

/* from alt-color-green.css */

body { background: #97aa33; }
div.header { position: absolute; top: 0px; left: 50%; margin-left: -390px; /*background: #333;*/ }
div.header .imgbox {
	position: relative; float: left; top: 0px; z-index: 5;
	margin: 3px 25px; border: 1px solid #ccc; padding: 1px;
}
.shadowbox {
/*	background: #525E12;*/
	background: #222;
	position: absolute; z-index: 2;
	width: 632px; height: 300px;
	top: 50%; left: 50%;
	margin-top: -150px; margin-left: -316px;
/*	top: 12.5em; left: 8.5em; right: 8.5em; bottom: 7.5em;*/
}

/*a { color: #ee4737; }*/
/*
a:visited { color: #993300; }
a:visited { color: #AA3D33; }
*/
h1 { color: #336AAA; }

.nav ul li { background: #4F5E1C; }
.nav ul li.header { background: #772D24; }
.nav ul li.header h3 { margin: 0px; }
.nav ul li a { color: white; text-decoration: none; }
.nav ul li:hover,
/*.nav ul li a:hover { background-color: #772D24; }*/
.nav ul li a:hover { background-color: #5B81B7; }
address a .implicit { color: #670; }
