/* -- Global Styles -- */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
} 

body {
	-webkit-font-smoothing: antialiased;
	font-family: FuturaBT-Bold, arial, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	margin: 20px 0;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

blockquote {
	margin: 20px 0;
}

form {
	margin: 0 0 -10px;
	padding: 0;
}

form p {
	margin: 0 0 9px !important;
	padding: 0;
}

form label {
	display: block;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9px;
	line-height: 14px;
	color: #000;
	text-transform: uppercase;
}

form .button {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	border: 0;
}

input,
textarea {
	font-family: FuturaBT-Bold, arial, sans-serif;
	outline: none;
}

textarea {
	overflow: auto;
}

input.input,
textarea.textarea {
	width: 96%;
	height: 17px;
	padding: 5px 2%;
	margin: 0;
	background: #EFB42E;
	border: 0;
	font-size: 12px;
	line-height: 17px;
}

textarea.textarea {
	height: 100px;
}

input.autocomplete {
	display: block;
}


/* -- Blocks -- */

.block {
	position: relative;
	display: block;
}

.left {
	position: relative;
	display: block;
	float: left;
}

.right {
	position: relative;
	display: block;
	float: right;
}

.clear {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
}

.autoclear {
	display: block;
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	font-size: 80%;
}

.photo-left,
.photo-right,
.photo-center {
	display: block;
	float: left;
	margin: 5px 12px 5px 0;
}

.photo-right {
	display: block;
	float: right;
	margin: 5px 0 5px 12px;
}

.photo-center {
	display: block;
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}

.caption {
	margin: 0;
	font-size: 80%;
}

a.button,
span.button {
	display: block;
	min-height: 35px;
	margin-bottom: 2px;
	font-family: FuturaBT-Bold, arial, sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 35px;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	background: #EEB210;
	color: #FFF;
}

span.button {
	cursor: default;
}

a.button-style-1:hover {
	background: #F7911D;
}

a.button-style-2 {
	background: #F7911D;
}

a.button-style-2:hover {
	background: #9E7028;
}

a.button-style-3 {
	background: #FFF;
	color: #000 !important;
}

a.button-style-3:hover {
	background: #B2B2B2;
}


/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 25px 0;
	border: 2px solid #333;
	color: #333;
	background: #FFF;
	font-weight: 700;
	text-align: center;
}

.flash-warning,
.flash-error {
	border: 2px solid #CC0000;
	color: #CC0000;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-size: 1.3em;
}


/* -- Pagination -- */

div.pagination {
	height: 12px;
	padding: 0;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	font-weight: 700;
}

div.pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.pagination li {
	list-style: none;
	padding-left: 8px;
	display: inline;
}

div.pagination li a {
	text-decoration: none !important;
}

div.pagination li .label {
	display: none;
}

div.pagination li.selected a {
	font-weight: 700;
}



/* -- Popup -- */

div#popup-bg {
	background: rgba(0,0,0,.7);
}

div#popup {
	background: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}



/* -- Lightbox -- */

div#lightbox {
	width: 832px;
	height: 600px;
	padding: 16px 0;
	overflow: hidden;
	background: #FFF;
}

div#lightbox a.nav {
	display: block;
	float: left;
	width: 16px;
	height: 1px;
	padding-top: 599px;
	overflow: hidden;
}

div#lightbox a.prev {
	background: url(../images/common/lightbox-prev-2x.png) center no-repeat;
	background-size: 17px 33px;
}

div#lightbox a.next {
	background: url(../images/common/lightbox-next-2x.png) center no-repeat;
	background-size: 17px 33px;
}

div#lightbox a.nav:hover {
	opacity: .6;
	-moz-opacity: .6;
	-webkit-opacity: .6;
	filter: alpha(opacity=60);
}

div#lightbox div#lightbox-images {
	float: left;
	width: 800px;
	height: 600px;
	overflow: hidden;
	background: #CCC;
}

div#lightbox div#lightbox-images div {
	width: 2400px;
	height: 600px;
	margin-left: -800px;
	overflow: hidden;
}

div#lightbox div#lightbox-images div img {
	display: block;
	float: left;
	width: 800px;
	height: 600px;
}


/* -- Wrapper -- */

div#wrapper {
	position: relative;
	min-height: 100%;
}


/* -- Header -- */

div#header {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 85px;
	text-align: center;
	background: #FFF;
}

div#header-top {
	height: 50px;
	font-size: 12.5px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	overflow: hidden;
}

div#header h1 {
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 100px;
}

div#header h1 a {
	display: block;
	width: 325px;
	height: 1px;
	padding-top: 49px;
	overflow: hidden;
	background: url(../images/common/logo-2x.png) no-repeat;
	background-size: 325px 50px;
}

div#header div#header-info {
	float: right;
	padding: 17px 17px 0;
	color: #549433;
	cursor: default;
}

div#header .address {
	color: #007CC2;
}

div#header .phone {
	color: #F7911D;
}

div#nav {
	position: relative;
	clear: both;
	width: 100%;
	height: 35px;
	background: #549433;
	text-align: center;
	line-height: 25px;
	font-size: 12.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

div#nav a#nav-trigger {
	display: none;
}

div#nav ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#nav ul li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#nav ul li a {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	color: #FFF;
	cursor: pointer;
	border-top: 6px solid #549433;
}

div#nav ul li.selected a,
div#nav ul li a:hover {
	border-top: 6px solid #549433;
}

div#nav ul li ul {
	display: none;
	position: absolute;
	z-index: 60000;
	width: 100px;
	background: #A02C1F;
	padding: 14px;
	margin: 0 0 0 -16px;
}

div#nav ul li ul li {
	float: none;
	padding: 0;
	background: none;
}

div#nav ul li ul li a {
	padding: 0;
}


/* -- Content -- */

div#content {
	position: relative;
	padding-top: 85px;
	min-width: 990px;
	min-height: 100%;
	height: 100%;
}

h2 {
	padding: 20px 0 5px;
	margin: 0;
	font-weight: 800;
	font-size: 25px;
	line-height: 29px;
	letter-spacing: 2px;
	color: #007CC2;
	font-family: FuturaBT-Bold, arial, sans-serif;
	text-transform: uppercase;
	cursor: default;
}

h3 {
	font-family: FuturaBT-Bold, arial, sans-serif;
	font-size: 21px;
}

div#content div.page-layout {
	position: relative;
	width: 900px;
	padding: 0px 0 150px;
	margin: auto;
	font-family: FuturaBT-Book, arial, sans-serif;
	text-align: left;
}

div#content div.page,
div#content div.page-wide {
	position: relative;
	width: 304px;
	padding: 0 16px 16px;
	background: #FFF;
	color: #000;
	font-size: 15px;
	line-height: 19px;
}

div#content div.page-wide {
	width: 716px;
}

div#content div.page p,
div#content div.page-wide p {
	margin: 15px 0 20px;
}

div#content p:last-child {
	margin-bottom: 0 !important;
}

div#content div.page a,
div#content div.page-wide a {
	text-decoration: underline;
}


/* -- Footer -- */

div#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 830px;
	height: 70px;
	font-size: 9px;
	color: #FFF;
	background: #000;
}

div#footer-res {
	position: relative;
	height: 35px;
	background: #007CC2;
	color: #FFF;
	text-align: center;
}

div#footer-res div#reservations {
	position: relative;
	width: 765px;
	padding: 0 0px;
	margin: auto;
	text-align: left;
}

div#footer-res div#reservations a {
	color: #FFF;
}

div#footer-res div#reservations a:hover {
	text-decoration: underline;
}

div#footer-res div#reservations div.label {
	float: left;
	width: 195px;
	padding: 11px 0 0;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: default;
}

div#footer-res div#res-button {
	display: none;
}

div#footer-links {
	clear: both;
	height: 26px;
	padding-top: 9px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

div#footer-links .right {
	padding-right: 5px;
}

div#footer-links a {
	display: inline-block;
	padding: 0 8px;
	color: #FFF;
}

div#footer-social {
	float: left;
	padding-left: 10px;
}

div#footer-social a {
	display: block;
	float: left;
	width: 18px;
	height: 1px;
	padding: 0;
	padding-top: 16px;
	margin-right: 10px;
	overflow: hidden;
	background: url(../images/common/social-1x.png) no-repeat;
}

div#footer-social a:hover {
	opacity: .7;
	-moz-opacity: .7;
	-webkit-opacity: .7;
	filter: alpha(opacity=70);
}

div#footer-social a.social-twitter {
	width: 22px;
	margin-right: 5px;
	background-position: right;
}


/* -- Open Table Styles -- */

#iframeCookieSet,
#iframeCookieGet {
	position: absolute !important;
	top: -99999px !important;
	left: -99999px !important;
}

.OT_wrapper {
	position: relative;
	width: auto !important;
	height: auto !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: none !important;
}

.OT_header {
	display: none !important;
}

.OT_list {
	margin: 0 !important;
	height: auto !important;
}

.OT_day,
.OT_time,
.OT_party {
	width: 150px !important;
	border: 0 !important;
	background: none !important;
	padding-left: 0 !important;
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}

.OT_submit {
	width: 140px !important;
	border: 0 !important;
	background: none !important;
	padding-left: 0 !important;
	padding-top: 5px !important;
	padding-bottom: 0 !important;
}

#OTButton,
.OTButton {
	width: 135px !important;
	height: 26px !important;
	text-align: left !important;
}

#OTButton a {
	width: auto !important;
	height: 25px ! important;
	border-radius: 0 !important;
	background: #FFF !important;
	color: #F7911D !important;
	font-family: FuturaBT-Bold, arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 28px !important;
	letter-spacing: 2px !important;
	text-align: center;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	text-shadow: none !important;
}

#OTButton a:hover {
	text-decoration: none !important;
	opacity: .7 !important;
	-moz-opacity: .7 !important;
	-webkit-opacity: .7 !important;
	filter: alpha(opacity=70);
}


#OT_timeList,
#OT_partyList {
	width: 147px !important;
	margin-left: -39px !important;
	margin-top: -227px !important;
	border: 0 !important;
	background: #FFF !important;
}

.OT_navListItem {
	width: 100% !important;
}

.OT_navListItem .selected {
	background: none !important;
	text-decoration: underline !important;
}

.OT_navLink {
	width: auto !important;
	background: none !important;
	padding: 0 10px !important;
	font-family: FuturaBT-Bold, arial, sans-serif !important;
	font-size: 10px !important;
	line-height: 17px !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	color: #000 !important;
}

.OT_navLink:hover {
	text-decoration: underline !important;
}

.OT_searchDateField,
.OT_searchTimeField,
.OT_searchPartyField {
	width: 135px !important;
	height: 14px !important;
	border: 2px solid #FFF !important;
	border-radius: 0 !important;
	background: #007CC2 url(../images/common/res-arrow-1x.png) right top no-repeat !important;
	color: #FFF !important;
	font-family: FuturaBT-Bold, arial, sans-serif !important;
	font-size: 12px !important;
	line-height: 20px !important;
	letter-spacing: 2px !important;
	font-weight: normal !important;
	padding-top: 6px !important;
	text-transform: uppercase !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

#ui-datepicker-div {
	margin-top: -190px !important;
}

.ui-widget-content {
	border: 0 !important;
	border-radius: 0 !important;
	background: #FFF !important;
	font-family: FuturaBT-Bold, arial, sans-serif !important;
	font-size: 13px !important;
	text-align: left !important;
}

.ui-widget-header {
	border: 0 !important;
	padding: 0 !important;
	background: none !important;
	text-align: left !important;
	border-radius: 0 !important;
	border-bottom: 1px solid #000 !important;
	text-transform: uppercase !important;
}

.ui-widget-content td a,
.ui-widget-content td span {
	border: 0 !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: #FFF !important;
	text-align: center !important;
}

.ui-datepicker-header,
.ui-datepicker-title {
	text-align: left !important;
}	

.ui-datepicker-header {
	margin-left: 5px !important;
}	

.ui-datepicker-title {
	margin-left: 0 !important;
}	

.ui-widget-content td a.ui-state-active {
	color: #000 !important;
	text-decoration: underline !important;
}

.ui-datepicker-next,
.ui-datepicker-next:hover {
	top: 2px !important;
	right: 2px !important;
	width: 16px !important;
	height: 14px !important;
	border-radius: 0 !important;
	background: url(../images/common/res-next-1x.png) no-repeat !important;
	border: 1px solid #FFF !important;
	cursor: pointer !important;
}

.ui-datepicker-next span {
	display: none !important;
}

.ui-datepicker-prev,
.ui-datepicker-prev:hover {
	top: 2px !important;
	left: initial !important;
	right: 20px !important;
	width: 16px !important;
	height: 14px !important;
	border-radius: 0 !important;
	background: url(../images/common/res-prev-1x.png) no-repeat !important;
	border: 1px solid #FFF !important;
	cursor: pointer !important;
}

.ui-datepicker-prev span {
	display: none !important;
}

.ui-datepicker th {
	padding-top: 0 !important;
}

.ui-datepicker td a:hover {
	text-decoration: underline !important;
}


/* -- Mailing List Form -- */

div#mailing-list-pad {
	width: 305px;
	padding: 13px 16px 16px;
	background: #FFF;
}

div#mailing-list-pad h2 {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	font-size: 26px;
	line-height: 29px;
	color: #007CC2;
	cursor: default;
	background: none;
}

div#mailing-list-pad form {
	padding-bottom: 10px;
}