/*//@import url('normalize.css');*/
/* Icon font for player controls */
@font-face {
	font-family: 'playericons';
	src: 	url("fonts/playericons.eot");
	src: 	url("fonts/playericons.eot?#iefix") format('embedded-opentype'), 
		url("fonts/playericons.woff") format('woff'), 
		url("fonts/playericons.ttf") format('truetype'), 
		url("fonts/playericons.svg#playericons") format('svg');
	font-weight: normal;
	font-style: normal;
}

.attribution{
	width: 600px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 10px 50px;
	border-top: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.8);
	font-size: 10px;
	font-family: 'Aldrich';
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	color: #666;
}
