body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#ad377e url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

body#about, body#why, body#services, body#weddings, body#sept, body#south, body#events, body#contact { 
	background:#fff url("../images/bg-sub.jpg") top repeat-x;
	text-align:center; 
	font:14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#000;
	}

h1	{ font-size:1.8em; color:#000; }
h2	{
	font-size:1.4em;
	color:#000;
}
h3	{ font-size:1.1em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#35ae69; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#35ae69; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
.hr { width:auto; border-bottom:1px solid #666666; }

/* ------------------------ form elements ------------------------ */

form {
	width:500px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{
	font-size:0.95em;
	margin-left:18px;
} 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select {
	background-color:#FFFFFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #7F7F7F;
	color:#7F7F7F;
	width:200px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1em;
	}

select {
	width:200px;
	padding:0;
	height: 25px;
} /* same width as form - !important */

textarea { height:90px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */

/* ------------------------ submit button form elements ------------------------ */

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrapper-home.jpg") no-repeat;
	position:relative;
	width:930px;
	margin:0 auto;
	text-align:left;
	}
	
body#about #wrap { background:url("../images/bg-wrapper-about.jpg") no-repeat; }
body#why #wrap { background:url("../images/bg-wrapper-why.jpg") no-repeat; }
body#events #wrap { background:url("../images/bg-wrapper-events.jpg") no-repeat; }
body#weddings #wrap { background:url("../images/bg-wrapper-weddings.jpg") no-repeat; }
	body#south #wrap { background:url("../images/bg-wrapper-orange.jpg") no-repeat; }
	body#sept #wrap { background:url("../images/bg-wrapper-green.jpg") no-repeat; }	
body#services #wrap { background:url("../images/bg-wrapper-services.jpg") no-repeat; }
body#contact #wrap { background:url("../images/bg-wrapper-contact.jpg") no-repeat; }


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg") no-repeat;
	height:130px;
	top: 20px;
	left: 30px;
	}
	/* index page link within #masthead */		
	#masthead a.home {
	position:absolute;
	left:0px;
	width:214px;
	top:0px;
	height:91px;
		}
	#masthead a.home span {
		display:none;
		}
		
		#masthead a.facebook {
		position:absolute;
		left:221px;
		width:214px;
		top:30px;
		height:45px;
		
}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:930px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
	margin:0px 30px 10px 30px;
		}
	#column-left h1 { border-bottom:1px solid #CCCCCC; padding-bottom:5px; }	

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li {
	background:transparent url("../images/bullet.jpg") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
	padding-left:30px; /* pushes text to the right to display bg img */
	margin:5px 0px;
			}
	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
	font-weight:bold;
	color:#2c9b48;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 0px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:30px;  /* pushes text to the right to display bg img */
			margin-left:5px 0px;
			}
			
#wedding-gallery {
	width:860px; height:600px; margin:0 0 20px 30px; border:1px solid #CCCCCC; text-align:center; clear:both;
	}						

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:470px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}


/* ------------------------ subhead framework ------------------------ */
#subhead {
	height:120px;
	width: 930px;
	clear: both;
} /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }

/* ------------------------------------- Buttons ---------------------------------------- */
		/* ------------------------- Homepage Buttons --------------------------- */
#featured1 {
		position:relative;
		height:188px;
		width:292px;
		margin-left:26px;
		margin-top:36px;
		float:left;
		background:url("../images/featured1.jpg") no-repeat;	
		}
	#featured1 a{	
		position:absolute;
		width: 292px; height: 188px;
		}

	#featured1 a:hover{ background: transparent url(../images/featured1.jpg) 0px -188px no-repeat; }	
	#featured1 a span { display:none;}

#featured2 {
		position:relative;
		height:188px;
		width:292px;
		margin-top:36px;
		float:left;
		background:url("../images/featured2.jpg") no-repeat;	
		}
	#featured2 a{	
		position:absolute;
		width: 292px; height: 188px;
		}

	#featured2 a:hover{ background: transparent url(../images/featured2.jpg) 0px -188px no-repeat; }	
	#featured2 a span { display:none;}

#featured3 {
		position:relative;
		height:188px;
		width:292px;
		margin-top:36px;
		float:left;
		background:url("../images/featured3.jpg") no-repeat;	
		}
	#featured3 a{	
		position:absolute;
		width: 292px; height: 188px;
		}

	#featured3 a:hover{ background: transparent url(../images/featured3.jpg) 0px -188px no-repeat; }	
	#featured3 a span { display:none;}	
	
	
	
	
	#featured4 {
		position:relative;
		height:188px;
		width:292px;
		margin-left:26px;
		margin-top:0px;
		float:left;
		background:url("../images/featured4.jpg") no-repeat;	
		}
	#featured4 a{	
		position:absolute;
		width: 292px; height: 188px;
		}

	#featured4 a:hover{ background: transparent url(../images/featured4.jpg) 0px -188px no-repeat; }	
	#featured4 a span { display:none;}
	
		#featured5 {
		position:relative;
		height:188px;
		width:292px;
		
		margin-top:0px;
		float:left;
		background:url("../images/featured5.jpg") no-repeat;
		left: 0px;	
		}
	#featured5 a{	
		position:absolute;
		width: 292px; height: 188px;
		}

	#featured5 a:hover{ background: transparent url(../images/featured5.jpg) 0px -188px no-repeat; }	
	#featured5 a span { display:none;}
		
		#featured6 {
		position:relative;
		height:188px;
		width:292px;
		
		margin-top:0px;
		float:left;
		background:url("../images/featured6.jpg") no-repeat;	
		}
	#featured6 a{	
		position:absolute;
		width: 292px; height: 188px;
		}

	#featured6 a:hover{ background: transparent url(../images/featured6.jpg) 0px -188px no-repeat; }	
	#featured6 a span { display:none;}
	/* ------------------------- Weddings Page Buttons --------------------------- */	
#featured1-sub {
		position:relative;
		height:183px;
		width:277px;
		margin-left:26px;
		float:left;
		background:url("../images/inside-featured1.jpg") no-repeat;	
		}
	#featured1-sub a{	
		position:absolute;
		width: 277px; height: 183px;
		}

	#featured1-sub a:hover{ background: transparent url(../images/inside-featured1.jpg) 0px -183px no-repeat; }	
	#featured1-sub a span { display:none;}

#featured2-sub {
		position:relative;
		height:183px;
		width:277px;
		float:left;
		background:url("../images/inside-featured2.jpg") no-repeat;	
		}
	#featured2-sub a{	
		position:absolute;
		width: 277px; height: 183px;
		}

	#featured2-sub a:hover{ background: transparent url(../images/inside-featured2.jpg) 0px -183px no-repeat; }	
	#featured2-sub a span { display:none;}

#featured3-sub {
		position:relative;
		height:183px;
		width:277px;
		float:left;
		background:url("../images/inside-featured3.jpg") no-repeat;	
		}
	#featured3-sub a{	
		position:absolute;
		width: 277px; height: 183px;
		}

	#featured3-sub a:hover{ background: transparent url(../images/inside-featured3.jpg) 0px -183px no-repeat; }	
	#featured3-sub a span { display:none;}		
		


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:930px;
	margin:0 auto;
	text-align:left;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	margin-left:20px;
	}

#footer a:link, #footer a:visited { color:#35ae69; }
#footer a:hover, #footer a:active { color:#35ae69; }

#footer ul {margin:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #000;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:760px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:35px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 {
	width: 50px;
	margin-left: 30px;
}
#nav-02 { width: 64px;}
#nav-03 { width: 50px;}
#nav-04 { width: 77px;}
#nav-05 { width: 93px;}
#nav-06 { width: 63px;}
#nav-07 { width: 58px;}
#nav-08 { width: 75px;}



/*-------------- (-79px) X position of button / (-35px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -30px -35px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -80px -35px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -144px -35px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -194px -35px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -271px -35px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -364px -35px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -427px -35px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -485px -35px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -30px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -30px no-repeat; }
body#SPECIFY #nav-07 { background:url("../images/nav.jpg") -460px -30px no-repeat; }
body#SPECIFY #nav-08 { background:url("../images/nav.jpg") -460px -30px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:none;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li {
	height:20px; /* Height of each drop down nav item */
	border-top:none;
	float:left;
	display:inline;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#40b65e;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-05 ul a:hover { 
	background-image:none;
	background-color:none;
	color:#ad377e;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-05 ul { width:600px; margin-left:-122px; }	
#nav-05 li { width:auto; margin:0 4px 0 4px; }		

#column-left blockquote.blockquote {
	border:1px double #AD387F;
	background: #ebcfe0;
	margin:10px 18px 10px 30px;
	padding: 10px;
	width: 280px;
	float: left;
}

#column-left blockquote.blockquote p {
	margin: 0 0 10px;
	padding: 0;
}

.line {
	text-align:left;
	margin-bottom: 10px;
	}

.line label {
	text-align: right; 
	width: 164px; 
	float: left; 
	padding: 2px;
	}
	
.box {
	color: #AD387F;
	border: 1px solid #AD387F;
	background: #fff !important;
	padding: 2px; 
	margin-left: 10px;
	}

.submitstyle {
	color: #AD387F;
	border: 1px solid #AD387F;
	background: #fff !important;
	padding: 2px;
	height: 25px;
	width: 75px;
	}

#submitdiv {
	clear: both;
	text-align:center;
	width: 500px;
	}
	
#captcha {
	float: left;
	margin: 15px 0 0 35px;
}

body.blog #column-left {
	width: 700px;
	float: left;
}

body.blog #column-right {
	width: 220px;
	margin-left: 10px;
	float: left;
}

body.blog #column-right ul li {
	padding:4px 0 0 30px;
}

body.blog #column-right .box {
	width: 175px;
	margin: 0px;
	color: #000;
	background: transparent !important;
}

.post {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

	.post p.meta-deta {
		font-size: .8em;
		margin: 0;
		padding: 0;
	}