/* ---------------------------------------------
 Global
--------------------------------------------- */

html {
	font-size: 100%;
	background: url(../_images/common/bg_html.png) top center repeat;
	}
	
body {
	font-family: Georgia, Times New Roman, serif;
	font-weight: normal;
	padding: 0;
	margin: 0;
	background: url(../_images/common/bg_body.png) top center repeat-x;
	width: 100%;
	letter-spacing: 0.03em;
	}
		
img, a img {
	border: 0;
	}

.clear {
	display: inline-block;
	clear: both;
	}
	   
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
* html .clear {
	height: 1%;
	}
	
.float-left {
	float: left;
	}
	
.float-right {
	float: right;
	}
	

/* ---------------------------------------------
 Main Structure
--------------------------------------------- */

#wrapper-site {
	width: 950px;
	margin: 0 auto;
	border-top: #200e00 4px solid;
	}
	
.wrapper-copy {
	width: 940px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	background: #fff;
	border-bottom: 5px #fff solid;
	}
	
/* --- Logo & Nav --- */

.wrapper-header {
	width: 900px;
	height: 140px;
	margin: 0 auto;
	padding: 0;
	}
	
.logo-freestrong {
	width: 100px;
	height: 100px;
	background: url(../_images/common/logo_freestrong.png) top left no-repeat;
	display: block;
	margin: 30px 0 30px 0;
	text-indent: -9999px;
	}
	
.nav {
	width: 750px;
	margin: 68px 0;
	text-align: right;
	}
	
.nav li {
	display: inline;
	list-style: none;
	}
	
.nav li a, .nav li a:visited {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
	}
	
.nav li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #a3a42c;
	padding-bottom: 1px;
	}
	
.nav li a.selected {
	color: #a3a42c;
	text-decoration: none;
	}
	
/* --- Green Band --- */
	
.green-band {
	width: 950px;
	margin-left: -5px;
	background: #a3a42c;
	}
	
.green-band h1 {
	font-size: 40px;
	color: #fff;
	margin: 10px 0 20px 0;
	text-align: center;	
	}
	
.green-band h1.secondary {
	font-size: 30px;
	color: #fff;
	margin: 10px 0 20px 0;
	text-align: center;
	font-weight: lighter;
	}

.green-band .white-dots-top {
	width: 100%;
	padding-top: 6px;
	border-bottom: 1px dashed #fff;
	}
	
.green-band .white-dots-bottom {
	width: 100%;
	padding-bottom: 6px;
	border-top: 1px dashed #fff;
	}	


/* ---------------------------------------------
 Page Setup
--------------------------------------------- */

/* --- Welcome/Home --- */

.wrapper-home {
	width: 940px;
	height: 380px;
	margin-top: -40px;
	padding: 0;
	background: transparent url(../_images/common/img_home.png) top right no-repeat;
	}

.home-top-copy {
	width: 320px;
	padding: 110px 0 0 25px;
	text-align: center;
	}
	
.home-top-copy h1 {
	font-size: 30px;
	font-weight: lighter;
	color: #a3a42c;
	margin-bottom: 15px;	
	}
	
.home-top-copy h2 {
	font-size: 20px;
	padding: 0;
	margin: 12px 0 5px 0;
	font-weight: lighter;
	color: #d6d759;
	}
	
.home-top-copy p {
	line-height: 18px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #999;
	}
	
.home-top-copy p a, .home-top-copy p a:visited {
	color: #00a0d7;
	text-decoration: none;
	}
	
.home-top-copy p a:hover {
	text-decoration: underline;
	}

	
.home-bottom {
	width: 940px;
	margin: 0;
	padding: 0;
	background: #eaeabe;
	}
	
.home-bottom-copy {
	width: 890px;
	margin: 0;
	padding: 25px;
	}
	
.home-bottom-copy p {
	line-height: 27px;
	font-size: 15px;
	color: #909073;
	font-style: italic;
	}
	
.home-bottom-copy p.much-love {
	margin-top: 12px;
	line-height: 14px;
	text-transform: uppercase;
	font-size: 9px;
	color: #50503a;
	letter-spacing: 0.4em;
	font-style: normal;
	}
	
/* --- Secondary Pages --- */

.wrapper-content {
	width: 940px;
	margin: 0;
	padding: 0;
	}

.main-copy {
	width: 940px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.column-full {
	width: 890px;
	padding: 30px 25px 25px 25px;
	margin: 0;
	}

.column-half {
	width: 419px;
	padding: 30px 25px 25px 25px;
	margin: 0;
	}
	
.column-two-third {
	width: 570px;
	padding: 30px 25px 25px 25px;
	margin: 0;
	}
	
.column-third {
	width: 250px;
	padding: 30px 25px 25px 25px;
	margin: 0;
	}
	
.first {
	border-right: 1px solid #fff;
	}
	
.main-copy h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #a3a42c;
	margin-bottom: 10px;	
	}
	
.main-copy h2 {
	font-size: 18px;
	padding: 0;
	margin: 12px 0 5px 0;
	font-weight: lighter;
	color: #512700;
	}
	
.main-copy p {
	line-height: 18px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #999;
	}
	
.main-copy p.intro {
	line-height: 20px;
	margin-bottom: 8px;
	font-size: 13px;
	color: #999;
	}
	
.main-copy p a, .main-copy p a:visited {
	color: #a3a42c;
	text-decoration: underline;
	}
	
.main-copy p a:hover {
	text-decoration: underline;
	}
	
.main-copy .form-item {
	margin-bottom: 2px;
	width: 100%;
	}
	
.main-copy .form-item label {
	line-height: 18px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #512700;
	float: left;
	width: 80px;
	}
	
.main-copy .form-item label.long {
	line-height: 18px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #512700;
	float: left;
	width: 200px;
	}
	
.main-copy .form-item input.cat_textbox {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	}
	
.main-copy .form-item input.cat_dropdown {
	float: left;
	display: block;
	}
	
.req {
	color: #ff0000;
	}	
	
.highlight-brown {
	color: #512700;
	}
	
.highlight-green {
	color: #a3a42c;
	}	
	
/* --- Backdrops & More --- */

.img-guestinfo {
	margin-top: -15px;
	margin-bottom: -40px;
	background: url(../_images/common/img_guestinfo.png) top center no-repeat;
	display: block;
	height: 430px;
	}

.img-ceremony {
	margin-top: -40px;
	margin-bottom: -24px;
	background: url(../_images/common/img_ceremony.png) top center no-repeat;
	display: block;
	height: 580px;
	}
	
.img-guestbook {
	margin-top: -35px;
	margin-bottom: -40px;
	background: url(../_images/common/img_guestbook.png) top center no-repeat;
	display: block;
	height: 575px;
	}	
	
.img-about {
	margin-top: -40px;
	margin-bottom: -35px;
	}
	
.back-about {
	background: url(../_images/common/bg_greenfade.png) top left repeat-x;
	overflow: hidden;
	}
	
.back-ceremony {
	background: url(../_images/common/bg_greenfade_up.png) bottom left repeat-x;
	overflow: hidden;
	}
	
.img-calendar {
	background: url(../_images/common/img_calendar.png) 25px right no-repeat;
	height: 200px;
	}
	
/* --- Light Green Bottom --- */
	
.main-bottom {
	width: 940px;
	margin: 0;
	padding: 0;
	background: #eaeabe;
	}
	
.main-bottom-copy {
	width: 890px;
	margin: 0;
	padding: 25px;
	}
	
.main-bottom-copy h1 {
	line-height: 18px;
	font-size: 18px;
	color: #4b1f00;
	font-weight: lighter;
	margin-bottom: 10px;
	}

.main-bottom-copy p {
	line-height: 18px;
	font-size: 12px;
	color: #909073;
	}


/* ---------------------------------------------
 Footer
--------------------------------------------- */

.wrapper-footer {
	width: 900px;
	margin: 25px auto;
	padding: 0;
	text-align: center;
	}
	
.nav-footer li {
	display: inline;
	list-style: none;
	color: #fff;
	font-size: 10px;
	}
	
.nav-footer li a, .nav-footer li a:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin: 0 20px 0 20px;
	}
	
.nav-footer li a:hover {
	color: #a3a42c;
	text-decoration: none;
	}
	
.wrapper-footer p {
	font-size: 10px;
	color: #fff;
	margin: 10px 0 30px 0;
	}	