/*******************************
"Edna"
Theme by Barrett Creative, Inc.
http://barrettcreative.net
********************************/

@import url("../extra.css");
@import url("../extra_book_now.css");
@import url("../dropdown.css");

html {
	background: url(images/fabric-bkgd.jpg) repeat center top;
}

body {
	background: url(images/body-bkgd.png) no-repeat center top;
	font: 12px Georgia, Times, serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

a {
	color: #850d29;
}

h2 {
	margin: 30px 0 20px;
	padding: 0;
	font: bold 1.1em 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #562630;
}

h3 {
	margin: 20px 0 10px;
}

img {
	padding: 1px;
	border: 3px solid #808b6d;
}

img:hover {
	border-color: #850d29;
}

p {
	margin: 1.5em 0;
}

ul {
	padding-left: 1.3em;
	list-style-type: square;
}

/* Tables
*******************************************************/

table {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
}

table td, table th {
	padding: 0.4em;
	/* border: 2px solid #fff; */
	/* border-spacing: 2px; */
	background: #eae5d5;
}

table tr.even td, table tr.even th {
	background: #f4f0e0;
}

table thead th {
	background: #562630;
	color: #fff;
	font: bold 0.8em 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

table tbody th {
	text-align: left;
}

.mini-grid table td {
	width: 33%;
	vertical-align: top;
}

table .extra-detail span {
	cursor: pointer;
	text-decoration: underline;
	color: #8f1010;
}

table .extra-detail div.rich-text {
	margin: 0 8px;
	font-size: 0.8em;
	line-height: 1.2em;
}

table .extra-detail p {
	margin: 0;
}

/* SiteValet global classes
*********************************************************/

.caption {
	display: block;
	margin: 0;
	padding: 0;
	color: #808b6d;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2em;
}

a .caption {
	color: #850d29;
}

.image-left {
	float: left;
	margin: 0 10px 10px 0;
}

.image-right {
	float: right;
	margin: 0 0 10px 10px;
}

.hide {
	display: none;
}

.published {
	margin: 0 0 30px;
	font-size: 0.8em;
}

#homepage-overview {
	clear: both;
	padding: 7px 0 0;
	font-size: 1.2em;
	line-height: 1.5em;
}

.view-all {
	text-align: right;
}

.view-all a {
	font: bold 0.9em 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(images/red-arrow.gif) no-repeat right center;
}

.view-all a:hover, .view-all a:focus {
	text-decoration: underline;
}

/* Container
*********************************************************/

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

/* Header
*********************************************************/

#header {
	float: left;
	width: 550px;
	height: 197px;
	margin: 0;
	padding: 90px 0 0 50px;
	background: transparent;
	position: relative;
}

#site-identity {
	display: block;
	width: 500px;
	margin: 0;
	padding: 0 0 0 25px;
}

.site-title a {
	color: #562630;
	font-style: italic;
	font-size: 4em;
	line-height: 0.9em;
	text-decoration: none;
}

.site-title a:hover, .site-title a:focus {
	color: #850d29;
}

.site-tagline {
	padding: 10px 0 7px;
	color: #54534b;
	font: bold 1.1em 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* Site-Nav
*********************************************************/

#site-nav {
	position: absolute;
	bottom: 20px;
	left: 65px;
}

#site-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#site-nav ul li {
	display: inline-block;
	margin-left: 10px;
}

#site-nav ul li a {
	color: #54534b;
	font: bold 0.9em 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

#site-nav ul li a:hover, #site-nav ul li a:focus {
	text-decoration: underline;
}

#site-nav ul li.last a {
	padding-left: 14px;
	background: url(images/calendar.png) no-repeat left top;
}

#site-nav ul li.last a:hover, #site-nav ul li.last a:focus {
	background-position-y: bottom;
}

/* Primary-Nav, Content-Nav
*********************************************************/

#content-nav {
	float: right;
	width: 300px;
	height: 212px;
	padding: 75px 0 0 0;
	background: transparent;
	text-align: left;
}

#content-nav ul {
	float: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content-nav ul li {
	float: none;
}

#content-nav ul li a {
	float: none;
	display: block;
	width: 235px;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 15px;
	color: #333;
	font-size: 1.5em;
	text-decoration: none;
}

#content-nav ul li a:hover, #content-nav ul li a:focus, #content-nav ul li.selected a {
	background: rgba(255, 255, 255, 0.3);
}

#content-nav ul li.selected a {
	color: #850d29;
}

#content-nav ul ul {
	display: none;
}

/* Content-Primary
*********************************************************/

#page-content {
	clear: both;
	background: transparent url(images/page-content-bkgd.png) repeat-y center top;
	width: 100%;
	overflow: hidden;
}

#content-primary {
	float: left;
	width: 500px;
	padding: 0 25px 25px 75px;
	background: transparent url(images/primary-content-bkgd.png) repeat-y right;
	font-size: 1.1em;
	line-height: 1.5em;
}

#page-content ul li {
	margin: 0;
	padding: 0;
}

h1 {
	display: inline;
	margin: 0;
	color: #808b6d;
	font: bold 1.6em 'Trebuchet MS', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#page-title {
	float: left;
	width: 500px;
	margin: 0;
	padding: 25px 25px 25px 75px;
	/* background: transparent url(images/h1-bkgd.jpg) no-repeat right top; */
}

/* Content-Secondary
*********************************************************/

#content-secondary {
	display: inline-block;
	width: 220px;
	min-height: 400px;
	margin: 0 50px 0 0;
	padding: 15px;
	color: #222;
	font-size: 1.1em;
	background: transparent url(images/secondary-content-bkgd.jpg) no-repeat left top;
}

#content-secondary a {
	color: #850d29;
}

#content-secondary h2 {
	margin-top: 0;
}

#content-secondary .section {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	background: url(images/sidebar-divider.jpg) no-repeat bottom center;
	line-height: 1.3em;
}

#content-secondary p {
	margin: 0;
}

#content-nav-level2 {
	margin: 0 0 30px;
	padding: 0;
	background: transparent url(images/2ndary-nav-bkgd.jpg) no-repeat center top;
}

#content-nav-level2 ul {
	margin: 0;
	padding: 10px 0;
	background: transparent url(images/2ndary-nav-bkgd-bottom.png) no-repeat center bottom;
	list-style-type: none;
}

#content-nav-level2 ul li ul {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

#content-nav-level2 ul li {
	display: block;
	margin: 0;
}

#content-nav-level2 ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	font: bold 1em 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#content-nav-level2 ul li ul li a {
	display: block;
	margin: 0;
	padding: 2px 10px;
	font: italic 0.9em Georgia, serif;
	text-transform: none;
	letter-spacing: 0;
	text-decoration: none;
	color: #fff;
}

#content-nav-level2 ul li a:hover, #content-nav-level2 ul li a:focus, #content-nav-level2 ul li.selected a {
	background: #90a58f;
}

#content-nav-level2 ul li ul li a, #content-nav-level2 ul li.selected ul li a {
	background: none;
}

#content-nav-level2 ul li ul li a:hover, #content-nav-level2 ul li ul li a:focus, #content-nav-level2 ul li ul li.selected a {
	background: #90a58f;
}

#secondarycontent-news .item {
	margin: 4px 0;
	background: rgba(255, 255, 255, 0.3);
	padding: 6px;
}

#secondarycontent-news .item h3, #secondarycontent-news .item p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}

#secondarycontent-location {
	width: 100%;
	overflow: hidden;
}

/* Footer
*********************************************************/

#footer {
	clear: both;
	width: 800px;
	height: 80px;
	margin: 0 0 25px;
	padding: 10px 50px 10px 50px;
	background: transparent url(images/footer-bkgd.png) no-repeat center top;
	color: #808b6d;
	text-transform: uppercase;
	text-align: right;
	font: bold 0.8em 'Trebuchet MS', Arial, sans-serif;
	letter-spacing: 2px;
}

#footer a {
	color: #808b6d;
}

#footer p {
	margin: 0;
}

/* Maps
*********************************************************/

#side_map {
	width: 218px;
	height: 218px;
	margin: 10px 0;
	border: 1px solid #333;
}

#location_map {
	width: 100%;
	height: 300px;
	border: 1px solid #333;
}

/* Main Gallery Page
*********************************************************/

body#gallery #page-content {
	background-image: url(images/gallery-bkgd.png);
}

body#gallery #content-primary {
	background: none;
	width: 750px;
}

/*
body#gallery h1 {
	color: #fff;
}
*/

body#gallery #main-gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body#gallery #main-gallery li {
	float: left;
	margin: 14px;
}

body#gallery #main-gallery img {
	padding: 1px;
	background: none;
	border: 3px solid #808b6d;
}

body#gallery #main-gallery img:hover {
	border-color: #850d29;
}

/* Mini-Gallery
*********************************************************/

.mini-gallery {
	width: 100%;
	overflow: hidden;
}

.mini-gallery.gallery-single {
	float: left;
	width: auto;
	margin-right: 10px;
}

.mini-gallery ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mini-gallery li {
	display: block;
	float: left;
	width: 33%;
	text-align: center;
}

.mini-gallery .image {
	width: 100px;
	height: 100px;
	text-align: center;
}

.mini-gallery .big_thumb {
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
}

.mini-gallery li .caption {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2em;
}

/* Forms
*********************************************************/

label {
	cursor: pointer;
}

fieldset {
	margin: 30px;
	border: 1px solid #c0a779;
}

fieldset legend {
	color: #730202;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

fieldset dl dt {
	float: left;
	clear: left;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}

fieldset dl dd {
	float: left;
}

fieldset dl dd input {
	width: 200px;
	height: 18px;
	margin: 0px 0 8px;
	font-size: 1.2em;
}
fieldset dl dd .short-tip {
	color: #8c6c30;
	text-align: right;
	margin: -8px 0 4px;
	font-size: 0.8em;
}

fieldset dl dd ul {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
fieldset dl dd ul li input {
	width: auto;
	vertical-align: text-bottom;
}

.form-button input {
	float: right;
	height: 30px;
	margin: 0 30px 0 0;
	padding: 0 15px;
	background: url(images/red-button.jpg) repeat-x top;
	border: 3px solid #8f1010;
	color: #000;
	cursor: pointer;
}

.form-button input:active {
	background-position-y: bottom;
}

.label-send-to-me-too{
	width: 80px;
	vertical-align:top;
}
#reservation_inquiry_send_to_me_too{
	vertical-align:top;
		width: 10px;
}

/* Pagination
*********************************************************/

.pagination ul {
	margin: 40px 0 20px;
	padding: 3px 0 0;
	border-top: 1px solid #c0a779;
	list-style-type: none;
}

.pagination ul li {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #987;
}

.pagination ul li a {
	text-decoration: none;
}

.pagination ul li a:hover, .pagination ul li a:focus {
	text-decoration: underline;
}

.pagination ul li.first {
	float: left;
}

.pagination ul li.last {
	float: right;
}

/* ADDED BY ANDREW FORWARD
***************/

.adr p { line-height: 1.53846; margin: 0 0 0.5em; }

#content-primary .rich-text ol li, 
#content-primary .rich-text ul li { position: relative; left: 30px; margin-right: 30px; }

#content-primary #contact-info ul li,
#content-primary #main-gallery ul li,
#content-primary .mini-gallery ul li,
#content-primary .pagination li,
#content-primary fieldset dl dd ul li,
#content-secondary ul li,
#content-secondary #content-nav-level2 ul ul li,
#content-secondary #content-nav-level2 ul ul ul li,
#site-nav ul li { position: static; left: 0; margin-right: 0; }

.site-translate { padding: 10px 0 20px 0; }


#content-secondary #secondarycontent-tweets ul { margin:0 5px 10px 15px; }

#secondarycontent-trip-advisor-reviews-widget { margin-left: -9px; }


.no-title #content-primary { margin-top: -35px; }
#secondarycontent-trip-advisor { margin: auto; width: auto; }
#content-secondary #secondarycontent-book-now { margin-bottom: 20px; padding-bottom: 20px; }
