@import url(../style.css);

/* @group Weddings */

body.weddings {
	background: #BECFC8;
}


.weddings #container {
	border: 4px solid white;
}
.weddings #c-inner {
	height: 353px;
}

.weddings #content-left,
.weddings #content-right {
top: 0;
	background: #F4E5C9
}

.weddings #content-left {
	width: 331px;
}

.weddings.coming #content-left {
	width: 100%;
	text-align: center;
}


.weddings #content-right {
	left: 331px;
	width: 313px;
}

.weddings #content-left h2,
.weddings #content-left p {
	text-align: center;
	width: 90%;
	margin: 1em auto;
}


.weddings #nav-bottom {
	top: 320px;
	left: 0;
}

.weddings .nav ul {
	list-style: none;
	text-align: center;
	margin-top: 6px;
}

.weddings .nav ul li {
	display: inline;
	padding: 0 10px;
	font-size: 0.9em;
}

#flower {
	position: fixed;
	top: -20px;
	right: -25px;
	z-index: 50;
}

#flower2 {
	position: fixed;
	top: -40px;
	right: -25px;
	z-index: 50;
}
/* @end */