/* =============================================================================================*/
/* ============================================================================ ARTIST STYLES ===*/
/* =============================================================================================*/

#artists a
{
    display : block ;
}
    
#artistName, .artistName, #exhibitName, .exhibitName
{
    text-align : left ;
    margin-top : 0px ;
    margin-bottom : 0em ;
}

div.artistImg
{
    text-align : center ;
    margin-top : 2em ;
}

#artistImg
{
    /*width : 450px ;*/
}

#picDivider
{
    position : absolute ;
    top : 0px  ;
    left : 0px ;
    height : 100% ;
    width : 100% ;
    background-color : #FFFFE8 ;
    opacity : .8 ;
        filter : alpha(opacity=80) ;
    z-index : 10 ;
    
    display : none ;
}


img.artistPreview
{
    max-width : 150px ;
    max-height : 100px ;
    
    left : 167px ;
    bottom : 0px ;
    
    border : 1px solid #666 ;
}

#artists a
{
    padding-top : 2px !important ;
    padding-bottom : 0px !important ;
}
    
/* =============================================================================================*/
/* ============================================================================ BIO STYLES ====*/
/* =============================================================================================*/


#biopicdiv {
    float : right ;
}

#biopic
{
    height : 250px ;
    margin : 0px 0px 10px 10px ;
    float : right ;    
    border : 1px solid #898B97 ;
    padding : 10px ;

}




    
/* =============================================================================================*/
/* ====================================================================== EXHIBITION STYLES ====*/
/* =============================================================================================*/


#exhibitList
{
    text-align : left ;
    position : relative ;
}

    #exhibitList h4
    {
        text-align : left ;
    }

        #exhibitList h3 a:hover
        {
            text-decoration : none ;
        }

    #exhibitList dd
    {
        margin : 0em ;
        font-size : .9em ;
        
        display : none;
    }
    
    #minipostcard /* div */
    {
        height : 100px ;
    }


div.exhibitEntry
{
    font-size : .9em ;
    clear : both ;
    margin-bottom : 2em ;
    
}
    div.exhibitEntry img
    {
        width : 300px ;
        float : right ;
        
    }
    
    div.exhibitEntry div
    {
        float : right ;
        width : 445px ;
        margin-right : 10px ;
    }
    
    
.exhibitName
{
    color : #668 ;
    font-size : 1.1em ;
    font-weight : 700 ;
}

