body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #5B5B5B;
	line-height: 27px;
	background: #82AD2D;
}

h1 {
	font-size: 26px;
	color: #5B3417;
	line-height: 30px;
	padding-left: 10px;
	margin-top: 20px;
}

h2 {
	text-transform: uppercase;
	color: #82AD2D;
	font-size: 22px;
	line-height: 32px;
	margin: 0px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #82AD2D;
}

a:focus {
	outline: none;
}

a {
	color: #986D4D;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #1682BF;
}

img {
	border: none;
}

blockquote {
	color: #5B3417;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	border-top: 1px dotted #5B3417;
	border-bottom: 1px dotted #5B3417;
}

.thumb-left {
	background: #EBEBEB;
	padding: 10px;
	float: left;
	margin-right: 15px;
}

.thumb-no-float {
	padding: 10px;
	background: #FFF;
}

.reservation-thumb {
	padding: 10px;
	background: #EBEBEB;
}

#top-wrapper {
	background: url(images/top-wrapper.jpg) repeat-x;
	height: 427px;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background: url(images/wrapper.jpg) repeat;
}

#header {
	width: 962px;
	height: 107px;
	margin: 0px auto;
	padding-top: 30px;
}

#logo {
	width: 420px;
	float: left;
	height: 288px;
}

#logo-wrapper {
	margin: 0px auto;
	width: 980px;
	background: url(images/logo-wrapper.png);
	padding: 0px;
}

#header2 {
	background: #FBFBFB;
	border: 1px solid #D5D1BF;
	margin: 0px auto;
	height: 288px;
	width: 958px;
}

#logo h1 {
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 5px 0px 10px 20px;
}

#logo .logo {
	padding-top: 15px;
	padding-left: 15px;
}

#logo .button {
	width: 267px;
	margin: 0px;
	padding: 0px 0px 0px 100px;
	height: 40px;
}

#logo .button a {
	background: url(images/reservations.png) left top;
	height: 40px;
	width: 267px;
	display: block;
	margin: 0px;
	padding: 0px;
}

#logo .button a:hover {
	background: url(images/reservations.png) left -40px;
}

/* Menu */

#menu {
	width: 960px;
	height: 58px;
	background: #D5D1BF;
	margin: 0px auto;
	border-top: 1px solid #B3AEA0;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #B3AEA0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 42px;
	text-decoration: none;
	font-size: 16px;
	color: #5B3314;
	font-weight: bold;
	padding: 16px 0px 0px;
	width: 160px;
	text-align: center;
	text-shadow: 1px 1px 0 #FFF;
}

#menu a:hover {
	color: #986D4D;
	position: relative;
	top: 2px;
}

#menu .active a {
	color: #FFFFFF;
	background: url(images/menu-active.png) no-repeat;
	height: 54px;
	margin-top: -8px;
	padding-top: 25px;
	position: relative;
	top: 0px;
	text-shadow: 1px 1px 0 #000;
}

/* Page */

#page {
	width: 960px;
	margin: 0px auto;
	padding: 50px 0 10px;
}

/* Content */

#content {
	float: right;
	width: 558px;
	background: #FBFBFB;
	border: 1px solid #D5D1BF;
	padding-right: 10px;
	padding-left: 10px;
}

#content-wide {
	width: 940px;
	background: #FBFBFB;
	border: 1px solid #D5D1BF;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 5px 10px 10px;
}

.post .col {
	float: left;
	width: 450px;
	padding: 10px;
}

/* Sidebar */

#sidebar-top {
	float: left;
	height: 8px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background: url(images/sidebar-top-h2.png);
}

#sidebar {
	float: left;
	width: 298px;
	background: #D5D1BF url(images/sidebar-top.png) no-repeat;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #B3AEA0;
	margin: 0px 0px 30px;
	color: #5B3417;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}

#sidebar ul {
	margin: 0px;
	padding: 15px 0px 15px 10px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 4px;
	background: url(images/bullet.png) no-repeat left center;
	padding-left: 16px;
}

#sidebar h2 {
	font-size: 20px;
	color: #FFF;
	margin: 0px;
	line-height: 40px;
	padding-left: 26px;
	text-transform: none;
	text-shadow: 1px 1px 0 #000;
}

#sidebar h3 {
	font-size: 20px;
	color: #5B3417;
}

/* Sidebar 2*/

#sidebar-top2 {
	float: left;
	height: 8px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background: url(images/sidebar-top-h2.png);
}

#sidebar2 {
	float: left;
	width: 298px;
	background: #D5D1BF url(images/sidebar-top.png) no-repeat;
	border-top: none;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #B3AEA0;
	margin: 0px;
	color: #5B3417;
	-moz-border-radius-bottomright: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-left-radius: 12px;
}

#sidebar2 ul {
	margin: 0px;
	padding: 15px 0px 15px 10px;
	list-style: none;
}

#sidebar2 li {
	margin-bottom: 4px;
	background: url(images/bullet.png) no-repeat left center;
	padding-left: 16px;
}

#sidebar2 h2 {
	font-size: 20px;
	color: #FFF;
	margin: 0px;
	line-height: 40px;
	padding-left: 26px;
	text-transform: none;
	text-shadow: 1px 1px 0 #000;
}

/* Footer */

#footer-wrapper {
	background: url(images/footer-wrapper.jpg) repeat-x;
	height: 150px;
}

#footer {
	height: 150px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 12px;
}

#footer p {
	text-align: center;
	color: #FFF;
	margin: 0px;
	padding-top: 20px;
	line-height: 30px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	padding: 7px 11px;
}

#footer a:hover {
	background: #618121;
	border-top: 1px solid #445A16;
	border-right: 1px solid #A6CE43;
	border-bottom: 1px solid #A6CE43;
	border-left: 1px solid #445A16;
	padding: 6px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* Home page slider */

#slider-wrapper {
	height: 274px;
	width: 439px;
	margin: 0px 15px 0px 0px;
	padding: 14px 0px 0px 9px;
	float: right;
	display: inline;
	background: url(images/slider-wrapper.png) no-repeat;
}

#featured_slider 	{
	width:488px;
	height:288px;
	position:relative;
	z-index:1;
	margin: 0px auto;
} 

#slider {
	position:relative;
	background:url(images/loader.gif) no-repeat 50% 50%;
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 430px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.nivoSlider {
}

.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivo-slice {
	display:block;
	position:absolute;
	height:100%;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Contact Form */

#contact label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 6px;
	line-height: 30px;
}

#contact input {
	border: 1px solid #CCC;
	width: 280px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #5B5B5B;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 6px;
}

#contact select {
	border: 1px solid #CCC;
	width: 280px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #5B5B5B;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 6px;
}

#contact textarea {
	border: 1px solid #CCC;
	width: 280px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #5B5B5B;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 6px;
}

#contact .submit {
	height: 32px;
	width: 120px;
	border-style: none;
	padding-left: 156px;
}

/* Reservation Form */

#reservations label {
	display: block;
	line-height: 30px;
}

#reservations input {
	border: 1px solid #CCC;
	width: 320px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #5B5B5B;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#reservations select {
	border: 1px solid #CCC;
	width: 320px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #5B5B5B;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#reservations textarea {
	border: 1px solid #CCC;
	width: 320px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	color: #5B5B5B;
	padding: 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#reservations .submit {
	height: 32px;
	width: 120px;
	border-style: none;
}

.required {
	font-weight: bold;
	color: #F00;
}

.captcha {
	padding-left: 156px;
}

