
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 {
	font-family: 'Helvetica', 'Verdana', 'sans-serif';
	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;
}
html,body { width:100%;height:100%; }

a {
	color:ff3c00;
}

body { 
color:white;
}

html, body { padding:0; margin:0;text-align: center; background: black; font-family: 'helvetica'}

body {
		background: url('http://api.musixmatch.com/images/mxmimages/3/5/4/8/3/38453_7.jpg') no-repeat;
		background-size: cover;
}
/*
body.sharepage1 {
        background: url('liveset.jpg') no-repeat;
	background-size: cover;
}
body.sharepage2 {
        background: url('couples.jpg') no-repeat;
	background-size: cover;
}
body.sharepage3 {
        background: url('stage.jpg') no-repeat;
	background-size: cover;
}
*/
a:active, a:visited {
	color:white;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;

	height: 100%;

}

.centered {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

/* --- Navs --- */
#nav {
    height: 81px;
    position: absolute;
    width: 100%;
    z-index: 10;
    background: transparent;
    /*-webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.4);*/
    text-align: center;
}
#nav #navlinks {
position: absolute;
top: 35px;
right: 20px;
}

#nav #logo {
	position: absolute;
    left: 10px;
    top: 15px;
    width: 304px;
    height: 63px;
}

#logo  img{
	height: 70px;
}

#nav #navLinks .downloadButton {
	color: white;
background: #F60;
display: inline-block;
padding: 10px 20px;
margin-top: -10px;
border-radius: 5px;
text-decoration: none;
font-weight: bold;
font-size: 0.8em;
}

/* end nav */

#topGradient {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 168px;
text-align: center;
background: url('gradient-top.png');
z-index: 1;
}

#bg { z-index: -1; position: absolute; top: 0; left: 0}

#title {
display: block;
z-index: 1;
width: 100%;
text-shadow: 0 1px 3px black;
font-size: 0.5em;
}
#title h1 { font-weight: bold; font-size: 1.5em; margin-bottom: 10px}
#title h1 .artist { font-weight: normal; color: #ccc;}
#lyrics {
	font-size:1.5em;
	position: relative;
	padding-top: 20%;
	z-index: 1;
	width:100%;
        text-shadow: 0 1px 3px black;
}

#lyrics ul {margin-bottom:100px;padding: 0}

#lyrics li {
	display: block;
	color: white;
	margin: 20px;
	font-weight: bold;
}
#lyrics li p { display:inline-block; font-size:1.5em;}
#lyrics li.current p {
	background: rgba(0,0,0,0.7);
	border-radius: 5px;
	padding: 20px 30px;
	font-size: 1.8em;
}

#lyricshome {
	font-family: 'proxima nova','helvetica','sans-serif';
	padding-top: 200px;
	text-shadow: 0 1px 5px black;
}

#lyricshome h1 {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 4em;
}

#lyricshome h2 {
	font-weight: 100;
	font-size: 2em;
	line-height:1.2em;
	margin-bottom: 50px;
}

#playbutton {

	border-radius: 3px;

display: inline-block;
padding: 20px 20px;
margin: 0 auto;
text-decoration: none;
color: white;
}


#buy {
	position: absolute;
	right: 20px;
	top:17px;
	font-size: 0.9em;
	font-weight: bold;
}

#buy a { color:white; text-decoration:none; }
#actionbar {
	text-align: left;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,1);
}


.badges {width: 530px;
 }

.badges li {
		display: inline-block;
		margin: 10px;
	}

	.badges li a {
		display: block;
	}


@media all and (max-height: 600px) {


	#lyrics ul {margin-bottom: 50px;font-size: 0.7em;}
	#title h1 { margin-bottom: 0px; font-size: 1.3em;}
}
