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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

body {
    background: #FFF;
    background-color: #222;
    color: #333;
    font: 14px Arial, Helvetica, sans-serif;
}

.clear {
    clear: both
}

ol, ul {
    list-style: none;
}

h1 {
    margin-bottom: 10px;
}

h2 {
    margin-bottom: 6px;
}

h3 {
    margin-bottom: 4px;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: 400;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

a {
    color: #06A;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.fixed:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}

* html .fixed {
    height: 1%;
}

#cv {
    width: 820px;
    background-color: #FFF;
    border-bottom: 15px solid #FDB020;
    border-top: 15px solid #FDB020;
    margin: 20px auto 0;
    padding: 0 0 40px;
}

.cv-section {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 40px;
    padding: 30px 0;
}

.first-cv-section {
    background-color: #F8F8F8;
    margin: 0;
    padding: 10px 40px 0 40px;
}

.person {
    float: left;
    margin-top: 20px;
    width: 500px;
}

.portrait {
    float: left;
    margin-right: 25px;
    background-color: #FDB020;
    border: 1px solid #dedede;
    padding: 10px;
}

.person h1 {
    margin-top: 25px;
    color: #475261;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
}

#contact-info {
    float: right;
    margin-top: 40px;
}

.details-contact {
    margin-top: 30px;
}

.details-contact ul li{
    margin-top: 5px;
}



ul#social-media {
    margin-bottom: 18px;
    list-style: none;
    float: left;
    margin-right: 25px;
}

ul#social-media li {
    display: inline;
}

.cv-section-name {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.cv-section-items {
    margin-right: 10px;
}

.item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    clear: both;
}

.title h4 {
    float: right;
    background-color: #eee;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 1em;
    padding: 2px 10px;
    font-size: 11px;
    border: 1px solid #8A8A8A;
    font-weight: bold;
}

.description h3 {
    color: #262625;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 8px;
}

.item p {
    text-align: justify;
    margin: 0 0 15px 0;
}

.last-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.person h2 {
    color: #475261;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -.6px;
    text-transform: uppercase;
}

h2.cv-section-name {
    color: #3C4756;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -1px;
}

.title h4:hover {
    background-color: #000;
    color: #fff;
}

.title h2 {
    color: #06A;
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
}

.title h2 a {
    color: #06A;
    text-decoration: none;
}

h4 .extra, h3 .extra{
    font-family: arial;
    font-size: 13px;
}

h3 .extra a, h4 .extra a  {
    text-decoration: none;
}

.title h3 {
    color: #262625;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

.item ul li {
    list-style-type: disc;
    line-height: 1.4em;
}

.last-cv-section {
    border-bottom: none;
}

.panel {
    background: #f8f8f8;
    border: 1px solid #dfdfdf;
    display: none;
    height: auto;
    left: 0;
    top: 66px;
    width: 230px;
    position: fixed;
    _position: absolute;
    padding: 30px 30px 30px 170px;
}

a.emailme {
    _background-image: none;
    background: #333 url(images/bg-emailme.png) 90% 50% no-repeat;
    border: 1px solid #444;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    left: 0;
    _padding: 15px 20px 15px 15px;
    text-decoration: none;
    top: 85px;
    position: fixed;
    _position: absolute;
    padding: 15px 40px 15px 15px;
}

a.emailme:hover {
    background: #222 url(images/bg-emailme.png) 90% 50% no-repeat;
    _position: absolute;
    _background-image: none;
}

a.active.emailme {
    background: #222 url(images/bg-emailme-extended.png) 90% 50% no-repeat;
    _position: absolute;
    _background-image: none;
}

#contact-form {
    width: 210px;
}

form p {
    clear: both;
    margin-bottom: 10px;
}

input, textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #515151;
    width: 200px;
    padding: 5px;
}

textarea {
    height: 50px;
}

.btn {
    _height: 25px;
    _padding: 2px;
    width: 80px;
}

#formstatus {
    clear: both;
    font-weight: 700;
    font-size: 12px;
    line-height: 10px;
}

.formstatuserror {
    color: red;
}

.formstatusok {
    color: #0C3;
}

.image-desc {
    float: right;
    margin: 15px 0 10px 20px;
    background: #BABABA;
    padding: 5px;
    border: 1px solid #8A8A8A;
    border-radius: 3px;
    box-shadow: 5px 5px 15px #222;
}

.job-logo {
    float: right;
    margin: 0 10px 10px 20px;
    border: 1px solid #8A8A8A;
}

.title {
    margin-bottom: 15px;
}

#tab_menu {
    clear: both;
    padding: 10px 0 0 0;
}

ul#horizontal_menu {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#horizontal_menu li {
    margin: 2px 0 0;
    list-style: none;
    float: left;
    padding: 1px 1px 0 1px;
    text-align: center;
}

#horizontal_menu a {
    color: #FFF;
    display: block;
    width: 140px;
    height: 30px;
    padding-top: 12px;
    text-decoration: none;
    background: #3399CC no-repeat;
    font-size: 1.1em;
    font-weight: bold;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;

    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms;
}

#horizontal_menu span {
    color: #FFF;
    display: block;
    width: 140px;
    height: 30px;
    padding-top: 12px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    background: #CC3333 no-repeat;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
}

#horizontal_menu a:hover, #horizontal_menu a:active, #horizontal_menu a.selected {
    color: #FFF;
    background: #33CC99 no-repeat;
}

.keywords {
    margin-top: 10px;
}

.keywords li {
    margin: 2px;
    list-style: none;
    float: left;
    padding: 2px 8px;
    text-align: center;
    display: block;
    border-radius: 0.8em;
    border: 1px solid #CCF
}

.keywords a {
    text-decoration: none;
}

.level4 {
    background: #F97;
}

.level3 {
    background: #FB9;
}

.level2 {
    background: #FDB;
}

.level1 {
    background: #FED;
}


.description ul {
    padding-left: 0;
    margin-left: 1.8em;
    margin-bottom: 1em;
    list-style-type: disc;
}

.description ul ul {
    padding-left: 0;
    margin-left: 1.5em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    list-style-type: disc;
}

.description ul li {
    padding-left: 0;
    margin-bottom: 0.3em;
    line-height: 1.2em;
}

.side {
    max-width: 330px;
    float: right;
}

.definition {
    margin: 5px 0 10px 0;
}

h3.quarter {
    color: #262625;
    font-family: Georgia, serif;
    font-size: 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid #CCC;
    padding-left: 5px;
}

.subproject h4 {
    color: #262625;
    font-family: Georgia, serif;
    font-size: 16px;
    #border-bottom: 1px solid #CCC;
    font-style: italic;
    margin-bottom: 5px;
}

.subproject {
    margin-left: 15px;
    margin-top: 15px;
}

.item .subproject p {
    margin-left: 1.3em;
    margin-bottom: 5px;
}

.subproject ul {
    margin-left: 2.5em;
}
