/* 
 * /node/2 
 * the top part where it shows the name, municipality, country, year and artist picture.
 */
.view-id-artist_name .view-content .artist-left {
	float:left;
}
.view-id-artist_name .view-content .artist-left .artist-name {
	font-weight: bold;
	font-size: 20px;
}
.view-id-artist_name .view-content .artist-right {
	float:right;
}

.view-id-artist_name .view-content .views-row {
	height: 125px;
}


/* Footer */
#footer-column {
  position: relative;
  width: 1032px;
  margin: 0 auto;
}
/*
#footer-first-column, #footer-second-column, #footer-third-column, #footer-fourth-column {
  float: left;
  width: 206px;
  padding-left: 50px;
  height: 205px;
  border-right: 1px solid #feb926;
}*/

.region-bottom {
  background: #989898;
text-align: right;
color: #e4e4e4;
font-size: 13px;
height: 70px;
padding-top: 0px;
margin-top: 24px;
}

footer ul li.leaf {
  list-style-image: none;
  list-style-type: none;
}