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

@media screen and (max-width: 700px){
    html{ font-size : 18px;} 
}

p{
	margin: 0 0 20px 0;	
}

p, ul{
	font-family:"Notebook", Times New Roman, Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}


h1, h2{
	font-family:"Trajan Pro", Times New Roman;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
}

#header h1, #pixels{
	color: #666666;
}


.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, #intro, #second{
	width: 100%;
}

.left_f{
	z-index: 4;
	position:absolute; top:10px; left:10%;
	background:url(images/flower_l.png) no-repeat;
	width:244px;
	height:913px;
}

.right_f{
	z-index: 3;
	position:absolute; top:400px; right:10%;
	background:url(images/flower_r.png) no-repeat;
	width:221px;
	height:821px;
}



#intro{
	background:url(images/firstBG.jpg) 50% 0 no-repeat fixed;
	color: white;
	width:100%;
	height: 800px;
	margin: 0 auto;
	padding: 0;
}


.ttl{
	z-index: 2;
	position:absolute; top:270px; left:50%; margin-left:-131px;
	text-align:center;
}

.bg{
	z-index: 1;
	position: absolute;
	top:80px; left:50%; margin-left:-201px;
	background:url(images/moon.png) no-repeat;
	width:403px;
	height: 603px;
}

#second{
	background:#f1f1f1 url(images/secondBG.jpg) 50% 0 no-repeat fixed;
	color: #999;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
}


#fifth{
	background: #fff;
	height: 160px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.story{
	margin: 0 auto;
	padding-top: 100px;
	min-width: 300px;
	overflow: auto;
	width: 100%;
}


.prf{
	padding:0 auto;
	text-align:center;
}

ul.social{
	display: block;
	margin-top:25px;
    text-align:center;
}

ul.social li {
    display: inline;
    margin-right: 20px;
}

a img.linkimg{
    background:none!important;
}
 
a:hover img.linkimg{
    opacity:0.5;
    filter:alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    background:none!important;
}