@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'CantarellBold';
	src: url('type/Cantarell-Bold.eot');
	src: local('Cantarell Bold'), local('Cantarell-Bold'), url('type/Cantarell-Bold.woff') format('woff'), url('type/Cantarell-Bold.ttf') format('truetype'), url('type/Cantarell-Bold.svg#Cantarell-Bold') format('svg');
}

@font-face {
	font-family: 'CantarellRegular';
	src: url('type/Cantarell-Regular.eot');
	src: local('Cantarell Regular'), local('Cantarell-Regular'), url('type/Cantarell-Regular.woff') format('woff'), url('type/Cantarell-Regular.ttf') format('truetype'), url('type/Cantarell-Regular.svg#Cantarell-Regular') format('svg');
}

body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:0px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
html {
	height:100%;
}
body {
	color:#555;
	font-size:100%;
	font-family:'CantarellRegular', Arial, Helvetica, sans-serif;
	line-height:1.5em;
	background-image:url(../img/bg_snow.png);
	background-position:bottom left;
	background-color:#fff;
	background-repeat:no-repeat;
}
div#container {
	width:960px;
	margin:-24px auto;
	overflow:hidden;
	padding:24px 0;
	background: rgba(255,255,255,0.66);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h1 {
	font-size:4.5em;
	text-align:center;
	margin-top:0.7em;
	margin-bottom:1em;
	text-shadow: #c0e9f7 0px 0px 8px;
	color:#87bee0;
}
h2 {
	font-family:'CantarellBold',Arial, Helvetica, sans-serif;
	display:block;
	width:7em;
	text-align:right;
	float:left;
	margin-right:20px;
	clear:left;
	margin-bottom:40px;
	color:#aaa;
	font-size:0.625em;
	font-weight:bold;
}
	h2 a:hover {
		color:#000;
	}
p {
	/*background-color:#fff;*/
}
p.twitter {
	font-size:1.44em;
	text-shadow: #ccc 0px 0px 6px;
	text-align:center;
	margin-left:90px;
	margin-right:90px;
	margin-bottom:40px;
}
	p.twitter:hover {
		color:#333;
	}
a {
	color:inherit;
	text-decoration:none;
}
div.facebook {
	float:left;
	width:370px;
	margin-bottom:40px;
	padding-right:20px;
}
	div.facebook+div.facebook {
		padding-right:0;
		padding-left:20px;
	}
	div.facebook:hover {
		border:10px solid #ccc;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		margin:-10px;
		margin-bottom:30px;
		background-color:#ccc;
	}
	div.facebook:hover h3, div.facebook:hover p {
		/*background-color:#ccc;*/
		color:#000;
	}
	div.facebook p {
		color:#aaa;
		font-size:0.75em;
	}
	div.facebook img{
		float:left;
		margin-right:14px;
		height:100px;
		width:auto;
	}
	div.facebook h3 {
		font-size:0.875em;
		margin-right:18px;
	}
	div.facebook+div.facebook img {
		float:right;
		margin-right:0;
		margin-left:14px;
	}
	div.facebook+div.facebook h3, div.facebook+div.facebook p {
		text-align:right;
		margin-left:18px;
		margin-right:0;
	}
div.flickr img {
	float:left;
	margin-right:30px;
}
	div.tall {
		margin-left:90px;
		display:none;
	}
	div.tall img {
		margin-top:30px;
		margin-right:47px;
	}
	div.flickr img:hover {
		border:10px solid #ccc;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		margin:-10px;
		margin-right:20px;
	}
	div.tall img:hover {
		margin-right:37px;
		margin-top:20px;
		margin-bottom:0;
	}
div#playing {
	position:absolute;
	bottom:30px;
	right:30px;
	border:1px solid #fff;
	background-color:#fff;
	transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-webkit-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	box-shadow: 3px 3px 10px #ccc;
	-moz-box-shadow: 3px 3px 10px #ccc;
	-webkit-box-shadow: 3px 3px 10px #ccc;
	background: -moz-linear-gradient(-60deg, #fff 50%, #eee);
	background: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#eee));
}
div#playing img {
	width:100px;
	height:auto;
	margin:6px;
	margin-top:0;
}
div#playing p {
	display:block;
	text-align:center;
	width:150px;
	margin:0 auto;
}
div#playing:hover {
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	padding-bottom:10px;
}
div#playing:hover p.artist,div#playing:hover p.song {
	display:block;
}
div#playing:hover a {
	color:#000;
}
div#playing:hover img {
	width:150px;
	height:auto;
}
div#playing p.artist {
	font-family:'CantarellBold',Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.125em;
	display:none;
}
div#playing p.song {
	display:none;
}
div#playing h2 {
	margin:0;
	padding-right:8px;
	float:none;
	clear:none;
	text-align:right;
	width:auto;
}
div.notification {
	width:300px;
	position:absolute;
	left:20px;
	bottom:20px;
	background-color:#000;
	color:#FFF;
	opacity:0.6;
	padding:10px;
	filter: alpha(opacity = 60);
}
div.notification p {
	font-size:0.85em;
	margin-bottom:6px;
}
div.notification li {
	margin-right:20px;
	color:#87bee0;
	display:inline;
}
div.notification ul {
	text-align:center;
	margin-bottom:6px;
}
div.notification a:hover {
	color:#fff;
}
div.notification h3 {
	font-family:'CantarellBold',Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:6px;
}
@media all and (min-height: 830px) {
	div.tall {
		display:block;
	}
	div.flickr img:hover {
		margin-bottom:-10px;
	}
}


