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

body {
	background: url('../img/bg.png') center top repeat-y #46265f;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans", "Segoe UI", Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0;
}

#wrapper {
	background: url('../img/content-bg.png') center top repeat-y;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	color: #000 ;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header {
	width: 600px;
	height: 270px;
	padding: 0;
}


/* navigation */
#navigation {
	margin:0;
	font-size: 13px;
	padding: 0 0 10px 0;
	text-align: center;
}

#navigation a {
	background: none;
	color: #fff;
	padding: 5px 18px 5px 18px;
	text-decoration: none;
}

#navigation ul {
	padding: 0;
	margin: 10px 0 10px 0;
	list-style-type: none;
}

#navigation li {
	display: inline;
}

/* end navigation */


#mainBody {
	
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: left;
}

#logo {
	width: 170px;
	float: left;
	border-right: 1px solid #000;
	padding: 20px 0 30px 25px;
}

#logo ul#menu {
	padding: 0 15px 0 0;
	text-align: right;
	line-height: 2em;
	list-style-type: none;	
}

#logo li {
	padding: 0;
	cursor: pointer;
}

#content {
	width: 379px;
	float: left;
}

#content h1 {
	margin: 10px 30px 0 0;
	font-weight: 500;
	text-align: right;
	font-size: 20px;
	color: #90f;
}

#content h2 {
	margin: 10px;
	padding: 0 10px 0 10px;
}

#content h3 {
	text-align: center;
	font-size: 18px;
	margin: 10px;
	padding: 10px 10px 0 10px;
}

#content p {
	margin: 10px;
	padding: 0 10px 0 10px;
	line-height: 1.7em;
	word-spacing: 0.5em;
}

#content ul#thumbs_list {
	list-style-type: none;
	padding: 20px;
}

#content li.thumbs {
	display: inline;
	padding: 0;
}

#content li img {
	border: 1px solid #000;
	margin: 3px;
}

#content .map {
	margin: 10px 0 0 15px;
	border: 1px solid #000;
}

#content #email {
	line-height: 2.5em;
}

#content .purple {
	background: none;
	color: #fff;
}

.highlight {
	line-height: 2em;
	font-size: 18px;
	background: none;
	color: #90f;
}

.descFoot {
	background: none;
	color: #90f;
	text-align: right;
}

.smaller {
	background: none;
	color: #fff;
	font-size: 10px;
}

/* end content */


/* menu style */
#menuHead {
	margin: 20px 11px 0 0;
	text-align: right;
}

#menuBody {
	width: 100%;
	margin: 0 0 0 20px;
	background: none;
	color: #000;
}

#menuBody h2 {
	background: none;
	color: #fff;
	padding: 15px 0 8px 0px;
	margin: 0 20px 0px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}

#menuBody h3 {
	text-align: left;
	background: none;
	color: #000;
	padding: 5px 20px 5px 10px;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 70px 0 0;
}

#menuBody h4 {
	background: none;
	color: #000;
	margin: 0 20px 0 0;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
}

#menuBody h4.liquor {
	background: none;
	color: #000;
	padding: 10px;
	font-size: 13px;
}

#menuBody p {
	color: #111;
	padding: 5px 0 5px 10px;
	margin: 0 20px 0 0;
	line-height: 1.3em;
}

#menuBody .price {
	padding: 0 0 0 35px;
	color: #ccc;
}

#menuBody h2.chef {
	background: none;
	color: #90f;
	border: 1px solid #000;
	margin: 20px 20px 0 0;
	text-align: center;
	padding: 10px;
}

#menuBody .job {
	background: none;
	color: #000;
	font-size: 12px;
}

#social {
	clear: both;
	margin: 0 0 20px 0;
	padding: 40px 0 0 0;
	text-align: center;
	height: 40px;
}

#social a {
	color: #fff;
	text-decoration: none;
}

#social ul {
	list-style-type: none;
}

#social li {
	display: inline;
	margin: 0 2px 0 2px;
}

#social li span.connect {
	position: relative;
	bottom: 10px;
}

#social li img {
	border: none;
}

#footer {
	margin: 0;
	padding: 0;
	clear: both;	
}

#footer .purple {
	background: none;
	color: #90f;
	font-size: 15px;
}

#footer p {
	margin: 0;
	background: none;
	color: #303030;
	padding: 10px;
	font-size: 10px;
	text-align: center;
}