@charset "UTF-8";
/* Loves Main CSS */

* {
	outline: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color:#CCC;
	text-align: center;
	background: #000 url(../images/backgrounds/page.jpg) no-repeat 50% 0%;	
}
a {
	color: #C9D2E6;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #FFF;
	border-bottom: 1px dashed #C9D2E6;
}
p {
	margin: 5px 20px;	
}
em {
	color: #FFC;	
}
h1, h2, h3 {
	display: block;
	text-indent: -5000px;
	font-size: 9px;
	height: 53px;
	width: 355px;
	margin: 20px 20px 0 20px;
}
h2 {
	width: 160px;
	height: 23px;	
}
h4, h5, h6 {
	clear: both;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
	margin: 15px 20px 0 20px;
}
h6 {
	margin: 0 20px 10px 20px;
	font-size: 13px;
	color: #999;
}	

h4 a {
	color: #C9D2E6;
	text-decoration: none;
}
h4 a:hover {
	color: #FFF;
	border-bottom: 1px dashed #C9D2E6;
}
div#wrapper {
	margin: auto;	
	width: 980px;
	text-align: left;
}

div#header {
	width: 980px;
	height: 308px;
	margin-top: 12px;
	background: url(../images/backgrounds/header.jpg) no-repeat 0 0;
}

div#nav {
	width: 950px;
	height: 42px;
	margin: 0 15px;
	background: url(../images/backgrounds/nav.jpg) repeat-x 0 0;
}
div#nav ul, div#nav ul li {
	display: block;
	float: left;
	list-style: none;
}
div#nav ul li a {
	display: block;
	background:url(../images/nav/home.jpg) no-repeat 0 0;
	width: 70px;
	height: 42px;
	border: none;
	text-indent: -5000px;
	font-size: 9px;
}
div#nav ul li a:hover, div#nav ul li a.active {
	background-position: 0 -42px;	
	border: none;
}
div#nav ul li a#about {
	width: 89px;
	background-image: url(../images/nav/about.jpg);
}
div#nav ul li a#menus {
	background-image: url(../images/nav/menus.jpg);
}
div#nav ul li a#wine {
	width: 94px;
	background-image: url(../images/nav/wine.jpg);
}
div#nav ul li a#dining {
	width: 125px;
	background-image: url(../images/nav/dining.jpg);
}
div#nav ul li a#reviews {
	width: 81px;
	background-image: url(../images/nav/reviews.jpg);
}
div#nav ul li a#events {
	width: 70px;
	background-image: url(../images/nav/events.jpg);
}

div#nav ul li a#guestbook {
	width: 94px;
	background-image: url(../images/nav/guestbook.jpg);
}
div#nav ul li a#contact {
	width: 107px;
	background-image: url(../images/nav/contact.jpg);
}
div#nav ul li a#location {
	width: 131px;
	background-image: url(../images/nav/location.jpg);
}
div#nav ul li a#reservations {
	width: 131px;
	background-image: url(../images/nav/reservations.jpg);
}

div#content {
	width: 950px;
	margin: 12px 15px 15px 15px;
	background: #23262D;
	clear: both;
	float: left;
	padding: 0 0 20px 0;
}

div#content ul {
	list-style: square;
	margin: 0 0 0 50px;
}

div#content div#left {
	float: left;
	width: 580px;
}
div#content div#left div.box, div#content div#left div.box-img {
	width: 230px;
	float: left;
}
div#content div#left div.box-img {
	width: 350px;	
}

div#content div#left div.box-img img {
	width: 80px;	
	margin: 23px 0 0 0;
	float: left;
}
div#content div#left div.box-img h2, div#content div#left div.box-img p {
	float: left;	
	width: 200px;
}
div#content div#left div.box-img p {
	width: 230px;
}
div#content div#right {
	float: right;	
	width: 350px;
}
div#content div#right p {
	margin-bottom: 15px;	
}
div#content div#right h4 {
	margin-top: 5px;	
}
div#content div#right h3 {
	width: 300px;	
}

div#content div#right ul {
	margin: 0 0 0 40px;	
}
div#content div#right ul#archive {
	margin: 0 0 0 20px;	
	list-style: none;	
}
div#content div#right ul#archive li {
	padding-left: 20px;
}
div#content div#right ul#archive li em {
	color: #999;
}
div#content div#right ul#archive li.year {
	padding-left: 5px;
	font-size: 13px;
	color: #FFF;
	padding-bottom: 5px;
}
div#content div#right ul#archive li.year em {
	color: #FFF;
	font-style: normal;
}

/* forms */

input.text, textarea.text, select.text {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #23262D;
	border: none;
	padding: 3px 5px;
	background: #CBCCCE;
}
input.text:hover, textarea.text:hover, select.text:hover {
	background: #FFF;
}

input.oops, textarea.oops, select.oops {
	border-color: #CC0000;
}
.oops {
	color: #B85354;
}


form table {
	margin: 10px 20px;
}
form table td, form table th {
	text-align: left;
	padding: 0 10px 10px 0;
}
form table th, form table td span {
	font-weight: normal;
	font-size: 11px;
}
form table th label {
	font-weight: bold;
	font-size: 12px;
}
form table td table {
	margin: 0;
}
form table td table th, form table td table td {
	padding: 0 5px 0 0;
}
form table td table th {
	padding-right: 20px;
	font-weight: normal;
}

/* icons */

a#twitter, a#facebook {
	width: 64px;
	height: 45px;
	display: block;
	margin: 0 0 20px 0;
	text-indent: -5000px;
	font-size: 9px;
	float: left;
	background: url(../images/icons/facebook.jpg) no-repeat 20px 0;
}
a#twitter {
	background-image: url(../images/icons/twitter.jpg);	
	width: 54px;
	background-position: 10px 0;
}
a#twitter:hover {
	background-position: 10px -45px;
	border: none;
}
a#facebook:hover {
	background-position: 20px -45px;
	border: none;
}


div#footer  {
	width: 980px;	
	text-align: center;
	padding-bottom: 20px;
	color: #999;
}

div#company_info  {
	width: 980px;	
	text-align: center;
	padding-bottom: 20px;
	color: #666;
}

div#footer a {
	text-decoration: none;
	color: #CCC;
}
div#footer a:hover {
	color: #FFF;	
}

a.native {
	width: 320px;
	padding: 0;
	margin: auto;
	display: block;
	height: 20px;
	text-decoration: none;
	text-indent: -7000px;
	background: url(../images/bandl.gif) no-repeat 0 0;
}
a.native:hover {
	background-position: 0 -20px;
	border: 0;
}
.pdf{ background:url(../images/icons/pdf.jpg) no-repeat; padding-left:20px}