﻿/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, tdx { margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var { font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }




html { height:100%; }

body {
	background:#2b1716; /*8E4242 BC6060*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clearer {clear:both; font-size:1%;}

div#container {
 	/*position:absolute;
	top:50%;
	left:50%;
	margin:-285px auto auto -500px; */
	margin:auto auto auto auto;
	width:1000px;  
	height:577px; 
	background:#ffffff;
}


div#header { height:136px; }
div#logo { float:left; width:1000px; height:136px; }
div#info { float:right; width:634px; height:97px; color:#f1bd5f; font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; }
div#info p { line-height:34px; padding:0 10px 0 0; text-align:right;  }
div#navigation { margin-top:10px; float:right; width:1000px; height:32px; background:#6F2B2B;/*B09494;*/ }



div#content { width:1000px; height:auto; }

div#left { margin-top:90px; float:left; width:366px; height:auto;}

div#right { float:right; width:1000px; height:auto; }

div#navigation ul { margin-top:9px; font-size:14px; text-align:center;}

div#navigation ul li {
	display:inline;
	margin:0 5px;
}

div#navigation a {
	color:#ffffff;
	text-decoration:none;
	
	padding-bottom:2px;
}

div#navigation a:hover {
	text-decoration:none;
	background:#2b1716;
	color:#e9f29a;
	border-bottom:solid 5px #E9F29A;
}

/* LEFT column
---------------------------------------------------- */
div.home { background:url(images/image012.jpg) no-repeat; }
div.news { background:url(images/food3.jpg) no-repeat; }
div.menu { background:url(images/food2.jpg) no-repeat; }
div.contact { background:url(images/image012.jpg) no-repeat; }
div.email { background:url(images/food4.jpg) no-repeat; }
div.reviews { background:url(images/image14.jpg) no-repeat; }
div.directions { background:url(images/food1.jpg) no-repeat; }

/* RIGHT column
---------------------------------------------------- */

div#right { text-align:justify; color:#1d0807; }

div#right p, div#right h2 { padding:0 10px 10px; line-height:1.4em; }

div#right p.scrollfix { text-align:left; }
.clear{clear:both; display:block; height:1px;}

h1 { width:634px; height:64px; margin:0 0 20px; }
h1 span { display:none; }

h1.home { background:url(images/header_home.gif) no-repeat; }
h1.photo { background:url(images/header_photo.gif) no-repeat; }
h1.kitchen { background:url(images/header_kitchen.gif) no-repeat; }
h1.chef { background:url(images/header_chef.gif) no-repeat; }
h1.bar { background:url(images/header_bar.gif) no-repeat; }
h1.social { background:url(images/header_social.gif) no-repeat; }
h1.recipes { background:url(images/header_recipes.gif) no-repeat; }
h1.reviews { background:url(images/header_reviews.gif) no-repeat; }
h1.reservations { background:url(images/header_reservations.gif) no-repeat; }
h1.contact { background:url(images/header_contact.gif) no-repeat; }
h1.map { background:url(images/header_map.gif) no-repeat; }
h1.hours { background:url(images/header_hours.gif) no-repeat; }
h1.menu { background:url(images/header_menus.gif) no-repeat; }


div.scroll { overflow:auto; height:auto; background:#ffffff;}


table.gallery {margin:0 auto; padding:0;}
table.gallery img {border:solid 1px #C27629; margin:2px;}

div#right a { color:#970000;
}

div#right a:hover {
}

a {
	text-decoration:none;
	color:#e9f29a;
}

/* FOOTER
---------------------------------------------------- */

div#footer { width:1000px; height:94px; color:#ffffff; background:#6F2B2B; text-align:center;}
