/*
 @ChangeDate:	$LastChangedDate: 2009-03-23 22:29:36 +0000 (Mon, 23 Mar 2009) $
 @Revision:		$Rev: 185 $
 @Author: 		$Id: lyric.css 185 2009-03-23 22:29:36Z philippryce $
*/

/*span.lyricContainer {
	display: -moz-inline-block;
    display: inline-block;
    margin: 5px 5px 10px;
    text-align: left;
    width: 98%;
}
div.lyricContainer {
    padding: 2px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    position: relative;
}
.lyricBubble {
    font-family: Georgia, "Times New Roman", Times, serif;
    position: relative;
    font-size: 18px;
    padding: 6px 12px;
    margin-right: 78px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #7A2324 url(/style/images/lyricBubbleBG.png) top center repeat-x;
    border: 2px solid #66191d;
    color: #fff;
    /-*overflow: hidden;*-/
    text-shadow: rgba(0, 0, 0, 0.2) 0 -1px 0;
    text-align: center;
}
.lyricBubble i {
    position: absolute;
    font-size: 70px;
    z-index: 200;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    font-style: normal;
    text-shadow: rgba(0, 0, 0, 0.4) 0 -2px 0;
    _display: none;
}
.lyricBubble i.quoteLeft {
    top: 1px;
    left: 2px;
}
.lyricBubble i.quoteRight {
    bottom: 1px;
    right: 2px;
    margin-bottom: -0.5em;
}
.lyricBubble .lyric {
    z-index: 300;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
}
.lyricBubble .lyric:hover {
	text-decoration: underline;
}
div.lyricContainer b.pointer {
    position: absolute;
    top: 15px;
    right: 73px;
    width: 8px;
    height: 9px;
    background: url(/style/images/lyricPointer.png) center center no-repeat;
}
.artistInformation {
    font-size: 13px;
    text-indent: 4px;
    text-align: left;
    color: #939393;
    height: 1.2em;
    padding: 5px 0 3px;
    margin-right: 78px;
    line-height: 20px;
}
.artistInformation a {
    color: #939393;
}
.artistInformation img {
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
    z-index: 400;
    width: 64px;
}
.artistInformation a:hover {
    color: #2D3436;
}
.lyricHUD {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    display: none;
    background-color: #2D3436;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100px;
    margin: 0 0 0 -50px;
    font-size: 11px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    overflow: hidden;
    text-align: center;
    padding: 4px;
    z-index: 330;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
}
div.lyricBubble:hover .lyricHUD {
    display: block;
}
.lyricHUD a.link {
    color: #fff;
}
.lyricHUD a.link:hover {
    text-decoration: none;
}
.lyricHUD em {
    padding: 2px 0;
    font-size: 10px;
    font-style: normal;
}
*/    	
.inline-rating {
    display: -moz-inline-block;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    /*padding: 0 !important;*/
}

/* NEW LYRIC BUBBLE */
ul.lyricList {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul.lyricList li {
	list-style: none;
	margin: 0 0 3px;
}
ul.lyricList li.none {
	color: #888984;
	font-size: 15px;
	margin: 30px 0;
}
.lyricUI {
	overflow: hidden;
	/*width: 800px;*/
	margin: 6px auto 0;
	position: relative;
	text-align: left;
}
.lyricUI .lyricMargin {
	margin: 8px 0 0 6px;
}
.withPicture .lyricMargin {
	margin-left: 80px;
}
.lyricUI .lyricBubble {
	border: 2px solid #66191d;
	background-color: #66191d;
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 45px;
	text-align: center;
	/* Visual enhancements */
	background-image: url(images/lyricUI_background.png);
	background-position: top center;
	background-repeat: repeat-x;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.lyricUI .lyricBubble i {
	position: absolute;
	top: -2px;
	left: 10px;
	font-size: 80px;
	height: 0.7em;
	overflow: hidden;
	font-style: normal;
	color: #eeeeeb;
	color: #fff;
	color: rgba(255, 255, 255, 0.6);
	text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
}
.withPicture .lyricBubble i {
	left: 90px;
}
.lyricUI .lyricBubble i.quoteRight {
	left: auto;
	right: 6px;
}
.lyricUI .lyricBubble b.pointer {
	display: none;
	position: absolute;
	top: 18px;
	left: 73px;
	width: 8px;
	height: 9px;
	line-height: 9px;
	background-image: url(images/lyricUI_pointer.png);
	background-position: center center;
	text-indent: -999px;
}
.withPicture .lyricBubble b.pointer {
	display: inline;
}
.lyricUI .lyricBubble a.lyric {
	font-size: 16px;
	line-height: 20px;
	display: block;
	text-align: center;
	padding: 8px 45px;
	color: #eeeeeb;
}
.lyricUI .lyricBubble a.lyric:hover {
	color: #FFF;
}
.lyricUI .artistInfo {
	font-size: 11px;
	line-height: 14px;
	padding: 1px 2px 2px 10px;
	margin: 0;
	color: #babcb5;
}
.withPicture .artistInfo {
	margin-left: 80px;
}
.lyricUI .artistInfo a {
	color: #888984;
	text-transform: capitalize;
}
.lyricUI .artistInfo a:hover {
	color: #555652;
}
.lyricUI .artistInfo a img.picture {
	position: absolute;
	left: 5px;
	top: 8px;
	border: 0 !important;
	display: none;
}
.withPicture .artistInfo a img.picture {
	display: block;
}
.lyricUI .artistInfo .inline-rating {}
/* END NEW LYRIC BUBBLE */

.rating,
.rating a:hover,
.rating a:active,
.rating a:focus,
.rating .current-rating{
    background: url(/style/images/Stars.png) left -1000px repeat-x;
}
.rating{
    position: relative;
    width: 90px;
    height: 16px;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}
.rating li{
    display: inline;
}
.rating a,
.rating .current-rating{
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 16px;
    line-height: 16px;
    outline: none;
    overflow: hidden;
    border: none;
}
.rating a:hover,
.rating a:active,
.rating a:focus{
    background-position: left bottom;
}
.rating a.one-star{
    width: 20%;
    z-index: 20;
}
.rating a.two-stars{
    width: 40%;
    z-index: 19;
}
.rating a.three-stars{
    width: 60%;
    z-index: 18;
}
.rating a.four-stars{
    width: 80%;
    z-index: 17;
}
.rating a.five-stars{
    width: 100%;
    z-index: 16;
}
.rating .current-rating{
    z-index: 15;
    background-position: left center;
}
.bigLyric {
	font-size: 20px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	padding-bottom: 10px;
}
.bigLyric em {
	position: absolute;
	font-size: 60px;
}
.bigLyric em.tl {
	top: 0;
	left: 0;
	margin-top: -10px;
}
.bigLyric em.br {
	bottom: 0;
	right: 0;
	margin-bottom: -0.5em;
}
.bigLyric div {
	padding: 0 25px;
	text-align: center;
	line-height: 1.2em;
}
.lyricInfo {
	font-size: 12px;
	margin-bottom: 10px;
}

.toolbarWrapper {
	position: relative;
}
.toolbar {
	height: 24px;
	border: 1px solid #BABDB6;
	background-color: rgb(245, 245, 245);
	border-width: 1px 0;
	position: relative;
	margin: 0 -20px 0;
	padding: 0 20px;
	overflow: hidden;
	z-index: 20;
}
.toolbar b {
	background-color: rgb(235, 235, 235);
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	height: 100%;
	z-index: 20;
}
span.toolbarTooltip {
	position: absolute;
	top: 28px;
	left: 0;
	display: inline-block;
	padding: 3px 8px;
	background-color: #2d3436;
	background-color: rgba(0,0,0,0.8);
	border: 1px solid #000;
	color: #eeeeeb;
	line-height: 1.2em;
	font-size: 13px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.toolbar a {
	text-align: -999px;
}
.toolbar .icon {
	width: 16px;
	height: 16px;
	margin: 4px;
	text-indent: -999px;
	*text-indent: 0;
	display: inline-block;
	background: transparent url(/style/images/toolbar_icons.png);
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	position: relative;
	z-index: 40;
	text-decoration: none;
	overflow: hidden;
	color: transparent;
	float: left;
}
.toolbar .icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
}
.toolbar .inline-rating {
	vertical-align: baseline;
	position: relative;
	z-index: 40;
	margin-left: 20px;
	margin-top: 4px;
	float: left;
}
.toolbar .bookmarkIcon {
	background-position: 0 0;
}
.toolbar .shareIcon {
	background-position: 0 -16px;
}
.toolbar .reportIcon {
	background-position: 0 -32px;
}
.toolbar .lastfmIcon {
	margin-left: 20px;
	background-position: -16px 0;
}
.toolbar .amazonIcon {
	background-position: -16px -16px;
}
.toolbar .lyricwikiIcon {
	background-position: -16px -32px;
}
.toolbarAction {
	border-bottom: 1px solid #66191d;
	background-color: #a1292e;
	color: #eeeeeb;
	margin: 0 -20px;
	padding: 0 20px;
	font-size: 13px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.toolbarAction p {
	padding: 5px 0;
	margin: 0;
	position: relative;
	z-index: 40;
	text-shadow: rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.toolbarAction a,
.toolbarAction a:link,
.toolbarAction a:hover,
.toolbarAction a:active,
.toolbarAction a:visited {
	color: #fff;
	text-decoration: underline;
}
.toolbarAction b {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: #8b2328;
	
}

.noInfo {
	text-align: center;
	color: #888984;
	font-size: 15px;
	margin: 20px 0;
}

table.lyricList {
	width: 100%;	
}
table.lyricList th {
	text-align: center;
}
table.lyricList .rankCol {
	width: 1%;
	text-align: right;
	vertical-align: top;
}
table.lyricList td.rankCol {
	color: #BABDB6;
}
table.lyricList b.box {
	width: 30px;
	margin-top: 7px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border: 2px solid #BABDB6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	color: #66191d;
	overflow: hidden;
}


table.lyricStats {
	width: 100%;
	font-size: 13px;
}
table.lyricStats th {
	font-weight: bold;
	text-align: right;
	width: 40%;
}
table.lyricStats td {
	width: 60%;
	padding-left: 5px;
}
