/* 
    Document   : artist.css
    Created on : 4-dec-2009, 15:50:01
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        CSS for Artists in module Label
*/

div.artists
{
    clear                   : both;
	border					: 1px solid #669ACC;
	padding-left			: 20px;
	padding-top				: 20px;
	margin-bottom			: 10px;
}

*:first-child+html div.artists
{
    padding                 : 10px;
    padding-top             : 0px;
    margin                  : 0;
}

div.artists div.artist
{
	width					: 265px;
	height					: 75px;
	margin-bottom			: 20px;
	margin-left				: 10px;
	margin-right			: 10px;

	float					: left;
}

div.artists div.artist div.imageWrap
{
	display					: block;
	width					: 75px;
	height					: 75px;
	float					: left;
	margin-right			: 10px;
	margin-bottom			: 10px;
	border					: 1px solid #669ACC;

	cursor					: pointer;
}

div.artists div.artist div.imageWrap span.ieFix
{
	_width					: 0;
	_height					: 100%;
	_display				: inline-block;
	_vertical-align			: middle;
}

*:first-child+html div.artists div.artist div.imageWrap span.ieFix
{
	width					: 0;
	height					: 100%;
	display					: inline-block;
	vertical-align			: middle;
}

div.artists div.artist span.image
{
	display					: table-cell;
	width					: 75px;
	height					: 75px;

	margin-left				: auto;
	margin-right			: auto;

	vertical-align			: middle;
	text-align				: center;

	_width					: 100%;
	_height					: auto;
	_display				: inline-block;
	_margin-top				: -2px;
	_margin-bottom 			: -3px;
}

*:first-child+html div.artists div.artist span.image
{
	width					: 100%;
	height					: auto;
	display					: inline-block;
	margin-bottom 			: -3px;
}

div.artists div.artist div.details
{
	position 				: relative;
	float 					: left;
	width					: 130px;
}

div.artists div.artist span.name
{
	font-size				: 14px;
	font-weight				: bold;
	text-transform			: uppercase;
}

