body {
	background: #29402a url(../images/bg.png) repeat;
}

/* -----------------------------
	Typography Reset
----------------------------- */

h1, h2, h3, h4, p, a {
	padding: 10px 20px; font-family: Georgia, Times New Roman; font-weight: normal;
}

h1, h2, h3, h4 {
	color: #29402a; text-shadow: 1px 1px 1px #eee;
}

/* -----------------------------
	Hyperlinks
----------------------------- */

a {
	padding: 0px;
	color: #772d00; font-size: inherit;
}
	a:hover {
		text-decoration: none;
}

/* -----------------------------
	Header Styling
----------------------------- */

h1 {
	font-size: 36px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;	
}

h4 {
	font-size: 18px;	
}
	div.comment h4 {
		text-align: right;
}

/* -----------------------------
	Paragraphs & Content 
----------------------------- */
p {
	font-size: 13px;
	line-height: 1.9em;
	padding: auto 40px auto 20px; margin-right: 20px;
}
	div.group_4 h2, div.group_4 h3, div.group_4 p {
		padding-left: 40px;
}
	div.comment p {
		font-style: italic; line-height: 175%;	
}

blockquote, bq, q {
	font-size: 13px; font-style: italic;
	line-height: 1.9em;
	padding-right: 40px;
}

ul {
	margin: 10px auto 10px 30px;
	font-size: 14px;
}
	li {
		margin-bottom: 15px;
}

/* -- Styling for the Accomodations -- */

div.group_4 ul li {
		margin-right: 20px; margin-left: 10px; padding-bottom: 10px;
		border-bottom: #dcdcdc 1px solid;	
}

/* -----------------------------
	Image Styling
----------------------------- */

div.group_8 img {
	border: 2px solid #fff;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
}

div.group_8 img.left {
	float: left; margin: 0px 20px 10px 0px;
}

div.group_8 img.right {
	float: right; margin: 0px 0px 10px 20px;
}

/* ----------------------------- 
	Navigation Sprite
----------------------------- */

div#navigation {
	height: 55px; margin: 0px 0px 0px auto; float: right;
}

div#navigation ul {
	height: 55px; width: 760px; margin: auto 0px auto 170px; padding: auto 0px auto 200px; position: absolute; overflow: hidden;
}
	#navigation ul li {
		height: 55px; margin: 0; top: 0; position: absolute;
		text-indent: -9999px;
}
	#navigation ul li a {
		height: 100%; width: 100%; display: block;
		background: url(../images/sprite.png) no-repeat;
}
 
/* ----------------------------- 
	Navigation Items
----------------------------- */
 
li#about {
	width: 72px; left: 0;
}
	li#about a.about {
		background-position: 0 0;
}
	li#about a.about:hover {
		background-position: 0 -60px;
}


li#contact {
	left: 72px; width: 90px;
}
	li#contact a.contact {
		background-position: -72px 0;
}
	li#contact a.contact:hover {
		background-position: -72px -60px;
}


li#rooms {
	left: 162px; width: 84px;
}
	li#rooms a.rooms {
		background-position: -162px 0;
}
	li#rooms a.rooms:hover {
		background-position: -162px -60px;
}


li#photos {
	left: 246px; width: 87px;
}
	li#photos a.photos {
		background-position: -246px 0;
}
	li#photos a.photos:hover {
		background-position: -246px -60px;
}


li#adventure {
	left: 333px; width: 193px;
}
	li#adventure a.adventure {
		background-position: -333px 0;
}
	li#adventure a.adventure:hover {
		background-position: -333px -60px;
}


li#guestbook {
	left: 526px; width: 114px;
}
	li#guestbook a.guestbook {
		background-position: -526px 0;
}
	li#guestbook a.guestbook:hover {
		background-position: -526px -60px;
}

li#reservations {
	left: 640px; width: 120px;
}
	li#reservations a.reservations {
		background-position: -640px 0;
}
	li#reservations a.reservations:hover {
		background-position: -640px -60px;
}


/* -----------------------------
	Website Structure
----------------------------- */

div#masthead {
	height: 65px;
}
	div#masthead h1 a {
		padding-left: 0px;
		color: #fff;
		font-family: Big Calson; font-size: 42px; text-decoration: none;
		/* Advanced Browsers Only */
 		text-shadow: 1px 1px 1px #000;
}
div#top-bar {
	height: 65px;
	background: url(../images/top_bg.png); z-index: 1;
}

div#content {
	width: 940px;
	background: url(../images/page_bg.png) repeat-y;
}
	div#content div.gallery {
		margin: 20px auto 20px 20px;
}
	div#content div.gallery img {
		padding: 3px; margin-bottom: 10px;
		background-color: #fff;
		-webkit-box-shadow: 1px 1px 3px #333;
		box-shadow: 1px 1px 3px #333;
}
	div#content div.comment {
		height: auto; width: 85%; margin: 20px 60px 20px auto; 
		background-color: #fff;
		-webkit-box-shadow: 1px 1px 3px #333;
		box-shadow: 1px 1px 3px #333;	
}

div#banner {
	width: 350px; height: 241px; margin: -80px auto 10px -10px; position: relative;
	position: relative; text-indent: -99999px;
}
	div.home {
		background: url(../images/banner.png) no-repeat;
}
	div.about {
		background: url(../images/banner_about.png) no-repeat;
}
	div.contact {
		background: url(../images/banner.png) no-repeat;
}
	div.photos {
		display: none;
}
	div.rooms {
		display: none;
}
	div.guestbook {
		background: url(../images/banner_guests.png) no-repeat;
}
	div.plan-your-adventure {
		background: url(../images/banner_adventure.png) no-repeat;
}

div#sidebar {
	padding-bottom: 45px; 
	border-right: #dcdcdc 1px solid;
}

/* -- Page Highlights -- */

div.highlight {
	margin: auto auto 10px 40px; padding: 20px;
	background: transparent url(../images/highlight_bg.png) no-repeat 0px center; color: #333;
	font-style: italic;
	border-bottom: 1px dashed #dcdcdc;
}
	div.highlight p {
		padding-left: 20px;
}

/* -- END Highlights -- */

div#bot-bar {
	height: 65px;
	background: url(../images/bottom_bg.png);
}

div#footer-nav {
	height: 30px; margin: -20px auto 30px 20px;
}
	div#footer-nav p {
		padding: 0px auto auto 20px;
}
	div#footer-nav a {
		margin: 0px; padding: 0px 5px;
		color: #fff; font-size: 14px; vertical-align: center; text-decoration: none;
}

/* -----------------------------
	jQuery FancyBox
----------------------------- */

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancy/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancy/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancy/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancy/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancy/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancy/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancy/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancy/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancy/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancy/fancy_title_right.png') repeat-x;
}
