/* Margin resets for block-level elements */

html {
	background: #FFF url(/images/bg.jpg);
	color: #000;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, cite, label, dl, ul, ol, fieldset, address {
	padding: 0;
	text-indent: 0;
	
}

p {
	clear: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: .3em;
	clear: both;
}

caption, th {
	text-align: left;
}

table, td {
	font-size: inherit;
}

ul, ol, li, dd, blockquote {
	margin-left: 1em;
}

/* Typography resets for normal text, semantic text, and headings */

body {
	font-size: 76%;
	font-style: normal;
	line-height: 1.5;
	background: url(/images/masthead_bg.jpg) repeat-x scroll 0 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	margin: 20px 0 0 0;
	font-family: Garamond, Georgia, Times, serif;
	
}

h1 { font-size: 2.6em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

.branding {
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	background: url(/images/masthead.png) no-repeat;
	width: 976px;
	height: 93px;
	display: block;
}

a { color: #C42214; } 

address, abbr, acronym {
	font-style: normal;
}

acronym, abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

acronym {
	text-transform: uppercase;
}

pre, kbd, code, samp, tt, var {
	font-family: monospace;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

del {
	text-decoration: line-through;
}

/* get forms to show up correctly */

form {
	margin: 1em 0;
	padding: 0;
}

form label {
	cursor: pointer;
	margin: 0;
	padding: .3em;
}

fieldset {
	border: none;
}

select, textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* list element margins and default styles */

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

/* Miscellaneous oddities and fixes */

a img {
	border: none;
}

hr {
	background-color: #666;
	border-width: 0;
	height: 1px;
	text-align: left;
	width: 95%;
}

iframe {
	border-width: 0;
}

:focus {
	outline: 0;
}

/* Common classes */

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	display: block;
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.cleanup {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
}

/* Additional Styles added here */

#container {
	width:976px;
	margin:0 auto;
}
#masthead {
	height:93px;
}

#masthead h1 {
	margin:0;
	padding:1.25em 0 2em 0.25em;
	color:#FFF;
}
#navcontainer {
	height:33px;
}
#navcontainer ul {
	padding: 0;
	margin: 8px 0;
	color: White;
	float: left;
	width: 100%;
}
#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 1em;
	background-color:transparent;
	color: #FEE9A6;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
#navcontainer ul li a#current {
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}

#navcontainer ul li a:visited {
	color:#FEE9A6;
}

#content {
	padding:0.5em;
}
.sub#main {
	float:left;
	width:650px;
}
#content h2 {
	margin-bottom:20px;
	color: #7d2418;
}

#content #sidebar {
	width:310px;
	float:right;
	text-align:center;
}
.photo {
	border:1px solid #316AC5;
	padding:2px;
	text-align:center;
}
#sidebar {
	margin-top:15px;
}
.photo img {
	border:1px solid #000;
	margin-top:2px;
}
#content #main .alignleft {
	float:left;
	margin:2px 5px 2px 0;
}
#content #main .alignright {
	float:right;
	margin:2px 0 2px 5px;
}
#footer {
	width:976px;
	margin:0 auto;
	height:1.75em;
	padding:0.5em 0;
	color:#FFFFFF;
	clear:both;
}
#footer-outer {
	background:#7d2418 url(none) repeat scroll 0 0;
	border-top: 2px solid #5b1911;
	width:100%;
	clear:both;
	padding-top:15px;
	margin-top:5em;
}
#copyright {
	float:right;
	margin:0 0.5em;
}
#footer address {
	float:left;
	margin:0 0.5em;
}
#photoline {
	width:520px;
	margin:0 auto;
	text-align:center;
}
#gallery_wrap {
	margin:0 auto;
	text-align:center;
}

/* MENU */
.menu_category {
	background: #7d2418;
	color: #FFFFFF;
	clear:both;
	margin:5px 0;
	padding:5px;
	border-bottom: 1px dashed #990033;
}
.menu_category h3 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 !important;
}

.menu_category p {
	margin:0;
	padding:0 !important;
}

.rest_menu {
	width:400px;
}
.left {
	float:left;
}
.rest_menu {
	width:400px;
}
.right {
	float:right;
}
.menu_item {
	border-bottom:1px dashed #E8E8E8;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:5px;
}
.menu_item p {
	clear:both;
}
.menu_item span {
	color:#333333;
	display:block;
	float:left;
	font-weight:bold;
}
.itemprice {
	color:#333333;
	float:right;
	font-weight:bold;
	margin-left:5px;
	text-align:center;
	width:150px;
}
.itemprices {
	clear:right;
}
.itemsizes {
	overflow:hidden;
}
#coupon {
	border:2px dashed #000;
	padding:5em 2em;
	margin-top:5em;
	margin-bottom:10em;
	text-align:center;
}
img#mammamia {
	
	width:300px;
	height:448px;
	border: 1px solid #000;
	margin:0 0 2px 4px;
}
img.lunch_buffet, img.pizza {
	float:left;
	border: 1px solid #000;
	margin:0 0 0 4px;

}
#connect {
	width: 300px;	
	float: right;
	padding-left: 10px;
	border-left: 1px dashed black;
	margin-left: 10px;
	font-size: 11px/14px;
	font-family: Georgia, serif;
}

#connect p {
	padding: 0 0 0 0;
	margin: 0;
}

#connect h3 {
	padding: 0 0 10px 0;
	margin: 0;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {float: right; padding-bottom: 20px;} 
div.clear {clear:both;padding-top:5px;}
