/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #BBA99B;
	background-image: url('../images/background.png');
	background-attachment: fixed;
}

body {
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "colaborate", Arial, Helvetica, sans-serif;
	font-size: 16.5px;
	line-height: 24px;
	font-weight: 200;
	letter-spacing: .02em;
	background-attachment: fixed;
}

body.editor {
	background-image: none;
	min-height: 400px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 20px;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content h2 {
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #000000;
}

#content a {
	font-weight: 600;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

optgroup option {
	padding-left: 20px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: "colaborate", Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #BBB5AD;
	padding: 1px 2px;
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 4px;
	text-transform: uppercase;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 940px;
	margin: 0px auto;
	padding: 182px 0px 0px 0px;
	background-color: #FFFFFF;
	position: relative;
	-webkit-box-shadow: 0px -10px 30px 5px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px -10px 30px 5px rgba(0,0,0,0.54);
	box-shadow: 0px -10px 30px 5px rgba(0,0,0,0.54);
}

#container.slideshow {
	padding-top: 652px;
}

.layout2 #container.slideshow {
	padding-top: 765px;
}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 940px;
	padding-top: 137px;
}

#container.slideshow #header {
	padding-top: 127px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 80px;
	z-index: 100;
}

#header_contact {
	position: absolute;
	top: 30px;
	right: 55px;
	z-index: 110;
	color: #666666;
	background-image: url('../images/header_contact_bg.png');
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 60px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
}

#header_slideshow_wrapper {
	width: 940px;
	height: 480px;
	margin: 0px;
	position: relative;
}

.layout2 #header_slideshow_wrapper {
	height: 593px;
}

#header_slideshow {
	margin: 0px;
	padding: 0px;
	width: 940px;
	height: 480px;
}

#header_slideshow li {
	list-style: none;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#header_slideshow li:first-child {
	display: block;
}

#header_slideshow .credit {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	text-align: right;
	color: rgb(142,132,122);
	color: rgba(142,132,122,.75);
}

#header_slideshow_wrapper a {
	background-repeat: no-repeat;
	display: block;
	width: 48px;
	height: 93px;
	text-indent: 105%;
	overflow: hidden;
	position: absolute;
	top: 192px;
}

#header_slideshow_wrapper a.previous {
	background-image: url('../images/slideshow_previous.png');
	left: 17px;
}

#header_slideshow_wrapper a.next {
	background-image: url('../images/slideshow_next.png');
	right: 17px;
}

#reservations_bar {
	height: 35px;
	padding-top: 10px;
	text-align: right;
	padding-right: 50px;
	background-color: #E5DACC;
}

#reservations_bar form {
	position: relative;
	z-index: 300;
}

#reservations_bar label {
	text-transform: uppercase;
	font-size: 14px;
	color: #666666;
	margin: 0px 5px;
}

#reservations_bar .datepicker {
	border: 0px;
	width: 118px;
	height: 21px;
	background-image: url('../images/datepicker_bg.png');
	background-repeat: no-repeat;
	color: #666666;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
	margin: 0px 5px;
}

#reservations_bar .button {
	text-transform: uppercase;
	font-size: 13px;
	margin: 0px 5px;
}

#content_header {
	background-color: #F8F2EB;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	padding: 15px 80px 20px 80px;
}

#content_box {
	padding: 33px 51px 58px 0px;
}

#content_box_inner {
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	background-position: 349px 0px;
}

.layout_admin #content_box_inner {
	background-position: 249px 0px;
}

#content {
	width: 488px;
	float: right;
}

.layout2 #content {
	width: 780px;
	padding: 0px 80px;
	float: none;
}

.layout_admin #content {
	width: 598px;
}

#left_content {
	float: left;
/*	width: 268px;*/
	width: 308px;
}

.layout_admin #left_content {
	width: 268px;
}

#left_header {
	margin: -33px 0px 40px 80px;
}

#ctas {
	background-color: #E5DACC;
	background-image: url('../images/content_bg.gif');
	background-repeat: no-repeat;
	background-position: 349px 10px;
	padding: 6px 80px 4px 80px;
	height: 35px;
}

#ctas a {
	float: left;
}

#mailinglist {
	float: right;
	margin-top: 4px;
}

#mailinglist label {
	color: #000000;
	text-transform: uppercase;
	float: left;
	line-height: 26px;
}

#email_box {
	width: 200px;
	height: 22px;
	border: 0px;
	background-color: #CEC4B7;
	color: #524E49;
	padding: 0px 11px 4px 11px;
	float: left;
	margin: 0px 13px;
	display: inline;
	font-size: 18px;
	line-height: 18px;
}

#mailinglist .button {
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 3px;
}

#footer {
	background-color: #000000;
	padding: 19px 0px 23px 0px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: .02em;
}

#footer a {
	color: #FFFFFF;
}

#footer p {
	margin-bottom: 16px;
}

/* NAVIGATION CSS */

#topnav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 30px;
	right: 240px;
	z-index: 110;
}

#topnav li {
	list-style: none;
	float: left;
	margin-left: 26px;
	display: inline;
	text-transform: uppercase;
	font-size: 13px;
}

#topnav li a {
	color: #666666;
}

#nav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 80px;
	right: 55px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 26px;
	display: inline;
	font-size: 17px;
	position: relative;
}

#nav li a {
	color: #000000;
	padding-bottom: 30px;
}

#nav li a:hover {
	font-weight: 400;
}

#nav li ul {
	display: none;
}

#nav li:hover ul {
	display: block;
	position: absolute;
	top: 47px;
	right: -14px;
	z-index: 500;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,.9);
	padding: 5px 14px 5px 14px;
}

#nav li ul li {
	float: none;
	display: block;
	margin: 0px;
	white-space: nowrap;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
}

#subnav, #blog_sidebar, #blog_sidebar ul {
	padding: 0px;
	margin: 0px;
}

#subnav li, #blog_sidebar li {
	list-style: none;
	padding: 0px 0px 0px 81px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .03em;
	font-weight: 300;
}

#subnav li ul, #blog_sidebar li ul {
	margin-top: 3px;
}

#subnav li li, #blog_sidebar li li {
	padding: 0px 0px 0px 20px;
	line-height: 18px;
	margin-bottom: 5px;
}

#subnav li.active {
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: 0px 11px;
}

#subnav li li.active {
	background-image: none;
}

#subnav li a {
	color: #666666;
}

#subnav li a:hover, #subnav li.active > a {
	color: #000000;
}

#footernav {
	margin-bottom: 2px;
}

#footernav li {
	list-style: none;
	display: inline;
	font-size: 13.5px;
	line-height: 15px;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 0px 5px;
}

#footernav li a {
	color: #FFFFFF;
}

#socialnav {
	width: 535px;
	height: 27px;
	margin: 0px auto;
}

#socialnav li {
	list-style: none;
	display: inline;
	float: left;
	width: 28px;
	height: 27px;
}

#socialnav li.twitter {
	margin: 0px 19px;
}

#socialnav li.tripadvisor {
	margin-left: 19px;
	width: 194px;
}

#socialnav li.rated {
	width: 200px;
}

#socialnav li a {
	display: block;
	width: 28px;
	height: 27px;
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}

#socialnav li.facebook a {
	background-image: url('../images/icon_facebook.gif');
}

#socialnav li.twitter a {
	background-image: url('../images/icon_twitter.gif');
}

#socialnav li.youtube a {
	background-image: url('../images/icon_youtube.gif');
}

#socialnav li.tripadvisor a {
	background-image: url('../images/icon_tripadvisor.gif');
	width: 194px;
	height: 30px;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	text-align: center;
	padding: 0px 25px 25px 0px;
	width: 149px;
	line-height: 16px;
}

.gallery-image {
	border: 1px solid #999999;
	width: 147px;
	height: 147px;
	margin-bottom: 3px;
	padding: 0px;
}

.gallery-image td {
	background-color: #EEEEEE;
	width: 135px;
	height: 135px;
	vertical-align: top;
	padding: 6px;
	display: block;
}

.gallery-image img {
	padding: 0px;
	margin: 0px;
}

.page-block {
	margin-top: 34px;
}

.page-block div.section_title {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
}

.page-block img {
	float: left;
}

.page-block div {
	margin-left: 160px;
	font-size: 14.5px;
	line-height: 17px;
	color: #666666;
}

.page-block h2 {
	margin-bottom: 15px;
}

#content .page-block a.more {
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 200;
}

#home_testimonials {
	position: relative;
	width: 780px;
	height: 86px;
}

#home_testimonials li {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 86px;
	list-style: none;
	font-size: 24px;
	line-height: 29px;
	font-weight: 200;
}

#home_testimonials li:first-child {
	display: block;
}

.home_feature {
	width: 219px;
	float: left;
	margin-left: 21px;
	display: inline;
	font-size: 14px;
	line-height: 17px;
	color: #666666;
}

.home_feature .thumbnail {
	margin-bottom: 23px;
}

.home_feature .video_lightbox {
	width: 219px;
	height: 133px;
	display: block;
	position: relative;
}

.home_feature .video_lightbox .play {
	position: absolute;
	top: 35px;
	left: 79px;
}

.home_feature .title {
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 19px;
}

.home_feature p {
	margin-bottom: 16px;
}

.home_feature a {
	font-size: 15px;
	text-transform: uppercase;
	color: #000000;
}

/* FEEDBACK FORM CSS */

.feedback {
	width: 100%;
	font-size: 15px;
}

.feedback label {
	display: block;
	text-align: right;
	width: 160px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 5px 0px;
	white-space: normal;
}

.feedback div {
	padding: 5px 0px 5px 0px;
	float: right;
	width: 300px;
}

.feedback div.fullwidth, .feedback div.item {
	float: none;
	width: 100%;
}

.feedback div.item p {
	margin-bottom: 5px;
}

.feedback div.item img {
	float: left;
	margin-top: 7px;
}

.feedback div.item div {
	width: 405px;
}

.feedback div.item h3 {
	margin-bottom: 0px;
}

.feedback div label {
	display: inline;
	float: none;
	clear: none;
	margin: 0px;
	width: auto;
	text-align: left;
	font-weight: normal;
}

.feedback div.item input {
	margin-bottom: 5px;
}

.feedback div table {
	white-space: nowrap;
}

.feedback input, .feedback textarea {
	width: 294px;
	padding: 3px 3px;
}

.feedback div.item input.qty {
	width: 30px;
	margin-right: 10px;
}

.feedback div.item input.datepicker {
	width: 100px;
	margin-right: 10px;
}

.feedback div.item input.time {
	width: 60px;
}

.feedback select {
	width: 300px;
	padding: 2px 0px;
}

.feedback textarea {
	height: 60px;
}

.feedback .fullwidth textarea {
	width: 482px;
}

.feedback input.radio, .feedback input.checkbox {
	width: 16px;
	padding: 0px;
}

.feedback br {
	clear: both;
}

.feedback div br {
	clear: none;
}

.feedback .button {
	width: auto;
}

.feedback div.recaptcha * {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: none;
}

.feedback input[disabled="disabled"] {
	background-color: #DDD;
}

#guestbridge {
	border: 0px;
	width: 100%;
	height: 650px;
}

/* OpenTable CSS */

#OT_logo {
	top: 140px !important;
}

#OT_submitWrap {
	top: 135px !important;
}
