h1,h2,h3,h4,h5,h6 { 
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
body{
	font-family: Cambria, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	font-weight: 400;
	font-size: 15px;
	color: #1d3c41;
	overflow-y: scroll;
}
.container{
	width: 100%;
	height: 25px;
	background-color:#000;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration:none;
	text-shadow: 0px 0px 0px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #000;
	text-decoration:none;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
