@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/
 */
 
/* Artist Page */

.playlistArtistPageTitle {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
}

.leftSide {
	float: left;
	width: 220px;
	margin-right: 20px;
	text-align: center;
}

.rightSide {
	/*float: right;
	width: 360px;*/
	margin-top: -5px;
}

.artistInfo {
	margin: 10px 0;
}

.artistPic {
	border: 1px solid #AAAAAA; 
	padding: 10px; 
	width: 200px; 
	/*height: 200px; */
	border-radius: 5px; 
	box-shadow: 5px;
	margin-top: 10px;
}

.artistPic img {
	width: 200px; 
}

.otherInfo {
    height: 48px;
    margin: 10px 0 10px 10px;
    text-align: center;
    width: 210px;
}

.otherInfo a img {
    border: 0 none;
    margin-right: 10px;
	width: 25px;
}

.artistWebsite {
	margin-top: 5px;
}

.albumBlock {
	padding-top: 8px;
	margin-left: 85px;
	min-height: 60px;
	padding-bottom: 20px;
}

.recent-backgroundArtistPage {
	margin-bottom: 5px;
	min-height: 80px;
	border-radius: 8px;
	background: #EEEEEE;
	padding: 5px 0;
}

.smallcoverArtistPage {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px black;
	margin: 10px 10px 10px 15px;
}

.small-albumTitlepage {
	font-weight: bold;
	float: left;
	font-size: 16px;
	padding-top: 12px;
}

.small-albumTitlepage a {
	text-decoration: none;
}

.small-aristName {
	font-size: 12px;
}

.playlistAlbumsSongsArtistPage {
    width: 140px;
    float: left;
    font-size: 12px;
}

.songsBGArtistPage {
    background: url('../images/music.png') no-repeat;
    padding-left: 23px;
}

.songsBGArtistPage a {
    text-decoration: none;
}

/* End Artist Page */

