@import url( normalize.css );
@font-face {
	font-family: RaphaelIcons;
	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;
}
body {
	background: rgb(221, 221, 221); color: rgb(51, 51, 51); overflow: hidden; font-family: Georgia, serif; font-size: 15px; font-weight: 400; -webkit-font-smoothing: antialiased;
}
a {
	color: rgb(85, 85, 85); text-decoration: none;
}
.clr {
	margin: 0px; padding: 0px; height: 0px; clear: both;
}
.codrops-top {
	text-transform: uppercase; line-height: 24px; font-family: Cambria, Georgia, serif; font-size: 9px; position: relative; z-index: 9999;
}
.codrops-top a {
	padding: 0px 10px; color: rgb(136, 136, 136); letter-spacing: 1px; display: inline-block; text-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
.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;
}
}
