@import url('reset.css');
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

/* General Demo Style */
body{
	background:#e73c0e ;
	color:#000;
	font-family: 'Arial Narrow', 'PT Sans Narrow', Arial, sans-serif;
	font-size:11px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{
	margin:15px;
	font-size:35px;
	color:#000;
	font-family: 'Lancelot', 'Ultra', sans-serif;
	text-shadow: 0px 2px 0px rgba(255,255,255, 0.3);
	text-align:center;
}
h1 span, h5{
	font-size:18px;
	color:#f7f7f7;
}
/* Header Style */
.header{
	font-family:'Lato', 'Arial Narrow', Arial, sans-serif;
	line-height:24px;
	font-size:11px;
	background: rgba(250,250,250,0.7);
	text-transform:uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.3);
}
.header a{
	padding:0px 10px;
	letter-spacing:1px;
	color: rgba(231,60,14,0.9);
	display: block;
	float: left;
}
.header a:hover{
	color: rgba(231,60,14,1);
}
.header a span{
	font-weight:bold;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}