/* CSS Document */

/* CSS Document */
*{margin: 0; padding: 0;}
html {
	font: 125% Arial, Helvetica, sans-serif;
	height: 100%;
}
body {
	font-size: 50%;
	background: white;
}
body#specials{
	height: 100%;
}
body#recipes{
	
	height: 100%;
}
.left{display: block; float: left; margin: 0 10px 10px 0;}
.right{display: block; float: right; margin: 0 0 10px 10px;}
/*/////////LAYOUT///////////////////////////////////////////*/
div{

	margin: 20px;
}
div div{
	margin: 2px;
}
#specials div div{
	padding: 110px 10px 10px;
	position: relative;
	height: 590px;
	background: url(/i/bg-menu.gif) no-repeat center center;
	font-size: .9em;
}
#specials.anniversary p, #specials.anniversary h3{
	width: auto;
}
#specials.anniversary h3{
	font-size: 1.1em;
	text-decoration: none;
}
#specials.anniversary br{
	display: block;
	margin: 3px;
	padding: 4px;
	background: red;
	border: 1px solid red;
}
#specials.anniversary p{
	line-height: 1em;
}
#foo{
	float: left;
	width: 40%;
	_width: 45%;
	position: relative;
	margin: 10px 20px;
	_margin: 10px;
	height: 75px;
}
#specials.anniversary h2{
	text-decoration: none;
	margin: 2px;
}
#specials.anniversary #entrees, #specials.anniversary #market{
	clear: both;
}
#specials.anniversary div #market{
	position: absolute !important;
	bottom: 40px !important;
	top: auto;
	height: auto;
	padding-bottom: 10px;
	border: 1px solid black;
	width: 440px;
}
#specials.anniversary #market h2{
	text-decoration: underline;
	font-style: normal;
}
#specials.anniversary div{
	width: 443px;
	font-size: 1em;
	margin: 20px auto;
	height: 700px;
	position: relative;
	padding: 1px 80px 10px;
	background: url(/i/bg-aniv-menu.gif) no-repeat center top;
}
#specials.anniversary div div{
	width: auto;
	height: auto;
	padding: 0;
	position: relative;
	top: 199px;
	background: none;
	height: 500px;
}
#specials.anniversary div div div{
	width: auto;
	position: absolute;
	background: none;
	width: 185px;
	height: 80px;
	padding: 0;
}
#specials.anniversary #app{
	left: 0px;
	top: 35px;
}
#specials.anniversary #salad{
	top: 35px;
	right: 0;
}
#specials.anniversary #entree1{
	top: 145px;
	left: 0;
}
#specials.anniversary #entree2{
	top: 145px;
	right: 0;
}
#specials.anniversary #side{
	top: 230px;
	left: 0;
}
#specials.anniversary #bar{
	top: 230px;
	right: 0;
}
h2.entree{
	position: relative;
	top: 85px;
}
#specials div{
	border: none;
}
#recipes div{
	margin: 0;
	padding: 90px 13px 60px 12px;
	height: 600px;
	background: url(/i/bg-recipes.jpg) no-repeat top left;
}
#recipes div div{
	overflow: auto;
	background: none;
	padding: 0;
}
#specials h1{
	text-align: center;
	margin: 0px 0 0px;
	font-size: 1.8em;
	text-transform: uppercase;
}
#recipes h1{
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
#specials h2{
	text-align: center;
	font-size: 1.6em;
	margin: .8em 1em .5em;
	font-style: italic;
	text-decoration: underline;
}
#specials h3{
	text-align: center;
	width: 400px;
	margin: 0 auto;
	position: relative;
	font-size: 1.3em;
	text-decoration: underline;
	font-weight: bold;
}

p{
	margin: 0 1em;
	text-align: center;
	font-size: 1em;
}
#recipes p{
	margin: 1em 30px;
	text-align: left;
	font-size: 1.3em;
}
#specials p{
	width: 400px;
	margin: 5px auto 1em;
}
#specials h2{
	text-align: center;
	font-weight: bold;
}
#recipes h2{
	margin: 0 0 1em;
	background: white;
	font-size: 1.3em;
	padding: 1em 1em 5px;
	border-bottom: 1px solid black;
}
#specials ul{
	width: 420px;
	border: 1px solid black;
	margin: 0 auto;
	border-top: none;
	position: relative;
}
#specials.anniversary ul{
	border: none;
}
#specials h5{
	border: 1px solid black;
	border-bottom: none;
	width: 420px;
	position: relative;
	text-decoration: underline;
	text-align: center;
	font-size: 1.5em;
	margin: 0 auto;
	text-transform: uppercase;
}
#specials li{
	width: 185px;
	float: left;
	border-bottom: 1px dotted black;
	list-style: none;
	margin: .5em 10px;
	text-align: right;
}
#specials.anniversary li{
	margin: .3em 5px;
	width: 195px;
}
#specials ul strong{
	display: block;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
.clearfix:after, #work-list li:after, ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: block;}

