/******* Background Pattern/Texture from Subtle Patterns and http://subtlepatterns.com *********/

/*-------This is the CSS Reset----------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/*------------CSS Reset End----------*/


/*----------Normal Document CSS styles-----------*/
html {
	background: url(../img/darkdenim3.png) repeat scroll;
	height: 100%;
	padding: 0;
}

body {
	background: url(../img/darkdenim3.png) repeat-x repeat-y scroll;
	height: 100%;
	padding: 0;
}

h1 {
	font:400 24px/22px 'Rokkitt', serif;
	color:#fbac3a;
	margin-bottom:10px;
	padding:0px;}
h3 {
	font:18px/20px 'Rokkitt', serif;
	color:#454545;
	margin:0 0 10px 0;
	padding:0px;
	font-weight:800;
}

p {
	font:400 15px/18px 'Rokkitt', serif;
	color:#000;
	font-weight:normal, 400;}

.wrapper {
	width: 100%;
	height: 100%;
	float: left;
	padding: 0;
}

/* Header Container*/
.header {
	width:100%;
	height:106px;
	position:relative;
	}

.header_bar {
	width: 100%;
	height: 42px;
	position: absolute;
	bottom:0px;
	background: url(../img/bg-bar.png) repeat-x;
	background-color:#eca237;
}

.head-content {
	width: 964px;
	height: 100%;
	margin:0 auto;
	position:relative;
	z-index:100;
	background: #FFF repeat-y scroll;}

.head-control {
	width: 978px;
	height:106px;
	position:relative;
	margin: 0 auto;
	background:none;}
	
/* Top Navigation */

.main_nav {
	width: 978px;
	height: 52px;
	position:absolute;
	bottom:3px;
	left:0px;
	z-index:105;
	background: url(../img/nav-bar.png) no-repeat transparent 0 0;
}
.main_nav ul {
	margin: 12px 40px 0 0;
	padding: 0;
	float:right;
}
.main_nav li {
	list-style: none;
	display: inline;
	text-decoration: none;
	margin: 0 0 0 32px;
	color: #000;
}
.main_nav li a {
	list-style: none;
	display: inline;
	text-decoration: none;
	margin:0;
	padding:0;
	font-family: 'Rokkitt', serif;
	font-size:18px;
	color: #000;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}
.main_nav li a:hover {
	color: #FFF;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}



.logo {
	width:244px;
	height:105px;
	position: absolute;
	left:15px;
	top: 4px;
	z-index:110;}
	
.social {
	width:130px;
	height:23px;
	position:absolute;
	z-index:110;
	right: 0px;
	top:15px;
	}
.social ul, .social li {
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	}
	

.social a {
	height:23px;
	width:25px;
	display:block;
}

.fb a {
	background:url(../img/social-media.png) 0 0;
	width:25px;
		}
.fb a:hover {
	background-position: 0 -23px;
	}
.twitter a {
	background:url(../img/social-media.png) 0 -46px;
	width:25px;
}
.twitter a:hover {
	background-position:0 -69px;}
/* End Header Content Area */




/* Content Container */	

.content-container {
	width:100%;
	float:left;
	}
	
.content-control {
	width: 978px;
	height:100%;
	position:relative;
	margin: 0 auto;
	background:none;
	
	}
.content {
	width:924px;
	height:100%;
	margin:0 0 0 7px;
	padding:20px;
	position:relative;
	float:left;
	background:#FFF scroll;}
	
.divider {
	background:url(../img/divider.png) 0 0 no-repeat;
	width:735px;
	height:24px;
	margin:20px 0 0 90px;}
	
.content-text {
	width:735px;
	margin:20px 0 0 90px;
	float:left;
	
	}
.content-text p {
	font:400 16px/22px 'Rokkitt', serif;
	color:#000;
	font-weight:normal, 400;
	}
	
.about-text {
	width:735px;
	margin:20px 0 0 90px;
	
	}
.about-text p {
	font:400 16px/24px 'Rokkitt', serif;
	color:#000;
	font-weight:normal, 400;
	margin:15px 0;
}	
	
.about-divider {
	background:url(../img/divider.png) 0 0 no-repeat;
	width:735px;
	height:24px;
	margin:10px 0 20px 0;
	float:left;
	clear:both;}
	
.about-divider-alt {
	background:url(../img/divider.png) 0 0 no-repeat;
	width:735px;
	height:24px;
	margin:20px 0 20px 0;
	float:left;
	clear:both;}
	
.profile-pic {
	width:159px;
	height:auto;
	float:left;
	margin-right:22px;
	margin-bottom:20px;
	margin-top:20px;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	font-style:italic;
	background-color:#333;
	}
	
.profile-pic p {
	float:none;
	clear:both;
	color:#FFF;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	padding:5px;
	margin:0 auto;
	background-color:#333;
	display:block;
	text-align:center;
	}

	
.flourish {
	width:735px;
	height:49px;
	margin:0 0 0 90px;
	padding:0px;
	text-align:center;
	}
	
.flourish-bottom {
	width:735px;
	height:49px;
	margin:20px 0 0 90px;
	padding:0px;
	text-align:center;
	}
	
.events-content {
	width:924px;
	height:100%;
	margin:0 0 0 7px;
	padding:20px;
	position:relative;
	float:left;
	background:#FFF scroll;}
	
.specifics {
	width:735px;
	float:left;
	clear:both;}
	
.specifics-bottom {
	width:735px;
	float:left;
	clear:both;
	margin-top:20px;}
	
.events {
	width:182px;
	float:left;
	padding:0px;
	margin:0px;}	

.events ul {
	padding:0px;
	margin:0px;}

.events li {
	list-style:none;
	display:block;
	text-decoration:none;
	margin-top:10px;
	font:400 14px/14px 'Rokkitt', serif;
	color:#777;}

.events p {
	float:left;
	clear:both;}
	
.bespoke-hero {
	width:735px;
	height:481px;
	margin:0 0 10px 90px;
	padding:0;}
	
.coming-soon {
	text-align:center;}
	
.coming-soon h1 {
	font-size:30px;}
.wedding-text {
	width:735px;
	margin:20px 0 0 90px;
	}
.wedding-text p {
	font:400 16px/22px 'Rokkitt', serif;
	color:#000;
	font-weight:normal, 400;
	margin:15px 0;
	}	
.wedding-photos {
	width:735px;
	clear:both;
	margin:0 auto;
}
.wedding-full {
	width:735px;
	height:232px;
	margin:0 auto;
	padding:9px 0;
	display:block;
	clear:both;
}
.wedding-large {
	width:454px;
	height:232px;
	float:left;
	display:block;
}
.wedding-small {
	width:263px;
	height:232px;
	float:left;
	padding:9px 0;
	display:block;
}
.wedding-right {
	padding:9px 0 9px 9px;
}
.wedding-left {
	padding:9px 9px 9px 0;
}
.weddings {
	width:50%;
	float:left;
	padding:0px;
	margin:0px;
	}
		
.weddingss ul {
	padding:0px;
	margin:0px;}

.weddings li {
	list-style:none;
	display:block;
	text-decoration:none;
	margin-top:10px;
	font:400 16px/22px 'Rokkitt', serif;
	color:#777;}
.weddings-full {
	width:100%;
	float:left;
	clear:both;
	padding:20px 0 10px 0;
	margin:10px 0 0 0;
	border-top:1px dotted #fbac3a;
}
.weddingss-full ul {
	padding:0px;
	margin:0px;}

.weddings-full li {
	list-style:none;
	display:block;
	text-decoration:none;
	margin-top:10px;
	font:400 16px/22px 'Rokkitt', serif;
	color:#777;}
.weddings-full p {
	margin:20px 0 0 0;
	clear:both;
}
/* Footer Container*/	
.footer {
	width:100%;
	height:98px;
	position:relative;
	float:left;
	clear:both;
	}

.footer_bar {
	width: 100%;
	height: 42px;
	position: absolute;
	bottom: 20px;
	z-index:0px;
	background: url(../img/bg-bar.png) repeat-x;
	background-color:#eca237;
}

.footer-content {
	width: 964px;
	height:100%;
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
	z-index:100;
	background: #FFF scroll;}

.footer-control {
	width: 978px;
	height:100%;
	position:relative;
	margin: 0 auto;
	background:none;}
	
	
.contact-title {
	width:735px;
	margin:0 0 0 0px;}
	
.contact-title h1 {
	float:left;}	
.contact-title p {
	float:left;
	font-style:italic;
	margin-top:4px;
	margin-left:20px;}
	
.thanks-title {
	width:735px;
	margin:0 0 0 0px;}
	
.thanks-title h1 {
	float:left;}	
.thanks-title p {
	float:left;
	font-style:italic;
	margin-top:4px;
	margin-left:0px;}
	
.contact-info {
	clear:both;}
	
.contact-info ul {
	margin:0px;
	padding:0px;}
	
.contact-info li {
	list-style:none;
	display:block;
	margin:10px 0 0 0;
	font:400 16px/22px 'Rokkitt', serif;}
.contact-info a {
	color:#eca237;
	text-decoration:none;
	}
	
.contact-divider {
	background:url(../img/divider.png) 0 0 no-repeat;
	width:735px;
	height:24px;
	float:left;
	clear:both;
	margin:20px 0 0 90px;}
	
.contact-ender {
	width:735px;
	height:91px;
	float:left;
	clear:both;
	margin-top:50px;
	padding:0px;}
	
/* Form CSS */

.asterisk {
	color:#f32828; 
	font-size:12px; 
	font-weight:normal;
}
.contact-me {
	float:left;
	clear:both;
	width:100%;
	}

.contact-me label {
	font-family: 'Rokkitt', serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	width: 150px;
	display: inline-block;
	float: left;
	margin-top: 10px;
}
::-webkit-input-placeholder {
   font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	font-style:italic;
	line-height:16px;
	
}

:-moz-placeholder { /* Firefox 18- */
   font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	font-style:italic;
	line-height:12px;
	
}

::-moz-placeholder {  /* Firefox 19+ */
   font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	font-style:italic;
	line-height:12px;
	 
}

:-ms-input-placeholder {  
   font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	font-style:italic;
	line-height:12px;
}
.ziparea {
	clear:both;
}
.ziparea label {
	clear:both;
	font-family: 'Rokkitt', serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	width: 150px;
	display: inline-block;
	float: left;
	margin-top: 10px;
	padding:0;
}
.ziparea input {
	margin-top:10px;}
	
.ziparea input, .ziparea select {
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	color: #666;
	padding: 5px;
	float:left;
	clear:both;
	background: #FFF;
	border: solid 1px #fbac3a;
	border-radius: 6px;
	behavior: url(js/PIE.htc);
}

.ziparea input:focus, .ziparea select:focus, .ziparea textarea:focus {
	outline: none;
}

label.error {
	font-size: 12px;
	color: #f00;
	margin-left: 160px;
}

.textareaElem label.error {
	margin-left: 0;
}
	
.box-left {
	float:left;
	width:360px;}
.box-right {
	float:right;
	width:360px;
	}

textarea {
	border-radius: 3px;
	border: solid 1px #fbac3a;
	margin-top: 10px;
	padding:5px;
	float:left;
	clear:both;
	width:335px;
	height:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}

.submit-button {
	background-color: #fbac3a;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Rokkitt', serif;
	padding: 10px;
	border: none;
	border-radius: 7px;
	behavior: url(js/PIE.htc);
	margin-left: 0px;
	margin-top: 15px;
	cursor: pointer;
	float:left;
	clear:both;
	width:345px;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}
.submit-button:hover {
	border: solid 1px #fbac3a;
	background-color: #FFFFFF;
	color: #fbac3a;
	-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
	-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
	}



/* Footer Navigation */

.footer_nav {
	width: 978px;
	height: 52px;
	position:absolute;
	bottom:3px;
	left:0px;
	z-index:105;
	background: url(../img/nav-footer-bar.png) no-repeat transparent 0 0;
}
.footer_nav ul {
	margin: 20px 0 0 20px;
	padding: 0;
	float:left;
}
.footer_nav li {
	list-style: none;
	display: inline;
	text-decoration: none;
	margin:0;
	padding:0 20px;
	color: #000;
	border-right:1px solid #000;
}
.footer_nav li a {
	list-style: none;
	display: inline;
	text-decoration: none;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	color: #000;
}
.footer_nav li a:hover {
	color: #FFF;
	/*-webkit-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 200ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
	/*-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-ms-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition-timing-function: cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}

.footer_nav li:last-child {
	border-right:none;}
	
.footer_nav ul .no_border {
	border-right:none;
}

.footer_nav ul .no_border a {
	border-right:none;
	}	
.copyright {
	position:absolute;
	right:20px;
	bottom:16px;
	z-index:105;
	}
.copyright p {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;}





/*----------Normal Document CSS styles END-----------*/
