/* Color and Background Styles */

body {
    color:black;
    background:navy url("../../backgrnd/bluegrnt3.jpg");
    }
    
#runner {
    color:black;
    background:#900 url("../../backgrnd/rdsand2.gif");
    }
    
#mastcontent, #centercol, #leftcol, #rightcol, #bottomcontent {
    color:black;
    background:#cff url("../../backgrnd/b_blond.jpg");
    }
    
#artistlist a:link, #artistlist a:visited, #artistlist a:active {
    color:#036; background:transparent;
    }
    
#artistlist a:hover {
    color:#900; background:transparent;
    text-decoration:underline;
    }

#artistlist a.more  { 
    color: #ff6633; 
    background: transparent; 
    font-weight: bold; 
    font-style: italic; 
    font-size: 1.1em; }

.item-float-right, .item-float-left {
    text-align:center; 
    font-size:.8em; 
    text-decoration:none;
    }
    
#intro b {
    color: maroon; background: transparent;
    font-style: italic;
    }
    
.artist-info {
    font-size: 1.2em;
    }

.artist-info {
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    line-height:1.15    ; 
    }

html>body .artist-info { 
    line-height:1.15; 
    }
    /* End Box Model Hack */

.artist-info p {
    margin-top: 5px;
    }

.artistname {
    font-family:verdana, arial, sans-serif; 
    font-size: 1em; 
    margin-bottom: 5px;
    margin-top: 0;
    border-bottom: 1px black solid;
    }

.artistname b {
    font-size: 1.3em;
    }

   
div.bio a.more  { color: #ff6633; background: transparent; font-weight: bold; font-style: italic; font-size: 1.4em; }

a.feature { color: #f63; background: transparent; font-weight: bold; font-style: italic; font-size: 1.2em; }

.bio p { width:100%; font-size: 1.1em; }
/*.bio a { text-decoration: none; font-weight: bold; }*/
.bio b { font-size: 1.3em; text-decoration: underline; color: #f63; background: transparent; }


/* End Color and Background Styles */

/* Text Appearance */

#centercol h2 {
    color:#d50;
    background:transparent;
    text-decoration:none; 
    font-weight:bold;
    }
    

#centercol a {
    text-decoration:none; 
    font-weight:bold;
    }

#centercol a:link, #centercol a:visited, #centercol a:active {
    color:#03d; background:transparent;
    }
    
#centercol a:hover {
    color:#039; background:transparent;
    text-decoration:underline;
    }

.artist-info a:link b, .artist-info a:visited b, .artist-info a:active b {
    color:#383; background:transparent;
    }
    
.artist-info a:hover b {
    color:#900; background:transparent;
    text-decoration:underline;
    }

#sitename a:link, #sitename a:visited, #sitename a:active, #sitename a:hover {
    color:#903; background:transparent;
    text-decoration:none;
    }
   
