@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

body,
button,
input,
select,
textarea {
	color: #5796b9;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

a {
	color: #5796b9;
	font-size: 12px;
	padding: 4px;
	text-decoration: none;
}

a:hover {
	color: #fef7db;
	background-color: #ee9b37;	
}

p {
	font-size: 12px;
}
h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*G CSS GO!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
html {
  height: 100%;
  width: 100%;
 /* overflow: hidden;*/
}

body {
  height: 100%;
  width: 100%;
	background-color: #fef7db;
  /*overflow: auto;*/
}
.header {
	position: fixed;
	width: 100%;
	height: 132px;
	background-color: #fef7db;
	z-index: 3;
}

.header-left, header-right {
	position: relative;
	z-index: 3;
}
.header-left #top-left{
	position:absolute;
	top: 0;
}
.header-left #left{
	position:absolute;
	top: 70px;
}
.header-center {
	position:absolute;
	width:362px;
	left:50%;
	margin-left: -181px;
	z-index:4;
}
.header-right #top-right{
	position:absolute;
	top: 0;
	right: 0;
}
.header-right #right{
	position:absolute;
	top: 70px;
	right: 0;
}

.main-nav-container {
	margin-top: 1px;
	border-top: 2px solid #ee9b37;
	border-bottom: 2px solid #ee9b37; 
}

.main-nav {
	list-style:none;
}

.main-nav li {
	display: inline-block;
}

.main-nav li a {
	display: inline-block;
	line-height: 36px;
	padding: 0 12px;
	white-space: nowrap;
}


#collage {
	margin: 0 auto;
	padding-top: 120px;
	max-width: 885px;
	height: 850px;
}

/* Content */

.content {
	position: relative;
	width: 90%;
	max-width: 885px;
	/*height: 100%;*/
	margin: 0 auto;
	z-index: 0;
	overflow: hidden; 
}

.two-col {
	display: inline-block;
	margin-top: 24px;
	float: left;
	width: 430px;
}

.three-col {
	display: inline-block;
	margin-top: 24px;
	float: left;
	width: 33%;
}
/* THE - WEEKEND */
#the-weekend {
	max-width: 878px;
	margin-top: -17px;
	background:url('../images/border-left.png') repeat-y, url('../images/border-right.png') right top repeat-y;
	
	/*background-repeat:repeat-y;*/
}
.img-a:hover {
	background-color: #fef7db;
}

#registry a:hover {
	background-color: #fef7db;
	color: #ee9b37;
}
	
.hotel {
	position:absolute;
	top: 210px;
	left: 50%;
	margin-left: -83px;
	overflow: hidden;
}

#important-info {
	width: 100%;
	text-align: left;
	display: inline-block;
	margin: 80px 64px 8px;
}
#important-info img {
	margin-bottom: 2px;	
}
#important-info h4 {
	margin-bottom: 8px;	
}
#important-info p {
	margin-bottom: 8px;	
	font-size: 14px;
}

#registry {
	height: 600px;
	margin-top: 48px;
	/*background-color: #ee9b37;*/
}

#travel {
	height: 600px;
	text-align: center;
	/*background-color: #ee9b37;*/
}
#travel>img {
	margin-left: 22px;
}
.circle-img-container {
	position: relative;
	background-color: #ee9b37;
	display: inline-block;
	width: 96px;
	height: 96px;
	-webkit-border-radius: 96px;
	-moz-border-radius: 96px;
	border-radius: 96px;
	margin-bottom: 8px;
}

#rsvp {
	margin-bottom: 64px;
}

.hide {
	display: none;	
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}
.clear {
	clear:both;
}