/* shortcode css ----------------------------*/
.bandbios_show {margin:0 10px 20px 0;padding:5px;width:310px;float:left;border:4px solid white;
  -moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;height:290px;
  background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.26, rgb(166,0,0)),
    color-stop(0.63, rgb(92,0,0)),
    color-stop(0.82, rgb(64,1,1))

);
background-image:
-moz-linear-gradient(
    center bottom,
    rgb(166,0,0) 26%,
    rgb(92,0,0) 63%,
    rgb(64,1,1) 82%
);}
.bandbios_show img {margin:0 10px 0 0;}
.bandbios_show p {margin:0;}
.bandbios_name {color:#fff;font-weight:bold;font-size:large;}
.bandbios_instrument {color:#FFF029;font-weight:bold;}
.bandbios_text {}

