.inner,
nav {
	position:			relative;
	
	max-width:			990px;

	margin:				0px auto 0px auto;
	padding:			0px;
}

#headerwrap {
	margin:				0 0 5px 0;
	padding:			0;
	
	overflow:			hidden;

	background-color:	#462D44;
	background-image:	url('../images/bg_headerwrap.png');
	background-repeat:	no-repeat;
	background-position:center top;
}

#headerwrap .inner {
	padding:			12px 0 13px 0;	
}

#headerwrap .link-home {
	display:			block;
	
	width:				380px;
	height:				115px;
	overflow:			hidden;
	max-width:			100%;	
	
	margin:				0;
	padding:			0;
	
	text-indent:		-999px;

	background-image:	url('../images/logo_parkridgecatresort.png');
	background-repeat:	no-repeat;
	background-position:center top;
	background-size:	contain;
}

#headerwrap .social {
	position:			absolute;
	top:				0;
	right:				0;	
}

#headerwrap .widget {
	position:			absolute;
	top:				65px;
	right:				0;	
	
	color:				#FFF;
	font-weight:		300;
	text-align:			right;
}

#headerwrap .widget h2,
#headerwrap .widget p {
	margin:				0 0 5px 0;
	color:				#FFF;	
	line-height:		120%;	
}

#headerwrap .widget h2 {
	color:				#E90D8B;
}

#headerwrap .widget a {
	color:				#E90D8B !important;	
}

#navtrigger {
	display:			none;	
}

#navwrap {
	margin:				0 0 5px 0;
	padding:			0;
	
	text-align:			center;
	
	background-color:	#E90D8B;
}	

#navwrap ul,
#navwrap li {
	position:			relative;
	display:			inline-block;

	margin:				0;
	padding:			0;
	
	list-style:			none;
	line-height:		100%;
}

#navwrap a,
#navwrap a:link,
#navwrap a:visited {
	display:			block;

	height:				30px;

	margin:				10px 0;
	padding:			0 15px;

	line-height:		30px;
	font-weight:		700;
	text-decoration:	none;
	color:				#FFF;
	
	border-right:		1px solid #FFF;
}

#navwrap a:hover,
#navwrap a:active {
	color:				#462D44;
}

#navwrap li:last-child a {
	border:				none;	
}

#navwrap ul ul  {
	position:			absolute;
	z-index:			99;

	top:				-999em;
	left:				0;
	
	text-align:			left;
	
	background-color:	#FFF;
}

#navwrap ul li:hover ul {
	top:				50px;
}

#navwrap ul ul a,
#navwrap ul ul a:link,
#navwrap ul ul a:visited {
	display:			block;

	margin:				0;
	padding:			10px;
	
	min-width:			180px;
	height:				auto;
	
	font-weight:		normal;
	color:				#FFF;
	line-height:		110%;

	border:				none;
	border-top:			1px solid #FFF;
	
	background-color:	#E90D8B;
}

#navwrap ul ul a:hover,
#navwrap ul ul a:active {
	color:				#462D44;
}

#bannerwrap {
	position:			relative;
	
	margin:				0 0 5px 0;
	padding:			0;
	
	height:				320px;
	overflow:			hidden;
	
	background-color:	#F1E3F0;
}

#bannerwrap #slideshow {
	margin:				0 auto;	
}

#slideshowpager {
	position:			absolute;
	z-index:			99;
	bottom:				0;
	left:				50%;
	
	width:				960px;
	margin:				0 0 0 -480px;
	padding:			0;
	
	text-align:			right;
}

#slideshowpager a,
#slideshowpager a:link,
#slideshowpager a:visited {
	display:			inline-block;
	overflow:			hidden;
		
	width:				16px;
	height:				16px;
	
	margin:				5px;
	padding:			0;
	
	text-align:			left;
	text-indent:		-99px;
	
	border-radius:		8px;
	
	opacity:			0.6;
	background-color:	#FFF;
}

#slideshowpager a:active,
#slideshowpager a:focus,
#slideshowpager a:hover,
#slideshowpager a.activeSlide {
	opacity:			1;	
	background-color:	#FFF;
}

#slides {
	display:			none;
}

.slide,
.slide img {
	position:			relative;

	margin:				0;
	padding:			0;
	
	width:				990px;
	height:				320px;
}

.slide img {
	height:				auto;	
}

.slide .overlay {
	position:			absolute;
	z-index:			10;
	
	top:				125px;
	right:				-15px;
	
	margin:				0;
	padding:			25px 40px 0 35px;

	width:				250px;
	height:				135px;
	
	text-align:			right;
	
	background-image:	url('../images/bg_slide_overlay.png');
	background-repeat:	no-repeat;	
	background-position:left top;	
	
}

.slide .overlay h1 {
	color:				#FFF;
}

#contentwrap {
	margin:				0 0 5px 0;
	padding:			0 0 20px 0;
	
	background-image:	url('../images/bg_pinkfade.png');
	background-repeat:	repeat-x;	
	background-position:center top;	
}

#contentwrap:after {
	display:			block;
	content:			' ';
	clear:				both;
}

#contentwrap form div#fscf_required1,
#contentwrap form div#fscf_required2,
#contentwrap form div#fscf_required3,
#contentwrap form div#fscf_required4,
#contentwrap form div#fscf_required5 {
	text-align:			right;
}

#contentwrap form .fscf-required-indicator {
	padding:			0 5px;

	color:				#C00;
	font-weight:		700;
}

#contentwrap label {
	display:			inline-block;

	margin:				0 0 5px 0;
	padding:			0;
	
	font-weight:		400;

	border:				none;
	outline:			none;	
		
	background-color:	#FFF;	
}

#contentwrap select,
#contentwrap input[type='text'],
#contentwrap textarea {
	display:			inline-block;
		
	margin:				0 0 5px 0;
	padding:			0 2%;
	
	height:				40px;
	width:				96%;
	outline:			none;	
	
	line-height:		40px;
	
	border:				1px solid #DDD;
	background-color:	#FFF;
}

#contentwrap input[type='submit'] {
	display:			block;
		
	margin:				0 0 0 auto;
	padding:			0;
	
	height:				40px;
	width:				33%;
	outline:			none;	
	
	font-weight:		400;
	font-size:			24px;	
	color:				#FFF;
	line-height:		40px;
	
	cursor:				pointer;
	
	border:				1px solid #E90D8B;
	background-color:	#E90D8B;
}

#contentwrap textarea {
	height:				auto;	
	max-height:			100px;
}

#primary {
	margin:				0;
	padding:			30px 0 0 0;
	
	width:				750px;
	
	float:				right;
}

.home #primary {
	width:				645px;

	float:				left;	
}

#secondary {
	margin:				0;
	padding:			25px 10px;
	
	width:				180px;	
	
	float:				left;	
	
	background-color:	#FFF;	
}

.home #secondary {
	margin:				10px 0 0 0;
	padding:			150px 0 25px 0;
		
	width:				30%;	
	
	float:				right;	
	
	background-color:	transparent;
	background-image:	url('../images/bg_home-secondary.png');
	background-repeat:	no-repeat;	
	background-position:center top;		
}

.home #secondary .widget {
	margin:				0 0 10px 0;
	padding:			0 15px 10px 15px;
	
	color:				#FFF;

	background-color:	#AA4499;
}

#secondary nav ul,
#secondary nav li {
	display:			block;	
	margin:				0;
	padding:			0;

	list-style:			none;
}

#secondary nav a,
#secondary nav a:link,
#secondary nav a:visited {
	display:			none;

	margin:				5px 0;
	padding:			10px 0;

	text-decoration:	none;
	text-align:			right;
	color:				#462D44;
}

#secondary nav a:hover,
#secondary nav a:active {
	color:				#E90D8B;
}

#secondary nav .current-menu-parent ul li a {
	display:			block;
}

#tertiary {
	clear:				both;
}

#tertiary:after {
	display:			block;
	content:			' ';
	clear:				both;
}

#tertiary .widget {
	position:			relative;
	
	margin:				0 5% 20px 0;
	padding:			0;
	
	width:				30%;
	
	float:				left;
	
	font-size:			12px;
}

#tertiary .widget:nth-child(3n+0) {
	margin:				0 0 20px 0;
}

#tertiary .widget h2 {
	margin:				0 0 1px 0;	
	padding:			10px;
	
	font-size:			16px;
	font-weight:		300;
	color:				#FFF;
	line-height:		120%;
	
	background-color:	#462C44;
}

#tertiary .widget img {
	width:				100%;
	height:				auto;	
}

#tertiary .widget p {
	margin:				0 0 5px 0;	
}

#cta {
	clear:				both;
	margin:				0 0 5px 0;
	padding:			0;

	height:				50px;
	overflow:			hidden;
	
	text-align:			right;
	line-height:		50px;

	color:				#FFF;

	background-color:	#E90D8B;	
}

#copyright {
	margin:				0 0 5px 0;
	padding:			0;

	height:				50px;
	overflow:			hidden;
	
	font-weight:		300;
	text-align:			right;
	
	background-color:	#AA4499;	
}

#copyright ul,
#copyright li {
	position:			relative;
	display:			inline-block;

	margin:				0;
	padding:			0;
	
	list-style:			none;
	line-height:		20px;
	color:				#FFF;	
}

#copyright li {
	margin:				15px 0;
	padding:			0 20px;	
	
	border-left:		1px solid #FFF;
}

#copyright li:first-child {
	border:				none;	
}

#copyright li:last-child {
	padding:			0 0 0 20px;	
}


#cta h1,
#copyright h1,
#cta h2,
#copyright h2,
#cta h3,
#copyright h3,
#cta h4,
#copyright h4,
#cta h5,
#copyright h5,
#cta p,
#copyright p {
	margin:				0;
	padding:			0;
	
	line-height:		50px;
	color:				#FFF;
}

#cta strong,
#copyright strong {
	font-weight:		700;
}

#cta a,
#cta a:link,
#cta a:visited,
#copyright a,
#copyright a:link,
#copyright a:visited {
	color:				#FFF;	
}

#cta a:active,
#cta a:focus,
#cta a:hover,
#copyright a:active,
#copyright a:focus,
#copyright a:hover {
	color:				#FFF;	
	text-decoration:	underline;
}

#footerwrap {
	margin:				0 0 5px 0;
	padding:			0;
	
	min-height:			100px;
		
	background-image:	url('../images/bg_pinkfade.png');
	background-repeat:	repeat-x;	
	background-position:center top;		
}	

#footerwrap .inner {
	padding:			10px 0 0 0;	
}

#footerwrap .social {
	position:			absolute;
	top:				10px;
	right:				0;	
}

#footerwrap:after {
	display:			block;
	content:			' ';
	clear:				both;
}

.alignleft,
img.floatLeft {
	float:				left;

	margin:				0px 40px 20px 0px;
	padding:			0px;	
}

.alignright,
img.floatRight {
	float:				right;

	margin:				0px 0px 20px 40px;
	padding:			0px;	
}

dl.gallery-item dt {
	float:				none;
	width:				auto;
	
	text-align:			left;
}

dl.gallery-item dd {
	margin:				0px;
	padding:			0px;

	text-align:			left;		
}

.readmore {
	display:			block;
	text-align:			right;
}

.social ul,
.social li {
	position:			relative;
	display:			inline-block;

	margin:				0;
	padding:			0;
	
	list-style:			none;
	line-height:		100%;	
}

.social a,
.social a:link,
.social a:visited {
	display:			inline-block;

	height:				50px;
	width:				50px;
	overflow:			hidden;

	margin:				0 0 0 10px;
	padding:			0;

	text-align:			left;
	line-height:		50px;
	text-decoration:	none;
	color:				#FFF;
	text-indent:		-999px;
	
	background-color:	#FFF;
	background-repeat:	no-repeat;	
	background-position:center top;		
	background-size:	contain;
}

.social a:hover,
.social a:active {
	opacity:			0.8;
}

.social a.facebook {background-image:	url('../images/icon_social-facebook.png');}
.social a.map {background-image:	url('../images/icon_social-map.png');}
.social a.pintrest {background-image:	url('../images/icon_social-pintrest.png');}
.social a.twitter {background-image:	url('../images/icon_social-twitter.png');}
.social a.youtube {background-image:	url('../images/icon_social-youtube.png');}


.lcp_catlist,
.lcp_catlist li {
	position:			relative;
	display:			block;

	margin:				0;
	padding:			0;
	
	list-style:			none;
	font-weight:		300;
}

.lcp_catlist a,
.lcp_catlist a:link,
.lcp_catlist a:visited {
	display:			block;

	margin:				0 0 5px 0;
	padding:			0;

	color:				#FFF;
	font-weight:		600;
	font-size:			16px;
}

.lcp_catlist + a {
	display:			block;

	margin:				0 0 5px 0;
	padding:			0;

	text-align:			right;
	color:				#FFF;
	font-weight:		600;
	font-size:			16px;
}

.gallery {
	margin:				0 0 20px 0 !important;
}

.gallery .gallery-item {
	position:			relative;
	
	padding:			0;
	margin-top:			20px !important;
	
	line-height:		0;
}

.gallery .gallery-item img {
	width:				90%;
	height:				auto;
	
	border:				none !important;
}

.gallery .gallery-caption {
	position:			absolute;
	margin:				0;
	padding:			2% 4%;
	left:				0;
	bottom:				0;
	
	width:				82%;
	color:				#FFF;
	line-height:		120%;
	font-size:			14px;
	
	background-color:	rgba(70,44,68,1);
}

.gallery .gallery-item:hover .gallery-caption {
	background-color:	rgba(70,44,68,1);
}

.accordion h3 {
	margin:				10px 0 5px 0;
	cursor:				pointer;
}