/*
ZZK Records - Frikstailers Style Sheet
Author: Aerolab [ www.aerolab.com.ar ]
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
/*---------------------------------------------------------------*/

body {
	background:#000;
	}
#wrapper {
	position:absolute;
	background:url('../../imgs/grafs/bg.jpg') no-repeat center top;
	background-size:cover;
	width:100%;
	height:100%;
	z-index:100;
	}
.bg, #sound-social, #shadow {
	position:absolute;
	}
	#links {
		padding-top:20px;
		}
	#links a {
		display:inline-block;
		width:40px;
		height:40px;
		margin-right:20px;
		}
		#links #icon-sound {
			background:url('../../imgs/grafs/icon-sound.png') no-repeat center;
			}
			#links #icon-sound:hover {
				background:url('../../imgs/grafs/icon-sound-on.png') no-repeat center;
				}
		#links #icon-fb {
			background:url('../../imgs/grafs/icon-fb.png') no-repeat center;
			}
			#links #icon-fb:hover {
				background:url('../../imgs/grafs/icon-fb-on.png') no-repeat center;
				}
		#links #icon-twitter {
			background:url('../../imgs/grafs/icon-twitter.png') no-repeat center;
			}
			#links #icon-twitter:hover {
				background:url('../../imgs/grafs/icon-twitter-on.png') no-repeat center;
				}
		#links #icon-zzk {
			background:url('../../imgs/grafs/icon-zzk.png') no-repeat center;
			}
			#links #icon-zzk:hover {
				background:url('../../imgs/grafs/icon-zzk-on.png') no-repeat center;
				}
		#links #icon-mail {
			background:url('../../imgs/grafs/icon-mail.png') no-repeat center;
			margin-right:0px;
			}
			#links #icon-mail:hover {
				background:url('../../imgs/grafs/icon-mail-on.png') no-repeat center;
				}
/*Sound Cloud Override*/
#sound-social {
	background:url('../../imgs/grafs/shadow.png') no-repeat center bottom;
	top:5%;
	left:55%;
	width:340px;
	height: 355px;
	padding:40px 0px 0px 40px;
	z-index:200;
	/*display:none;*/
	}
	.fb_iframe_widget {
		width: 96px;
		float: right;
		margin-right: 17px;
		height: 22px;
		}
	.twitter-share-button {
		margin-bottom:15px;
		vertical-align: text-bottom;
		}
#info {
	width:300px;
	font-weight:bold;
	font-size: 14px;
	color: #fff;
	font-family: Arial;
	text-align: center;
	/*margin-right: 32px;*/
	margin-top: 15px;
	}
	#info a {
		width:auto;
		height:auto;
		margin-right:0px;
		color:#09F;
		}
		#info a:hover {
			color:#06C;
			}