body{
	font-family:Cambria, Georgia, serif;
	line-height:1.5;
	font-size:100%;
	margin:0;
	padding:0;
}
header, section, footer, nav, hgroup{
	display:block;
}
a{
	color:#35BFFF;
	text-decoration:none;
}
a:hover, a:active{
	color:#91DCFF;
}
h1
{
	margin-top:40px;
	font-size:50px;
	color: rgba(255,255,255,1);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	text-align:left;
	font-weight:100;
    text-align:left;
}
.codrops-top{
	line-height: 54px;
	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
	-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-moz-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-o-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	-ms-animation: slideOut 0.5s ease-in-out 0.3s backwards;
	animation: slideOut 0.5s ease-in-out 0.3s backwards;
}
@-webkit-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-moz-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-o-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@-ms-keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
@keyframes slideOut{
	0%{top:-30px; opacity: 0;}
	100%{top:0px; opacity: 1;}
}
/* Header */
#header{
	width:100%;
	background:#87cfe6;
		color:#eee;
	padding:15px 0;
	letter-spacing:1px;
	margin-bottom:20px;
	position:relative;
	top:0;
	left:0;
	z-index:99;
}
#header h1{
	padding:0 20px;
	margin:5px 0;
	text-shadow:0px 1px 1px #333, 1px 2px 2px #FAFAFA;
	float:left;
}
#backlinks{
	float:right;
	padding:0 20px;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
}
#backlinks a{
	text-align:right;
	display:block;
}

/* Footer */
#footer{
	position:relative;
	padding-left:20px;
	bottom:0;
	left:0;
	line-height:25px;
	color:#888;
	font-size:13px;
	background:rgb(0, 0, 0);
	background:rgba(0, 0, 0, 0.8);
	z-index:99;
}
#footer span{
	display:inline-block;
}

/* Navigation */
#navigation ul{
	width:410px;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#navigation li{
	position:relative;
	float:left;
	margin:13px;
	font-weight:bold;
	font-family:'Arial Narrow', Arial;
	border-bottom:1px solid #888;
	text-shadow:1px 1px 1px #fff;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	
	box-shadow: 0 5px 0 #888;
	-moz-box-shadow: 0 5px 0 #888;
	-webkit-box-shadow: 0 5px 0 #888;
	
	background: #e8e8e8;
	background: -moz-linear-gradient(top, #e8e8e8 0%, #a0a0a0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#a0a0a0));
	background: -webkit-linear-gradient(top, #e8e8e8 0%,#a0a0a0 100%);
	background: -o-linear-gradient(top, #e8e8e8 0%,#a0a0a0 100%);
	background: -ms-linear-gradient(top, #e8e8e8 0%,#a0a0a0 100%);
	background: linear-gradient(top, #e8e8e8 0%,#a0a0a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#a0a0a0',GradientType=0 );
}
#navigation li a{
	color:#000;
	text-decoration:none;
	padding:0 30px;
}
#navigation li:hover{
	background:#e0e0e0;
}
#navigation li.currentbtn{
	text-shadow: 0 1px 0 #004760;
	box-shadow: 0 5px 0 #006DA8;
	-moz-box-shadow: 0 5px 0 #006DA8;
	-webkit-box-shadow: 0 5px 0 #006DA8;
	border-bottom:1px solid #006DA8;
	
	background: #49ceff;
	background: -moz-linear-gradient(top, #49ceff 0%, #0090dd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49ceff), color-stop(100%,#0090dd));
	background: -webkit-linear-gradient(top, #49ceff 0%,#0090dd 100%);
	background: -o-linear-gradient(top, #49ceff 0%,#0090dd 100%);
	background: -ms-linear-gradient(top, #49ceff 0%,#0090dd 100%);
	background: linear-gradient(top, #49ceff 0%,#0090dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49ceff', endColorstr='#0090dd',GradientType=0 );
}
#navigation li.currentbtn a{
	color:#E8F5FC;
}
#navigation li:active{
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	top:6px !important;
}

/* clearfix */
.clearfix {
	clear:both;
}

#wrapper{
	width:720px;
	margin:0 auto 3em;
	text-align:center;
}
#wrapper h2{
	margin:0;
	color:#0082E0;
	text-shadow:1px 1px 1px #777;
	font-size:33px;
	font-family:Arial Narrow, Arial, sans-serif;
}
#wrapper h2 span{
	color:#56B8FF;
}
#wrapper hgroup h3{
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	text-shadow:0 1px 0 #fafafa;
	color:#444;
	margin:0;
}
