@charset "UTF-8";
/* FirstView CSS GUI */

/*======================== GENERIC ========================*/

html, body{
	background:url(../img/bg/pageTile.jpg) left top repeat;
}

.superficial {
	color:#958D74;
}



h1, h1.gold{
	background:url(../img/bg/h1_gold.png) left top no-repeat;
	color:#FFF;
}
	
	h1.maroon{
		background:url(../img/bg/h1_maroon.png) left top no-repeat;
	}
		
	h1.green{
		background: #6c6b3b url(none);
		padding: 11px 40px 13px 41px;
		white-space: normal;
	}
		
	h1.grey{
		background:url(../img/bg/h1_grey.png) left top no-repeat;
	}
	
h2{
	color:#400302;
}

	h2 a{
		color:#400302;
		text-decoration:none;
	}
	
	h2 a:hover{
		color:#8AA300;
	}
	
h3{
	color:#666;
}

	h3 a{
		color:#666;
		text-decoration:none;
	}
	
	h3 a:hover{
		color:#8AA300;
	}

	hr{
		border:none;
		border-bottom:2px solid #B4B5AE;	
	}
	
	.quoteSource{
		font-weight:bold;
	}
	
	.quoteClose{
		margin-bottom:0px;
	}

																							/*---- LINKS ----*/
																							
a{
	color:#6D6D51;
	text-decoration:underline;
}

	a:hover{
		color:#A28748;
	}

a.topLink{
	background:url(../img/bg/h1.png) left top no-repeat;
	color:#FFF;
}

a.topLink:hover{
	background:url(../img/bg/h1.png) left bottom no-repeat;
	color:#FFF;
}

	a.slider, a.slider span{
		background-image:url(../img/btn/bigSlider.gif);
		color:#FFF;
		text-decoration:none;
	}
																							
	a.slider.small, a.slider.small span{
		background-image:url(../img/btn/smallSlider.gif);
		color:#FFF;
	}
																							
	h2 a.slider, h2 a.slider span, a.slider.black, a.slider.black span{
		background-image:url(../img/btn/bigSlider_Black.gif);
		color:#FFF;
	}
																							
	h2 a.slider.small, h2 a.slider.small span, a.slider.small.black, a.slider.small.black span{
		background-image:url(../img/btn/smallSlider_Black.gif);
		color:#FFF;
	}

																							/*---- LINKS | image thumb ----*/
	
	a.img.detailedThumb{
		color:#333;
	}
		a.img.detailedThumb span{
			color:#8AA300;
		}

																							/*---- CTA ----*/

	a.cta{
		background-color:#666;
		color:#FFF;
		display:inline-block;
		margin-bottom:25px;
		text-transform:uppercase;
		width:299px;
		text-decoration:none;
	}
	
		a.cta img{
			color:#FFF;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			-khtml-opacity:0.7;
			opacity:0.7;

		}
		
		a.cta:hover img{
			filter:alpha(opacity=100);
			-moz-opacity:1;
			-khtml-opacity:1;
			opacity:1;
		}
		
		a.cta span{
			background-image:url(../img/bg/catGradient_gold.gif);
			background-repeat:repeat-x;
			background-position:left bottom;
			color:#FFF;
			display:block;
			font-size:14px;
			padding:10px 13px 10px 13px;
			width:273px;
		}
		
		a.cta:hover span{
			background-position:left top;
		}
			
			a.ctaSmall,
			input.ctaSmall{
				background-image:url(../img/bg/catGradient_grey.gif);
				background-repeat:repeat-x;
				background-position:left bottom;
				color:#FFF;
				display:inline-block;
				margin-bottom:10px;
				padding:10px 13px 10px 30px;
				text-transform:uppercase;
				width:256px;
				text-decoration:none;
			}
			
			input.ctaSmall{
				border:none;
				padding:6px 13px;
			}
			
			a.ctaSmall:hover{
				background-position:left top;
			}
			
			a.ctaSmall.disabled{
				cursor:default;
				
				filter: alpha(opacity=50);	/* NOTE: internet explorer support */
				-khtml-opacity:0.5;			/* NOTE: khtml, old safari support */
				-moz-opacity:0.5;			/* NOTE: mozilla, netscape support */
				opacity:0.5;				/* NOTE: fx, safari, opera support */
			}

																							/*---- CTA | with Icon in ----*/
			
			a.ctaSmall.hasIcon{
				line-height: 21px;
				margin-bottom: 15px;
				padding: 7px 13px 6px 15px;
				text-align: right;
				width: 271px;
			}
			
				a.ctaSmall.hasIcon img{
					float:left;
				}

																							/*---- CTA | With Rounded Corners ----*/
			
			a.ctaSmall.roundedCorners{
				
				/*CSS 3*/
				-moz-border-radius:4px;
				border-radius:4px;
			}
			
			
			
																							/*---- CTA | colours ----*/
		
		a.cta.gold span, a.ctaSmall.gold{
			background-image:url(../img/bg/catGradient_gold.gif);
		}
		
		a.cta.green span, a.ctaSmall.green{
			background-image:url(../img/bg/catGradient_green.gif);
		}
		
		a.cta.grey span, a.ctaSmall.grey{
			background-image:url(../img/bg/catGradient_grey.gif);
		}
		
		a.cta.red span, a.ctaSmall.red{
			background-image:url(../img/bg/catGradient_red.gif);
		}
		
ol.numbered{
	list-style-type:decimal;
}

ul.listed{
	list-style-type:circle;
}


/*======================== HEADER ========================*/

.topStrip{
	background:url(../img/bg/headerRepeat.gif) left top repeat-x;
}

#header{
	
}

		#header .nav a.join{
			color:#666;
		}

	#header .menuBar{
		background:url(../img/bg/headerNav.png) center bottom no-repeat;
		padding:0px 0px 18px 0px;
		position:relative;
		text-align:left;
		z-index:1;
	}
		
		#header .menuBar li{
			display:block;
			float:left;
			margin-top:1px;
			position:relative;
			z-index:1;
		}
	
			#header .menuBar li a{
				font-size:11px; 
				font-weight:normal;
				color:#6D6D51;
				text-decoration:none;
				padding:10px 27px;
				position:relative;
				text-align:center;
				z-index:1;
			}
			
			.ie9 #header .menuBar li a {
				font-size:11px;
				font-weight:normal;
				color:#6D6D51;
				text-decoration:none;
				padding:10px 26px;
				position:relative;
				text-align:center;
				z-index:1;
			}
			
				#header .menuBar li:hover a.topMenuItem,
				#header .menuBar li.active a.topMenuItem{
					background: url(../img/bg/navHover.png) left top repeat-x;
					color:#6D6D51;
					text-decoration:none;
					z-index:999;
				}
				
				#header .menuBar li:hover a.topMenuItem.hasChildren,
				#header .menuBar li.active a.topMenuItem.hasChildren{
					border-bottom:1px solid #C4C5B8;
					padding:10px 39px 10px 15px;
				}
				
				#header .menuBar li.lastChild:hover a.topMenuItem.hasChildren,
				#header .menuBar li.lastChild.active a.hasChildren{
					padding:10px 15px 10px 39px;
				}
					
					#header .menuBar li a span.newTag{
						background:url(../img/icons/new.png) no-repeat 0px 0px;
						display:block;
						right:25px;
						height:18px;
						overflow:hidden;
						position:absolute;
						text-indent:-9999px;
						top:-12px;
						width:32px;
					}
					
					#header .menuBar li:hover a span.newTag,
					#header .menuBar li.active a span.newTag{
						background:url(../img/icons/new.png) no-repeat 0px -19px;
					}
					
				#header .menuBar li .menuLinks{	/*NOTE: Drop Down*/
					background:url(../img/bg/navHover.png) left top repeat #EFF0EB;
					display:none;
					left:0;
					padding:0;
					margin:0;
					position:absolute;
					top:27px;
					width:200px;
					z-index:998;
				}
				
				#header .menuBar.noJs li:hover .menuLinks{	/*NOTE: The Display of the Drop Down*/
					display:block;
				}
	
				#header .menuBar li.lastChild .menuLinks{	/*NOTE: Drop Down*/
					left:auto;
					right:0;
				}
		
					#header .menuBar li .menuLinks a{
						display:block;
						border-top:1px solid #C4C5B8;
						margin:0;
						padding:7px 39px 7px 15px;
						text-align:left;
						text-transform:uppercase;
						white-space:nowrap;
					}
					
					#header .menuBar li .menuLinks a:first-child{
						border:none;
					}
					
					#header .menuBar li.lastChild .menuLinks a{	/*NOTE: Drop Down*/
						padding:7px 15px 7px 39px;
					}
		
						#header .menuBar li .menuLinks a:hover{
							background:url(../img/bg/transparent10Percent.png) left top repeat !important;
							background:rgba(0,0,0,0.05) !important;
							color:#660835;
						}
		
						#header .menuBar li.lastChild .menuLinks a{	/*NOTE: Drop Down*/
							text-align:right;
						}
						
						#header .menuBar li .menuLinks a span.newTag{
							background:url(../img/icons/newAlt.png) no-repeat 0px 0px;
							right:10px;
							top:10px;
						}
				

	#header .bookingCta{
		background:url(../img/bg/h1_gold.png) right top no-repeat;
		color:#FFF;
		display:inline-block;
		font-size:13px;
		margin:13px 10px;
		padding:15px 19px 16px 19px;
		text-decoration:none;
		text-transform:uppercase;
	}

	#header .bookingCta:hover{
		background-position:right bottom;
	}
	
	#header .bookingCta .maroon{
		background:url(../img/bg/h1_maroon.png) right top no-repeat;
		display:inline-block;
	}

	#header .bookingCta .grey{
		background:url(../img/bg/h1_grey.png) right top no-repeat;
		display:inline-block;
		margin-right:0px;
	}	

	#header .gaAward{
		position:absolute;
		right:-30px;
		bottom:-180px;
		z-index:0;
	}

		
/*================================= CONTAINER =================================*/

																							/*---- CONTAINER ----*/
	
#container{
	
}
	
	#container .focus{
		background-image:url(../img/bg/content.png); 
	}
	
	#container .twoThree{
		
	}
	
		#container .twoThree .ctaSmall{
			padding:10px 15px;
			width:auto;
		}
		
		#container .twoThree input.ctaSmall{
			padding:6px 13px;
		}
	
	#container .oneThree{
		
	}
	
	#container .content{
		
	}
	
	#container .twoThree .eventHolder:hover{
		background-color:#e0e1db;
	}
	
	#container .twoThree .noEventHolder:hover{
		background-color:none;
	}


/*================================= PAGES =================================*/

																							/*---- CONTAINER ----*/

	#container p.poem span.brown{
		color:#958D74;
	}
	
	#container p.poem span.red{
		color:#400302;
	}
	
	#container p.poem span.green{
		color:#48460F;
	}
	
	#container p.poem span.gold{
		color:#936600;
	}

																							/*---- FACEBOOK SOCIAL BOX ----*/

	#container .fbSocialBox{
		margin-bottom:30px;
		padding:20px 20px 0;
	}

		#container .fbSocialBox .fbStatusContainerWrapper{
			
		}

			#container .fbSocialBox .fbStatusContainerWrapper p.statusProfile{
				color:#4a4a10;
				font-weight:bold;
				letter-spacing:1px;
			}

				#container .fbSocialBox .fbLikeContainer{
					border-bottom:1px solid #B3B5A2;
					padding-bottom:5px;
					margin-bottom:15px;
				}

				#container .fbSocialBox .fbStatusContainerWrapper .fbStatusContainer{
					border-bottom:1px solid #B3B5A2;
					margin-bottom:15px;
					padding-bottom:12px;
				}
	
					#container .fbSocialBox .fbStatusContainerWrapper .fbStatusContainer:last-child{
						border-bottom:none;
						padding-bottom:0;
						padding-bottom:0;
					}

					#container .fbSocialBox .fbStatusContainerWrapper .fbStatusContainer img{
						float:left;
						margin-right:13px;
						width:50px;
					}
	
					#container .fbSocialBox .fbStatusContainerWrapper .fbStatusContainer p{
						color:#000;
						display:block;
						float:right;
						line-height:15px;
						margin-bottom:3px;
						width:210px;
					}
	
						#container .fbSocialBox .fbStatusContainerWrapper .fbStatusContainer p span{
							color:#3b5998;
							display:inline-block;
							margin-bottom:3px;
						}

				#container .fbSocialBox .fbStatusContainerWrapper .fbStatusContainer p.timeStamp{
					color:#999;
				}




																							/*---- RESERVATION MAIN ----*/

	#container .reservations p b{
		letter-spacing:0px;
	}	
	
	#container .reservations .backButton{
		float:left;
		margin-top:10px;
	}
	#container .reservations .gfxSubmit{
		margin-top:0px;
	}
		
		#container .oneThree table.contactForm.reservations{
			margin-top:-20px;
		}
		
			#container table.contactForm.reservations .dates{
				float:left;
				padding-left:10px;
				width:110px;
			}
		
				#container table.contactForm.reservations .dates input.gfx.disabled{
					padding-left:0px;
					width:100px;
				}
																							/*---- RESERVATION SUMMERY ----*/
	#container .reservationSummery h2{
		color:#6d6e4F;
		font-size:16px;
		font-weight:normal;
		text-transform:uppercase;
	}
	
		#container .reservationSummery h2 a{
			color:#4C0000;
			font-weight:bold;
		}

	#container .reservationSummery p{
		margin:10px 0px;
	}

	#container .reservationSummery ul{
		list-style:square outside;		
	}

	#container .reservationSummery ol{
		list-style:decimal outside;		
	}

		#container .reservationSummery li{
			margin:10px 0px 10px 15px;
		}
		
	#container .reservationSummery hr{
		border:none;
		border-bottom:2px solid #d6d7d0;	
	}
	
																							/*---- RESERVATION SUMMERY ----*/
	
	
		
			#container .oneThree.eventReservation h1{
				margin-bottom:-10px;
			}
		
			#container .oneThree table.contactForm.reservations tr th.heading{
				padding-bottom:0px;
				padding-top:40px;
			}
		
				#container .oneThree table.contactForm.reservations tr th.heading hr{
					margin:15px 0px 5px 0px;
				}
		
				#container .oneThree table.contactForm.reservations tr th hr{
					float:left;
					width:90%;
				}
				
		#container .oneThree table.contactForm.reservations tr th.brown{
			color:#958D74;
		}
	
		#container .oneThree table.contactForm.reservations tr th.red{
			color:#400302;
		}
		
		#container .oneThree table.contactForm.reservations tr th.green{
			color:#48460F;
		}
		
		#container .oneThree table.contactForm.reservations tr th.gold{
			color:#936600;
		}

																							/*---- NEWSLETTER ----*/

	#container .newsletterPreviewWrapper a.ctaSmall{
		margin-top:10px;
	}

																							/*---- NEWSLETTER HISTORY ----*/

	#container .previousNewsletterWrapper{
		
	}

		#container .previousNewsletterWrapper .previousNewsletterContainer{
			margin-bottom:20px;
		}
	
			#container .previousNewsletterWrapper .previousNewsletterContainer:last-child{
				margin-bottom:0;
			}

			#container .previousNewsletterWrapper .previousNewsletterContainer p.letterTitle{
				font-weight:bold;
				margin-bottom:5px;
			}

			#container .previousNewsletterWrapper .previousNewsletterContainer .ctaSmall{
				padding-left:15px;
				padding-right:15px;
				width:auto;
			}
	

/*================================= GALLERY =================================*/

																							/*---- THUMB LINKS ----*/
	
		#container .links .galleryThumbs a{
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			-khtml-opacity:0.7;
			opacity:0.7;
		}
		
		#container .links .galleryThumbs a:hover,
		#container .links .galleryThumbs a.selected{
			border:solid 2px #A47600;
			filter:alpha(opacity=100);
			-moz-opacity:1;
			-khtml-opacity:1;
			opacity:1;
		}

																							/*---- PHOTO HOLDER ----*/
		
		#container #mgHolder{
			
		}


		#container #section .bannerImage{
			background:url(../img/bg/flashBanner.gif) center no-repeat;
		}



/*================================= FOOTER =================================*/

#footer{
	background:url(../img/bg/footer.jpg) center bottom no-repeat;
}

	#footer dl.footerLinks{
		color:#857D68;
	}
		#footer dl.footerLinks a{
			text-decoration:none;
		}

		#footer dl.footerLinks span{
			border-bottom:2px solid;
		}

			#footer dl.footerLinks span.underlineOne{
				border-bottom:2px solid #9A917A;
			}

			#footer dl.footerLinks span.underlineTwo{
				border-bottom:2px solid #58561B;
			}
	
			#footer dl.footerLinks span.underlineThree{
				border-bottom:2px solid #460808;
			}

		#footer dl.footerLinks dt{
			color:#6D6D51;
		}

		#footer dl.footerLinks dd, #footer dl.footerLinks dd a{
			color:#ADAD9C;
		}

		#footer dl.footerLinks dd a:hover{
			color:#A28748;
		}


/* ============================== FORMS ====================================== */

																			/*---------- Submit Button ----------*/

input.gfxSubmit{
	background-color:transparent;
	background-image:url(../img/form/submitButton.gif);
	color:#FFF;
}

	input.gfxSubmit:hover{
		color:#FFF;
	}

input.gfxSubmit.disabled{
	background-color:transparent;
	background-image:url(../img/form/submitButton.gif);
	cursor:default;
	color:#FFF;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}
	
	input.gfxSubmit.disabled:hover{
		background-position:top left;
	}

input.gfxSubmit.send{
	background-image:url(../img/form/sendButton.gif);
	color:#FFF;
}

input.gfxSubmit.post{
	background-image:url(../img/form/postButton.gif);
	color:#FFF;
}

																			/*---------- Multi-Select ----------*/

select.multiselect{
	border-color:transparent;
}

	select.multiselect optgroup{
		color:#999;
	}

	select.multiselect optgroup option{
		color:#333;
	}

	select.multiselect option{
		color:#333;
	}
	
																			/*---------- Input ----------*/

input.gfx{
	background-color:#FFF;
	border:1px solid #FFF;
}

input.gfx:hover{
	background-color:#FBFBFA;
}

input.gfx:focus{
	border-color:#936600;
}

	input.gfx.valFailed{
		border-color:#BA0300;
	}			

	input.gfx.valPassed{
		border-color:#6F6D3B;
	}

	input.gfx.disabled{
		background-color:#EFF0EB;
		border-color:#EFF0EB;
	}

	input.gfx.disabled:hover{
		background-color:#EFF0EB;
	}
	
	input.gfx.disabled:focus{
		border-color:#EFF0EB;
	}
	
																			/*---------- Input | Event Resevation ----------*/
	
	.eventReservation input{
		background-color:transparent;
		border-color:#E1E2DF;
	}

	.eventReservation input:focus{
		background-color:transparent;
		border-color:#A9AB96;
	}
	
																			/*---------- Select ----------*/

select.gfx{
	background-color:#FFF;
	border:1px solid #FFF;
	text-transform:capitalize;
}

select.gfx:hover{
	background-color:#FBFBFA;
}

select.gfx:focus{
	border-color:#936600;
}

	select.gfx.valFailed{
		border-color:#BA0300;
	}			

	select.gfx.valPassed{
		border-color:#6F6D3B;
	}

	select.gfx.disabled{
		background-color:#EFF0EB;
	}

	select.gfx.disabled:hover{
		background-color:#EFF0EB;
		border-color:#EFF0EB;
	}
	
	select.gfx.disabled:focus{
		border-color:#EFF0EB;
	}

/* safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.gfx{
		background-color:#FFF;
		background-image:none;
		border:1px #FFF solid;
		padding:0;
	 }
}

																			/*---------- Text Area ----------*/

textarea.gfx{
	background-color:#FFF;
	border:1px solid #FFF;
}

textarea.gfx:hover{
	background-color:#FBFBFA;
}

textarea.gfx:focus{
	border-color:#936600;
}

	textarea.gfx.valFailed{
		border-color:#BA0300;
	}			

	textarea.gfx.valPassed{
		border-color:#6F6D3B;
	}

	textarea.gfx.disabled{
		background-color:#EFF0EB;
		border-color:#EFF0EB;
	}

	textarea.gfx.disabled:hover{
		background-color:#EFF0EB;
	}
	
	textarea.gfx.disabled:focus{
		border-color:#EFF0EB;
	}
	
	
/*======================== CALENDAR TABLE ========================*/
		
																							/*---- CALENDAR TABLE | MONTH JUMP ----*/

	.content table.contactForm .resCalendar.holdHeight{
		height:248px;
	}
	
	
	.content table.contactForm .resCalendar #resCalendarCont{
		display:none;
		text-align:center;
	}
	
	.content table.contactForm .resCalendar #resCalendarCont span.loadingContent{
		display:block;
		margin-top:100px;
	}
	
	.content table.contactForm .monthJump{
		display:inline-block;
		float:right;
		margin:-27px 0px 0px 0px;
		text-align:right;
		width:100%;
	}
	
		.content table.contactForm .monthJump select{
			margin:5px 0px;
			text-align:right;
			width:165px;
		}
	
		.content table.contactForm .monthJump span.calInstructions{
			display:inline-block;
			float:left;
			margin-top:14px;
		}
		
		.content table.contactForm .monthJump span.dropDown{
			display:none;
		}
		
																							/*---- CALENDAR TABLE | DEFAULT ----*/

.content table.contactForm .resCalendar{
	overflow:hidden;
}

	.content table.contactForm .resCalendar a.next, .content table.contactForm .resCalendar a.prev{
		display:none;
	}

	.content table.contactForm .resCalendar #resCalendarCont table.calendarTable{
		float:left;
		margin:0px;
		text-transform:uppercase;
	}
	
		.content table.contactForm .resCalendar #resCalendarCont table.calendarTable a{
			display:block;
			height:20px;
			padding:5px;
			text-decoration:none;
		}
		
																							/*---- CALENDAR TABLE | FIRST ----*/

	.content table.contactForm .resCalendar #resCalendarCont table.calendarTable.style0{
		margin-right:32px;
	}
		
																							/*---- CALENDAR TABLE | THEAD ----*/
	
		.content table.contactForm .resCalendar #resCalendarCont table.calendarTable thead{
			padding-bottom:20px;
		}
	
			.content table.contactForm .resCalendar #resCalendarCont table.calendarTable thead tr th{
				background-color:#D5D6CE;
				color:#6D6D51;
				font-size:14px;
				padding:10px 20px;
				text-align:right;
			}
	
																							/*---- CALENDAR TABLE | TBODY ----*/
	
		.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody{
			
		}
		
			.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr th{
				padding:10px 5px;
			}
			
			.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td{
				
			}
			
			.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td a.calBtnHover{
				background-color:#c2ae76;
				color:#FFF;
			}
			
			.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td a{
				
			}
			
			.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td a:hover{
				color:#FFF;
				background-color:#B4953D;
			}
			
			
			
				.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td a.calBtnSelect{
					/*background-color:#E5E6DE; - for animating */
					background-color:#B4953D;
					color:#FFF;
				}
				
				.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td a.calBtnSelect:hover{
					background-color:#B4953D;
				}

																							/*---- CALENDAR TABLE | UNAVAILABLE ----*/

				.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td.unavailable{
					color:#AAA;
					cursor:default;
					padding:0px 5px 5px 5px;
				}

				.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td.unavailable:hover{
					background-color:transparent;
					cursor:default;
				}

																							/*---- CALENDAR TABLE | DISABLED ----*/

				.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td a.disabled{
					color:#AAA;
					cursor:default;
				}

				.content table.contactForm .resCalendar #resCalendarCont table.calendarTable tbody tr td a.disabled:hover{
					background-color:transparent;
					cursor:default;
				}


/*=================== REFERRALS ===================*/

.content .focus.detailsHolder{
	padding:0px 30px 40px 30px;
}

	.content .focus.detailsHolder h1{
		margin:0px 0px 0px -40px;
	}

	.content .focus.detailsHolder table tr td{
		
	}

		.content .focus.detailsHolder table tr th.sectionTitle{
			padding:30px 0px 0px 0px;
		}
	
			.content .focus.detailsHolder table tr th.sectionTitle hr{
				float:left;
				width:96%;
			}

		.content .focus.detailsHolder table tr td input.gfxSubmit{
			margin-top:30px;
		}
				
				
/* ================== DOCUMENT LIBRARY ============ */

#docRepo h1{
	margin-left:0px;
}

#docRepo .documentTable {
	width:100%;
}

#docRepo .documentTable tr.header th{
	padding-top:0px;
}	

	#docRepo .documentTable tr.header hr{
		margin:20px 0px 10px 0px;
		border:none;
		border-top:1px solid #E4E5E0;
	}	

#section .documentTable td, #section .documentTable th{
	padding:8px;
}

#docRepo .documentTable tr.alt{
	background:#EBECE7;
}			

	#docRepo .documentTable tr:hover{
		background:#E4E5E0;
	}	
	
	#docRepo .documentTable tr:hover a{
		color:#333;
	}	

	#docRepo .documentTable tr.header:hover{
		background:inherit;
	}	

	#docRepo .documentTable td.date{
		color:#999;
	}
		
	#docRepo .documentTable td.rightTxt{
		color:#999;
		text-align:right;
		padding-right:20px;
	}


	#docRepo .documentTable td .docicon{
		margin-bottom:-3px;
	}	
	
	#docRepo .documentTable td a.downloadDoc{
		display:block;
		font-size:12px;
		color:#707158;
		font-weight:bold;
		margin:0px;
		padding:0px;
	}		

#docRepo #footer{
	padding-top:0px;
}
	
	
/*======================== TRIP ADVISOR WIDGET ========================*/

	#tripAdvisorWrapper{
			
	}

	#tripAdvisorWrapper #CDSWIDWRL{
		background-color:transparent;
		color: #FF0;
		font:11px Arial,Helvetica,sans-serif;
		width:260px;
	}

		#tripAdvisorWrapper #CDSWIDWRL .widWRLData{
			background-color:transparent;
			margin:0;
			padding:0;
		}

			#tripAdvisorWrapper #CDSWIDWRL .widWRLBranding{
				border-bottom:1px solid #A9AB96;
    			margin-bottom:10px;
			}

			#tripAdvisorWrapper #CDSWIDWRL .widWRLLink{
				color:#2C2C2C;
    			font:12px Arial,Helvetica,sans-serif;
				letter-spacing:1px;
			}

				#tripAdvisorWrapper #CDSWIDWRL .widWRLLink a{
					color:#8F5B00;
					display:block;
					font-size:11px;
				}

			#tripAdvisorWrapper #CDSWIDWRL .widWRLRating{
				margin:12px 0;
			}

				#tripAdvisorWrapper #CDSWIDWRL .widWRLRating .widWRLRatingText{
					margin:2px 0 0 5px;
					font-size:12px;
				}

			#tripAdvisorWrapper #CDSWIDWRL .widWRLReview textarea{
				border:1px solid #A9AB96 !important;
    			color:#777 !important;
    			font:11px Arial,Helvetica,sans-serif !important;
				height:116px !important;
				max-height:116px !important;
   	 			max-width:246px !important;
				padding:5px;
   				width:246px !important;
			}

			#tripAdvisorWrapper #CDSWIDWRL .widWRLButton input{
				background-color:#4C0000 !important;
				background-image:none !important;
				border:none !important;
				margin-top:20px !important;
				padding:5px 10px !important;
			}

		#tripAdvisorWrapper #CDSWIDWRL .widWRLPower{
			display:none;
		}

/*================================= WEDDING PAGE IN EVENTS SECTION =================================*/

	.weddingsInnerContent img{
		margin:0 0 16px;
	}
	
		.weddingsInnerContent strong {
			color:#625f2a;	
		}
		
		.weddingsInnerContent ul {
			list-style:inside;	
			list-style-type:disc;
			margin-bottom:20px;
		}
		
		.weddingsInnerContent .weddingSubImgs {
			list-style:none;	
			margin-top:20px;
		}
		
			.weddingsInnerContent .weddingSubImgs li {
				float:left;
				margin-right:28px;
			}
			
			.weddingsInnerContent .weddingSubImgs li:last-child {
				margin-right:0;	
			}
			
		.weddingsInnerContent p.pricing {
			background:#625f2a;	
			color:#fff;
			font-weight:bold;
			margin:16px 0;
			padding:15px 16px;
		}
		
			.weddingsInnerContent p.pricing a {
				color:#fff;	
				text-decoration:none;
			}
			
				.weddingsInnerContent p.pricing a:hover { /* HOVER STATE */
					text-decoration:underline;
				}
				
		.weddingsInnerContent p + ul {
			margin-top:-16px;	
		}
			


/*================================= WRITE A TESTIMONIAL =================================*/

	#container .testimonialSubmitContainer{
		
	}
	#container .testimonialSubmitContainer.hide{
		display:none;
	}

		#container .testimonialSubmitContainer p{
			margin:10px 0 5px;
		}

		#container .testimonialSubmitContainer input{
			margin:0 0 5px;
			width:270px;
		}

		#container .testimonialSubmitContainer textarea{
			height:140px;
			margin-bottom:15px;
			width:602px;
		}

/*================================= BLOG ================================*/

.blog p{
	font-size: 12px;
}

.blog p.postDate{
	font-weight: bold;
	text-transform: uppercase;
}

.blog img{
	border: 15px solid #FFF;
	margin: 10px 0px 30px 0px;
}

.blog a.post{
	background: url(../img/blog/post.gif) #FFF left -500px repeat-x;
	color: #4d4d4d;
	display: block;
	float: left;
	font-family: "Gill Sans", sans-serif;
	font-size: 14px;
	margin: 20px 0px;
	padding: 16px 20px 14px 20px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius:5px;
	border-radius:5px;
}

.blog a.post:hover{
	background-position: left top;
	color: #FFF;
}

.blog a.post.newer{
	float: right;
}

.blog textarea.fullPanelWidth{
	width:602px;
}

	.blog .commentsWrapper{
		
	}
		
		.blog .commentsWrapper h3{
			margin:30px 0px 15px 0px;
		}
		
		.blog .commentInputContainer{
			border-bottom:#A9AB96 1px solid;
		}
		
			.blog .commentInputContainer .submitPost{
				float:right;
				margin:20px 0px;
			}
			
			.blog .commentInputContainer .loadingIcon{
				float:right;
				margin:20px 10px;
			}
		
		#container .blog .commentInputContainer .successOrFailMsg{
			float:right;
			margin:25px;
		}
		
		.blog .commentOutputWrapper{
			
		}
			
			.blog .commentOutputWrapper .commentWrapper{
				border-bottom:#A9AB96 1px solid;
				padding:20px 20px;
			}
			
			.blog .commentOutputWrapper .commentWrapper.altColor{
				background:#E9EBE6;
			}
			
				.blog .commentOutputWrapper .commentWrapper .userName{
					display:inline-block;
					margin-bottom:10px;
				}
				
				.blog .commentOutputWrapper .commentWrapper .postTime{
					font-size:10px;
				}
		
		.blog .moreBtn{
			display:inline-block;
			margin:20px 0px;
		}

.blog ul.archive{
	margin-bottom: 15px;
}

.blog .nextYearWrapper{
	
}
	
	.blog .nextYearWrapper ul{
		display:none;
	}

.blog ul.archive.open{
	display:block;
}
	
	.blog ul.archive li{
		display:none;
	}
	
	.blog ul.archive.open li{
		display:list-item;
	}
	
	.blog ul.archive li.liHeading{
		display:inline-block;
		padding-right:15px;
	}
	
	.blog ul.archive.open li.liHeading,
	.blog ul.archive li.liHeading.open{
		background:url(../img/bg/archiveDropArrow.png) right -15px no-repeat;
	}

		.blog ul.archive li.liHeading a{
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
	
	.blog ul.archive li.liHeading a:hover{
		color: #4d4d4d;
		text-decoration: underline;
	}
	
.blog ul.archive.hide{
	
}
	
	.blog ul.archive.hide li{
		display: none;
	}
		
	.blog ul.archive.hide li.liHeading{
		display: block;
	}

/*================================= LIGHTBOX =================================*/

	.lightBox{
		display:none;
		bottom:0;
		height:100%;
		left:0;
		position:fixed;
		right:0;
		top:0;
		width:100%;
		z-index:999;
	}

		.lightBox .blanket{
			background:url(../img/bg/lightBoxBlanket.png) left top repeat;
			background:rgba(0, 0, 0, .5);
			display:none;
			height:100%;
			width:100%;
		}

			.lightBox .closeTab{
				background:url(../img/bg/lightBoxBlanket.png) left top repeat;
				background:rgba(0, 0, 0, .5);
				color:#999;
				display:none;
				font-size:12px;
				font-weight:bold;
				height:20px;
				left:50%;
				line-height:19px;
				margin:-301px 0 0 365px;
				padding:5px;
				position:absolute;
				text-align:center;
				text-decoration:none;
				top:50%;
				width:23px;
				
				/*CSS 3*/
				-moz-border-radius-topRight:5px;
				-moz-border-radius-bottomRight:5px;
				border-top-right-radius:5px;
				border-bottom-right-radius:5px;
			}
	
				.lightBox .closeTab:hover{
					background:rgba(0, 0, 0, .6);
					color:#FFF;
					padding-left:5px;
				}
	
			.lightBox .popUpContainerWrapper{
				background:url(../img/bg/lightBoxBlanket.png) left top repeat;
				background:rgba(0, 0, 0, .5);
				display:none;
				height:600px;
				left:50%;
				margin:-315px 0 0 -365px;
				padding:15px;
				position:absolute;
				top:50%;
				width:700px;
				
				/*CSS 3*/
				-moz-border-radius:16px;
				border-radius:16px;
			}

			.lightBox .popUpContainerWrapper .popUpContainer{
				background:url(../img/icons/loadingGreenWhiteBg.gif) center center no-repeat #FFF;
				height:100%;
				position:relative;
				width:100%;
			}

			.lightBox .popUpContainerWrapper .popUpContainer .popUpContent{
				background-color:#0F0;
				height:1000px;
				margin:15px;
			}
			
			.lightBox .popUpContainerWrapper iframe{
				background:#FFF;
			}

			/* WP Styles */
strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
	border: none;
}

big {
	font-size: 131.25%;
}

ins {
	background: #FFFFCC;
	border: none;
	color: #333;
}

del {
	text-decoration: line-through;
}

blockquote {
	font-style: italic;
	padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 10px;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

pre, kbd, tt, var {
	font-size: 15px;
	line-height: 21px;
}
code {
	font-size: 13px;
}
strong, b, dt, th {
	color: #000;
}
.alignleft,
img.alignleft {
	display: inline-block;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline-block;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	display:inline-block;	
	color: #888;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}

.wp-caption img {
	margin: 0px;
}

.wp-caption p.wp-caption-text {
	margin: -18px 0px 5px !important;
	padding: 0 !important;
	font-size:10px;
	text-align:center;
}

.wp-smiley {
	margin:0;
}

.latestBlogPostContainer img {
	background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    display: inline-block;
    padding: 15px;
	max-width:500px !important;
}

span.blockDate {
	color: #4D4D4D !important;
	display: block;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 0 20px;
}

