/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 7100px;
	line-height: 1.5;
	color: #fff;
	font-size: 14px;
	font-family: Arial,sans-serif;
	background-color: #000000;
	background-image: url(../img/p_bg.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #C42128;
}
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: #C42128;
	outline: none;
	}
	a:hover {
	color: #328DE8;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-bottom: 2px dotted #fff;
	height: 0px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #000;
	position: fixed;
	z-index: 1000;
	}
	#branding h1 {
		width: 940px;
		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 {
}
nav#primary h1 {
	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: 20px 0 0 0;
	clear: both;
	}
	a.prev,
	a.next {
		display: block;
		width: 15px;
		height: 11px;
		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 -11px 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 -11px no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
		width: 300px;
		}
		#manned-flight ,
		#frameless-parachute,
		#english-channel,
		#about {
			padding-top: 105px;
			}
		#manned-flight {
			position: absolute;
			top: 0px;
			}
		#frameless-parachute {
			position: absolute;
			top: 1090px;
			}
		#english-channel {
			position: absolute;
			top: 2180px;
			}
			#content h1 {
	margin: 0 0 25px 0;
	font-size: 60px;
	font-family: 'BebasNeueRegular', Georgia, serif;
	font-weight: normal;
	line-height: 55px;
				}
		#about {
			position: absolute;
			top: 3270px;
			}
			
		#media {
	position: absolute;
	top: 5000px;
	padding-top: 75px;
}

		#faq {
	position: absolute;
	top: 6000px;
	padding-top: 75px;
	margin-top:100px;
}
/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 940px;
	margin-left: -470px; /* move left by half element's width */
	}
	/* balloon */
	#bg3-1 {
	position: absolute;
	top: 86px;
	left: 353px;
		}
	#bg3-2 {
	position: absolute;
	top: 818px;
	left: 463px;
		}
	#bg3-3 {
		position: absolute;
		top: 1628px;
		left: 403px;
		}
	#bg3-4 {
	position: absolute;
	top: 2460px;
	left: 410px;
		}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg2-1 {
		position: absolute;
		top: 162px;
		left: 200px;
		}
	#bg2-2 {
	position: absolute;
	top: 148px;
	left: 999px;
		}
	#bg2-3 {
		position: absolute;
		top: 543px;
		left: -35px;
		}
	#bg2-4 {
	position: absolute;
	top: 1237px;
	left: 531px;
		}
	#bg2-5 {
		position: absolute;
		top: 900px;
		left: 890px;
		}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		top: 85px;
		left: -270px;
		}
	#bg1-2 {
		position: absolute;
		top: 440px;
		left: 795px;
		}
	#bg1-3 {
		position: absolute;
		top: 900px;
		left: -220px;
		}
	#bg1-4 {
	position: absolute;
	top: 1023px;
	left: -187px;
		}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.specialblue {color:#328de8;}
.wider {width:900px !important; }
.ayo {
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	border: 10px solid #328de8;
}
.haj {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	border: 10px solid #b40000;
}

.spons {border:10px solid #328de8;}
#experience-her {
	width: 300px;
	position: relative;
	left: 200px;
}
#naver {
margin:0;
padding:0;
}

#naver li {
display:inline;
padding:0;
margin:0;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

.menu-item {
	height: 35px;
	width: auto;
	color: #000;
	font-family: 'BebasNeueRegular', Georgia, serif;
	float: left;
	margin-right: 50px;
}
#centerbug {width:1000px; margin: 0 auto; position:relative;}
#centerbug a {
	color: #328de8;
	text-decoration: none;
	font-size: 24px;
}
#centerbug a:visited {color:#328de8; text-decoration:none;font-size:24px;}
#centerbug a:hover {color:#fff; text-decoration:underline;}

.whitey {color:#fff;}
.bigger {font-size:23px;}
.specialred {color:#b40000 !important;}
.socmarg {
	padding-top: 6px;
	float: left;
	padding-right: 5px;
}

.boxy {
	width: 290px;
	height: auto;
	float: left;

}

.boxy1 {
	width: 290px;
	height: auto;
	float: left;
	font-size:11px;

}
.boxym {
	width: 290px;
	height: auto;
	float: left;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding-right: 20px;
	padding-left:20px
}
.spacing {margin-left:30px;}
.noborderboo {border-right:none;}
.evenwider {width:1000px !important; }
#copyright {float:left;margin-top:20px; clear:both;width:200px;height:auto;}

.lcol {float:left;padding-right:15px;border-right:1px solid #fff;width:425px;}
.rcol {float:left;width:435px;padding-left:15px;}

