
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}


address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: arial, verdana;
	background: #000;
	font-weight: 400;
	font-size: 15px;
	color: #aa3e03;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
}
/* Header Style */

.codrops-top .inside {
	max-width:1060px;
	margin: 0 auto;
}




.codrops-top span.right a{
	float: none;
	display: inline;
	color:#fff;
	font-size: 24px;
}

.codrops-top span.left{
	float: left;
	text-align: left;
		margin-top:10px;
}

header .inside {
	max-width:1060px;
	margin: 0 auto;
}
.floating {
	float: right;
}

.infobox {
	background: #333;
	width:320px;
		opacity: 0.8;
	color:#fff;
	padding: 10px 12px;
}
.infobox a{
	color:#fff;
}


/* Footer Style */
.infobox-bottom{
	background: #fff;
	width:320px;
	color:#00a2e0;
	padding: 10px 12px;
	font-size: 12px;

}
.infobox-bottom a{
	color:#00a2e0;
	text-decoration: underline;
}




/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}

.codrops-top span.left{
	float: none;
}
.codrops-top span.right{
	display: none;
}	
.infobox, .infobox-bottom {
	float: none;
	margin: 0 auto;
	width:100%;
}	
.infobox {
  width:90%;
}	
	
	
	
	
	
	
	
	
	
	
}