
/* all templates' general font, color, and size preferences */
div.bio_default, div.bio_default table, div.bio_default form {
    font-family: "Trebuchet MS";
}

/* this is the top [BAND NAME] bio header */
/* to hide it, uncomment the display: none line */
div.bio_default H2 {
    font-size: 1.8em;
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px black solid;
    /* display: none; */
}

div.bio_default div.bio_basic span.bio_artist {
    font-size: 1.4em;
    font-weight: bold;
    display: block;
}
div.bio_default span.bio_hometown_label { font-weight: bold; }
div.bio_default span.bio_email { display: block;}
div.bio_default span.bio_url { display: block;}
div.bio_default .bio_label_label { font-weight: bold; }
div.bio_default .bio_manager_label { font-weight: bold; }
div.bio_default .bio_booking_label { font-weight: bold; }
div.bio_default div.custom1 { font-weight: bold; }
div.bio_default div.custom2 { font-weight: bold; }
div.bio_default div.custom3 { font-weight: bold; }
div.bio_default div.custom4 { font-weight: bold; }
div.bio_default div.custom5 { font-weight: bold; }
div.bio_default div.custom6 { font-weight: bold; }

/* this is for the header's page link options */
div.bio_default div.bio_artist_header ul.page_options { display:inline; }
div.bio_default div.bio_artist_header ul.page_options li {
    list-style: none;
    display: inline;
    padding: 0 1px 0 4px;
    border-left: 1px black solid;
}
div.bio_default div.bio_artist_header ul.page_options li.first { border: 0; }

/* prevents previous item's images from stacking up! */
div.bio_default div.bio_detail { clear: both; }

div.bio_default div.bio_detail div.bio_basic {
    background-color: #CCCCCC;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px 2px 2px 2px;
}

div.bio_default .bio_text
{
    padding-top: 5px;
    padding-bottom: 5px;
}


div.bio_default a:link     { /* color: #000066; */ text-decoration: none; }
div.bio_default a:visited  { /* color: #333399; */ text-decoration: none; }
div.bio_default a:hover    { /* color: #0000FF; */ text-decoration: underline; }

div.bio_default ul.bio_list {
    padding: 0px;
    list-style: none;
    margin-left: 0px;
}

div.bio_default div.bio_detail span.bio_image {
    width: 160px;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    float: right;
    text-align: center;
    border: 1px solid black;
}

div.bio_default div.bio_detail span.image_caption {
    padding-bottom: 5px;
    color: #333333;
    display: block;
}
