/* MINIMUM RESET - based on work by Eric Meyer */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: none;
    padding: 0;
}

body {
    background: #ebebeb;	
}

#wrapper {
    width: 960px;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 0 4px black;
    background: white;
}

    #cv {
        padding: 0 50px;
        font-family: Arial;
    }

    .section {
        border-bottom: 1px solid #dfdfdf;
        padding: 30px 30px;
    }

    .section p {
        font-size: 14px;
    }

    .section:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .person img {
        float: left;
        margin-right: 40px;
    }

    .person h1 {
        padding: 50px 0 0 0;
        font-family: Arial;
        font-size: 26px;
    }

    .person h2 {
        margin: 0;
        padding-top: 10px;
        font-family: Arial;
        font-size: 24px;
        font-weight: bold;
        float: left;
    }

    .section {
        clear: both;
    }

    h2.section-name {
        float: left;
        font-family: sans-serif;
        font-size: 21px;
        font-style: italic;
        font-weight: bold;
        color: #333;
        width: 200px;
        padding: 0;
        margin: 0;
    }

    div.section-items {
        float: right;
        width: 570px;
        margin: 0;
        padding: 0;
    }

    div.section-items h2 {
        font-size: 24px;
    }

    div.item {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
    }

    div.item p {
        margin-top 20px;
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }

    div.last {
        margin-bottom: 0;
        border: none;
    }

    div.item h4 {
        float: right;
        background-color: #EEEEEE;
        color: #333333;
        font-size: 11px;
        margin: 10px 0;
        padding: 3px 10px;
        text-transform: uppercase;
        font-family: Arial;
    }

    div.item h3 {
        margin: 0;
        letter-spacing: 1px;
        line-height: 20px;
        font-size: 20px;
        font-style: italic;
        display: inline;
        padding-right: 20px;
    }

    a {
        color: #0066AA;
    }

    div.item a {
        line-height: 20px;
        font-size: 20px;
    }

    div.item h2 {
        margin: 0;
        font-size: 24px;
        display: inline;
    }

    div.tbl {
        margin-top: 10px;
        width: 70%;
    }

    div.tbl div {
        font-size: 14px;
        line-height: 21px;
    }

    div.fld {
        width: 20%;
        text-align: right;
        float: left;
        margin-right: 10px;
        font-style: italic;
    }

    table.lang {
        color: #242626;
        font-size: 14px;
        margin-top: 20px;
    }

    table.lang * {
        background-color: #fff;
    }

    table.lang td:first-child {
        font-style: italic;
        font-weight: bold;
    }

    table.lang td {
        padding: 5px;
        text-align: center;
    }
