/*


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 */

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;
}

a{ 
text-transform: none;
	text-decoration: none;
	font-weight:bold;
	color:#f6a600
	}

.info, .info a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	font-style: italic;
	font-weight:bold;
	color: #f6a600;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 14px;
	font-style: italic;
	font-weight:bold;
	color: #000;
}

.blue, .blue a {
	color:#19a0c3;
	font-size:14px;}

img{
	border: 0;
}

h1, #pixels{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 32px;
	font-style: italic;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 16px;
	font-style: italic;
	color:#19a0c3;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-style: normal;
	font-weight:bold;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size : 20px;
	font-style: italic;
	font-weight:bold;
	color: #f6a600;
}



#header h1, #pixels{
	color: #19a0c3;
}

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

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

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

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

#nav li{
	margin: 0 0 15px 0;
	text-align:right;
	font-size:12px;
	
}

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

#header{
	background: white;
	height: 150px;
	padding-top:0.5em
}

#intro{
	background:url(images/1b.jpg) 50% 0 repeat fixed;
	color: #000;
	min-height:2600px;
	margin: 0;
	padding: 10px 0 0 0;
}

#second{
	background: url(images/1b.jpg) 100% 0 no-repeat fixed;
	color: #000;
	height: 2800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}






#fifth{
	background: #19a0c3;
	height:50px;
	margin: 0 auto;
	padding: 18px 0 0 0;
	color:#FFF;
	font-size:13px;
}

#fifth a{
	text-transform:none;
	text-decoration:none;
	font-weight:bold;
	color: #000;}
	
	
.story{
	margin: 0 auto;
	min-width: 980px;
	width: 980px;
	
}

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


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
