/* BASE CSS */

html, body, p, h1, h2, h3, form {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #1A1212;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #332D28;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

body.editor {
	background-color: #F8F5E4;
	background-image: none;
}

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

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

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

h1, .h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #65431B;
	margin-bottom: 10px;
}

h2, .h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #9F8936;
	margin-bottom: 5px;
}

.home h2 {
	color: #65431B;
	font-size: 16px;
	font-weight: normal;
}

p + h2 {
	margin-top: 15px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #9F8936;
	margin-bottom: 5px;
}

hr {
	color: #E0DDCD;
	background-color: #E0DDCD;
	border: 0px;
	height: 1px;
	margin: 15px 0px;
}

img {
	border: none;
}

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

a:hover {
	color: #000000;
}

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

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.small {
	font-size: 10px;
}

/* FORM CSS */

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #655649;
}
 
.button, #searchsubmit {
	border: 0px;
	background-color: #65431B;
	color: #F8F5E3;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 4px;
}

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

/* LAYOUT CSS */

#container {
	width: 959px;
	margin: 0px auto 20px auto;
}

#logo {
	padding: 30px 0px 0px 0px;
	text-align: center;
}

#content_box {
	clear: both;
}

#content_box_wrapper {
	width: 473px;
	height: 671px;
	padding: 6px 5px 5px 0px;
	float: right;
	background-image: url('../images/content_overlay.png');
	background-repeat: no-repeat;
	display: inline;
}

#content_box_inner {
	background-image: url('../images/content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #F8F5E3;
	width: 443px;
	height: 641px;
	padding: 15px 10px 15px 20px;
}

#full_content_box_wrapper {
	width: 947px;
	height: 502px;
	padding: 0px 5px 5px 4px;
	margin-left: 3px;
	background-image: url('../images/full_content_overlay.png');
	background-repeat: no-repeat;
}

#full_content_box_inner {
	background-image: url('../images/full_content_bg.jpg');
	background-repeat: no-repeat;
	background-color: #F8F5E3;
	width: 917px;
	height: 472px;
	padding: 15px 10px 15px 20px;
}

#content {
	width: 438px;
	height: 591px;
}

#full_content_box_inner #content_container {
	width: 680px;
	height: 454px;
	float: right;
}

#full_content {
	width: 680px;
	height: 454px;
}

#content.subnav {
	height: 551px;
}

#social_links {
	text-align: right;
	padding: 10px 5px 0px 0px;
}

#full_content_box_inner #social_links {
	clear: right;
}

#social_links a {
	margin-left: 2px;
}

#header {
	width: 481px;
	height: 682px;
	float: left;
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
	background-position: 6px 4px;
}

#header div {
	background-repeat: no-repeat;
	background-position: 6px 4px;
}

#full_header {
	width: 956px;
	height: 174px;
	background-repeat: no-repeat;
	background-position: 3px 4px;
	margin-left: 3px;
	padding-top: 1px;
}

#footer {
	clear: both;
	text-align: right;
	color: #6C6136;
	padding: 4px 15px 0px 7px;
}

#footer img {
	float: left;
	margin-top: 4px;
}

/* NAVIGATION CSS */

#nav_container {
	width: 100%;
	height: 25px;
	margin: 20px 0px 10px 0px;
	overflow: hidden;
	float: left;
}


#nav {
	padding: 0px;
	margin: 0px auto;
	float: left;
	position: relative;
	left: 50%;
}

#nav li {
	list-style: none;
	float: left;
	position: relative;
	right: 50%;
	text-align: center;
	font-size: 14px;
}

#nav li a {
	display: block;
	width: auto;
	height: 25px;
	margin: 0px 25px;
	color: #F8F5E3;
}

#nav li a:hover, #nav li.active a {
	color: #C4B36B;
}

#nav li.active a {
	background-image: url('../images/nav_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul#subnav {
	padding: 0px;
	margin: 0 0 15px 0;
	position: relative;
	font-size: 14px;
	height: 25px;
}

ul#subnav li {
	list-style: none;
	float: left;
	padding-right: 20px;
}

ul#subnav li a {
	color: #65431B;
	display: block;
	height: 22px;
}

ul#subnav li.active a {
	color: #9F8936;
	background-image: url('../images/subnav_bg.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* GALLERY STYLES */

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

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

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

/* ADMIN CSS */

#admin .button {
	margin: 0px 3px 6px 0px;
	padding: 2px 2px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

#admin_nav .button {
	width: 150px;
}

.admin-index-list img {
	float: left;
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.admin-index-list li {
	padding: 3px;
	margin: 5px 0px;
	line-height: 17px;
	background-color: #aaa;
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999;
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 42px; } .admin-index-list li div.configure { width: 70px; } 
.admin-index-list li div.edit { width: 36px; } .admin-index-list li div.subpages { width: 86px; } 
.admin-index-list li div.delete { width: 50px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0px 0px 8px;
	float: left;
	background-color: #aaa;
	border: 1px solid #999;
	margin: 0px 10px 10px 0px;
}

/* MENU */
#content ul.menu {
	list-style:none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0 0 15px 0;
}

ul.menu li .price {
	float: right;
}

ul.menu li .description {
	display: block;
	margin-right: 45px;
}

/* Scrollbar CSS */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #D3C7A0;
}
.jScrollPaneDrag {
	position: absolute;
	background-color: #401F1C;
	background-image: url('../images/drag_grab.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url('../images/arrow_up.gif');
	background-color: #401F1C;
	background-repeat: no-repeat;
	height: 16px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	background-image: url('../images/arrow_down.gif');
	background-repeat: no-repeat;
	background-color: #401F1C;
	height: 16px;
}

a.jScrollArrowUp:hover, a.jScrollArrowDown:hover {
	background-position: 0 -16px;
	background-color: #351A17;
}

a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -32px;
	background-color: #2A1513;
}


/* Order Form CSS */

.orderform {
	width: 300px;
}

.ordertable {
}

.ordertable td {
	padding: 0px 5px 5px 0px;
}

.ordertable td label {
	white-space: nowrap;
}

.home_box {
	width: 200px;
	float: left;
	display: inline;
	padding-bottom: 10px;
}

.home_box strong, .home_box em {
	color: #9F8936;
}

.home_box a {
	color: #9F8936;
	font-style: italic;
}

/* Reservations CSS */

#reservations {
	color: #9F8936;
	font-size: 13px;
/*	height: 75px;*/
}

#reservations table {
/*	width: 100%;*/
}

#reservations td {
/*	width: 33%;*/
	padding-bottom: 5px;
}

#reservations .formfield {
	width: 137px;
	float: left;
}

#reservations .datepicker {
	background-color: #FFFDED;
	border: 1px solid #E0DDCD;
	width: 70px;
	padding: 1px 2px;
	margin: 0px 3px 0px 3px;
	float: left;
}

#reservations .button {
/*	float: right;
	margin-top: 10px;*/
}

.ui-datepicker {
	z-index: 1000;
}

/* Mailing List CSS */

#mailinglist {
	float: left;
/*
	background-image: url('../images/mailinglist_bg.gif');
	background-repeat: no-repeat;
	padding: 27px 13px 10px 10px;
*/
	margin-right: 25px;
}

#mailinglist .emailbox {
	border: 0px;
	background-color: transparent;
	width: 162px;
	padding: 1px 0px 1px 2px;
	float: left;
}

/* Blog CSS */



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}        

img.alignright {      
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
} 

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;  
}

.alignright {
	float: right;      
}

.alignleft { 
	float: left;       
}

.navigation {
	display: block;           
	text-align: center;
	margin-bottom: 20px;
}

.post {
	clear: both;
}

.post h2 {
	margin: 0px;
}

#blognav {
	margin: 0px;
	padding: 0px;
}

#blognav li {
	margin: 0px 0px 15px 0px;
	list-style: none;
}

#blognav li ul {
	padding: 0px;
}

#blognav li ul li {
	margin: 0px;
	padding: 0px;
}

#blognav li a {
	color: #65431B;
}

#blognav li a:hover {
	color: #000000;
}

#blognav label {
	display: none;
}

#blognav #s {
	width: 100px;
}

/* Trade CSS */

#trade-cats td {
	padding: 0px 38px 10px 0px;
	text-align: center;
}

#trade-cats img {
	border: 1px solid #E0DDCD;
}

#trade td {
	width: 250px;
	padding: 0px 40px 20px 0px;
}

#trade hr {
	margin: 0px;
}

#trade img {
	float: left;
	border: 1px solid #E0DDCD;
	margin: 0px 10px 0px 0px;
}


