/* DJ blocks */

	.dj
	{
		padding: 10px;
		background: #120e12;
		margin-bottom: 2px;
		position: relative;
		height: 80px;
	}
	.dj.even
	{
		background: #0c090b;
	}
	.dj .dj-image
	{
		position: absolute;
		top: 10px;
		left: 10px;
		width: 80px;
		height: 80px;
		text-align: center;
	}
	.dj .dj-name,
	.dj .dj-url,
	.dj .dj-genre,
	.dj .dj-admin
	{
		position: absolute;
		left: 110px;
		width: 270px;
		overflow: hidden;
		white-space: nowrap;
	}
	.dj .dj-name
	{
		font-size: 140%;
		color: #fff;
		top: 10px;
		margin:0;
	}
	.dj .dj-genre
	{
		top: 35px;
		color: #c4c4c4;
	}
	.dj .dj-url
	{
		top: 72px;
		font-size: 90%;		
	}
	.dj .dj-description
	{
		position: absolute;
		top: 10px;
		left: 390px;	
		width: 540px;
		color: #4d444b;
		height: 80px;
		overflow: auto;
		line-height: 125%;
	}
	
	.dj .dj-admin
	{
		position: absolute;
		width: auto;
		top: 52px;
	}
