@import url('reset.css');

/* General Codrops Demo Style */

@font-face {
    font-family: 'futura_ltregular';
    src: url('fonts/futuralt-webfont.eot');
    src: url('fonts/futuralt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuralt-webfont.woff') format('woff'),
         url('fonts/futuralt-webfont.ttf') format('truetype'),
         url('fonts/futuralt-webfont.svg#futura_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
 font-family: Lato;
 src: url("Lato-Reg.eot") 
}
@font-face {
 font-family: Lato;
 src: url("Lato-Reg.ttf") 
}


body{
	background:rgb(4,4,4)  ;    
	color:#fff;
	font-family: '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:#5aa02f;     */
	
	color:rgb(64,88,126);
	font-family:Lato;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	padding-bottom:10px;
	line-height:40px;
	letter-spacing:3px;
	font-family: 'futura_ltregular', sans-serif; 
/*	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;	*/
/* font-family: 'PT Sans Narrow', Arial, sans-serif; */

}
h1 span{
	font-size:0.5em;
	text-transform:uppercase;
	display:block;
	letter-spacing:2px;
/*	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif; */
	font-family: 'futura_ltregular', sans-serif; 
	color:rgb(64,88,126);
	line-height:1.6em;
	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:18px;
	padding:0 4px;
	letter-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;
}
.content{
	margin:0px 25px 30px 25px;
	color:#fff;

	
}
@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;
	}
}