* { margin: 0; padding: 0; }

a, a:visited {
	color: #827e74;
}

a:hover {
	color: #fff;
}


img {
	border: none;
}

div.clear {
	clear: both;
}

h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0 0 10px;
	color: #58398c;
	text-align: left;
}

h1 {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 24px;
	color: #7a5eaa;
}

h4 {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h5 {
    color: #D1AD8E;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-top: 65px;
	text-align: left;

}

p {
	margin: 10px 0;
	font-size: 12px;
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
}


body {
	background: transparent url('../img/bg.jpg') repeat scroll top center;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #FFF;
	width: 100%;
	overflow-x: hidden;

}


div.background-container {
	background: transparent url('../img/bg_bar.png') repeat-x scroll center 240px;

}


/*----- Main Template Stuff -----*/

img.header {
    margin: 60px -21px 0;
}

div.container {
	max-width: 960px;
	margin: 0 auto 50px;
}



div.logo {
	width: 245px;
	height: 140px;
	float: left;
	background: transparent url('../img/trans.png') repeat;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}



div.logo h1 {
	text-indent: -9999px;
	background: transparent url('../img/logo.png');
	width: 209px;
	height: 114px;
	display: block;
	margin: 35px auto;
}



div.header div.navigation {
	float: right;
	width:60%;
}

div.header ul {
	float: right;
	list-style-type: none;
	margin-top: 30px;
	width:100%;
}

div.header ul li {
	border-top: 2px solid #cbbaa5;
	border-bottom: 2px solid #cbbaa5;
/* 	padding: 3px 10px;	 */
/* 	border-left: 1px solid #4c4943; */
	background: transparent url('../img/trans.png') repeat;
	display: inline-block;
	float: left;
	display: block;
	
}


div.header ul li a, 
div.header ul li a:visited {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 5px 10px;	
/* 	float: left; */
	background: transparent url('../img/nav-border.png') no-repeat scroll top left;
	border-bottom: 1px solid #898776;
	border-top: 1px solid #49453e;
}


div.header ul li a:hover {
	color: #CCC;
}


div.header ul li:first-child a, 
div.header ul li:first-child a:visited {
	background: none;

}



	/**	NAV ACTIVE STATES	**/
	div.header ul li.active {
		border-top: 2px solid #34302e;
		border-bottom: 2px solid #34302e;
		border-left: 2px solid #34302e;
	}

	div.header ul li.active a:hover {
		color: #fff;
	}

	div.header ul li.active a, 
	div.header ul li.active a:visited {
		border-bottom: 1px solid #26211f;
		border-top: 1px solid #37322e;
		background-color: #0b0907;
	}




	/** NAV - SMALL **/
	
	div.header ul.small-nav {
		margin-top: 24px;
	}

	
	div.header ul.small-nav li a, 
	div.header ul.small-nav li a:visited {
   		height: 24px;
   		margin-bottom: -3px;
   		padding: 1px 10px 0;
	}


img.title {
	margin-top: 35px;
}


/**	FOOTER	**/


div.footer {
	background: transparent url('../img/trans.png') repeat;
	width: 100%;
	height: 90px;
	margin: 50px 0;
	padding: 1px;
}


div.footer div.inner {
	margin: 22px auto 0;
	max-width: 900px;
	
}


div.footer div.select {
	width: 320px;
	position: relative;
	z-index: 1000;
}

div.footer div.select span.label {
	float: left;
	display: block;
	width: 115px;
}





div.footer div.select div.selector {
	padding: 2px 5px;
	background: #000 url('../img/venue_select_bg.png') scroll top right no-repeat;
	width: 195px;
	position: relative;
	float: left;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
}



div.footer div.select div.selector span,
div.footer div.select div.selector ul#selections li {
	font-size: 14px;
	font-weight: 100;
	font-family: "Helvetica Neue", Arial, sans-serif;
	letter-spacing: 1px;
}

div.footer div.select div.selector ul#selections li {
    font-size: 12px;
    margin-top: 11px;
}


div.footer div.select div.selector ul#selections li a, 
div.footer div.select div.selector ul#selections li a:visited  {
	color: #FFF;
	text-decoration: none;

}

div.footer div.select div.selector ul#selections li a:hover {
	color: #CCC;

}




div.footer div.select div.selector ul#selections {
	display: none;
    background-color: #000000;
    bottom: 22px;
    list-style-type: none;
    margin: 0 0 0 -5px;
    padding: 0 0 17px 10px;
    position: absolute;	
	border-radius: 3px 3px 0 0;
	-moz-box-shadow: 0 0 10px #000;    
	-webkit-box-shadow: 0 0 10px #000;    
	box-shadow: 0 0 10px #000;    
	
}



div.footer ul.subnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

div.footer ul.subnav li {
	display: inline;
	font-size: 12px;
	padding: 0 10px;
	border-left: 1px solid #777571;
}

div.footer ul.subnav li:first-child {
	border-left: none;
	padding-left: 0;
}


div.footer ul.subnav li a,
div.footer ul.subnav li a:visited {
	 color: #CCC;
	 text-decoration: none;
}

div.footer ul.subnav li a:hover {
	color: #FFF;
}




div.footer ul.subnav li a.facebook {
	width: 78px;
	height: 16px;
	display: inline-block;
	background: transparent url('../img/facebook_sprite.png') no-repeat scroll 0 0;
	text-indent: -99999px;

}


div.footer ul.subnav li a.facebook:hover {
	background: transparent url('../img/facebook_sprite.png') no-repeat scroll 0 -17px;
	

}

div.footer div.bottom {
	max-width: 900px;
	margin: 10px auto;
}

div.footer div.bottom span {
	display: block;
	font-size: 12px;
}

div.footer span.left {
	float: left;
}


div.footer span.right {
	float: right;
	margin-right: 10px;
}

/**		HOME PAGE	**/


div.carousel-outer {
	margin-top: 50px;
}

div.carousel-container {
    width: 100%;
    z-index: 1;
}

div.carousel-overlay {
    background: url("../img/slider/overlay.png") no-repeat scroll center top transparent;
    height: 455px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}









div.content {
	margin-top: 40px;
	padding: 20px 20px;
	background: transparent url('../img/trans.png') repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.content-sub {
	margin-top: 40px;
	padding: 50px;
	background: transparent url('../img/trans.png') repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.content-sub a {
	text-decoration: none;
	color: #D1AD8E;
}

div.content-sub a:hover {
	color: #C05779;
}


div.content-contact {
	margin-top: 40px;
	padding: 40px;
	background: transparent url('../img/trans.png') repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 775px;
}


div.content div.left {
	float: left;
	max-width: 430px;
	width:47%;
}

div.content img.vrule {
	float: left;
	margin-top: 20px;
	margin-left: 45px;
}

div.content div.right {
	float: right;
	width: 370px;
	height: 345px;
}


div.envelope {
	position: relative;
	margin-top: 20px;
}


div.envelope img#close {
    cursor: pointer;
    display: none;
    position: absolute;
    right: -1px;
    top: 0;
}



div.envelope img.front {
    position: absolute;
    right: 24px;
    top: 140px;
    z-index: 100;
}



div.envelope img.flap {
	position: absolute;
	z-index: 98;
	top: 144px;
}



div.envelope div.form {
    background-color: #FFFFFF;
    height: 320px;
    left: 5px;
    position: absolute;
    width: 298px;
    z-index: 99;
    padding: 0 10px;
    -moz-box-shadow: 0 0 20px #000000;
    -webkit-box-shadow: 0 0 20px #000000;
   	box-shadow: 0 0 20px #000000;
    overflow: hidden;
}
input.error{
  border-color:red !important;
  border-style:solid !important;
  border-width:1px !important;
}

div.envelope div.form h2 {
	text-indent: -99999px;
	display: block;
	background: transparent url('../img/plan-your-wedding.png') no-repeat;
	width: 253px;
	height: 63px;
	margin: 20px auto;
}



div.envelope div.form p {
	color: #000;
	font-size: 16px;
    padding-bottom: 30px;
    text-align: center;
}

div.envelope span.overlay {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-weight: bold;
    left: 97px;
    padding: 5px 0;
    position: relative;
    text-align: center;
    top: 182px;
    width: 135px;
    z-index: 101;
    text-transform: uppercase;
	font-size: 15px;    
}

div.envelope span#submit {
	display: none;
	padding: 5px 20px;

}

/*-- FORM INDEX--*/

div.form div.form-index {
    margin: 0 auto;
    padding-top: 20px;
    width: 288px;
}

div.form div.form-index label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    width: 70px;
}

div.form div.form-index input {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 300px;
    float: right;
    padding: 3px;
}

div.form div.form-index label.bigger {
	margin-top: 15px;
}

div.form div.form-index textarea-main {
    background-color: #e1e1e1;
    border: medium none;
    font-size: 14px;
    width: 284px;
    float: right;
    height: 90px;
}

div.form div.form-index input#send {
    background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-left: 158px;
    margin-top: 30px;
    padding: 3px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}

div.input-box {
	float: right;
}

div.form div.form-index input#attend {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 110px;
    float: right;
    padding: 3px;
}

div.form div.form-index input#email {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 98px;
    float: right;
    padding: 3px;
}




div.form div.form-index input#venue {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 200px;
    float: right;
    padding: 3px;
}

div.form div.form-index input#location {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 200px;
    float: right;
    padding: 3px;
}

div.form div.form-index input.sub {
    background-color: #E1E1E1;
    border: medium none;
    float: right;
    font-size: 12px;
    margin-left: 5px;
    margin-top: -10px;
    padding: 3px;
    width: 103px;
}

div.form div.form-index input#date {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 200px;
    float: right;
    padding: 3px;
}

div.form div.form-index input#colors {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 200px;
    float: right;
    padding: 3px;
}


div.content.facebook {


}


div.facebook_post {
    background: url("../img/facebook-big.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 85px;
    margin-bottom: -20px;
    padding-left: 140px;
    width: 670px;
}


div.facebook_post span {
	font-size: 15px;
	color: #d1ad8e;
}


div.facebook_post p {
	font-weight: normal;
	font-size: 21px;
	font-style: italic;
}


div.facebook_post p a,
div.facebook_post p a:visited {
	color: #FFF;
	text-decoration: none;
}

div.facebook_post p a:hover {
	color: #CCC;
}

div.like {
    float: right;
    margin-top: 30px;
    overflow: hidden;
    width: 103px;
	
}

/*--------VENUES PAGE---------*/

img.venue {
	margin-left: 11px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	float: left;
	margin-top: 60px;
}

div.content-sub p.title {
	font-size: 20px;
	text-align: center;
}
div.description {
    float: left;
    margin-left: 40px;
    margin-top: 55px;
    width: 650px;
}

div.description p {
	color: #d1ad8e;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
}

div.description p.contact {
	color: #fff;
	font-size: 12px;
	font-style: normal;
}

div.description a.standout {
    background-color: #C05779;
    color: #FFFFFF;
    float: right;
    font-size: 12px;
    font-style: normal;
    margin-top: -37px;
    padding: 3px 8px 3px 6px;
    text-decoration: none;
    width: 81px;
}

div.description a.standout span {
	float: left;
	width: 58px;
}

div.description a:hover {
	color: #D1AD8E;
}
div.description a.email {
    background: none;
    color: #FFFFFF;
    float: none;
    font-size: 12px;
    font-style: normal;
    padding: 0;
    margin: 0;
	text-decoration: none;
}

div.description a.email:hover {
	color: #D1AD8E;
}

div.description ul {
	float: left;
	list-style-type: none;	
    margin-left: -15px;
}

div.description ul li {
    border-left: 1px solid #FFFFFF;
    display: inline;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

div.description ul li:first-child {
    border-left: none;
}

img.arrow {
    float: right;
    margin-left: 8px;
    margin-top: 3px;
}
#venueSocial{
  list-style: none;
}
#venueSocial li{
  display:inline-block;
  margin-right:1em;
}
/*--------SPECIALS PAGE---------*/

div.content-sub a.offer {
    background-color: #C05779;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    padding: 0px 6px;
	text-decoration: none;
}

div.content-sub a.offer:hover {
	color: #D1AD8E;
}

img.arrow-left {
    margin-left: 10px;
}

/*--------VENDOR PAGE---------*/

div.vendor {
    float: left;
    margin-left: 15px;
    padding-right: 15px;
    width: 400px;
}

div.vendor a.offer {
    background-color: #C05779;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    padding: 0px 6px;
	text-decoration: none;
}

div.vendor a.offer:hover {
    color: #D1AD8E;
}

div.vendor a {
	text-decoration: none;
	color: #fff;
}

div.vendor a:hover {
	color: #D1AD8E;
}

/*--------GALLERY PAGE---------*/

div.content-sub h6 {
	text-align: center;
    color: #D1AD8E;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 20px;
}

div.column {
	float: left;
}

div.column ul.gallery {
	list-style-type: none;	

}

div.column ul.gallery li {
	display: inline; 
}

div.column ul.gallery li img {
	width: 147px;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	float: left;
	margin-top: 44px;
	margin-left: 54px;
}


div.column img.venue {
	margin-left: 54px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;
	float: left;
	margin-top: 44px;
}

/*--------GALLERY SPECIFIC PAGE---------*/

div.content-sub h3 {
    color: #D1AD8E;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    width: 790px;
}

div.content-sub a.gallery {
    background-color: #C05779;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    margin-left: 15px;
    padding: 0px 7px;
    text-decoration: none;
    float:right;
}

div.content-sub a.gallery:hover {
	color: #D1AD8E;
}

div.content-sub p {
	font-size: 14px;
}

/*---------CONTACT PAGE-----------*/

div.content-contact h6 {
	text-align: center;
    color: #D1AD8E;
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 20px;
}


div.contact-envelope {
	width: 586px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 40px;
   	position: relative;
	height: 600px;
	-moz-box-shadow: 0 0 15px #000;
	-webkit-box-shadow: 0 0 15px #000;
	box-shadow: 0 0 15px #000;

}

div.contact-envelope img.front {
    position: absolute;
    right: -39px;
    top: 370px;
    z-index: 100;
}



div.contact-envelope img.flap {
	position: absolute;
	z-index: 98;
	top: 144px;
}


div.form {
    margin: 0 auto;
    width: 470px;
    padding-top: 20px;
    position: relative;
    z-index: 1000;
}

div.form label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    width: 70px;
}

div.form input {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 300px;
    float: right;
    padding: 3px;
}

div.selects {
    margin-top: -10px;
}

div.selects p {
    color: #000;
    font-size: 14px;
}

div.selects ul {
    list-style-type: none;
    margin: 0;
}

div.selects ul li {
    display: block;
    float: left;
    margin-bottom: 20px;
}

div.selects ul li span.label {
    font-size: 12px;
    color: #000;
}

div.selects ul li input[type="checkbox"] {
    cursor: default;
    float: left;
    height: 12px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0 !important;
    width: 25px;
    background: none !important;
}


div.selects ul li br {
	clear: both;
}

div.form label.bigger {
	margin-top: 15px;
}

div.form textarea {
    background-color: #e1e1e1;
    border: medium none;
    font-size: 14px;
    width: 290px;
    float: right;
    height: 63px;
    z-index: 1000;
    position: relative;
}

input#send,
input.submit {
    background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
/*     float: left; */
    font-size: 14px;
    margin-left: 158px;
    margin-top: 50px;
    padding: 3px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    position: relative; 
    z-index: 200;
}


input#send-contact {
    background-color: #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: none;
    font-size: 14px;
    margin-left: 182px;
    margin-top: 50px;
    padding: 3px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    position: relative; 
    z-index: 200;
}

input.overlay.submit {

   margin-left: 117px;
   margin-top: 140px;
   display: none;
}


img#submit_arrow {
	display: none;
}


div.input-box {
	float: right;
}

div.form input#name {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 344px;
    float: right;
    padding: 3px;
}

div.form input#email {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 292px;
    float: right;
    padding: 3px;
}

div.form input#address {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 331px;
    float: right;
    padding: 3px;
}

div.form input.sub {
    background-color: #E1E1E1;
    border: medium none;
    float: right;
    font-size: 12px;
    margin-left: 5px;
    margin-top: -10px;
    padding: 3px;
    width: 103px;
}

div.form input#wedding {
   	background-color: #e1e1e1;
    border: medium none;
    font-size: 12px;
    margin-bottom: 15px;
    width: 210px;
    float: right;
    padding: 3px;
}

img.arrow-submit {
    margin-left: -20px;
    margin-top: 58px;
    position: relative;
    z-index: 200;
}


div.form p {
	font-size: 21px;
	text-align: center;
	color: #000;
}



div.af_post h2 {
	font-size: 20px;
	color: #FFF;
}


div.af_post h3 {
	margin-top: 20px;
}


div.af_post h3 a {
	font-size: 16px;
	color: #FFF;
	text-decoration: underline;
	
	
}




div.af_post p {
	font-size: 12px;
	display: none;
	overflow: hidden;

}

