@charset "UTF-8";
/* CSS Document */

/* Default [discography] shortcode CSS */


/* 
All releases grid display
*/
.discography_grid_container {
	
}
.discography_grid_container .clear {
  clear: left;
}

.discography_grid_container .left {
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.discography_grid_container .right {
  float: right;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.discography_name {
  border-top: 1px dashed black;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
}

.grid_format_header {
  border-bottom: 1px dashed black;
  border-top: 1px dashed black;
  padding: 10px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
/* individual release within the grid */
.grid_release {
  display: block;
  float: left;
  width: 272px;
  height: 372px;
  margin-right: 20px;
}
.grid_release_summary_title {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}
.grid_release img {
  vertical-align: top;
}

/* 
single release */
.release {
  margin-bottom: 20px;
}
.release .clear {
  clear: left;
}

.release .left {
  float: left;
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.release .right {
  float: right;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.release_header {
  margin-bottom: 20px;
}
.release_header h4 {
  border-bottom: 1px dashed black;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px 0 10px 0;
}
.release_cover_art {
	
}
.release_summary {
  height: 228px;
  padding: 10px;
  background: none repeat scroll 0 0 #F3F3ED;
  overflow: hidden;
}
.release_summary_item {
	margin-bottom: 15px;
}
.release_summary_item_label {
	font-weight: bold;
}
.release_buy_links {
  margin-top: 10px;
  margin-bottom: 10px;
}
.release_buy_link_1 {
  display: block;
  text-indent: -9999px;
  margin-right: 20px;
  background-image: url(images/buy_itunes.png);
  width: 220px;
  height: 77px;
  float: left;
}
.release_buy_link_2 {
  display: block;
  text-indent: -9999px;
  margin-right: 20px;
  background-image: url(images/buy-amazon.png);
  width: 220px;
  height: 77px;
  float: left;
}
.tracklist {
  margin-top: 20px;
}

.track_name {
  display: inline;
}

.track_number{
  display: inline;
}

.track_artist{
  display: inline;
}

.track_length {
  display: inline;
}