@charset "utf-8";
/* CSS Document */
body {
	 margin:0 auto;
	 width:850px;
	 background:url(img/background2.jpg) repeat-x;
	 padding:50px;
	 font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
    font-size: 12px;
	}
h1 {
	font-size:21px;
	color:#682024;
	margin:0;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	color:#682024;
	padding:29px 0 0;
	margin:0;
	font-weight:normal;
}
.aboutLeft h2, .aboutRight h2 {
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;	
	font-size:16px;
	color:#682024;
	margin:0;
	font-weight:bold;
	text-align:left;
}
h2 a:link, h2 a:visited {
	color:#000;
	text-decoration:none;
}
h2 a:hover {
	color:#682024;
}
h3{
	margin-bottom:0;
	color:#682024;
	font-size:14px;
}
a:link, a:visited {color:#682024;}
a:hover {color:#682024;
	text-decoration:underline;}

p.date {color:#666;
	margin-top:0;
}
a.foot:link {
	color:black;
}
a.foot:hover {
	color:#0FF;
}
a.foot:visited {
	color:black;
}
a.secondary:link {
	color:#009;
	text-decoration:none;
}
a.secondary:hover {
	color:#933;
	text-decoration:none;
}
a.secondary:visited {
	color:#009;
	text-decoration:none;
}
.red {
	color: red;
}
.table1 {
	margin: 0 auto;
	background-color: #DDDDDD;
	width: 720px;
	font-family: verdana, sans-serif;
	font-size: 9pt;
	text-align:left;
	border-collapse: collapse;
	border-color: black;
}
/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/

a img, img {
	border: none;
}
.photo-link {
	padding: 5px;
	margin: 5px;
	border: 1px solid #999;
	display: block;
	width: 100px;
	float: left;
}
.photo-link:hover {
	border-color: black;
}
#outernavbar {
	padding-top:10px;
	width:850px;
	margin:0 auto;
}
#home, #about, #gallery, #private-dining, #menus, #contact, #reservations {
	float:left;
	width:103px;
	height:50px;
}
#reservations {
	width:145px;
}
#private-dining {
	width:187px;
}
div.on {
	background-image:url(img/nav-selected.gif);
	background-repeat:no-repeat;
	background-position:center;
}
div.on a {
	color:#682024;
}
#nav_underline {
	width:850px;
	float:left;
	padding-top:10px;
	padding-bottom:5px;
}
#main {
	background-color:#fff;
	width:850px;
	padding:0 20px;
	position:relative;
}
div#subnav{
	height:30px;
	text-align:center;}
div#subnav ul {
	display:inline;
}
div#subnav ul li {
	list-style-image:none;
	list-style-type:none;
	display:inline;
	padding:0 10px;
}
div#subnav ul li a:link, div#subnav ul li a:visited {
	color:#000;
	text-decoration:none;
}
div#subnav ul li a:hover {
	text-decoration:underline;
	color:#333;
}
.aboutLeft {
	float:left;
	margin:30px 0 0 30px;
	width:250px;
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.aboutRight {
	float:right;
	font-size:12px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:530px;
	margin:30px 20px;
}
.gallery-wide {
	width:750px;
	margin:100px auto 10px;
	}
#OT_searchWrapper .OT_feedTitle {
	color:#000;
	font-weight:bold;
	padding:10px 0 0 0; !important
}
#footer {
	padding-top:5px;
	width:850px; 
	clear:both;
	text-align:center;
	position:relative;
	}
#footer-line {
	width:850px; 
	padding:15px 0 5px; 
	clear:both;
	}
#social {
	width:150px;
	position:absolute;
	right:0;
}
#social img {
	margin-left:7px;
	float:right;
	}
	
