/*
Theme Name: RHF Test
Theme URI: http://wordpress.org/
Description: RHF template
*/

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #1c1c1c;
	padding: 0;
	background: #28231c;
	font-family: 'georgia';
	height: 100%;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, hr, form {
	float: left;
	clear: both;
	width: 100%;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 0 0 15px;
	float: left;
	width: 100%;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h3 a {
	color: #2B2B2B;
}

img {
	float: left;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

#content_main_wrapper {
	background: #1e1101 url(images/page_bg.jpg) top left repeat-x;
}

.wrapper {
	text-align: left;
	float: none;
	width: 1008px;
	margin: 0 auto;
	height: 100%;
}

.container {
	position: relative;
	font-size: 1.3em;
	float: left;
	width: 1008px;
}

#content_main_wrapper .container {
	background: transparent url(images/body_bg.jpg) center 100px no-repeat;
}

/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */

#header {
	height: 167px;
	position: relative;
	z-index: 5;
	padding: 0 24px;
	width: 960px;
	background: transparent url(images/header_bg.jpg) top left no-repeat;
}

#logo {
	width: 470px;
	height: 120px;
}

#logo a {
	float: left;
	display: block;
	width: 100%;
	height: 120px;
	text-indent: -10000px;
	background: transparent url(images/logo.jpg) top left no-repeat;
}

#header_address {
	position: absolute;
	right: 66px;
	top: 40px;
	text-align: right;
	font-style: italic;
	font-size: 13px;
	color: #fff;
	width: 420px;
}

#nav {
	position: absolute;
	bottom: 3px;
	left: 24px;
	width: 960px;
}

#nav table {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#nav td {
	padding: 0;
	text-align: center;
}

#nav a {
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px 18px;
	text-shadow: #000 2px 2px 2px;
}

#nav a:hover, #nav a.active {
	text-decoration: none;
	background: transparent url(images/nav_hover.png) bottom center no-repeat !important;
	background: transparent url(images/nav_hover.gif) bottom center no-repeat;
}

#nav a.active {
	font-style: italic;
}

#sub_page_nav {
	width: 920px;
	margin: 0 24px;
	padding: 0 20px;
	display: inline;
	height: 30px;
	background: #3d362d;
}

#sub_page_nav ul li {
	clear: none;
	float: left;
	width: auto;
}

#sub_page_nav ul li a {
	color: #fff;
	float: left;
	font-size: 16px;
	padding: 0 20px;
	line-height: 30px;
}

#sub_page_nav ul li a:hover, #sub_page_nav ul li.current_page_item a, #sub_page_nav ul li.current_page_parent a {
	background: #705a41;
	text-decoration: none;
}

#banner {
	height: 300px;
	position: relative;
	overflow: hidden;
}

#banner img {
	width: 920px;
	height: 300px;
}

#sub_banner {
	margin: 0 0 10px;
}

#banner_description {
	margin: 5px -10px 0;
	width: 920px;
	padding: 0 10px;
	border: solid #3d362d;
	border-width: 1px 0;
	background: #d6d0c9;
	font-family: times;
	font-style: italic;
	font-size: 16px;
	color: #8a6f50;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	position: relative;
}

#banner_titles {
	position: relative;
	width: 400px;
}

#banner_nav {
	float: right;
	position: relative;
	clear: none;
	width: auto;
}

#banner_nav a {
	float: left;
	height: 32px;
	width: 19px;
	text-indent: -10000px;
	background: transparent url(images/slideshow_nav.jpg) top left no-repeat;
}

#banner_nav a.activeSlide {
	background-position: 0px -32px;
}

#quote {
	display: inline;
	width: 620px;
	margin: 15px 100px;
	padding: 0 0 0 100px;
	font-size: 20px;
	font-family: Times;
	font-style: italic;
	color: #8a6f50;
	background: transparent url(images/quote_left.jpg) center left no-repeat;
}

#quote p {
	padding: 0 100px 0 0;
	width: 520px;
	text-align: center;
	background: transparent url(images/quote_right.jpg) center right no-repeat;
}

/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

#subcontent_container {
	background: #fff url(images/sidebar_bg.gif) top right repeat-y;
}

#home_buttons {
	padding: 5px 0;
	border: solid #e8e2dc;
	border-width: 1px 0;
}

#home_buttons a {
	float: left;
	margin: 0 5px 0 0;
}

#home_buttons a.last {
	margin: 0;
}

#content_container, #sub_content_container {
	position: relative;
	width: 920px;
	margin: 0 24px;
	display: inline;
	padding: 10px;
	background: #fff;
	border: 10px solid #3d362d;
}

#sub_content_container {
	border-width: 0 10px 10px;
}

#content {
	width: 630px;
	padding: 10px 10px 0 20px;
	color: #574531;
	font-size: 14px;
	font-family: helvetica;
}

#accommodations {
	width: 880px;
	padding: 10px 20px 0;
	color: #574531;
	font-family: helvetica;
}

#accommodations h1 {
	font-size: 22px;
	line-height: 30px;
	width: 880px;	
	margin: 0 0 10px;
	display: inline;
	border-bottom: 1px solid #8a6f50;
	color: #574531;
	font-family: times;
	font-weight: normal;
}

.accommodation {
	border-bottom: 1px solid #8a6f50;
	margin: 0 0 15px;
	padding: 0 0 10px;
}


.accommodation_image {
	float: left;
	width: 256px;
	padding: 10px;
	background: #e1dcd8;
}

.accommodation_info {
	float: right;
	clear: none;
	width: 580px;
}

.accommodation_info h2 {
	font-size: 18px;
	margin: 0;
	font-family: times;
	font-weight: normal;
}

.accommodation_info p {
	margin: 10px 0 0;
}

#content h1, #page_title, #full_title {
	font-size: 22px;
	line-height: 30px;
	width: 630px;
	margin: 10px 0 0 20px;
	display: inline;
	border-bottom: 1px solid #8a6f50;
	color: #574531;
	font-family: times;
	font-weight: normal;
}

#full_title {
	width: 900px;
	margin: 10px 0 0 10px;
}

#content h1 {
	margin: 10px 0 10px 0;
	width: 630px;
}

#content h2 {
	font-size: 18px;
	margin: 15px 0 10px;
	font-family: times;
	font-weight: normal;
}

#content h3 {
	font-family: times;
	padding: 0 0 5px;
	margin: 15px 0 10px;
}

#content p, #accommodations p {
	line-height: 1.5;
}

#content ul {
	width: 580px;
	padding: 0 0 0 25px;
	margin: 0 0 15px;
}

#content li {
	width: 550px;
	padding: 0 0 0 15px;
	background: transparent url(images/bullet.jpg) 1px 6px no-repeat;
	line-height: 1.5;
	margin: 0 0 5px;
}

#content img.alignleft {
	margin: 0 20px 10px 0;
}

.error_message {
	width: 585px;
	padding: 10px;
	background: #574531;
	color: #fff;
}

label {
	float: left;
	clear: none;
	width: 200px;
	margin: 0 15px 0 0;
}

input, textarea {
	border: 1px solid #3d362d;
	width: 200px;
	float: left;
	clear: none;
	padding: 2px;
}

input.button {
	width: auto;
	font-weight: bold;
	color: #3d362d;
	padding: 2px 10px;
	cursor: pointer;
}

.hole_link {
	width: 70px;
	clear: none;
	margin: 15px 15px 0;
}

.hole_link img {
	width: 70px;
}

.hole_link h2 {
	text-align: center;
}

.hole_link h2.gold a {
	color: #574531;
}

.hole_link h2.silver a {
	color: #868686;
}

#hole_sidebar {
	width: 270px;
}

#hole_info {
	width: 590px;
	float: right;
	clear: none;
	margin: 0 40px 0 0;
	display: inline;
}

#hole_info #content {
	width: 590px;
	padding: 10px 0 0;
	color: #574531;
	font-family: helvetica;
}

#hole_info #content h1 {
	margin: 10px 0 10px 0;
	border: 0;
	padding: 0;
	font-style: italic;
}

#hole_quick_nav {
	font-family: times;
	font-size: 14px;
}

#hole_quick_nav div span {
	width: 60px;
	text-align: center;
	float: left;
	line-height: 35px;
}

#hole_quick_nav a {
	float: left;
	padding: 0 8px;
	line-height: 35px;
}

#hole_quick_nav div.gold {
	background: #e1dcd8;
	color: #3d362d;
}

#hole_quick_nav div.gold a {
	color: #3d362d;
}

#hole_quick_nav div.silver {
	background: #3d362d;
	color: #fff;
}

#hole_quick_nav div.silver a {
	color: #fff;
}

.news_story h1 a {
	color: #574531;
}

.member_news {
	margin: 0 0 20px;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> SIDEBAR AREA -->
------------------------------------------------------------------------------------- */

#sidebar {
	width: 222px;
	padding: 5px 9px;
	float: right;
	clear: none;
	background: #e1dcd8;
}

.header_gallery {
	text-indent: -10000px;
	height: 29px;
	margin: 0 0 5px;
	background: transparent url(images/header_photo_gallery.jpg) top center no-repeat;
}

.events_info a {
	color: #632ba1;
}

#logos {
	margin: 10px 0 0 ;
}

#logos img {
	margin: 0 0 10px 0;
	float: left;
}

/* -------------------------------------------------------------------------------------
<-- END SIDEBAR AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */

#footer_wrapper {
	border-top: 40px solid #574531;
	padding: 0 0 40px;
}

#footer {
	background: transparent url(images/footer_logo.jpg) 24px 0px no-repeat;
	width: 960px;
	margin: -40px 0 0;
	padding: 55px 24px 15px 24px;
	color: #99928a;
	font-size: 12px;
	font-family: helvetica;
	line-height: 1.5;
}

#footer_top {
	padding: 10px 0;
	border: solid #777169;
	border-width: 1px 0;
	margin: 0 0 10px;
}

#footer_nav {
	width: auto;
	float: left;
}

#footer_nav li {
	float: left;
	clear: none;
	width: auto;
}

#footer_nav li a {
	float: left;
	padding: 0 15px;
	line-height: 2;
	font-size: 11px;
	border-right: 1px solid #574531;
}

#footer_nav li a.last {
	border: 0;
}

#footer a {
	color: #99928a;
}

#footer a.curtis {
	color: #896e50;
}

#footer p {
	margin: 0;
}

#footer .left {
	width: auto;
	padding: 0 0 0 15px;
	display: inline;
	line-height: 41px;
}

#footer .left a {
	clear: none;
	float: none;
}

#footer .right {
	width: auto;
	padding: 0;
	text-align: right;
}

#footer .right a {
	float: right;
	margin: 0 0 0 10px;
	clear: none;
}

#footer #footer_top .right a {
	float: none;
	margin: 0;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

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

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

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_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	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;
}

div#fancy_div h1, div#fancy_div h2, div#fancy_div p {
	width: 400px;
	padding: 0 10px;
	margin: 15px 0 0;
}

div#fancy_div h2 {
	font-size: 1.8em;
}

div#fancy_div p {
	font-size: 1.4em;
}

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_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;
}

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: 20px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

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

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

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: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

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

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

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

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

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

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

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

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

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

div#fancy_title table {
	margin: 0 auto;
	width: auto;
	float: none;
}

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

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

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

td#fancy_title_main div {
	width: auto;
	text-align: center;
}

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