/******* Layout/Positioning *******/
body {
	margin: 0px auto;
	padding: 0px;
	font-size: 70%; /* Resets 1em to 11px */
	text-align: center;
}
#logo_container {
	width: 927px;
	margin: 0 auto;
	}
img {
	border: 0;
	}
#logo {
	position: relative;
	z-index: 100;
	top: -10px;
	left: -350px;
	}
#page {
	margin: -170px auto;
	width: 927px;
	z-index: 2;
	background-color: #2e110a;
}

#page table {
	background-color: #2e110a;
	}
	
/** Open Table **/

/******************************* Vertical Layout **************************************/

/* Overall Wrapper for Client Supplied Snippet */
	#OT_searchWrapperAll {   
        width:100%;
        height:100px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
        padding:0;
    }
    
/* wrapper */

	#OT_searchWrapper
    {
        border: none;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        width:100%; 
        height:100px;/* for horizontal layout: 60px, for vertical layout: 100px */
        position: relative;
        margin:0;
    }

/* Title of Search */
	 #OT_searchWrapper .OT_feedTitle
    {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 0 1px 5px;
        font-size:12px;
        font-weight:normal;
        line-height:1em;
    }
 
 /* Definition List */   
    #OT_searchWrapper dl 
    {
		position: absolute;
		top: 0;
        left: 0;
		padding:0;
		margin:0;
	}

/* Party Size Label Wrapper - dt tag */
    #OT_partySizeLbl
    {
        position: absolute;
        top: 25px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 0px; /* for horizontal layout: 0px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
        display:block;
    }
    
/* Party Size Wrapper - dd tag */    
    #OT_partySize
    {
        position: absolute;
        top: 25px;/* for horizontal layout: 25px, for vertical layout: 25px */
        left: 120px;/* for horizontal layout: 90px, for vertical layout: 85px */
        margin:0;
       	padding:0;
    }

/* Date Label Wrapper - dt tag */    
    #OT_dateLbl
    {
        position: absolute;
        top: 55px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 0px;/* for horizontal layout: 105px, for vertical layout: 0px */
        margin: 0 0 0 5px;
        padding:3px 0;
        text-align:right;
        width:110px;
    }
    
/* Date Label Wrapper - dd tag */    
    #OT_date
    {
        position: absolute;
        top: 55px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 120px;/* for horizontal layout: 195px, for vertical layout: 85px */
        width:100px;
        margin:0;
       	padding:0;
    }

/* Time Label Wrapper - dt tag */     
    #OT_timeLbl {
        position: absolute;
        top: 55px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 210px;/* for horizontal layout: 300px, for vertical layout: 185px */
        width:60px;
        padding:3px 0;
        text-align:right;
    }

/* Time Label Wrapper - dd tag */     
    #OT_time {
        position: absolute;
        top: 55px;/* for horizontal layout: 25px, for vertical layout: 55px */
        left: 235px;/* for horizontal layout: 305px, for vertical layout: 185px */
    }
    
 /* Placeholder empty dt */
    #OT_empty 
    {
		position:absolute;
		width:0;
		height:0;
		padding:0;
		margin:0;
		top:100px;
		left:0;
	} 
 
 /* Submit Button Wrapper - dd tag */    
     #OT_submitWrap
    {
        position:relative;
        top: 115px; /* for horizontal layout: 25px, for vertical layout: 112px */
        left: 275px;/* for horizontal layout: 450px, for vertical layout: 240px */
        margin: 0 5px 0 0;
        z-index:5; /* do not change */
    }
   
 /* Wrapper for Powered By OpenTable Logo */
    #OT_logo {
        position:absolute;
		top:120px; /* for horizontal layout: 80px, for vertical layout: 120px */
		left:40px; /* for horizontal layout:0px, for vertical layout: 0px */
		width:100%;
		padding:0;
		margin:0;
		display:block;
    }
    
  /* Wrapper for Text Link */   
    #OT_logoLink {
		display: none;    }
    
    /* text link padding */
     #OT_logoLink a
     {
		padding:0 0 0 10px;
	}

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

	/* Text Form Fields*/ 
	#OT_searchWrapper .feedFormField, #OT_searchWrapper .feedFormField option {
		font-size:12px;
		margin:2px 2px 2px 2px;
	}
	/* Text Form Field for Date field */
	#OT_searchWrapper #startDate, #OT_searchWrapper .OT_feedFormfieldCalendar 
	{
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		font-size:12px;
		margin:0;
		width:85px;
	}

	#OT_searchWrapper #dateDisplay
	{
		font-size:10px;
		color:#999;
 		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		float:right;
		margin:0px 10px 0px 0px;
		display:inline;
	}

	/*** calendar styles ***/

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

	/* Calendar Table properties */
	#OT_searchWrapper #imageCal table {
		font-size:12px;
 		width:150px;
		font-family:arial;
		font-weight: bold;
		background-color: #FFFFFF;
	}
	#OT_searchWrapper #imageCal td {
		padding:0px 0px 0px 0;
		text-align:center;
	}

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

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

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

	/* Day of the week */
	#OT_searchWrapper .weekdays
	{
		color: #000000; 
		text-decoration: none; 
		color:#666666;
		background-color:#EFEFEF; 
		width:14%;
	}



#header {
	width: 927px;
	height: 316px;
	}
ul#photos {
	height: 316px;
	width: 927px;
	z-index: 5;
	overflow: hidden;
		}
ul#photos, ul#photos li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav {
	text-align: center;
	height: 54px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
}
#sidebar {
	text-align: center;
	width: 277px;
	height: 530px;
	padding: 0 0 0 20px;
}

html>body #sidebar {
	padding: 0 0 0 0;
	}

#sidebarinfo {
	padding: 15px 0px;
	width: 277px;
	height: 530px;
	background-position: center top;
	background-image: url(../images/sidebarbg.png);
	background-repeat: no-repeat;
}
#main {
	padding: 18px;
}

#main hr {
	border: 1px dashed #000000;
	margin: 15px 0;
}

#galleryimages {
	padding: 0 0 0 35px;
	}
		
#gallery img {
	border: 1px solid #000;
	margin: 0 7px 7px 0;
}
#gallery hr {
	border: 1px dashed #000000;
}
#gallery a {
	color: #000;
}
#gallery a:hover {
	color: #7f1819;
}

#contact {
	width: 100%;
	background-color: #281c0d;
	height: 129px;
	float: left;
	margin: 170px 0 0 0;
	}
	
#contact_content {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0 0 50px;
	}
	
.contact_info {
	width: 180px;
	float: left;
	margin: 0 auto;
	}
	
.contact_info h1 {
	margin: 0;
	padding: 0 0 4px 0;
	color: #aaaaaa;
	text-transform: uppercase;
	text-align: left;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.contact_info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	}

.contact_info a {
	color: #f0bf54;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: uppercase;
	}
	
.contact_info a:hover {
	text-decoration: underline;
	}
	
#photo_credit {
	width: 941px;
	margin: 10px auto;
	height: 30px;
	clear: both;
		}
	
#photo_credit p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 0 10px 0;
	margin: 10px 0 0 0 ;
	}
	
#photo_credit a {
	color:#f0bf54;
	text-decoration: none;
	}
	
#photo_credit a:hover {
	text-decoration: underline;
	}
/******* Fonts/Colors *******/
body { background: #2e110a; }
#page { background: #fff; }
#nav {
	font: 15px georgia, times, serif;
	color: #ffffff;
	word-spacing: 25px;
	
}
#nav a {
	display: block;
	float: left;
	width: 113px;
	height: 54px;
	line-height: 54px;
	color: #939598;
	text-decoration: none;
}
#nav a:hover, .on {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../images/navbg_over.gif);
	background-repeat: repeat-x;
	display: block;
	float: left;
	width: 113px;
	height: 54px;
	line-height: 54px;
}
ul#sidedishes {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
	
ul#sidedishes li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	display: block;
	width: 257px;
	
	}
	
#sidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
	padding: 5px 10px 0 25px;
	color: #ff3a3f;
	}
#sidebar p {
	font-size: 17px;
	text-align: left;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 20px 0 25px;
	margin: 0;
	line-height: 28px;
	font-weight: 200;
	}
#rsrvtns a {
	color: #ffffff;
	text-decoration: none;
	font: 12px georgia, sans-serif;
	letter-spacing: 1px;
}
#contentbg {
	background-image:url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-color: #361714;
	}
#rsrvtns a:hover {
	color: #cccccc;
	text-decoration: none;
	font: 12px georgia, sans-serif;
	letter-spacing: 1px;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
}

#main p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	padding: 0 20px 0 30px;
	}
#main h1 {
	color: #f0bf54;
	font-size: 22px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	width: 530px;
	padding: 10px 20px 0 30px;
	}
	
#main h2 {
	color: #f0bf54;
	font-size: 16px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	width: 530px;
	padding: 10px 20px 0 30px;
	}	
	
#main li {
	margin-left: 25px;
	list-style-type: square;
	font-size: 11px;
	}
	
#main a {
	color: #f0bf54;
	text-decoration: none;
}
#main a:hover {
	color: #f0bf54;
	text-decoration: underline;
}
.defntn {
	color: #666;
	font: italic 1em verdana, arial, serif;
}
.mice {
	font: italic 0.8em verdana, arial, serif;
}

ul#sidedishes .sidebar {
	font-size: 22px;
	color: #f0bf54;
	}
	
