@import url('normalize.css');
@font-face {
	font-family:'RaphaelIcons';
    src: url('raphaelicons-webfont.eot');
    src: local('☺'), 
		url('fonts/raphaelicons-webfont.woff') format('woff'), 
		url('fonts/raphaelicons-webfont.ttf') format('truetype'), 
		url('fonts/raphaelicons-webfont.svgwebfontKOf9F4sx') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* General Demo Style */
body{
	font-family: Tahoma, Geneva, sans-serif;
	background: #ddd;
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
a{
	color: #FFF;
	text-decoration: none;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
/* Header Style */
.codrops-top{
	line-height: normal;
	font-size: 14px;
	text-transform: none;
	z-index: 9999;
	position: relative;
	font-family: Tahoma, Geneva, sans-serif;
}
.codrops-top a{
	letter-spacing: normal;
	color: #999;
	display: inline-block;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}
@media screen and (max-width: 520px) {
	.codrops-top { display: none; }
}
