/* 
    Document   : staff
    Created on : 23 oct. 2012, 03:40:11
    Author     : Benoît
    Description:
        Team members stylesheet
*/


.staff_item
{
    width: 49%;
    height: 70px;
    background: rgba(0,0,0,0.3);
    margin: 7px 0px;
    overflow: hidden;
}

.staff_item_1
{
    float: left;
}

.staff_item_2
{
    float: right;
}

.staff_end_item
{
    clear: both;
}

.staff_item:first-of-type
{
    margin-top: 0px !important;
}

.staff_item:last-of-type
{
    margin-bottom: 0px !important;
}

.staff_illust
{
    float: left;
    width: 70px;
    height: 70px;
    margin: 0px 5px 0px 0px;
}

.staff_illust img
{
    width: 70px;
    height: 70px;
}

.staff_name
{
    font-family: "Segan", "Segoe UI Light", sans-serif;
    font-size: 22px;
    font-weight: normal !important;
    margin: 5px 0px 0px 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.staff_func
{
    font-size: 13px;
    font-style: italic;
    text-align: left;
}


.staff_cat
{
    font-family: "Segan", "Segoe UI Light", sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin: 20px 0px 10px 0px;
}