



.header-link {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
}

.header-link:hover {
	color: yellow;

}



.genCat:hover {
	color:yellow;
}

.subPretty {
	margin-left:10px;
	color: #b2d9ec;
}
.artPretty {
	margin-left:20px;
	margin-top: 5px;
}





#video {
	width: 100%;
	text-align: center;
}





#searchIcon {
	width: 16px;
	height: 16px;
}

#searchText:focus {
	box-shadow: 0 0 5px black;
	border: 1px solid black;
}

.shareLink {
	/*background-color: black !important;*/
}
#audioContainer {
	/*width:423px;*/
	margin:0;
	display:inline-block;
	
}

#biggerAudio {
	margin-right:auto;
	margin-left:auto;
	width:473px;
	position:relative;
	top:-13px;
}

.mejs-container {
	margin-right:-10px;
	/*width:423px !important; /*in order to make it the same width as the audio pic */
	margin-top: 3px;
	display:inline-block;
	float:left;
	background:black;
}

#audiodownloadform {
	display:inline-block;
	z-index:9999;
	float:right;
	position:relative;
	top:3px;
	height:30px;
	background:black;
}

#downloadbtn {
	position:relative;
	top:0px;
	display:inline-block;
	background:black;
	color:white;
	cursor:pointer;
	font-family:inherit;
	padding:6px;
	border:0;
	width: 87px;
	height:30px;
	background: -webkit-gradient(linear,0% 0,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));
	background: -webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
	background: -moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
	background: -o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
	background: -ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));
	background: linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));
}