@charset "utf-8";

/**

 * Copyright (c) 2013 Chris Roberts <chris45964596@msn.com>

 * This program is free software; you can redistribute it and/or

 * modify it under the terms of the GNU General Public License

 * as published by the Free Software Foundation; either version 2

 * of the License, or (at your option) any later version.

 * This program is distributed in the hope that it will be useful,

 * but WITHOUT ANY WARRANTY; without even the implied warranty of

 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License

 * along with this program; if not, write to the Free Software

 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

 *

 * @category   Joomla 2.5

 * @package    com_sam2joom

 * @subpackage nowplaying

 * @version    1.1.12

 * @link       http://www.sam2joom.com/

 */

 

/* Now Playing Block */

.nowPlaying-songinfo {

	padding-top: 5px;	

	width: 395px;

	float: left;

}



.songinfo {

	line-height: 1.3em;

}



.songinfo .song-title-label {

	float: left;

	width: auto;

	display: none;

	font-weight: bold;

}



.songinfo .song-title {

	font-size: 14pt;

	margin: 5px 5px 5px 0;

}



.songinfo .song-title a {

	text-decoration: none;

}



.songinfo .artist-label {

	float: left;

	width: auto;

	display: none;

	font-weight: bold;

}



.songinfo .artist {

	font-size: 14pt;

	margin: 5px;

}



.songinfo .artist a {

	text-decoration: none;

}



.songinfo .album-title-label {

	float: left;

	width: auto;

	display: none;

	font-weight: bold;

}



.songinfo .album-title {

	font-size: 16px;

	margin: 5px;

}



.songinfo .album-title a {

	text-decoration: none;

}



.songinfo .overallrating-label {

	float: left;

	width: auto;

	font-weight: bold;

}



.songinfo .overallrating {

	font-size: 14px;

	float: left;

	margin-left: 0;

}



.songinfo .overallrating a {

	text-decoration: underline;

}



.songinfo .overallrating ul.star-rating {

	float: left;

}



.songinfo .yourrating-label {

	float: left;

	width: auto;

	font-weight: bold;

}



.songinfo .yourrating-label img {

	margin-top: -10px;

}



.songinfo .yourrating {

	font-size: 14px;

	float: left;

	margin-left: 0;

}



.songinfo .release-year-label {

	float: left;

	width: auto;

	font-weight: bold;

}



.songinfo .release-year {

	font-size: 14px;

}



.songinfo .duration-block {

	margin-top: 5px;

}



.songinfo .duration-label {

	float: left;

	width: auto;

	font-weight: bold;

}



.songinfo .duration {

	font-size: 14px;

}



.songinfo .plays-label {

	float: left;

	width: auto;

	font-weight: bold;

}



.songinfo .plays {

	font-size: 14px;

}



.songinfo .requests-label {

	float: left;

	width: auto;

	font-weight: bold;

}



.songinfo .requests {

	font-size: 14px;

}



.songinfo .listeners-block {

	margin-top: 5px;

	height: 25px;

}



.songinfo .listens-label {

	float: left;

	width: auto;

	font-weight: bold;

}



.songinfo .listens {

	font-size: 14px;

	font-weight: bold;

}



.songinfo .playsdiv {

	float: left;

	width: 50%;

}



.songinfo .dedication {

	margin-top: 20px;

}



.nowPlaying-Table {

	 border: none;

	 width: 100%;

	 padding: 10px 10px 10px 0;

}



.now-playing,.now-playing-top {

	width: 100%;

	background: #000000;

	opacity: 0.8;

	border-radius: 3px;

	height: 40px;

	color: #F5DEB3;

	margin-bottom: 10px;

}



.now-playing-dj {

	float: right;

	margin: 10px;

	font-size: 11px;

}



.now-playing-show {

	float: left;

	margin: 10px;

	font-size: 13px;

}



.recently-played {

	padding-top: 10px;

	text-align: center;

}



.nowPlaying-Song {

	margin: 00px 0;

}



.nowPlaying-AlbumCover {

	float: left;

	vertical-align: top;

	margin: 0 20px 20px 10px;

}



.albumcover-np {

	width: 90px;

	height: 90px;

	border-radius: 5px;

	box-shadow: 5px 5px 5px black;

	margin: 5px;

}



.recent-background {

	margin-bottom: 10px;

	min-height: 95px;

	border-radius: 8px;

	background: #EEEEEE;

	padding: 5px 0;

}



.smallcover {

	float: left;

	width: 75px;

	height: 75px;

	border-radius: 5px;

	box-shadow: 5px 5px 5px black;

	margin: 8px 10px 10px 15px;

}



.small-title {

	font-weight: bold;

	margin-right: 10px;

	float: left;

	font-style: italic;

	font-size: 16px;

	padding-top: 12px;

}



.small-title a {

	text-decoration: none;

}



.trackInfo {

	padding-top: 8px;

}



.small-artist {

	font-weight: bold;

	float: left;

	font-size: 16px;

	padding-top: 12px;

}



.small-artist a {

	text-decoration: none;

}



.small-overallrating {

	margin-left: 100px;

	margin-top: 5px;

}



.small-album {

	font-weight: bold;

	font-size: 14px;

}



.small-album a {

	text-decoration: none;

}



.small-duration {

	padding-top: 12px;

	font-size: 15px;

}



.small-requested-by {

	float: right;

	text-align: right;

	padding: 0 10px 10px;

}



.small-dedication {

	margin: 5px 0 5px 100px;

}



.newsong {

	float: right;

}



/* End Now Playing Block */