/* list */
div#artists ul li {
    float: left;
    width: 223px;
    height: 210px;
    position: relative;
}
div#artists ul li div.artwork {
    position: absolute;
    left: 0;
    top: 20px;
    width: 180px;
    height: 170px;
    background-color: #ccc;
    /*filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.50;*/
}

div#artists ul li div.artwork table td {
}
div#artists ul li h3 {
    font-variant: small-caps;
    font-size: 14px;
    font-weight: normal;
    height: 20px;
    font-family: Palatino Linotype,Book Antiqua, Palatino, serif;
}

/* common */
table {
    height: 170px;
    width: 100%;
    text-align: center;
}
h2 {
    font-family: Palatino Linotype,Book Antiqua, Palatino, serif;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: normal;
    height: 30px;
}
ul#artist_menu {
    width: 145px;
    float: left;
}
ul#artist_menu a {
    line-height: 23px;
}
div#artist_content {
    width: 755px;
    float: left;
}

/* biography */
div.text {
    width: 390px;
    float: left;
}
div.text,
div.text * {
    font-size: 13px;
    font-family: arial, verdanna, sans-serif;
    line-height: 17px;
    color: #a3a3a3;
    font-style: normal;
}
div.portrait {
    float: right;
    width: 340px;
    text-align: right;
    background: #f2f2f2;
}

p#bio_file {
    margin-top: 15px;
}
p#bio_file a {
    color: #535353;
}

/* gallery */
ul#medias li {
    float: left;
    width: 201px;
    height: 170px;
    border: 1px solid #cbcbcb;
    margin-right: 48px;
    margin-bottom: 20px;
    text-align: center;
}
ul#series {
    padding-left: 10px;
}
div#gallery .pager {
    text-align: right;
    width: 705px;
}

/* books */
ul li.book {
    position: relative;
    margin-right: 45px;
    margin-bottom: 45px;
    float: left;
}
ul li.book p.picture {
    width: 200px;
    height: 210px;
    border: 1px solid #c3c3c3;
    text-align: center;
    text-align: center;
    padding-top: 10px;
}
ul li.book p.description {
    position: absolute;
    top: 20px;
    left: 0;
    width: 182px;
    height: 202px;
    padding: 10px;
    background: #000;
    color: #fff;
}
ul li.book h3 {
    font-size: 11px;
    font-weight: normal;
    color: #9d9d9d;
    height: 20px;
}