@import "fancybox-1.3.4.css";

html {
	
}
body { 
	background-color:#f4f4f4;
	
}
section.wrap {
	margin: 0 auto;
	max-width: 900px;
}
header {
	background-color:#e1eff6;
	padding: 20px 0 40px;
}
header span {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
	display: block;
}
header img {
	position: absolute;
	left: 0%;
	top: 32px;
	margin-left: -27px;
}
header nav ul {
	max-width: 924px;
	height: 38px;
	margin: 0 auto;
	overflow: auto;
	padding-top: 55px;
}
footer nav ul {
	padding: 4px 0;
	margin: 0;
}
footer nav {
	position: fixed;
	top: 0px;
	height:30px;
	left: 0;
	width: 100%;
	background: #3F4141;
}
footer nav li {
	display: inline;
}
section#kateandjoe {
	border-top: 1px solid #cacac9;
	padding: 40px 0;
}

section#ourstory {
	border-top: 1px solid #cacac9;
	padding: 40px 30px;
	background-color:#e1eff6;
	
}
section#the_wedding {
	overflow: auto;
	border-top: 1px solid #cacac9;
	padding: 40px 30px;
}
	#ceremony,
	#bom,
	#gift {
		float: left;
		width: 280px;
	}
	#bom {
		padding: 0 30px;
		background: url(images/seperators.png) repeat-y 50% 0;
	}
section#photogallery {
	border-top: 1px solid #cacac9;
	padding: 40px 30px;
	background-color:#e1eff6;
}
section#bridalparty {
	border-top: 1px solid #cacac9;
	padding: 40px 30px;
	
}
section#contacting {
	border-top: 1px solid #cacac9;
	padding: 40px 30px;
	background-color:#e1eff6;
}
footer {
	border-top: 1px solid #cacac9;
	padding: 30px 30px 40px;
}


body {
	font-family: 'arial', georgia, serif;
	font-size: 14px;
	line-height: 24px;
	color: #3c3c3c;
}
footer {
	font-size: 12px;
}
section, footer, header {
	text-align: center;
}


h2 {
	font-family: 'arial', Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	margin-bottom: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: url(images/lines.png) no-repeat 50% 50%;
}
h3 {
	font-family: 'arial', georgia, serif;
	font-size: 13px;
	line-height: 13px;
	margin-bottom: 14px;
}
h4 {
	font-family: 'arial', georgia, serif;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
}

p, ul {
	margin-bottom: 1.3em;
}
#bom p, #bom ul, .footnote {
	font-size: 12px;
	line-height: 18px;
}
p.intro {
	margin-bottom: 30px;
}
strong {
	font-family: 'arial', georgia, serif;
}
em {
	font-style: italic;
}
a {
	font-family: 'arial', georgia, serif;
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #3F4141;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
a:hover {
	color: #a9e0f8;
}
section#welcome a {
	font-family: 'arial', georgia, serif;
}
header nav a,
footer nav a {
	font-family: 'arial', georgia, serif;
	color: #3c3c3c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	border: 0;
	padding: 2px 5px;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
footer nav a {
	text-indent: 0;
	color: #eaeaea;
	font-family: 'Arial', georgia, serif;
	padding: 0 12px;
}
header nav a:hover {
	background-color: #a9e0f8;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	color: #3c3c3c;
}
#photography a,
#fancybox-outer a {
	border: 0;
}
a#btn_top {
	display: block;
	color: #eaeaea;
	font-family: 'arial';
	text-transform: uppercase;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	background-color: #3c3c3c;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-moz-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}

a#btn_top:hover {
	background-color: #a9e0f8;
	color: #3c3c3c;
}


