@charset "UTF-8";
/* UNFILTERED MUSIC Style Sheet */


/* Footer */
#shareMenu {
	position: absolute;
	top: 180px;
	left: 70px;
	height: 245px;
}

/* Reposition on scroll */
body.scrolled #shareMenu {
	top: 119px;
}

/* Reposition on orientation change */
body[orient="landscape"] #shareMenu {
	top: 140px;
}

/* Reposition on scroll */
body.scrolled[orient="landscape"] #shareMenu {
	top: 79px;
}
