@charset "UTF-8";
/* CSS Document */

@font-face{
font-family:"JensonClassico W00";
src:url("../_fonts/b31a62cc-a085-4d79-a8b9-5957b29e3f6f-.eot");
src:url("../_fonts/b31a62cc-a085-4d79-a8b9-5957b29e3f6f-.eot#iefix") format("embedded-opentype"),
		url("../_fonts/1c729b21-c376-44c9-b737-6a221dc02792.woff") format("woff"),
		url("../_fonts/9467d238-aaf8-4ad9-9465-4d59d8a108ec.ttf") format("truetype"),
		url("../_fonts/b65bc4bd-9e19-4126-8253-f8709610c83b.svg#b65bc4bd-9e19-4126-8253-f8709610c83b") format("svg");
}
@font-face{
font-family:"FrutigerNextW01-Medium";
src:url("../_fonts/49a11db7-306b-4d27-9761-382ab23f6866-.eot");
src:url("../_fonts/49a11db7-306b-4d27-9761-382ab23f6866-.eot#iefix") format("embedded-opentype"),
		url("../_fonts/c9372d3f-1898-4ecb-9e3f-59155488dfc9.woff") format("woff"),
		url("../_fonts/269e0a66-b2bb-4f96-a51b-c0ec7e43af8b.ttf") format("truetype"),
		url("../_fonts/3b5bdcb1-2809-47df-b46a-bdd7e3cf70a3.svg#3b5bdcb1-2809-47df-b46a-bdd7e3cf70a3") format("svg");
}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
html {
	width: 100%;
}
body {
	font-size: 100%;
	width: 100%;
	color: #000;
	background-color: #fff;
	text-align: center;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
	display: block;
	color: #000;
}
p {
	font: 17px/22px 'JensonClassico W00', Palatino, serif;
	letter-spacing: 1px;
	margin: 5px auto 20px;
	max-width: 650px;
}
p a:hover {
	color: #a9a49c;
}
h2 {
	padding-top: 140px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
}
h3 {
	font: 86px/86px 'JensonClassico W00', Palatino, serif;
	text-transform: lowercase;
	margin: 12px auto 5px;
	max-width: 650px;
}
h4 {
	background-repeat: no-repeat;
	background-position: center top;
	margin: 70px auto 12px;
}
h5 {
	font: 56px/60px 'JensonClassico W00', Palatino, serif;
	text-transform: lowercase;
}
h6 {
	font: 18px/24px 'FrutigerNextW01-Medium', Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 5px auto 10px;
	max-width: 650px;
}
h4.option {
	font: 21px/24px 'JensonClassico W00', Palatino, serif;
	letter-spacing: 1px;
	margin-top: 55px;
	max-width: 650px;
}
h4.option.tie:before {
	content: url("../_images/bowTie.png");
	display: block;
	margin: 5px auto;
}
p+h3 {
	margin-top: 35px;
}
h2+h4 {
	margin-top: 55px;
}
.hide {
	display: none;
}
.section {
	width: 100%;
	min-width: 1260px;
	padding-bottom: 50px;
}
.box {
	background-color: #faf8ee;
	border: 1px solid #cccccc;
	padding: 65px 48px 42px;
	margin: auto;
	position: relative;
}
.box:after {
	content: "";
	display: block;
	border: 2px solid #000;
	position: absolute;
	top: 12px;
	left: 12px;
	bottom: 12px;
	right: 12px;
}
#outerSpace {
	width: 100%;
	background-image: url("../_images/storyFlowersBG.png"), url("../_images/meshStoryBG.png"), url("../_images/sealBG.png"), url("../_images/meshBG.png");
	background-repeat: no-repeat, repeat-x, no-repeat, repeat;
	background-position: center 2072px, center 2072px, center 1072px, center top;
	-webkit-background-size: contain, auto, contain, auto;
	-moz-background-size: contain, auto, contain, auto;
	-o-background-size: contain, auto, contain, auto;
	background-size: contain, auto, contain, auto;
	min-width: 1260px;
}
#homepage {
	background-repeat: repeat;
	background-position: center top;
	width: 100%;
	min-width: 1260px;
	height: 1072px;
	position: relative;
}
#homepage .box {
	position: relative;
	top: 30%;
}
#homepage #logo {
	margin-bottom: 20px;
}
#homepage #date {
	font: 24px/24px 'JensonClassico W00', Palatino, serif;
}
.arrow {
	background-image: url("../_images/arrow.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 64px;
	height: 32px;
	position: absolute;
	bottom: 28px;
	left: 47.5%;
}
.arrow:hover {
	opacity: 0.35;
}
.arrow.left {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.arrow.right {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#nav {
	position: absolute;
	top: 2072px;
	width: 100%;
	height: 97px;
	min-width: 1260px;
	z-index: 500;
}
#nav ul {
	height: 43px;
	margin: auto;
	width: 100%;
	display: block;
	background-color: #000;
	position: relative;
	z-index: 500;
}
#nav ul li {
	font: 12px/43px 'FrutigerNextW01-Medium', Verdana, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 70px;
	height: 43px;
	letter-spacing: 1px;
}
#nav ul li:last-child {
	margin-right: 0;
}
#nav ul li a {
	color: #fff;
}
#nav ul li a:hover {
	color: #858585;
}
#nav #smallLogo {
	padding: 20px 20px 10px;
	margin: auto;
	background-color: #faf8ee;
	border: 1px solid #cccccc;
	position: relative;
	top: -10px;
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	z-index: 400;
}
#nav #smallLogo:after {
	content: "";
	display: block;
	border: 2px solid #000;
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
}
#nav #smallLogo a {
	position: relative;
	z-index: 100;
}
h4.subhead {
	font: 18px/24px 'FrutigerNextW01-Medium', Verdana, sans-serif;
	text-transform: uppercase;
}

h4#bridesmaids {
	background-image: url("../_images/bridesmaids.png");
	height: 32px;
	width: 271px;
}
h4#groomsmen {
	background-image: url("../_images/groomsmen.png");
	height: 37px;
	width: 266px;
}
h4#airports {
	background-image: url("../_images/airports.png");
	height: 59px;
	width: 200px;
}
h4#hotels {
	background-image: url("../_images/hotels.png");
	height: 42px;
	width: 141px;
}
h4#transportation {
	background-image: url("../_images/transportation.png");
	height: 59px;
	width: 313px;
}
#wedding h2 {
	background-image: url("../_images/theWeddingHead.png");
	height: 88px;
	width: 390px;
	margin-bottom: -35px;
}
#wedding p {
	text-transform: lowercase;
}
#events h2 {
	background-image: url("../_images/eventsHead.png");
	height: 60px;
	width: 254px;
}
#events .box {
	width: 444px;
	margin-top: 50px;
}
#events .box h4 {
	margin-top: 0;
}
#events .box p:last-child {
	margin-top: 42px;
	margin-bottom: 0;
}
#events .box p:last-child:before {
	content: url("../_images/diamondMed.png");
	display: block;
	height: 14px;
	width: 22px;
	margin: auto;
	position: relative;
	top: -25px;
}
#story {
	overflow: hidden;
}
#story h2 {
	background-image: url("../_images/ourStoryHead.png");
	height: 97px;
	width: 334px;
	padding-top: 0;
}
#story .box {
	width: 790px;
	margin-top: 140px;
}
#story .box p:last-child {
	margin-bottom: 30px;
}
#party {
	display: table;
	padding-bottom: 0;
	height: 675px;
}
#party .partyBox {
	display: table-cell;
	background-position: left center;
	background-repeat: repeat;
	vertical-align: middle;
	background-color: #000;
	cursor: pointer;
}
#party .partyBox:nth-child(1):hover {
	background-image: url("../_images/bridesmaidsBG.jpg");
}
#party .partyBox:nth-child(2):hover {
	background-image: url("../_images/groomsmenBG.png");
}
#party #maids {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../_images/detailsBG.jpg");
	background-repeat: repeat;
	background-position: center top;
	position: relative;
	display: none;
}
#party #men {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../_images/groomsmenBG.png");
	background-position: center center;
	background-repeat: repeat;
	background-color: #000;
	position: relative;
	display: none;
}
#party #maids .profile {
	background-color: #faf8ee;
	border: 1px solid #cccccc;
}
#party #men .profile {
	background-color: #000;
	border: 1px solid #000;
}
#party .otherParty {
	font: 12px/43px 'FrutigerNextW01-Medium', Verdana, sans-serif;
	letter-spacing: 1px;
	margin-left: 50px;
	padding: 10px 0 56px 0;
	text-align: left;
	height: 20px;
	position: relative;
	z-index: 501;
	text-transform: uppercase;
}
#party #men .otherParty {
	color: #faf8ee;
}
#party #men .otherParty:hover {
	color: #a9a49c;
}
#party .otherParty:hover {
	color: #a9a49c;
}
#party .profileCont {
	height: 527px;
	overflow: hidden;
	margin: auto;
	width: 1013px;
	position: relative;
}
#party .profileCont .profileSpan {
	position: absolute;
	left: -353px;
}
#party .profile {
	vertical-align: top;
	width: 265px;
	height: 460px;
	padding: 20px;
	margin-top: 25px;
	margin-right: 46px;
	float: left;
	position: relative;
}
#party .profile h3 {
	font: 32px/32px 'JensonClassico W00', Palatino, serif;
	letter-spacing: 1px;
	margin: -40px auto 10px;
}
#party .profile h4 {
	font: 29px/31px 'JensonClassico W00', Palatino, serif;
	letter-spacing: 1px;
	margin: 12px auto 10px;
}
#party #men .profile h3 {
	color: #faf8ee;
}
#party #men .profile h4 {
	color: #ffffff;
}
#party p {
	line-height: 20px;
}
#party #men p {
	color: #faf8ee;
}
#party .arrow {
	bottom: auto;
	left: auto;
	top: 350px;
}
#party #men .arrow {
	background-image: url("../_images/arrowLight.png");
}
#party .arrow.left {
	left: 34px;
}
#party .arrow.right {
	right: 34px;
}
#details {
	background-image: url("../_images/meshDetailsBG.png"), url("../_images/detailsBG.jpg");
	background-repeat: repeat-x, repeat;
	background-position: center top;
}
#details h2 {
	background-image: url("../_images/detailsHead.png");
	height: 68px;
	width: 230px;
}
#details p {
	text-transform: lowercase;
}
#details p+p {
	margin-top: -20px;
}
#details h3+h6+p+h3:before, #details h3+h6+p+p+h3:before, #details h3+h6+p+p+p+h3:before, #details h3+h6+h3:before, #details h3+p+h3:before, #details h3+p+p+h3:before {
	margin-top: 60px;
}
#details h3+h6+p+h3:before, #details h3+h6+p+p+h3:before, #details h3+h6+p+p+p+h3:before, #details h3+h6+h3:before, #details h3+p+h3:before, #details h3+p+p+h3:before {
	content: url("../_images/diamondMed.png");
	display: block;
	height: 14px;
	width: 22px;
	margin: auto;
	position: relative;
	top: -55px;
}

#activities {
	background: #ffffff;
}
#activities h2 {
	background-image: url("../_images/activitiesHead.png");
	height: 69px;
	width: 344px;
}
#activities p {
	text-transform: lowercase;
}
#activities p+p {
	margin-top: -20px;
}
#activities h3+h6+p+h3:before, #activities h3+h6+p+p+h3:before, #activities h3+h6+p+p+p+h3:before, #activities h3+h6+h3:before, #activities h3+p+h3:before, #activities h3+p+p+h3:before {
	margin-top: 60px;
}
#activities h3+h6+p+h3:before, #activities h3+h6+p+p+h3:before, #activities h3+h6+p+p+p+h3:before, #activities h3+h6+h3:before, #activities h3+p+h3:before, #activities h3+p+p+h3:before {
	content: url("../_images/diamondMed.png");
	display: block;
	height: 14px;
	width: 22px;
	margin: auto;
	position: relative;
	top: -55px;
}
#registry {
	background-image: url("../_images/groomsmenBG.png");
	background-position: center center;
	background-repeat: repeat;
	background-color: #000;
}
#registry h2 {
	margin-bottom: 16px;
}
#registry a {
	background-image: url("../_images/registryBG.png");
	background-position: top left;
	background-repeat: repeat;
	background-color: #faf8ee;
	display: inline-block;
	width: 350px;
	height: 234px;
	margin: 16px 12px;
}
#registry a:hover {
	background-position: bottom left;
}

#registry a div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 234px;
	width: 350px;
	font: 36px/40px 'JensonClassico W00', Palatino, serif;
}
#registry h2 {
	background-image: url("../_images/registriesHead.png");
	height: 87px;
	width: 321px;
}
#registry h3 {
	margin: 35px 25px;
	float: left;
}
#gallery {
	height: 672px;
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}
#gallery #gallSpan {
	position: absolute;
	height: 100%;
	left: -1260px;
}
#gallery table {
	float: left;
}
#gallery td {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#gallery .arrow {
	bottom: auto;
	left: auto;
	top: 48%;
}
#gallery .arrow.left {
	left: 34px;
}
#gallery .arrow.right {
	right: 34px;
}
#footer {
	position: relative;
	width: 100%;
	height: 85px;
	min-width: 1260px;
	background-color: #faf8ee;
}
#contactHead {
	background-image: url("../_images/contact.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 8px;
	width: 57px;
	margin: auto;
	padding-top: 42px;
	position: relative;
}
#contactHead:before {
	content: url("../_images/diamondSm.png");
	position: absolute;
	top: 37px;
	left: -20px;
}
#contactHead:after {
	content: url("../_images/diamondSm.png");
	position: absolute;
	top: 37px;
	right: -20px;
}
#copyright {
	background-image: url("../_images/copywrite.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 23px;
	width: 149px;
	margin: auto;
	position: absolute;
	right: 50px;
	bottom: 25px;
}