/* MUSIC PAGE CLASSES */

/* This block is for classes added along with NWL, which had a VERY long 
	text description.  These extra classes support the pop-up box for the full description. */
A.read-more						{ font-style: italic; }
SPAN.album-title				{ font-style: italic; font-weight: 700; font-size: 12pt; color: #44FFFF; }
DIV.album-long-desc				{ z-index: 100; position: absolute; width: 780px; top: 32px; left: 80px;}
DIV.album-long-desc TABLE.bloo	{ padding: 6px 18px 18px 18px; }

/* The following .tracklist classes override parts of webbcontent.css */				
OL.tracklist A					{ font-size: 9pt; }			
OL.tracklist LI					{ padding-top: 1px; padding-bottom: 1px; }


DIV.song-writers {
	font-size: 7pt;
	margin-top: 4px;
	margin-right: 18px;
	float: right; 
	clear: none;
}

img.album-cover {
	width: 150px;
	height: 150px;
	margin: 10px;
	border: 2px solid #404040;
/*	transition: box-shadow 0.2s; */
	border-radius: 6px;
	box-shadow: 6px 6px 6px 0px rgba(0,0,0,0.80); /* rgba(96, 96, 96, 0.80); */
}

img.album-cover.selected {
	width: 166px; 
	height: 166px;
	margin: 2px;
    border-radius: 6px;
    box-shadow: 0 0 60px #66FF66;
	position: relative;
	z-index: 0;
}

.ui-widget-content a {
	color: #44FFFF;		/* Because JQ-UI 1.12 fscks up your A tag classes inside the widget.  WTF? */
}