/************************************************
		C O L O R - C L A S S E S
************************************************/

.white		{color: #fff; }
.whiteBG	{ background-color: #fff; }

.black		{ color: #000; }
.blackBG	{ background-color: #000; }

.purple		{ color: #965ad2; }
.purpleBG	{ background-color: #965ad2; }


/************************************************
		C O L O R - A S S I G N M E N T
************************************************/

/*******************
	WHITE
********************/

html,
a,
a:visited,
#container #footer span.live a:hover,
#container #footer span.breadcrumb a:hover
{
	color: #fff;
}


/*******************
	BLACK
********************/

body
{
	background-color: #000;
}


/*******************
	PURPLE
********************/

a:hover,
#footer span.breadcrumb,
#footer span.breadcrumb a,
#footer span.breadcrumb a:visited,
#site-10 #cover-image em,
#site-8 .infos a,
#site-8 .agb a
{
	color: #965ad2;
}

#site-10 #coverbar a.cover img,
#samplebar .samples .sample
{
	border-color: #965ad2;
}



/*******************
	OTHER
********************/

#footer span.live a,
#footer span.live a:visited
{
	color: #a01428;
}

#site-10 #cover-image em
{
	background-color: #3b0000;
}