/* 
    Document   : artist
    Created on : 9-okt-2009, 13:56:56
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        Stylesheet for artistlayout
*/

div.centerColumn
{
    border                  : none;
}

div.artist
{
}

/* Details */
div.artist div.details
{
    float                   : left;

    border-bottom           : 1px solid #669ACC;

    margin-top              : -22px;
    margin-bottom           : 10px;

    width                   : 100%;

    _padding-bottom         : 10px;
    _margin-top             : 0px;
    _margin-bottom          : 0px;
}

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

div.artist div.details div.align
{
    width                   : 100%;
    _width                  : auto;
}

*:first-child+html div.details div.align
{
    width                   : auto;
}

div.artist div.details span.imageWrap
{
    float                   : left;
    display                 : block;

	width					: 150px;
	height					: 150px;
	margin-right			: 10px;
	margin-bottom			: 10px;
	border					: 1px solid #669ACC;
}

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

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

div.artist div.details span.image
{
	display					: table-cell;
	width					: 150px;
	height					: 150px;

	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.artist div.details span.image
{
	width					: 100%;
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;
}

div.artist div.details div.meta
{
    vertical-align          : top;
    padding-left            : 10px;
    
}

div.artist div.details span.name
{
	font-size				: 26px;
	font-weight				: bold;
}

div.artist div.details hr
{
 
}

div.artist th
{
    text-align              : left;
}
