@import url('reset.css');

/* General Codrops Demo Style */
body{
	xbackground:#1F1F1F;
	color:#000;
	font-family: 'Open Sans', 'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
}
a{
	color:#ddd;
	text-decoration:none;
}
a:hover{
	color:#00c6e3;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#aaa;
}
.clr{
	clear:both;
}
h1{
	margin:5px;
	font-size:24px;
	text-align:center;
	color:#000;
	font-family:'Open Sans', arial, sans-serif;
	x-text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
	font-weight:bold;
}
h1 span{
	font-size:10px;
	display:block;
	letter-spacing:2px;
	font-family:'Open Sans', arial, sans-serif;
	color:#00c6e3;
	line-height:14px;
	padding-top:10px;
	text-shadow:none;
	text-transform:uppercase;
}
/* Header Style */
.header{
	font-size:13px;
	background:#000;
	opacity:0.9;
	text-transform:uppercase;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;

}
.header a{
	line-height:14px;
	padding:0 4px;
	xletter-spacing:-1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}


header{
	margin:25px 0px 8px 0px;
	position:sticky;background-color:#f1f1f1;top:-34px;z-index:100;
}																																							
header ul {
	margin-top:10px;
	padding-top:10px;
	padding-bottom:5px;
	border-top:1px solid #333;
	xborder-bottom:3px solid #333;
	margin-bottom:3px;
}

header ul li {
margin-left:0px;
padding-left:0px;
list-style:none;
display:inline;
color:#333;
font-size:1.25em;
text-transform:uppercase;
opacity:1.0;
line-height:1.4em;
}

header ul li:after {
content: "  //  ";
color: #ccc;
}

header ul li.selected:after {
text-decoration:none;
font-weight:300;
}

header ul li:last-child:after {
content: "";
}

header ul li a {
color:#333;
font-weight:300;
letter-spacing:1px;
}

header ul li a:hover {
color:#ffc600;
}

header ul li.selected span {
font-weight:900;
color:#ffc600;
text-decoration:underline;
letter-spacing:1px;
}

.content{
	margin:0px 25px 30px 25px;

}
@media screen and (max-width: 640px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}

@media screen and (min-width: 1050px) {
.content, header{
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;

}