/*white: #ebf2f0
blue-gray: #8d9ca6
wine: 703d4e
dark: 566573*/


*,*:before,*:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
body {
	background-color: #f7f4eb;
	font-size: 100%;
	text-align: center;
	color: #4b2c3d;
}
h1,h2,h3,p,ul {
	padding: 0;
	margin: 0;
}
ul,ol {
	list-style: none;
}
a, a:hover, a:active, a:visited, a:focus {
	/*text-decoration: none;*/
	color: #4b2c3d;
}

a:hover .media-element-info {
	color: #41537a;
	text-decoration: underline;
	/*border-bottom: #ffffff dotted 1px;*/
}

fieldset {
	text-align: left;
	float: left;
	font-size: 0.9em;
}
fieldset {
	border: none;
}
fieldset label {
	font-weight: bold;
}
fieldset input, fieldset textarea {
	width: 100%;
	margin: 0 0 10px 0;
}
fieldset textarea {
	height: 60px;
}
fieldset input[type=radio] {
	width: auto;
	margin-left: 10px;
}
fieldset input[type=number] {
	width: 3em;
	margin-left: 10px;
}
fieldset .submit_btn {
	float: left;
}
fieldset .result {
	float: left;
	padding-left: 10px;
	display: none;
}

.rsvp {
	position: fixed;
	top: 0;
	right: 0;
	text-align: right;
	color: white;
	z-index: 99;
	margin: 1em;
	padding: 1em;
	font-size: 2em;
	background-color: #4b2c3d;
	/*opacity: 0.9;*/
}
.rsvp .close {
	margin: 0 0 0 5px;
	font-size: 0.5em;
	float: right;
}
.rsvp a {
	color: white;
	text-decoration: none;
}
.rsvp-content {
	float: left;
}
.rsvp-content a:hover {
	text-decoration: underline;
}

.media-element ul li {
	text-align: left;
	list-style: disc;
	margin-left: 20px;
}

.column1 {
	clear: left;
}

.overlay {
	visibility: visible;
	opacity: .5;
	filter: alpha(opacity=50);
	height: 20000px;
}

div.top {
	position: fixed;
	opacity: 1;
	background: url(../images/wood-background.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
div.blur {
	position: fixed;
	opacity: 0;
	background: url(../images/wood-background-blur.jpg) no-repeat center top fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
div.bg-top-ie {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
div.bg-top-ie img {
	width: 100%;
	height: 100%;
}
header.animate {
	position:relative;
	z-index: 96;
	width: 88%;
	margin: 0 6%;
}
header.animate img {
	padding: 4em 0;
}
header.animate h1 {
	padding: 4em 0;
	font-size: 4em;
}
article.content {
	position:relative;
	z-index: 97;
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	/*background: url(../images/bg-pattern.png) repeat left top scroll; */
	width: 88%;
	margin: 0 6%;
	border: 2px solid #4b2c3d;
	border-top: 50px solid #4b2c3d;
	border-bottom: 50px solid #4b2c3d;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);
}
article.content p {
	text-align: left;
	padding: 20px 0 0 0;
}
article.content h1 {
	font-size: 3em;
	text-align: left;
	padding: 10px 0 0 10px;
	margin: 0 20px;
	border-bottom: 1px solid #4b2c3d;
}
article.content .media-element {
	display: inline-block;
	padding: 0 20px 50px 20px;
	width: 100%;
}
article.content .media-element img {
	float: left;
	width: 50%;
	margin: 10px 0 0 0;
	/*padding: 10px;*/
}
article.content .media-element-info {
	float: left;
	width: 50%;
	padding: 10px 0 50px 10px;
}
article.content .media-element-info > h2 {
	font-size: 2em;
	text-align: left;
	line-height: 1.1em;
	padding: 0 0 10px 0;
	width: 100%;
}
article.content .media-element > h2 {
	font-size: 2.1em;
	/*text-align: left;*/
	padding: 1em 0;
	clear: both;
}
article.content h3 {
	font-size: 1.5em;
	text-align: left;
	line-height: 1em;
}
article.content .media-element .registry-logo {
	width: 25%;
	padding: 20px;
}
article.content .media-element .registry-logo.target {
	padding-top: 10px;
}
nav {
	position: relative;
	top: 0;
	z-index: 98;
	background-color: #4b2c3d;
	padding: 1em;
	width: 88%;
	margin: 0 6%;
}
nav.fixed {
	position: fixed;
}
nav ul li {
	color: #fff;
	padding: 0 1em;
	display: inline-block;
	vertical-align: middle;
}
footer {
	height: 10em;
}
@media (min-width: 81.250em) {
	/* Force width to not go beyond 62 */
	header {
		width: 71.445em;
		margin: 0 auto;
	}
	nav {
		width: 71.445em;
		margin: 0 auto;
	}
	article.content {
		width: 71.445em;
		margin: 0 auto;
	}
}

@media (max-width: 50.438em) {
	/* Remove margins and set width to 100% */
	body {
		font-size: 85%;
	}
	header img {
		width: 78%;
	}
	header {
		width: 92%;
		margin: 0 4%;
	}
	nav {
		width: 92%;
		margin: 0 4%;
	}
	article.content {
		width: 92%;
		margin: 0 4%;
	}
	article.content .media-element .registry-logo {
		padding: 10px;
	}
	article.content .media-element .registry-logo.target {
		padding-top: 5px;
	}
}
@media (max-width: 550px) {
	article.content .media-element .registry-logo {
		float: none;
		width: 100%;
		padding: 10%;
	}
	article.content .media-element .registry-logo.bloomingdales {
		padding-top: 0;
		padding-bottom: 5%;
	}
}
@media (max-height: 40.250em) {
	header {
		height: auto;
	}
}

