body {
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.4;
    color: #090e21;
    margin: 0;
    padding: 0;
    text-align: center;
}

a, a:link, a:active, a:visited { color: #00496c; }
a:hover { color: #c87656; }

#page {
    margin: 20px auto;
    padding: 0;
    width: 770px;
    text-align: left;
    position: relative;
    background: #fff;
}

.downloads {
    text-align: right;
    padding: 0.1em 0.2em;
    overflow: auto;
    height: 30px;
}

.downloads a {
    padding-left: 22px;
    margin-left: 10px;
    float: right;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left;
}

.downloads a.xml { background-image: url('../images/icons/htm.png'); }
.downloads a.txt { background-image: url('../images/icons/txt.png'); }
.downloads a.pdf { background-image: url('../images/icons/pdf.png'); }
.downloads a.doc { background-image: url('../images/icons/doc.png'); }

.contact { position: relative; overflow: auto; line-height: 1.4; }

.contact h1.n {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 1.5;
    font-weight: normal;
    clear: none;
}

.contact .adr {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 48px;
}

.contact .adr .country-name {
    display: none;
}

.contact a {
    display: block;
    overflow: hidden;
}

.contact .tel {
    float: right;
    clear: right;
}
.contact .tel a { display: inline; }

p.summary, p.description {
    text-align: justify;
}

.hresume h2 {
    clear: both;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    border: solid #000;
    border-width: 1px 0;
    line-height: 28px;
    padding: 2px 0 0;
}

.hresume object {
    display: none;
    height: 0;
}

.htitle h3 {
    margin: 15px 0 5px;
    padding: 0;
}

.htitle h4 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 15px;
}

.tags {
    text-align: justify;
    overflow: auto;
}

.tags a.skill {
    margin: 0.25em;;
    padding: 0;
}

.affiliation .org {
    float: left;
    width: 40%;
}

.affiliation .title {
    float: left;
    width: 30%;
}

#org-microformats-wiki-hresume {
    border-top: 1px solid #999;
    margin: 20px 0 0;
    padding: 10px 0 0;
    text-align: right;
}

#org-microformats-wiki-hresume a {
    width: 30px;
    height: 20px;
    margin: 5px 0 0;
    padding: 0 35px 2px 0;
    display: inline;
    background: url(../images/icons/icon-hresume.png) no-repeat right top;
}
