/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-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/.
*/

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

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

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Proxima Nova Light", 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

p.message{
	font-size: 25pt;
	font-weight: bold;
}

img{
	border: 0;
}

h1, #pixels{
	font-family:"Museo 900", Verdana, serif;
	font-size-adjust:0.40;
	font-weight:600;
	font-style:normal;
}

h2{
	font-family:"Beau Sans Pro Book", Verdana, sans-serif;
	/*font-size-adjust:0.531;*/
	font-weight: bold;
	font-size: 28pt;
	color: blue;
	/*font-weight:500;*/
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;	
	margin: 0 0 0 20px;
}

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

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

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

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

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

#logo{
	background:url(../img/business_meeting.jpg) 50% 0 no-repeat fixed;
	color: navy;
	height: 700px;
	margin: 0 auto;
	padding: 0;
}

#second{
	background: url(../img/product_photo.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 700px;
	margin: 0 0;
	overflow: hidden;
	padding: 0;
}

#second .bg{
	background: url('../img/camera.png') 50% 0 no-repeat fixed;
	height: 700px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

#third{
	background: url(../images/thirdBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 650px;
	padding: 100px 0 0 0;	
}

#fifth{
	background: #5a88c9; /* Old browsers */
	background: -moz-linear-gradient(top,  #5a88c9 0%, #d5dbe2 49%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a88c9), color-stop(49%,#d5dbe2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5a88c9 0%,#d5dbe2 49%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5a88c9 0%,#d5dbe2 49%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5a88c9 0%,#d5dbe2 49%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5a88c9 0%,#d5dbe2 49%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a88c9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	height: 400px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

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

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 550px;	
}
