/* artist_logos.css */

/*Logos*/

#jimmy {
  background: url("images/jimmy_logo.png") no-repeat;
  height: 108px;
  width: 200px;
}

#bsp {
  background: url("images/bsp_logo.png") no-repeat;
  height: 59px;
  width: 200px;
}
    
#bsn {
  background: url("images/bsn_logo.png") no-repeat;
  height: 36px;
  width: 200px;
}
    
#gos {
  background: url("images/gos_logo.png") no-repeat;
  height: 63px;
  width: 200px;
}
    
#vanguard {
  background: url("images/vanguard_logo.png") no-repeat;
  height: 50px;
  width: 200px;
}
    
#sltd {
  background: url("images/sltd_logo2.png") no-repeat;
  height: 25px;
  width: 200px;
}
    
#dp {
  background: url("images/dp_logo.png") no-repeat;
  height: 262px;
  width: 200px;
  margin-top: 10px;
}

#tu {
  background: url("images/tu_logo.png") no-repeat;
  height: 59px;
  width: 200px;
}

#ir {
  background: url("images/ir_logo.png") no-repeat;
  height: 59px;
  width: 200px;
}

/*Band Pics*/

#bsn_pic {
  background: url("images/artists_pic_bsn.png") no-repeat;
  height: 124px;
  width: 200px;
}

#gos_pic {
  background: url("images/artists_pic_gos.png") no-repeat;
  height: 124px;
  width: 200px;
}

#jimmy_pic {
  background: url("images/artists_pic_jimmy.png") no-repeat;
  height: 124px;
  width: 200px;
}

#bsp_pic {
  background: url("images/artists_pic_bsp.png") no-repeat;
  height: 124px;
  width: 200px;
}

#sltd_pic {
  background: url("images/artists_pic_SLTD.png") no-repeat;
  height: 124px;
  width: 200px;
}

#vanguard_pic {
  background: url("images/artists_pic_Vanguard.png") no-repeat;
  height: 124px;
  width: 200px;
}

#threeunion_pic {
  background: url("images/artists_pic_tu.png") no-repeat;
  height: 124px;
  width: 200px;
}

#sethlaura_pic {
  background: url("images/artists_pic_ir.png") no-repeat;
  height: 124px;
  width: 200px;
}

/*Genre Tags*/

#bsn_genre {
  background: url("images/genre_acoustic_rock.png") no-repeat;
  height: 14px;
  width: 104px;
}

#gos_genre {
  background: url("images/genre_melodic_hard_rock.png") no-repeat;
  height: 14px;
  width: 138px;
}

#jimmy_genre {
  background: url("images/genre_singer-songwriter-storyteller.png") no-repeat;
  height: 14px;
  width: 230px;
}

#bsp_genre {
  background: url("images/genre_hiphop.png") no-repeat;
  height: 14px;
  width: 54px;
}

#sltd_genre {
  background: url("images/genre_rock-worship.png") no-repeat;
  height: 14px;
  width: 101px;
}

#vanguard_genre {
  background: url("images/genre_a-capella.png") no-repeat;
  height: 14px;
  width: 173px;
}

#dp_genre {
  background: url("images/genre_ventriloquism.png") no-repeat;
  height: 14px;
  width: 108px;
}

#sethlaura_genre {
  background: url("images/genre_hgia.png") no-repeat;
  height: 14px;
  width: 187px;
}

#tu_genre {
  background: url("images/genre_acr.png") no-repeat;
  height: 14px;
  width: 200px;
}