/*-----------------------------------------------------------------*
 * home.css                                                        *
 *-----------------------------------------------------------------*/

#homePic
{
    float:                      right;
    margin:                     0.5em;
}

#homePic > div
{
    text-align:                 center;
}

div.profile
{
    background-image:           url( '../../data/img/home/profile.jpg' );
    background-repeat:          no-repeat;
    border:                     0.2em solid black;
    height:                     225px;
    width:                      225px;
}

div.naturalmotion, div.scee, div.codemasters
{
    background:                 url( '../../data/img/home/profile.jpg' );
    background-repeat:          no-repeat;
    display:                    inline-block;
    height:                     75px;
    margin-top:                 0.5em;
    width:                      75px;
}

table.list
{
    border-collapse:            collapse;
    padding:                    0px;
    margin:                     0px;
    width:                      100%;
}

table.list td
{
    padding:                    2px 0px;
}

table.list td.first
{
    font-weight:                bold;
    width:                      150px;
}

div.naturalmotion   {  background-position:    0px      -225px;     }
div.scee            {  background-position:    -75px    -225px;     }
div.codemasters     {  background-position:    -150px   -225px;     }

/*-----------------------------------------------------------------*/