@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/
 */
 
/* Recently Added Albums */

.recentAlbums .albumpic img {
	margin: 10px;
        width: 160px;
	height: 160px;
	box-shadow: 5px 5px 5px black;
}

.recentAlbums .albuminfo {
	padding-top: 10px;
}

.recentAlbums .artist-label {
	float: left;
	width: 120px;
	display: none;
	font-weight: bold;
}

.recentAlbums .artist {
	font-size: 14pt;
	/*color: #FFB028;*/
	margin: 5px;
        padding-left: 10px;
}

.recentAlbums .album-title-label {
	float: left;
	width: 120px;
	display: none;
	font-weight: bold;
}

.recentAlbums .album-title {
	font-size: 14pt;
	/*color: #FFB028;*/
	margin: 5px;
}

.recentAlbums .released-label {
	font-size: 14pt;
	/*color: #FFB028;*/
	float: left;
}

.recentAlbums .dateReleased {
	font-size: 14pt;
	color: red;
}

.recentAlbums .dateAdded-label {
	font-size: 14pt;
	/*color: #FFB028;*/
        float: left;
}

.recentAlbums .dateAdded {
	font-size: 14pt;
	color: red;
}

.recentAlbums .released {
        margin: 5px 0;
}

/* End Recently Added Albums */

