/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.8%;
	line-height: normal;
	color: #5e5e5e;
	background: #ffffff;
	text-align: center;
	padding-bottom: 30px;
}

img 						{ border: 0px; display: block; }

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #166ab9; }
a:hover						{ text-decoration: underline; color: #166ab9; cursor: pointer; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

form						{ padding: 0; margin: 0; }

fieldset 					{ border: 0; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; }

abbr						{ border: 0; }

.clear 						{ clear: both; }
.clearLeft 					{ clear: left; }
.clearRight 				{ clear: right; }

.hide 						{ display: none; }

.show 						{ display: block; }

.tr							{ position: relative; overflow: hidden; display: block; white-space: nowrap; }

.tr a						{ overflow: hidden; }

.tr	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; display: block; }

.caps						{ text-transform: uppercase; }

/* ==============================================================
		canvas
   ============================================================== */

.canvas {
	width: 800px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	width: 458px;
	height: 123px;
	margin: 0 auto;
	padding-top: 20px;
}

h1 span {
	background-image: url(../graphics/logo.gif);
}

.content {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 400px;
}

.content .photos {
	margin-bottom: 20px;
	width: 380px;
	height: 230px;
}

.content .photos img {
	border: 1px solid #6a421b;
}

.content .crew {
	margin-bottom: 10px;
}

.content .crew img {
	border: 1px solid #6a421b;
}

.contact {
	text-align: left;
	font-size: 1.6em;
	line-height: 1.6em;
	background: url(../graphics/iconPhone.png) no-repeat;
	padding-left: 90px;
}

.contact .hours {
	padding-top: 15px;
}

.contact .email {
	padding-top: 15px;
}

.contact .label {
	color: #5d330d;
	font-size: 1.4em;
}

.contact .info em {
	font-style: normal;
	width: 140px;
	display: block;
	float: left;
}

.map {
	clear: both;
	text-align: left;
	font-size: 1.6em;
	line-height: 1.6em;
	background: url(../graphics/iconCompas.png) no-repeat;
	padding-left: 90px;
	margin-top: 20px;
}

.map .location {
	color: #5d330d;
	font-size: 1.4em;
}

.map em {
	font-size: .7em;
	font-style: normal;
	color: #9f9f9f;
}

.links {
	margin-top: 20px;
	margin-right: 50px;
	float: right;
	text-align: right;
	width: 300px;
}

.links .patio {
	padding-bottom: 15px;
}

.links .patio img {
	border: 0px solid #6a421b;
	margin-left: auto;
}

.nav {
	text-align: left;
	list-style: none;
	display: block;
	margin-left: auto;
}

.nav li {
	width: 260px;
	height: 89px;
	margin-bottom: 10px;
	margin-left: auto;
}

.nav li.lunh a span { background-image: url(../graphics/nav.png); background-position: 0px -396px; }
.nav li.dinr a span { background-image: url(../graphics/nav.png); background-position: 0px 0px; }
.nav li.marg a span { background-image: url(../graphics/nav.png); background-position: 0px -99px; }
.nav li.mart a span { background-image: url(../graphics/nav.png); background-position: 0px -198px; }
.nav li.wine a span { background-image: url(../graphics/nav.png); background-position: 0px -297px; }

.nav li.lunh a:hover span { background-image: url(../graphics/nav.png); background-position: -270px -396px; }
.nav li.dinr a:hover span { background-image: url(../graphics/nav.png); background-position: -270px 0px; }
.nav li.marg a:hover span { background-image: url(../graphics/nav.png); background-position: -270px -99px; }
.nav li.mart a:hover span { background-image: url(../graphics/nav.png); background-position: -270px -198px; }
.nav li.wine a:hover span { background-image: url(../graphics/nav.png); background-position: -270px -297px; }

.about {
	padding-top: 40px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	width: 380px;
}

.about p {
	text-align: justify;
	padding-bottom: 8px;
}

.about h2 {
	color: #5d330d;
	font-size: 1.8em;
	padding-bottom: 5px;
}

.sch {
	padding-bottom: 15px;
	width: 380px;
}

.sch a {
	display: block;
	background: #dbcec7;
	border: 1px solid #762209;
	padding: 6px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	color: #762209;
}

.info {
	line-height: 1.5em;
	font-weight: bold;
	font-size: 14px;
}

.info a {
	color: #762209;
}

.special {
	padding-bottom: 15px;
	width: 380px;
}

.special p {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 6px;
}











