/* @group Reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

More info: http://html5doctor.com/html-5-reset-stylesheet/
*/

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;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

/* Forms
/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *	and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting  on  using  in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native 
 *	and  controls.
 * 2. Corrects inability to style clickable  types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *	 and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *	Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	*overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *	Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses  set to  in Safari 5 and Chrome.
 * 2. Addresses  set to  in Safari 5 and Chrome
 *	(include  to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}

/* @end */

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-family: 'Raleway', sans-serif;
	background: rgba(0, 0, 0, 0) url("images/main-background.jpg") repeat-x scroll 0 0;

}



h1 {
	font: normal 16px/24px 'Oswald', sans-serif;
	color: #f9b9ae;
	letter-spacing: 1px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

h2 {
	font: normal 15px/22px 'Oswald', sans-serif;
	color: #f9b9ae;
	letter-spacing: 1px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

h3 {
	font: normal 15px/22px 'Oswald', sans-serif;
	color: #F9B9AE;
	letter-spacing: 1px;
	margin-bottom: 22px;
	text-transform: uppercase;
}

h3 i {
	display: block;
	font-size: 11px;
	font-style: normal;
}

h4 {
	font: normal 14px/22px 'Oswald', sans-serif;
	color: #f9b9ae;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

h4 i {
	display: block;
	font: 600 9px/16px 'Raleway', sans-serif;
	letter-spacing: normal;
	text-transform: none;
	font-style: normal;
}

h5 {
	font: 500 12px/18px 'Raleway', sans-serif;
	color: #F9B9AE;
	letter-spacing: 1px;
	margin-bottom: 10px;
}


p {
	font: 400 11px/18px 'Raleway', sans-serif;
	color: #887f72;
	margin-bottom: 10px;
}

a {
	color: #F9B9AE;
	text-decoration: none;
}

a:hover, a:active {
	color: #f9b9ae !important;
}

strong {
	
}

em {
	
}

blockquote {
	
}

ul, ol {
	
}

li {
	
}

input, textarea {
	border: 0 none;
	background: #eeede9;
	padding: 5px;
	font: 400 12px/20px 'Raleway', sans-serif;
	color: #A19B89;
}

input[type="submit"], button[type="submit"] {
	
}

label {
	font: 400 16px/44px 'Raleway', sans-serif !important;
}

.alignleft {
	float: left;
	margin-left: 70px;
}

.alignright {
	float: right;
	margin-right: 70px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Site */

#wrapper {
	width: 1160px;
	margin: 62px auto 40px;
}

#logo {
	width: 515px;
	height: 112px;
	margin: 0 auto;
}

#menu {
    color: #f9b9ae;
    font: 700 11px/12px "Raleway",sans-serif;
    height: 12px;
    letter-spacing: 1px;
    margin: -15px auto 54px;
    text-align: center;
    text-transform: uppercase;
    width: 1110px;
}

#menu a {
	color: #A19B89;
	padding: 0 20px;
	position: relative;
	z-index: 100;
}

#menu span {
	padding: 0 20px;
}

#menu .alignright a, #menu .alignright span {
	padding: 0 14px;
}

#menu a:hover, #menu a:active, #menu a.active {
	color: #F9B9AE !important;
}

#menu li.dropdown {
	display: block;
	float: left;
	position: relative;
	list-style: none;
/*	z-index: 100;*/
}

#menu ul {
	display: none;
	visibility: hidden;
	position: absolute;
	padding: 30px 10px 10px 0px;
	margin: 0;
	background: #fff;
	list-style: none;
	text-align: left;
	white-space: nowrap;
}

#menu ul li {
	margin-bottom: 10px;
}

#menu li:hover > ul, #menu li:active > ul {
	display: block;
	visibility: visible;
}

#content-border-vow {
    background: rgba(0, 0, 0, 0) url("images/vows-background.png") repeat scroll 0 0;
    height: 365px;
    margin: 0 -200px -365px -200px;
    width: 1560px;
	overflow: hidden;
}



.content {
	width: 970px;
	min-height: 538px;
	background: #fff;
	margin: 0 auto;
}

#social {
	width: 310px;
	height: 36px;
	margin: 50px auto 26px;
	clear: both;
}

#social img {
	float: left;
}

#footer {
	width: 990px;
	background: url('images/footer-bg.png') no-repeat center top;
	margin: 0 auto;
	padding-top: 16px;
	font: 700 10px/12px 'Raleway', sans-serif;
	color: #A19B89;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
}

#footer a {
	color: #A19B89;
}

/* Pages */

#index {
	width: 970px;
	height: 538px;
	background: url('images/index-slideshowbg.png') no-repeat center center transparent;
	padding: 10px 11px;
}

#index ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#index-nav {
    height: 300px;
    margin: 40px auto 0 0;
    text-align: center;
    
}

#index-nav img {
	
}

#meet {
	width: 818px;
	padding: 44px 76px 0;
}

#meet img.h1 {
	margin-bottom: 26px;
}

#meet .col {
	width: 390px;
	margin-bottom: 36px;
}

#meet-loves {
	width: 840px;
	margin: 36px auto 0 -12px;
	clear: both;
}

#meet-loves img {
	float: left;
	margin: 0 12px;
}

#meet-loves a {
	cursor: pointer;
}

#meet-loves img.targetDiv {
	display: none;
}

#gallery {
	padding-top: 48px;
}

#gallery-nav {
	width: 500px;
	height: 36px;
	margin: 0 auto 32px;
}

#gallery-nav a {
	display: block;
	float: left;
	height: 36px;
	text-indent: -9999px;
}



#gallery-nav a.gallery-weddings {
	width: 148px;
	background: url('images/gallery-menu-weddings.png') no-repeat;
	background-position: 0 0;
}

#gallery-nav a.gallery-elopements {
	width: 206px;
	background: url('images/gallery-menu-elopements.png') no-repeat;
	background-position: 0 0;
}

#gallery-nav a.gallery-engaged {
	width: 123px;
	background: url('images/gallery-menu-engaged.png') no-repeat;
	background-position: 0 0;
}


#gallery-nav a:hover, #gallery-nav a:active, #gallery-nav a.active {
	background-position: 0 -36px;
}

#gallery h5 {
	text-align: center;
	margin-bottom: 24px;
}

#portfolio {
	width: 884px;
	height: 546px;
	margin: 0 auto;
	overflow: hidden;
}

#details {
	padding-top: 56px;
}

#details-nav {
	width: 960px;
	height: 12px;
	margin: 0 auto 48px;
	font: 700 12px/12px 'Raleway', sans-serif;
	color: #F9B9AE;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
}

#details-nav a {
	color: #A19B89;
	padding: 0 15px;
}

#details-nav span {
	padding: 0 15px;
}

#details-nav a:hover, #menu a:active, #menu a.active {
	color: #F9B9AE !important;
}

#details .sidebar {
	float: left;
	width: 432px;
	background: url('images/footer-bg.png') no-repeat center right;
	margin: 0 34px 0 100px;
	padding: 29px 33px 15px 0;
}

#details .letter {
	float: left;
	width: 122px;
	height: 38px;
	margin: 0 11px 14px;
	padding: 44px 0;
}

a.letter {
	cursor: pointer;
}

.letter.tan {
	background: url('images/love-tan.png') no-repeat center center;
}

.letter.red {
	background: url('images/love-red.png') no-repeat center center;
}

.letter.green {
	background: url('images/love-green.png') no-repeat center center;
}

.letter h4 {
	color: #fff;
	letter-spacing: normal;
	text-align: center;
	margin-bottom: 0;
}

#letters {
	width: 292px;
	margin: 0 70px 0 auto;
	padding-top: 28px;
}

#letters .targetDiv {
	display: none;
}

#letters p {
	font: 500 12px/18px 'Raleway', sans-serif;
	color: #A19B89;
}

#details h5 {
	text-align: center;
	margin: -6px auto 32px;
}

#vendors {
	width: 776px;
	margin: 0 auto;
}

#vendors img {
	float: left;
}

#pricing {
	width: 786px;
	padding: 48px 92px 0;
}

#pricing img.h1 {
	margin-bottom: 38px;
}

#pricing p {
	font: 500 12px/20px 'Raleway', sans-serif;
	color: #A19B89;
}

#pricing .divider {
	width: 828px;
	height: 16px;
	background: url('images/footer-bg.png') no-repeat center center;
	margin: 56px auto 70px -21px;
}

#pricing .col {
	float: left;
	width: 232px;
	margin-bottom: 22px;
}

#pricing .col.center {
	margin: 0 44px 22px;
}

#pricing h5 {
	text-align: center;
}

#pricing img.aligncenter {
	clear: both;
}

#connect {
	padding-top: 46px;
}

#connect .divider {
	width: 828px;
	height: 16px;
	background: url('images/footer-bg.png') no-repeat center center;
	margin: 26px auto 36px;
}

#contact-wrapper {
	width: 700px;
	margin: 0 auto;
}

#contact-wrapper form {
	color: #A19B89;
	font: 400 16px/44px 'Raleway', sans-serif !important;
}

#contact-wrapper ul, #contact-wrapper li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact-wrapper button {
	width: auto;
	border: 0 none;
	background: transparent;
	margin-top: 44px;
}