/*
CSS for the demo: Recreating the Nikebetterworld.com Parallax Demo
Demo: Recreating the Nikebetterworld.com Parallax Demo
Author: Ian Lunn
Author URL: http://www.ianlunn.co.uk/
Demo URL: http://www.ianlunn.co.uk/demos/recreate-nikebetterworld-parallax/
Tutorial URL: http://www.ianlunn.co.uk/blog/code-tutorials/recreate-nikebetterworld-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html
*/

@charset "utf-8";
/* CSS Document */

html, body {
}

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
}

a {
	color: #333;
	font-family: Glegoo, "Arial Narrow", sans-serif;
	font-size: 20px;
	line-height: 34px;
	text-decoration: none;
}


.center { text-align: center; margin: 0 auto; }
.logo { margin-top: 0; }
.navlink {
	margin-top: 50px;
	font: 16px/16px "Gill Sans", Futura, Helvetica, Arial, sans-serif;
	letter-spacing: 0.4em;
	color: #0000FF;
	text-shadow: 1px 1px 0 white;
}
.navlink a { color: #222; text-decoration: none; }
.navlink a:hover {
	color: #0000FF;
	text-shadow: #333 1px 1px 1px;
}
.leftlink { padding: 0 40px 0 30px; border-right: 1px solid #999; }
.rightlink { padding-left: 40px; }
#wrapper {
	width: 960px;
	margin: 0 auto;
}



menu, menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.pad-40 { padding-left: 40px; }
#header menu li a {
	color: #333333;
	display: block;
	text-decoration: none;
	word-wrap: break-word;
	width: 140px;
	height: 90px;
	padding: 10px 0 0 10px;
	letter-spacing: 1px;
	font: 400 34px/34px Glegoo, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	float: left;
	border-right: 1px solid #ccc;
}
#header .small {
	font: 400 16px/16px Glegoo, "Arial Narrow", sans-serif;
	display: block;
	height: 20px;
}
#header menu li a.select { color: #444; background: #eee; }

p {
	margin: 0 0 16px 0;	
	font: 14px/20px Arvo, Helvetica, Arial, sans-serif; 
	color: #000;
	
}

p, ul{
	font-family: Arvo, Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-shadow: #ccc 1px 1px 1px;
}
img{
	border: 0;
}

h1 { font: normal 48px/42px Arvo, Georgia, serif; text-transform: uppercase; }

#pixels { font-size-adjust:0.40; }

h2{
	font: 400 40px/40px Glegoo, Georgia, serif;
	margin-bottom: 0;
	padding: 0;
	color: #000;
	font-style:normal;











	//opacity: .8;
	padding: 0;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #000;
	margin-top: 175px;
	text-shadow: #333 2px 2px 2px;
	font-stretch: wider;
	
}


h3 { font: 40px/36px Arvo, Georgia, serif; letter-spacing: -.03em; padding: 0; margin: 0 0 20px; opacity: .7; }


.float-left{
	float: left;
	margin-top: 0;
	margin-right: 5;
	margin-bottom: 0;
	margin-left: 40px;
}

.float-right{
	float: right;
	margin: 0 40px 0 0;
}

.center{
	font-size: 2.5em;
	text-align: center;
}

#nav{
	list-style: none;
	position: fixed;
	right: 20px;
}

#nav li{
	margin: 0 0 15px 0;	
}

#header, #first, #second{
	width: 100%;
}

#header{
	background: #fff;
	height: 100px;	
	position: fixed;
	clear: both;
	z-index: 999;
	-moz-box-shadow: inset 0 0 12px #ccc; -webkit-box-shadow: inset 0 0 12px #ccc; box-shadow: inset 0 0x 12px #ccc; 
}


#first{
	height: 880px;
	margin: 0;
	padding: 100px 0 0;
	border-bottom: 1px solid #999;
}

#first h2 { color: #fff; }


#second{
	height: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	border-bottom: 1px solid #999;
}


#second h3 { padding-top: 80px; }

#second .bg {
	height: 900px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}


#third {
	color: #fff;
	height: 600px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 1px solid #999;
}

#third p { color: #fff; }

#fourth {
	height: 900px;
	padding: 0;
	border-bottom: 1px solid #999;
}

#fourth h3, #fourth p, #fourth ul li { color: #fff; }
#fourth h3 { margin-top: 150px; }


.element {
	margin: 0 auto;
	min-width: 980px;
	width: 980px;
}

.element .float-left, .element .float-right {
	padding: 0px 0 0 0;
	position: relative;
	width: 350px;	
}


#ourteam h2 {
	font: 400 70px/70px Glegoo, Georgia, serif
	margin-bottom: 0px;
	padding: 0;
	color: #000;			/*font-size-adjust:0.531; //re-calculate adjustment */
		}
		
#ourteam h3 { font: normal 40px/40px Calibri, Georgia, serif; margin-bottom: 12px; letter-spacing: -2px; font-size-adjust:0.531; //re-calculate adjustment }
#ourteam p strong {

}

#ourteam .element .float-left, #ourteam .element .float-right, #team .element .float-left,  #team .element .float-right {
	width: 450px;
}
#ourteam #first {
	height: 500px;
	background-attachment: fixed;
	background-image: url(sanfran.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#ourteam #first h3 { margin: 10px 0; color: #000; }
#ourteam #first p {
	color: #fff;
}

#ourteam #second {
	height: 650px;
	background-attachment: fixed;
	background-image: url(new-york-skyline-at-night.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#ourteam .jumper { background: url(jumper.png) 50% 0 no-repeat fixed; height: 2200px; margin: 0 auto; padding: 0; position: absolute; width: 900px; z-index: 200; }
#ourteam #third {
	height: 600px;
	background-attachment: fixed;
	background-image: url(prairie.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#ourteam #third h3 {
	margin-top: 80px;
}
#ourteam #third p { color: #fff; }
#ourteam #fourth {
	height: 600px;
	background-attachment: fixed;
	background-image: url(ocean.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
#ourteam #fourth h3 {
	margin-top: 80px;
	color: #000;
}
#ourteam #fourth p { color: #000; }
#ourteam #fifth { background: url(enthusiasts.jpg) 50% 0 no-repeat fixed; height: 1100px; }
#ourteam #fifth h3 { margin-top: 200px; color: #000; }
#ourteam #fifth p { color: #000; }



#portfolio { background: url(wheat.jpg) no-repeat 0 0; }
#portfolio #content {  padding: 0 30px; height: auto; overflow: hidden;  }
#portfolio #content h2 { margin: 10px 0 0 30px; color: #000; opacity: .6; filter: alpha(opacity=60); padding-top:100px; }
#portfolio #content ul { padding: 0 0 150px 30px; height: auto; overflow: hidden; }
#portfolio #content ul, #portfolio #content ul li { float: left; list-style-type: none; }
#portfolio #content li { cursor: pointer; margin: 2px; ; padding: 10px; width: 125px; height: 80px; opacity: .6;filter: alpha(opacity=60); background: #fff;     
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1); }
#portfolio #content li.inactive { background: url(../img/diag-tile.gif) repeat; }
#portfolio #content li.active p.hidden { display:block; }


#portfolio #content h3 { font: 400 14px/14px Glegoo, "Arial Narrow", serif; margin-bottom: 12px; letter-spacing: .02em; text-transform: uppercase; color: #000; }
#portfolio #content li p { font: 11px/14px Arvo, Helvetica, Arial, sans-serif; padding: 0; margin-bottom: 6px; color: #000; }
#portfolio #content li p.hidden { display: none; }
#portfolio #content li.active { width:423px; height:184px;}
#portfolio #content li.active p.hidden { display:block; }


#footer { border-top: 1px solid #999; height: 60px; background: #fff;  }
#footer p {
	color: #000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	font-family: font: 400  Glegoo, Georgia, serif;
	font-size: 14px;
	line-height: 16px;
}
#footer strong { color: #000; }


#ourindustry #first .element .float-left .field {
	font-size: 16px;
}
#newspress #first .element .float-right p {
	color: #FFFFFF;
}
#contactus #first .element .float-left span {
	font-size: 16px;
}
#contactus #header .port-items span {

}
