/****** Fixes ******/

* {
	margin:0;
	padding:0;
	border:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

h1, h2, h3, h4, h5, h6 {
	 margin: 0;
	 padding: 0;
	 font-weight: normal;
 }

/****** Global ******/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #626262;
	background-image: url(../img/tweed.png); /* Pattern Made by Themes Tube.*/
	color: white;
	font-family: 'Arvo', serif;
	overflow-x: hidden;
}


#body {
	position: relative;
	padding-top: 120px;
	padding-bottom: 50px;
}


#wrapper {
	min-height: 100%;
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-bottom: -30px;
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
	color: white;
}

.link {
	color: #F5CF7A;
}

.link:hover {
	color: #E89036;
}

/****** Nav Bar/Header ******/
/****** Nav Bar/Header ******/
/****** Nav Bar/Header ******/

#nav_bar {
	position: fixed;
	top: 0;
	margin: 0 auto;
	width: 960px;
	height: 50px;
	z-index: 1;
}

#nav_bar #nav {
	border-bottom: 3px solid #F5CF7A;
	background: #626262;
	background-image: url(../img/tweed.png); /* Pattern Made by Simon Leo.*/
}

#nav_bar #nav a {
	display: inline-block;
	width: 20%;
	line-height: 49px;
	margin: 0;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
}

a.logo {
	position: relative;
	top: 10px;
}

#nav_bar #nav a.selected {
	color: #E89036; /* Orange */
}

#nav_bar #nav a:hover {
	color: #E89036;
}

/****** Footer ******/
/****** Footer ******/
/****** Footer ******/

#footer_wrapper {
	margin: 0 auto;
	width: 960px;

}

#footer {
	position: relative;
	width: 100%;
	height: 30px;
	padding: 5px 0;
	border-top: 3px solid #F5CF7A;
	text-align: center;
}

/****** Home ******/
/****** Home ******/
/****** Home ******/

.left_column {
	position: relative;
	top: -5px;
	text-align: right;
	display: block;
	width: 640px;
	float: left;
	padding-right: 40px;
}

.left_column h1 {
	font-size: 74px;
}

.right_column {
	text-align: left;
	display: block;
	width: 320px;
	float: left;
	padding-left: 40px;
	border-left: 2px solid #F5CF7A;
}

.right_column h2 {
	font-size: 30px;
}

.main_image {
	margin-top: 5px;
}


/****** Info ******/
/****** Info ******/
/****** Info ******/

div#places {
	position: relative;
	left: 0;
	top: -30px;
}

#ceremony {
	height: 296px;
	margin: 30px auto;
	border-bottom: 2px solid #F5CF7A;
}

#reception{
	margin: 30px auto;
	height: 296px;
	border-bottom: 2px solid #F5CF7A;
}

#hotel{
	margin: 30px auto;
	height: 296px;
	border-bottom: 2px solid #F5CF7A;
}

#places .info {
	float: left;
	width: 500px;
	height: 266px;
	padding: 0px 15px;
	margin-right: 30px;
	border-right: 2px solid #F5CF7A;
}

#places img {
	float: left;
	width: 400px;
}

div#places div p, div#places div a {
	padding-top: 10px;
}

div#places div h3, div#places div p, div#places address {
	padding-left: 10px;
	padding-right: 10px;
}

/****** Contact ******/
/****** Contact ******/
/****** Contact ******/

.contact {
	position: relative;
	height: 200px;
	padding: 20px 10px;
	font-size: 30px;
	width: 400px;
	margin: 0 auto;
	text-align: center;
	border-top: 2px solid #F5CF7A;
	border-bottom: 2px solid #F5CF7A;
}

.contact a:hover {
	color: #E89036;
}


/****** People ******/
/****** People ******/
/****** People ******/

#people {
	height: 2750px;
	margin-top: -28px;
}

#groom, #bride {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 300px;
}

#groom {
	margin-right: 118px;
	margin-left: 120px;
}

.profile {
	width: 302px;
	height: 360px;
	margin: 30px 0;
	text-align: center;
}

.profile img {
	position: relative;
	top: 0;
	left: 0;
}

p.caption {
	margin-top: 5px;
	padding: 5px 0;
	border-top: 2px solid #F5CF7A;
	border-bottom: 2px solid #F5CF7A;
}


/****** Registry ******/
/****** Registry ******/
/****** Registry ******/

#registry_wrap {
	height: 450px;
}

#registry_wrap img {
	float: left;
}

img#amazon, img#wanderable {
	margin-right: 13px;
	padding-right: 13px;
	border-right: 2px solid #F5CF7A;
}
