/* CSS Document */
body 					{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/assets/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #8c694e;
	background-attachment: fixed;
}

/* Headers */
h1 						{} 
h2  					{
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	color: #464802;
}
h3						{
	margin: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #A04D1B;
}
h4						{}
h5						{}

/* Linkage */
a:link 					{}
a:visited 				{}
a:hover					{}
a:focus					{}
a:active				{}

/* Anchors */
a#zuppe, 
a#antipasti, 
a#insalate, 
a#paste, 
a#seafood, 
a#secondi, 
a#zuppe, 
a#steak					{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; color: #B5561E !important; }
a#top					{ display: none; }
/* Misc. */
img						{
	border: 0;
}
acronym 				{ cursor: help; }
::-moz-selection		{ background: #fff2da; color: #ae490d; }
::selection				{ background: #fff2da; color: #ae490d; }

/* Main Styles */
#container				{
	text-align: left;
	margin: 0 auto 20px auto;
	width: 980px;
}

#main					{
	padding: 16px 30px 0 30px;
	width: 890px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF7E8;
	-webkit-box-shadow: 3px 3px 6px 3px #000000;
-moz-box-shadow: 3px 3px 6px 3px #000000;
box-shadow: 3px 3px 6px 3px #000000; 
}
html>body #main			{
	padding: 30px 30px 10px 30px;
	width: 920px;
}
#main a:link			{
	text-decoration: none;
	color: #747702;
	border-bottom: solid #AFB405 1px;
}
#main a:visited			{ text-decoration: none; color: #9CA003; border-bottom: solid #AFB405 1px; }
#main a:hover			{ text-decoration: none; color: #232323; border-bottom: solid #803D00 1px; background-color: #FBF2EA; }
#main a:focus			{ text-decoration: none; color: #232323; border-bottom: solid #803D00 1px; background-color: #FBF2EA; }
#main a:active			{ text-decoration: none; color: #232323; border-bottom: solid #803D00 1px; background-color: #FBF2EA; }

#mid			{
	width: 679px;
	display: block;
	margin: 0 0 0 240px;
}

 a#tourbottom			{
	display: block;
	width: 550px;
	height: 46px;
	background-image:url(/assets/images/tour2.jpg);
}
a#tourbottom:hover		{ background-image:url(/assets/images/tour22.jpg); }

#newsfront {
	border: solid 1px #993300;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	opacity: 0.75;
	filter:alpha(opacity=75);
	margin: 10px 20px 0 0;
	padding: 10px;
	display: inline;
	width: 200px;
	color: #260e03;
	font-size: 12px;
	float: left;
}

#newsfront div { margin-bottom: 10px; }

/* OpenTable */
/* Overall Wrapper for Client Supplied Snippet */

dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#OT_searchWrapperAll {
	border: solid 1px #993300;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	margin: 0 20px 0 0;
	padding: 10px;
	display: inline;
	width: 200px;
	color: #FFFFFF;
	float: left;
	background-color: #741;
    }

#OT_searchWrapperAll h2 {
	padding: 0;
	font-size: 1.3em;
	color: #FFFFFF;
}
    
/* wrapper */
#OT_searchWrapper {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	text-align: left;
    }

#OT_searchWrapper input, #OT_searchWrapper select {
	background-color: #fff;
	border: solid 1px #d2d1b5;
	padding: 2px;
}

/* Title of Search */
#OT_searchWrapper .OT_feedTitle {
	display: none;
	visibility: hidden;
}
 
 /* Definition List */   
#OT_searchWrapper dl {
	padding:0;
	margin:0;
}

/* Party Size Label Wrapper - dt tag */
#OT_partySizeLbl {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 110px;
}
    
/* Party Size Wrapper - dd tag */    
#OT_partySize {
	margin:0 0 5px;
	padding:0;
}

/* Date Label Wrapper - dt tag */    
#OT_dateLbl {
	margin: 0;
	padding: 0;
	text-align:left;
	width:110px;
}
    
/* Date Label Wrapper - dd tag */    
#OT_date {
	margin:0;
	padding:0;
	width:100px;
    }

/* Time Label Wrapper - dt tag */     
#OT_timeLbl {
	padding: 0;
	width:60px;
	text-align:left;
}

/* Time Label Wrapper - dd tag */     
#OT_time { margin:0 0 5px; }
    
 /* Placeholder empty dt */
#OT_empty {
	margin:0;
	padding:0;
	width:0;
	height:0;	
} 
 
 /* Submit Button Wrapper - dd tag */    
#OT_submitWrap {
	margin: 10px 0 0;
	text-align: right;
	z-index:5; /* do not change */
}

#OT_submitWrap input {
	background: none;
	border: none;
}

#OT_submitWrap input img {
	display: none;
	visibility: hidden;
}

 /* Wrapper for Powered By OpenTable Logo */
#OT_logo {
	display: none;
	visibility: hidden;
}
    
/* Wrapper for Text Link */   
#OT_logoLink {
	margin:0;
	padding:0;
	display: none;
	visibility: hidden;
}
    
/* text link padding */
#OT_logoLink a { padding:0; }

/* Logo Link Border and margin*/
#OT_imglogo {
	border: 0;
	margin:0;
}
    
#OT_searchWrapper form {margin:0;padding:0;}
#OT_searchWrapper input.hidden {display:none;}

/* Text Form Fields*/ 
#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option { margin: 0; }

/* Text Form Field for Date field */
#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar {
	margin:0;
	width:85px;
}

#OT_searchWrapper #dateDisplay {
	margin:0 0 5px;
	display:inline;
	float: left;
	font-size: .85em;
	color: #e7e7e7;
}

/*** calendar styles ***/

/* Placeholder. Don't change this */
#OT_searchWrapper .imgCal {
	position: absolute; 
	display: none; 
	z-index:100;
}

/* Calendar Table properties */
#OT_searchWrapper #imageCal table {
	background:#fff;
 	width:150px;
	font-weight: bold;
}

#OT_searchWrapper #imageCal td {
	padding: 0;
	text-align:center;
}

/* Days in the future */
#OT_searchWrapper .clickableDays {	
	color: #000; 
	text-decoration: none;
	height:18px;
}

/* Days in the past */
#OT_searchWrapper .nonclickableDays {	
	color: #CCC;
	height:18px;
}

/* Name of the month at the top */
#OT_searchWrapper .months {
	color: #FFF; 
	text-decoration: none 
}

/* Day of the week */
#OT_searchWrapper .weekdays {
	background-color:#EFEFEF;
	text-decoration: none; 
	color:#666;
}
/* end OpenTable */

.tourEmbed2				{
	width: 180px;
	float: left;
	margin: 10px 20px;
}

#right		{
	width: 370px;
	float: right;
	margin: 38px -10px 0 0;
}

#mid #right		{
	width: 320px;
	float: right;
	margin: 0;
}

#bmailing				{
	font-size: 90%;
	margin: 3px auto;
	background-color: #FEFDE2;
	border: 2px solid #8C694E;
	padding: 3px 15px;
}

#menuright				{
	width: 370px;
	float: right;
	margin: 20px 5px 0 0;
}
html>body #menuright	{ width: 370px; float: right; margin: 2px 20px 0 0; }
#menuright p			{ font-size: 16px; line-height: 180%; color: #666; }

#contact-right				{
	width: 270px;
	float: right;
	margin: 0;
}
#contact-right p			{ font-size: 16px; line-height: 180%; color: #666; }

#contact-left			{
	display: block;
}
#contact-left h1			{
	color: #666;
	margin-top: 0px;
	padding-top: 0px;
}

#res-right				{ width: 280px; float: right; margin: 60px 30px 0 0; }
html>body #res-right	{ width: 280px; float: right; margin: 60px 50px 0 0; }
#res-right p			{ font-size: 16px; line-height: 180%; color: #fff; }
#res-right h2			{ margin: 0 0 10px 0; font-family: "Times New Roman", Times, serif; font-size: 36px; font-weight: normal; color: #fff; }

.featured-bg			{
	width: 348px;
	padding: 8px;
	border: solid #676767 2px;
	margin: 0;
}
.featured				{ width: 350px; height: 100px; margin: 0 0 1px 0; }
.featured a:link		{ display: block; width: 350px; overflow: hidden; }
.featured a:visited		{ display: block; width: 350px; overflow: hidden; }
.featured a:hover		{ display: block; text-indent: -350px; }
.featured a:focus		{ display: block; text-indent: -350px; }
.featured a:active		{ display: block; width: 350px; overflow: hidden; }

#left					{
	width: 550px;
	margin: 30px 0 0 -10px;
}

#mid #left					{
	width: 330px;
	margin: 0;
	
}
#left p, #right p		{
	font-size: 16px;
	line-height: 180%;
	color: #575757;
}

#logo					{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 48px;
	margin: 0;
	padding: 0 0 0 10px;
	width: 380px;
	display: block;
}
#logo a:link			{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 48px; text-decoration: none; color: #fff; }
#logo a:visited			{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 48px; text-decoration: none; color: #fff; }
#logo a:hover			{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 48px; text-decoration: none; color: #fff; }
#logo a:focus			{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 48px; text-decoration: none; color: #fff; }
#logo a:active			{ font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 48px; text-decoration: none; color: #fff; }

.spacer					{ width: 750px; height: 20px; display: block; }

#godfather				{
	position: relative;
	float: left;
	left: 537px;
	top: 145px;
	width: 223px;
	height: 80px;
	z-index: 100000;
	padding: 0;
}

/* Menu */
.menu-box				{
	width: 655px;
	border: solid #88390a 1px;
	margin: 50px 0 0 9px;
	padding: 30px 10px 10px 15px;
	background-color: #fff8f2;
}
.category				{
	width: 625px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #B5561E;
	border-bottom: solid #B5561E 1px !important;
	margin: 0 auto 30px auto;
}
.dish					{
	width: 625px;
	margin: 0 auto 30px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
.mtitle					{ border-bottom:1px dotted #8c694e; display: block;}
.mtitle	span			{ float: right; }
.description			{
	width: 620px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	margin: 5px 0 0 0;
}

.menu-items					{
	width: 263px;
}
.menu-items ul				{ margin: 0; padding: 0; }
.menu-items li				{
	width: 245px;
	height: auto;
	display: block;
	margin: 0 0 0 8px;
	padding: 0;
	list-style-type: none;
	line-height: 1.4em;
}

.menu-items ul li a:link	{
	width: 245px;
	height: auto;
	display: block;
	margin: 0;
	padding: 3px 0 2px 7px;
	text-decoration: none !important;
	background-color: #f4f2ef !important;
	border: 0 !important;
}
.menu-items ul li a:visited	{
	height: auto;
	display: block;
	margin: 0;
	padding: 3px 0 2px 7px;
	text-decoration: none !important;
	background-color: #f4f2ef !important;
	border: 0 !important;
}
.menu-items ul li a:hover	{
	height: auto;
	display: block;
	margin: 0;
	padding: 3px 0 2px 7px;
	text-decoration: none !important;
	background-color: #f3e6da !important;
	border: 0 !important;
}
.menu-items ul li a:focus	{ width: 315px; height: auto; display: block; margin: 0; padding: 3px 0 2px 7px; text-decoration: none !important; background-color: #f3e6da !important; border: 0 !important; }
.menu-items ul li a:active	{
	height: auto;
	display: block;
	margin: 0;
	padding: 3px 0 2px 7px;
	text-decoration: none !important;
	background-color: #f3e6da !important;
	border: 0 !important;
}

/* Slideshow 
#imageContainer 			{ position:relative; margin:0 0 40px 0; width:366px; text-align: center; height: 236px; border: solid #DFA62F 2px; }
#imageContainer img 		{ display:none; position:absolute; top:0; left:0; border: 0; }
#wraphome 					{ display:none; }*/

/* Lightbox TNs */
#gallery-container				{
	width: 770px;
	height: 420px;
	margin: 25px 0 0 0;
}
html>body #gallery-container	{ width: 770px; height: 390px; margin: 15px 0 0 0; }

ul.gallery						{ margin: 0 0 20px 0; padding: 8px 0 0 8px; border: solid #676767 2px; height: 94px; width: 700px; }
ul.gallery li					{ width: 90px; height: 85px; margin: 0 10px 0 0; padding: 0; list-style-type: none; float: left; display: block; overflow: hidden; }

li#end-pic						{ width: 90px; height: 85px; margin: 0 5px 0 0; padding: 0; list-style-type: none; float: left; display: block; overflow: hidden; }
html>body li#end-pic			{ width: 90px; height: 85px; margin: 0 10px 0 0; padding: 0; list-style-type: none; float: left; display: block; overflow: hidden; }

p.gallery-p						{ margin: 0 0 1px 0; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }

#right-3		{
	width: 200px;
	float: right;
	font-size: 16px;
	line-height: 180%;
	color: #666;
}
#center-3		{
	width: 230px;
	float: right;
	margin: 0 25px 0 0;
	font-size: 16px;
	line-height: 180%;
	color: #666;
}
#left-3			{
	width: 200px;
	padding: 1px 0 0 0;
	font-size: 16px;
	line-height: 180%;
	color: #666;
}

/* Navigation */
#nav					{
	margin: 0;
	display: block;
	padding: 0 0 20px 0;
	margin: 0;
	width: 700px;
	float: right;
}

#nav a:link				{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #a14d1d; text-decoration: none; }
#nav a:visited			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #a14d1d; text-decoration: none; }
#nav a:hover			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000; text-decoration: underline; }
#nav a:focus			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000; text-decoration: underline; }
#nav a:active			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000; text-decoration: underline; }

#nav ul					{ margin: 0; padding: 0; }
#nav li					{ display: block; overflow: hidden; float: left; list-style-type: none; margin: 0 0 0 30px; }

#smallnav				{
	float: right;
	margin: 12px 30px 0 0;
	text-align: right;
	
}
#smallnav p				{ margin: 0; }
#smallnav a		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #eee; text-decoration: none; }
#smallnav a:hover		{ text-decoration: underline; }

/* Text Styles */
p.right-align			{ text-align: right; margin: 0 20px 0 0; }
a.no-hov				{ text-decoration: none !important; background-color: transparent !important; border: 0 !important; }
#bubble					{
	width: 252px;
	height: 325px;
	margin: 0 0 0 10px;
	background-image: url(/assets/images/bubble.png);
	background-repeat: no-repeat;
	padding: 45px 40px 0 48px;
}
#bubble p				{ margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 23px; color: #933E15; font-weight: normal; line-height: 150%; }
p.bubble-right			{ color: #787878 !important; font-family: Verdana, Arial, Helvetica, sans-serif !important; font-size: 12px !important; text-align: right !important; margin: 7px 0 0 0 !important; line-height: 130% !important; }

#menu-bubble			{
	width: 252px;
	height: 335px;
	margin: 0 0 0 10px;
	background-image: url(/assets/images/bubble.png);
	background-repeat: no-repeat;
	padding: 45px 40px 0 48px;
}
#menu-bubble p			{ margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 19px; color: #933E15; font-weight: normal; line-height: 150%; }

ul.regular				{ margin: 0; padding: 0; }
ul.regular li			{ list-style-type: circle; margin: 0 0 13px 18px; padding: 0; width: 350px; height: 19px; }

#backcolor				{ background-color: #333; padding: 1px 0 6px 0; }
.res-phone              {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

/* Video */
#player					{
	width: 320px;
	margin: 0 auto;
	border: solid #938706 4px;
}

/* Footer */
#footer					{
	height: 53px;
	text-align: center;
	border-top: 1px dotted #8C694E;
	padding: 10px 0 0 0;
}

#footer a:link			{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8E451A;
	text-decoration: none;
}
#footer a:visited		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #a14d1d; text-decoration: none; }
#footer a:hover			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; text-decoration: underline; }
#footer a:focus			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; text-decoration: underline; }
#footer a:active		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; text-decoration: underline; }

#footer ul				{
	margin: 0 auto;
	padding: 0;
	width: 680px;
}
#footer li				{ float: left; list-style-type: none; margin: 0 0 0 20px; }

/* Form Styles */
#form1					{ width: 340px; display: block; }  
#form1 label			{ float: left; width: 130px; display: block; margin: 2px 0 0 0; font-size: 12px; padding: 0 0 0 10px; }  
#form1 span				{ width: 122px; display: block; float: left; }  
.level					{ display: block; width: 100%; height: 28px; height: 30px; }  
.level2					{ display: block; width: 100%; height: 24px; margin: 2px 0; padding: 2px 0; }  
.fieldbox				{ font-size: 16px; margin: 0; padding: 0; background-image: url(/assets/images/box-form.jpg); background-repeat: repeat-x; width: 150px; border: solid #B1B1B1 1px; }  
.error					{}
#hidden				{ display: none; }

/* Form Group Styles */
#form2					{
	width: 360px;
	display: block;
}  
#form2 label			{
	float: left;
	width: 200px;
	display: block;
	margin: 2px 0 0 0;
	font-size: 12px;
	padding: 0 0 0 10px;
}  
#form2 span				{
	width: 260px;
	display: block;
	float: left;
}  
.level					{ display: block; width: 100%; height: 28px; height: 30px; }  
.level2					{ display: block; width: 100%; height: 24px; margin: 2px 0; padding: 2px 0; }  
#form2 .fieldbox		{
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-image: url(/assets/images/box-form.jpg);
	background-repeat: repeat-x;
	width: 250px;
	border: solid #B1B1B1 1px;
}  
.error					{}

#pic-bg2				{
	background-image: url(/assets/images/pic-bg2.jpg);
	width: 242px;
	background-repeat: no-repeat;
	padding: 50px 17px 50px 35px;
	height: 342px;
	margin: 0 0 20px 0;
	background-color: #333;
}
html>body #pic-bg2		{ background-image: url(/assets/images/pic-bg2.jpg); width: 352px; background-repeat: no-repeat; padding: 50px 5px 50px 35px; height: 342px; margin: 20px 0 20px 0; background-color: #333; }
#pic-bg2-content		{ color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; height: 325px; width: 220px; }

#res					{ width: 242px; padding: 40px 12px 50px 35px; height: 352px; margin: 20px 0 20px 10px; }
html>body #res			{ width: 352px; padding: 60px 0 50px 35px; height: 352px; margin: 20px 0 20px 10px; }
#res-content			{ color: #fff; font-family: Verdana, Arial, Helvetica, sans-serif; height: 325px; width: 210px; }
#reservations			{ width: 770px; height: 600px; margin: 0 0 0 10px; background-image: url(/assets/images/unused/reservations-bg.jpg); background-repeat: no-repeat; }

a#reserve               {
	border: 0;
}
#main a#reserve         {
	border: 0;
}
#main a#print         {
	border: 0;
	border-bottom: 0;
}
#main a#print:hover         {
	border: 0;
	text-decoration: none;
	
}
#happy                  {
	width: 270px;
	float: right;
	height: 500px;
	padding: 15px 10px 20px 10px;
	text-align: center;
}

