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

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General Base Style */

body{
	font-family: 'Oswald', Impact,  Arial, sans-serif;
	background: #e73c0e;	
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
	min-height: 800px;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;

}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.container > header{
	padding: 10px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 37px;
	line-height: 37px;
	position: relative;
	font-weight: 400;
	color: rgba(27,54,81,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);	
    	padding: 0px 0px 0px 0px;
}
.container > header h1 span{
	color: #f7e7db;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2, p.info{
	font-family: Constantia;
	font-size: 16px;
	font-style: italic;
	color: #4a3124;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}

/* Header Style */
.firehalo-top {
	line-height: 24px;
	font-family: 'Lato', Arial-narrow, Calibri, sans-serif;
	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);
}

.firehalo-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: rgba(231,60,14,1);
	display: inline-block;
	font-weight: 700;
}

.firehalo-top a:hover {
	color: rgba(231,60,14,1);
}

.firehalo-top span.right {
	float: right;
}

.firehalo-top span.right a {
	float: left;
	display: block;
}