/*Title
#wrap-title {
	background: url('../images/title-bg.png') repeat center center;
	height: 36px;
	margin-bottom: 20px;
}*/

h1.title,h2.title {
  line-height: 46px;
  background: #F8F8F8;
  padding-right: 10px;
  display: inline;
  font-family: 'latin_modern_roman10_regular';
}
h2.sub-heading {
  line-height: 36px;
  font-size: 28px;
  color: #a37400;
  font-family: 'Open Sans', Arial, sans-serif;
  margin-bottom: 20px;
}

/*Artist*/
.artist-release  img {
	border: 4px solid #FFFFFF;
}
.artist-release img:hover {
	border: 4px solid #939393;
}

.artist-release  {
	float: left;
	margin-right: 20px;
}
.field-releases .last-element {
	margin-right: 0;
}
.node-type-release .field-title {
	margin-bottom: 5px;
}
.node-type-release .buy-links {
	float:left;
}
.node-type-release .field-title h2,
.node-type-news .field-subtitle {
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'HelveticaNeueLightWeb';
	font-weight: normal;
	line-height: 0.9em;
}
.node-type-release #wrap-title {
	margin-bottom: 10px;
}
.node-type-release .field-release-date {
	font-weight: bold;
}
.node-type-aws_calendar .field-event-date span {
    background-color: #888888;
    color: #FFFFFF;
    padding: 0 5px;
}
.node-type-aws_calendar .field-event-location,.node-type-aws_calendar .field-city,.node-type-aws_calendar .field-country {
	font-weight : bold;
	float: left;
}
.node-type-aws_calendar .field-city .field-items :before{
	content: ',';
}
.node-type-aws_calendar .field-country .field-items :before{
	content: ',';
}
.node-type-news .field-subtitle {
	margin-bottom: 20px;
}

.imagecache-check_out {
	border: 4px solid #ffffff;
}
