/*
 * compact.css -- Stylesheet suitable for printing an xmlresume to dead
 * trees without using too many of them (Arial font, white background)
 *
 * Contributed 2002 by Mark Miller (joup at bigfoot dot com)
 * http://xmlresume.sourceforge.net
 */

// This dummy style must be here because the xml tags above cause some 
// browsers (Konqueror, Mozilla) to ignore the first style 
.dummy { background-color: white }

.resume_resume, .resume_resume table { 
    font-size: 8pt;
    background-color: white;
    font-family: Arial, Verdana, sans-serif;
}

.resume_resume { 
    color: #444;
    line-height: 1.4em;
}

.resume_resume h2 {
    font-family: sans-serif;
    color: black;
    border-bottom: solid 1pt black;
    font-size: 1.5em;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 1px;
    color: #222;
}
.resume_resume p {
    margin-bottom: 0.05cm;
    margin-top: 0.15cm;
    margin-left: 2.0em;
}
.resume_resume em { font-weight: bold; }
.resume_resume ul { 
    margin-top: 0.1cm; 
    margin-left: 4.0em;
}

.resume_projects p { font-style: italic }
ul.resume_degrees { padding-left: 0.2cm; }
.resume_subjectsHeading { font-style: italic }
.resume_awardTitle { font-weight: bold }
.resume_bookTitle { font-style: italic }
.resume_citation { font-style: italic }
.resume_copyright { font-size: 75% }
li.resume_degree { margin-bottom: 0.2cm; }
.resume_degreeTitle { font-weight: bold }
.resume_employer { font-style: italic }
.resume_headerBlock { text-align: left }
.resume_jobTitle { font-weight: bold }
p.resume_lastModified {
    font-size: 75%; 
    margin-left: 0;
}
.resume_nameHeading { 
    font-family: sans-serif;
    font-size: 3em;
    line-height: 1em;
    text-align: center;
    border-bottom: 1px solid #666;
    font-variant: small-caps;
    margin-bottom: 5px;
}
div.resume_referee { margin-bottom: 0.5cm; }
table.resume_referees { width: 60%; margin-top: 0cm; margin-bottom: 0cm;}
.resume_refereeName { font-weight: bold }
.resume_skillsetTitle { font-weight: bold }
.resume_urlA { font-family:sans-serif; color:red; }

.resume_header ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.resume_header ul li {
    display: inline;
    padding-left: 5px;
}
.resume_header ul li:not(:first-child):before {
    content: "•";
    padding-right: 5px;
}
.resume_skillSetTitle {
    font-weight: bold;
    color: #555;
}
.resume_projectTitle {
    font-weight: bold;
}

