#container-middle .container {
	background: url(../../images/bg_home_opera.png) no-repeat 0 60px;
}

#home_header {
	color:  #30ACD0;
	font-size: 2em;
	line-height: 1.2em;
}

#artists_list {
	margin: 0;
	padding: 0;
	
	background: url(../../images/bg_home_artists.png) no-repeat;
}

#artists_list li {
	list-style: none;
	margin: 0;
	width: 270px;
}
#artists_list li a {
	color: #000;
	text-decoration: none;
	font-size: 2em;
	line-height: 1.2em;
	padding: 0;
	text-transform: uppercase;
	font-style: normal;
}
#artists_list li a:hover {
	background-color: #BCE4F0;
}

/*

	NEWS
	
*/


#cont_news {
	background: url(../../images/bg_home_news.png) no-repeat;
}

small.ndate {
	font-family: Georgia, sans-serif;
	font-size: 1.8em;
	color: #999;
}

.hentry h3 {
	font-size: 1.4em;
}