/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/



/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}

/*a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#21a97e;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}*/
img { 
	display:block;
	}
/*p {
	margin:1em 0;
	}*/

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
	font-size: 13px;
	color:#6e4306;
}
#branding {
	width: 100%;
	}
	#branding h6 {
		width: 960px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 5;
	position: fixed;
	top: 50%;
	right: 16px;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url(../img/nav-dot.png) 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url(../img/nav-dot.png) 4px -16px no-repeat;
}
nav#primary h6 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url(../img/nav-arrow.png) 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 18px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 25px;
		height: 18px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url(../img/scroll-arrow-up.png) 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url(../img/scroll-arrow-up.png) 0 -18px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url(../img/scroll-arrow-down.png) -1px 0 no-repeat;
		}
		a.next:hover {
			background: transparent url(../img/scroll-arrow-down.png) -1px -18px no-repeat;
			}

/* Parallax
*****************************************************************/

.bg1 {
	background:url(images/bg1.jpg) 0 0 no-repeat;
	min-height:863px;
	margin:0 auto;
}

.bg2 {
	background:url(images/bg2.jpg) 0 0 no-repeat;
	min-height:1100px;
	margin:0 auto;
}
.bg3 {
	background:url(images/bg3.jpg) 0 0 no-repeat;
	min-height:1217px;
	margin:0 auto;
}

.bg4 {
	background:url(images/bg4.jpg) 0 0 no-repeat;
	min-height:1000px;
	margin:0 auto;
}
/* content */
#content {
	z-index: 4;
	position: relative;
	width: 100%;
	padding: 0 0;
	margin: 0 auto;
	}
	.container article {
		max-width:960px;
		}
		#manned-flight ,
		#frameless-parachute,
		#english-channel,
		#about {
			z-index: 4;
			}
		#manned-flight {
			padding-top: 75px;
			position: absolute;
			top: 0px;
			}
		#frameless-parachute {
			padding-top: 40px;
			position: absolute;
			top: 900px;
			}
		#english-channel {
			position: absolute;
			top: 2000px;
			}
			.container h6 {
				margin: 0 0 25px 0;
				font-size: 60px;
				font-family: Georgia, serif;
				font-weight: normal;
				line-height: 65px;
				}
		#about {
			position: absolute;
			top: 3370px;
			}


#parallax-bg4 {
	z-index: 99;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 960px;
	margin-left: -480px; /* move left by half element's width */
	}


/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 99;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 960px;
	margin-left: -480px; /* move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
		position: absolute;
		top: 630px;
		left: -10px;
		max-width:99px;
		}
	#bg3-2 {
		position: absolute;
		top: 610px;
		left: 835px;
		max-width:88px;
		}
	#bg3-3 {
		position: absolute;
		top: 810px;
		left: 720px;
		max-width:164px;
		}
	#bg3-4 {
		position: absolute;
		top:2950px;
		left: 700px;
		max-width:263px;
		}
	#bg3-5 {
		position: absolute;
		top:2750px;
		left: 720px;
		max-width:111px;
		}
	#bg3-6 {
		position: absolute;
		top:2900px;
		left: 100px;
		max-width:96px;
		}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 98;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 2000px;
	margin-left: -1000px; /* move left by half element's width */
	}
	#bg2-1 {
		position: absolute;
		top: 2650px;
		left: 125px;
		max-width:650px;
		}


/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 2000px;
	margin-left: -1000px; /* move left by half element's width */
	}
	#bg1-1 {
		position:absolute;
		top: 295px;
		left: 290px;
		max-width:704px;
		}
	#bg1-2 {
		position: absolute;
		top: 78px;
		left: 850px;
		max-width:1180px;
		}

