/* 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_itunes
{
  display: block;
  position: relative;
  width: 110px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(../img/itunes.png);
  float: left;
  margin: 0 10px;
}

.release_buy_link_google_play
{
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(../img/google_play.png);
  float: left;
  margin: 0 10px;
}

.release_buy_link_universal
{
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(../img/universal-music.jpg);
  float: left;
  margin: 0 10px;
}

.release_buy_link_amazon
{
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(../img/amazon.png);
  float: left;
  margin: 0 10px;
}

.release_stream_link_spotify
{
  display: block;
  position: relative;
  width: 110px;
  height: 33px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(../img/link_spotify.png);
  float: left;
  margin: 5px 5px;
}

.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;
}
