/*-- artists/layout.css --*/
#artists_list div.artist
{
    float: left;
    width: 165px;
    height: 275px;
    margin-right: 15px;
    margin-bottom: 30px;
}
#artists_list div.artist img
{
    padding: 2px;
    border-style: solid;
    border-width: 1px;
}
#artists_list div.artist p
{
    margin-top: 10px;
}
#artists_list div.artist p.zoom a
{
    padding-left: 23px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
/* bio stuff */
div.bio
{
    position: absolute;
    top: 250px;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    z-index: 10100;
/* kind of hack can't be separated between style files */
    border: 2px solid rgb(222,216,200);
    border: 8px solid rgba(222,216,200,0.5);
/* end of hack */
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
div.bio div.content
{
    position: relative;
    max-height: 600px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    padding: 30px;
    overflow: auto;
}
div.bio div.close
{
    position: absolute;
    bottom: 8px;
    right: 20px;
    cursor: pointer;
}
/*-- artists/color.css --*/
#artists_list div.artist img
{
    background-color: #ffffff;
    border-color: #6f6f6f;
}
#artists_list div.artist p.zoom a
{
    background-image: url("/i/zoom.png");
}
/* bio stuff */
div.bio div.content
{
    background-color: #ffffff;
}
div.bio div.content div.close
{
    color: #0b497d;
}
div.bio div.close.hover
{
    color: #08497d;
}

/*-- artists/type.css --*/
#artists_list div.artist p
{
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}
#artists_list div.artist p.zoom a
{
    font-weight: bold;
    line-height: 15px;
}
#artists_list div.artist p.title a
{
    font-weight: bold;
}
/* bio stuff */
div.bio div.content
{
    font-family: "Georgia", serif;
    font-size: 12px;
}
/* bio stuff */
div.bio div.close
{
    font-family: "Georgia", serif;
    font-size: 12px;
    font-weight: bold;
}

