/* Utility styles */
.artpress-clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* General styles used on multiple pages */
.artpress-thumbnails { }

.artpress-thumbnail { 
	width: 200px;
	height: 240px;
	text-align: left;
	float: left;
}

.artpress-thumbnail a.artpress-thumbnail-image-container { 
	display: block;
	width: 160px;
	height: 160px;
	background:center;
    background-size:cover;
}

.artpress-thumbnail-image { 
	max-width: 160px;
	max-height: 200px;
}

.artpress-thumbnail-title { 
	margin-top: 4px;
	line-height: 12px;
	margin-bottom: 0px;
	font-size: 12px;
	font-style: italic;
}

.artpress-thumbnail-artist { 
	margin-top: 4px;
	font-size: 12px;
}

/* Styles specific to the artist detail page */
.artpress-artist-detail-name { }

.artpress-artist-detail-dates {
	color: #333;
}

/* Styles specific to the artwork detail page */
.artpress-artwork-details { }
.artpress-artwork-detail { margin: 12px 0; }
.artpress-artwork-detail-label { font-weight: bold; }