#artist {
  min-height: 160px;
}

#artist img {
  float: left;
	max-height: 115px;
}

#artist p {
  margin: 0 0 5px 140px;
	width: 500px;
  font-size: 120%;
	color: #666;
}

#artist ul {
  float: right;
	padding: 5px 10px 10px 10px;
	width: 200px;
	background-color: #F2F2F2;
}
#artist ul li {
  padding: 5px 0 5px 5px;
  border-bottom: 1px dotted #666;
}
#artist_follow {
  padding-left: 24px;
  background: url('http://alistof.com/public/img/heart_add.png') 1px 0 no-repeat;
}
.unfollow {
  background: url('http://alistof.com/public/img/heart_delete.png') 1px 0 no-repeat !important;
}
#amazon {
  padding-left: 24px;
  background: url('http://alistof.com/public/img/amazon.ico') 1px 0 no-repeat;
}
#share {
  padding-left: 24px;
  background: url('http://alistof.com/public/img/email_add.png') 1px 0 no-repeat;
}
#artist ul li:last-child {
  border-bottom: none;
}
#artist li a {
  font-size: 120%;
	text-decoration: none;
	color: #666;
}

#photos div, #videos div {
  float: left;
	margin: 0 10px 10px 0;
	width: 120px;
	height: 120px;
}
#videos div {
  height: 100px;
}
#photos div.last, #videos div.last {
  margin-right: 0;
}
#photos img, #videos img {
  max-width: 120px;
	max-height: 120px;
}

#events, #tracks {
  font-size: 120%;
} 
#events div, #tracks div {
  margin-bottom: 5px;
  padding: 0 5px 5px 5px;	
  border-bottom: 1px solid #EEE;
}
#events div span, #tracks div span {
  float: right;
	color: #999;
}
#events p, #tracks p {
  margin-top: 20px;
}
#albums p, #videos p, #photos p, #followers p {
  font-size: 120%;
}
