/*
Theme Name: Paradise Springs
Theme URI: http://paradisesprings.com/
Description: Custom WordPress theme for Paradise Springs. Design by Trask Bedortha, code by Nate Bedortha.
Version: 1.0
Author: Nate Bedortha
Author URI: http://natebedortha.com/
*/

/* reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,del,dfn,em,img,q,small,strike,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
a {text-decoration: none;}
legend {display: none;}

/* all */

body {
	background: #fbf4e5;
}

.container {
	width: 574px;
	height: 100%;
	margin: auto;
	position: relative;
}

#header {
	position: relative;
	height: 99px;
	margin-bottom: -15px;
	background: transparent url('img/header_bg.jpg') repeat-x top;
}

	#header .flourish {
		margin: auto;
		width: 723px;
		background: transparent url('img/header_flourish.png') no-repeat;
		height: 100%;
	}

	#header h1 {
		background: transparent url('img/logo.png') no-repeat;
		position: absolute;
		height: 131px;
		width: 215px;
		z-index: 10;
		left: -20px;
	}
		#header h1 a {
			text-indent: -9999em;
			display: block;
			height: 100%;
			width: 100%;
		}
	
	#header h2.description {
		position: absolute;
		top: 21px;
		left: 156px;
		text-indent: -9999em;
		height: 16px;
		width: 282px;
		background: transparent url('img/weddings_events.png') no-repeat;
	}
	
	#topNav {
		position: absolute;
		right: 0;
		bottom: 23px;
	}
	
		#topNav li {
			font: 14px Futura,Helvetica,Arial,sans-serif;
			letter-spacing: 1px;
			display: inline;
			float: left;
		}
		
			#topNav li a {
				color: #6a6a6a;
				display: block;
				padding: 0 8px;
			}

#content {
	background: transparent url('img/content_bg.png') repeat-x bottom;
}

#footNav {
	clear: both;
	padding: 10px 0;
	text-align: center;
}

	#footNav li {
		font: 9px/12px Futura,Helvetica,Arial,sans-serif;
		display: inline;
		letter-spacing: 1px;
	}
	
		#footNav li a {
			color: #6a6a6a;
			border-right: 1px solid #6a6a6a;
			padding: 0 8px;
		}
		
		#footNav li.last a {border-right: 0px;}

#footer {
	clear: both;
	text-align: center;
	line-height: 0;
	border-top: 1px solid #f0dfcf;
}
	
	#footer .flourish{
		height: 9px;
		width: 724px;
		background: transparent url('img/footer_flourish.png') no-repeat;
		padding: 7px 0;
		margin: auto;
	}

	#footer p {
		font: 9px/9px Futura,Helvetica,Arial,sans-serif;
		color: #6a6a6a;
		letter-spacing: 1px;
	}
	
/* home */

#home #content .flourish {
	background: transparent url('img/home_photo_bg.png') no-repeat 52% 201px;
}

#slidePhotos {
	overflow: hidden;
	border: 2px solid #d6f2f8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#home #slidePhotos {
	height: 238px;
	width: 554px;
}

#homeBuckets {
	padding: 20px 0;
}

	#homeBuckets .bucket {
		width: 176px;
		float: left;
		margin: 0 5px;
	}
	
		#homeBuckets .bucket h3 {
			font: 12px/12px Futura,Helvetica,Arial,sans-serif;
			color: #6a6a6a;
			text-transform: uppercase;
			border-bottom: 1px solid #ffe400;
			letter-spacing: 1.95px;
			margin: 5px 2px;
			padding: 6px 14px;
			background: transparent url('img/bucket_header_bg.png') no-repeat 6px 10px;
		}
			
			#homeBuckets .bucket h3 a {color: #6a6a6a;}
		
		#homeBuckets .bucket img {
			border: 2px solid #ffe400;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}
		
		#homeBuckets .bucket p {
			font: 11px/13px Futura,Helvetica,Arial,sans-serif;
			color: #534741;
			text-align: justify;
			margin: 1em 0;
		}
		
		#homeBuckets .bucket a {
			font: 11px/13px Futura,Helvetica,Arial,sans-serif;
			color: #0000ff;
		}


/* sub */

#content.sub {
	padding-top: 17px;
}

	#content.sub .flourish {
		background: transparent url('img/sub_content_flourish.png') no-repeat 75% 78px;
	}
	
	#gallery #content.sub .flourish {background-position: 70% 295px;}
	#location #content.sub .flourish, #contact #content.sub .flourish {background-image: none;}

	#content.sub .container {width: 580px;}

#subNav {
	width: 116px;
	float: left;
	margin-top: 23px;
}

	#subNav li {
		height: 23px;
		padding-left: 12px;
		background: transparent url('img/subnav_button_bg.png') no-repeat;
		margin: 3px 0;
	}
	
		#subNav li a {
			display: block;
			font: 12px/12px Futura,Helvetica,Arial,sans-serif;
			color: #6a6a6a;
			background: transparent url('img/subnav_text_bg.png') no-repeat 0 9px;
			border-bottom: 1px solid #cbd5e2;
			padding: 4px 8px 7px;
			text-transform: lowercase;
		}

.sub #slidePhotos {
	height: 159px;
	width: 460px;
	position: relative;
	right: 1px;
	float: right;
}

.sub .copy {
	clear: left;
	float: left;
	width: 257px;
	margin: 28px 0 0 18px;
	position: relative;
}

#contact.sub .copy {
	margin-bottom: 45px;
}

	.copy h2 {
		font: 18px/24px Futura,Helvetica,Arial,sans-serif;
		color: #534741;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: .5em;
	}
	
	.copy p {
		font: 11px/16px Futura,Helvetica,Arial,sans-serif;
		color: #534741;
		text-align: justify;
		letter-spacing: .5px;
		margin-bottom: 1em;
	}
	
	.copy ul {
		list-style-type: disc;
		color: #534741;
		margin: 0 0 1em 14px;
		font: 11px/16px Futura,Helvetica,Arial,sans-serif;
		
	}
	
	.copy a {
		
	}

	img.anchor {
		float: right;
		border: 2px solid #ffe400;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		margin-top: 28px;
	}
	
	.copy .cform {
		position: absolute;
		left: 280px;
		top: 0;
		width: 275px !important;
	}
	
/* gallery */

#gallery #content h2 {
	background: transparent url('img/gallery_title.png') no-repeat;
	height: 25px;
	width: 390px;
	margin: 1em auto;
	text-indent: -9999em;
}

#galleryContainer {
	width: 756px;
	clear: both;
	position: relative;
	left: -88px;
}

#galleryContainer img {
	border: 2px solid #d7edf7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#galleryContainer button {
	border: 0;
	text-indent: -9999em;
	height: 58px;
	width: 58px;
	cursor: pointer;
}
#galleryContainer button:hover {opacity: 50%;}

.galleria_wrapper {text-align: center;}

div.galleryNav {
	height: 194px;
	width: 118px;
	position: relative;
	overflow: hidden;
	float: left;
	cursor: pointer;
	margin-top: 50px;
}

div.galleryNav.prev {background: transparent url('img/gallery_prev.png') no-repeat 25px 133px;}
div.galleryNav.next {background: transparent url('img/gallery_next.png') no-repeat 25px 133px;}

div.galleryNav.disabled {
	opacity: .3;
	cursor: default;
}

div.galleryNav img {
	height: 114px;
	width: auto;
	margin: auto;
}

#galleryImg {
	float: left;
	margin: 0 7px;
	width: 504px;
}

#carouselWrapper {display: none;}

#gallery h3 {
	font: 12px/18px Futura,Helvetica,Arial,sans-serif;
	color: #6a6a6a;
	letter-spacing: 1.95px;
	margin: 2em auto;
	clear: both;
	text-align: center;
}

iframe.map {
	border: 2px solid #d7edf7;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 2em 0;
}

/* hacks */
div#galleryContainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html div#galleryContainer {height: 1%;}

ul#footNav:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html ul#footNav {height: 1%;}

