/* Landing STYLES ------------------------------------------ */

#content {
	background: #F0F0F0 url(../images/story/landing-main-bg.jpg) no-repeat bottom center !important;
}

#landing-wrapper {
	margin-left:25px;
	margin-right:25px;
}

#landing-header {
	width:950px;
	height:392px;
	margin-bottom:20px;
}

#landing-header-content {
	padding-left:50px;
	padding-top:40px;
}

#landing-header h1 {
	margin:0;
	font-size:88px;
}

#landing-nav {
	width:950px;
	height: auto;
	position:relative;
	margin-bottom:25px;
}

#landing-nav a {
	text-decoration:none;
}

#landing-nav-shadow {
	background: url(../images/story/landing-nav-shadow.png) no-repeat;
	width:943px;
	height:36px;
	position:static;
	bottom:-36px;
	clear: both;
/*	margin-left:241px;*/
}

.landing-nav-item {
	float:left;
	position:relative;
	width:237px;
	height:323px;
}

.landing-nav-over {
	overflow:hidden;
	height:124px;
	background:#333;
}

#content .landing-nav-over h4 {
	margin:22px 0 0 16px;
	padding:0;
	font-family: FeijoaMedium, Georgia, serif;
	color:white;
	font-weight: normal;
	font-size:20px;
	min-height:85px;
	letter-spacing:1px;
}

.landing-nav-over p {
	margin:10px 23px 0 16px;
	font-size:11px !important;
	color:white !important;
	line-height:16px !important;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

.landing-nav-over .cta {
	width:177px;
	height:33px;
	color: #985733;
	background-color: #fff;
	font: bold 11px Arial, sans-serif;
	line-height:33px;
	margin-left:16px;
	padding-left:20px;
}
.cta {
	width:177px;
	height:33px;
	color: #985733;
	background-color: #fff;
	font: bold 11px Arial, sans-serif;
	line-height:33px;
	padding-left:20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}



/* *****************************************************************************************
	Section 1 - TRACE YOUR GARMENT
***************************************************************************************** */
#section-1 {
	padding-bottom: 0px !important;	
	position: relative !important;
	padding-right: 0px !important;
}

#section-1 h2 {
	color: #fff;
	border-bottom:3px #fff solid;
	margin-bottom:20px;	
}

#section-1 .column-1 {
	width: 460px;
	height: 554px;
}

#section-1 .column-2 {
	width: 405px;
	height: 554px;
	background: url(../images/story/landing-trace-me.png) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	right: -20px;
}

#section-1 .column-1 p {
	color:#fff;
}
#trace-me-container{
	width: 230px;
	margin-left: 70px;
	margin-top: 45px;
}
#trace-me-container p{
	color: #fff;
}
#content #trace-me-container h2{
	border: none;
	white-space: normal;
	text-transform: lowercase;
	font-size: 100px;
	line-height: 60px;
	margin: 0;
}
#trace-me-container .cta{
	color: #74a43c;
}
