@charset "utf-8";
/* CSS Document */

*, html {
	padding: 0;
	margin: 0;
}

body {
	background: url(/images/img/tp-bg.jpg) repeat top center;
	font: normal 13px/17px Georgia, "Times New Roman", Times, serif;
	color: #191818;
}

#body-wrapper {
	width: 700px;
	margin: 15px auto 0;
	background: #fdf9ed;
	border: 2px solid #a8161c;
	padding: 10px 60px 25px;
}

a {
	color: #a8161c;
}

a img {
	border: 0;
}

a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}

.clear {
	clear: both;
}

/* header ------------------------------------------------------------------- */

#header {
	margin: 0 0 35px;
}

#header #logo {
	padding: 20px 0 0;
}

#header #social {
	float: right;
	width: 160px;
}

#header #social ul li {
	list-style: none;
	float: left;
	margin-left: 20px;
	display: block;
	position: relative;
}

#header #social ul li a,
#main-nav ul li a,
#left-nav ul li a,
#header #email a {
	display: block;
	position: relative;
}

#header #social ul li:first-child {
	margin: 0;
}

#header #social ul li.twitter { background: url(/images/img/social-twitter-over.png) no-repeat top left; }
#header #social ul li.facebook { background: url(/images/img/social-facebook-over.png) no-repeat top left; }
#header #social ul li.news { background: url(/images/img/social-news-over.png) no-repeat top left; }

#header #social ul li a:hover img,
#main-nav ul li a:hover img,
#left-nav ul li a:hover img,
#header #email a:hover img,
.active a img {
	visibility: hidden;
}

#header #email {
	float: right;
	clear: right;
	width: 250px;
	position: relative;
	display: block;
	padding: 22px 0 0;
}
#header #email a { background: url(/images/img/email-phone-over.png) no-repeat top left; }


/* main nav ------------------------------------------------------------------- */
#main-nav ul li {
	list-style: none;
	float: left;
	margin: 0 0 0 18px;
	height: 14px;
	position: relative;
	display: block;
}
#main-nav ul li:first-child {
	margin: 0;
}

#main-nav ul li.home { background: url(/images/img/nav-home-over.png) no-repeat top left; }
#main-nav ul li.menus { background: url(/images/img/nav-menus-over.png) no-repeat top left; }
#main-nav ul li.reservations { background: url(/images/img/nav-reservations-over.png) no-repeat top left; }
#main-nav ul li.press { background: url(/images/img/nav-press-over.png) no-repeat top left; }
#main-nav ul li.parties { background: url(/images/img/nav-parties-over.png) no-repeat top left; }
#main-nav ul li.gallery { background: url(/images/img/nav-gallery-over.png) no-repeat top left; }
#main-nav ul li.find { background: url(/images/img/nav-find-over.png) no-repeat top left; }


/* splashes ------------------------------------------------------------------- */
#splash ul li {
	padding: 35px 0 0;
	list-style: none;
	float: left;
	margin: 0 0 0 20px;
}
#splash ul li:first-child {
	margin: 0;
}
#menus-content-wrap #splash {
	width: 580px;
	margin: 0 0 20px;
	height: 160px;
}
#menus-content-wrap #splash ul li {
	padding: 0 0 0;
}

/* general content ------------------------------------------------------------------- */
h1 {
	color: #a8161c;
	font: normal 16px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 20px;
}

p {
	margin: 0 0 15px;
}

#content-wrapper {
	padding: 35px 0 0;
	clear: both;
}

#left-col,
#right-col {
	float: left;
	width: 340px;
}
#left-col {
  text-align: justify;
}
#right-col {
	margin: 0 0 0 20px;
}

/* full-width pages ------------------------------------------------------------------- */
#ssp-wrap {
	padding: 10px 0 20px;
}

#opentable-wrap {
  height: 175px;
}


/* News ------------------------------------------------------------------- */
#news {
	float: right;
	width: 280px;
	padding: 30px 0 0;
	background: url(/images/img/header-fp-news.png) no-repeat top left;
}

#news .news-item {
	clear: both;
	padding: 20px 0 0;
}

#news .excerpt {
	font: normal 12px/13px Helvetica, Arial, sans-serif;
}
#news .title {
	color: #a8161c;
	padding: 0 0 2px;
}
#news .excerpt,
#news .title {
	width:200px;
	float: right;
	clear: right;
}
#news a {
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}

/* menus ------------------------------------------------------------------- */
#left-nav {
	float: left;
	width: 100px;
	padding: 35px 0 0;
}

#content-full {
	clear: both;
}
#content-full.justify {
  text-align: justify;
}

#menus-content-wrap {
	float: left;
	width: 580px;
	margin: 0 0 0 20px;
	padding: 35px 0 0;
}

#left-nav ul li {
	list-style: none;
	float: left;
	clear: left;
	display: block;
	position: relative;
}

#left-nav ul li.breakfast { background: url(/images/img/menus-breakfast-over.png) no-repeat top left; }
#left-nav ul li.brunch { background: url(/images/img/menus-brunch-over.png) no-repeat top left; }
#left-nav ul li.lunch { background: url(/images/img/menus-lunch-over.png) no-repeat top left; }
#left-nav ul li.dinner { background: url(/images/img/menus-dinner-over.png) no-repeat top left; }
#left-nav ul li.dessert { background: url(/images/img/menus-dessert-over.png) no-repeat top left; }
#left-nav ul li.cocktails { background: url(/images/img/menus-cocktails-over.png) no-repeat top left; }

/* Find Us ------------------------------------------------------------------- */
#contact {
	padding: 50px 0 0;
	background: url(/images/img/header-contact-us.png) no-repeat top left;
	float: left;
	width: 280px;
	text-align: justify;
}

#hours {
	float: right;
	padding: 50px 0 0;
	background: url(/images/img/header-hours.png) no-repeat top left;
	width: 280px;
	text-align: justify;
}
#directions {
	padding: 55px 0 0;
	background: url(/images/img/header-directions.png) no-repeat top left;
}
#directions img {
	display: inline;
}

/* Footer ------------------------------------------------------------------- */
#footer {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0 20px 60px;
	color: #a8161c;
	font-size: 11px;
}

#footer a {
	color: #fff;
}
#footer a:hover {
	color: #a8161c;
}