@CHARSET "US-ASCII";

header, footer, aside, nav, article, img, section {
    display: block;
}

/*
html {
    position: relative;
    min-height: 100%;
}
*/

.cv h1 {
    text-align: center;
}

.cv h2, .cv h3, .cv h4, .cv p, .cv li {
    font-size: 16px;
}

.cv p, .cv li {
    color: dark-grey;
}

.cv {
    position: relative;
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    outline: none;
    max-width: 1000px;
    margin: 0 auto;
}

.cv .block {
    border-top: 2px solid black;
    padding-left: 10px;
    padding-right: 10px;
    display: table;
    width: 100%;
}

.cv .block h2, .cv .block h3, .cv .block p {
    margin-bottom: 6px;
    margin-top: 6px;
}

.twoColumnContent section.leftContent{
    display: table-cell;
    width: 200px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    float:left;
}

.twoColumnContent section.leftContent h3 {
    font-weight: normal;
}

.twoColumnContent aside {
    display: table-cell;
    width: 800px;
    margin-top: 6px;
}

.twoColumnContent aside img {
    float: right;
    max-height: 160px;
    padding: 6px;
}

.twoColumnContent aside ul {
    list-style: none;
    margin-top: 6px;
    padding-left: 0;
    margin-left: 0;
}

.twoColumnContent aside ul li {
    padding-left: 0;
    margin-left: 0;
}

.printPageHeader {
    visibility: hidden;
    height: 0;
}


.cv header h2, .cv header h3, .printPageHeader h2, .printPageHeader h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-weight: normal;
}

.cv header img {
    float: right;
}
    