/* 
    Document   : resume_print
    Created on : Dec 5, 2013, 2:41:20 AM
    Author     : tim
    Description:
        page specific print styling for resume.php
*/

div#contact {
    display: none;
}

h1 {
    display: none;
}

div#content h2 {
    margin: -5pt 0;
}

div#content {
    padding: 0;
    margin: -0.5in 0 0;
}

hr{
    border: 0.5px solid black;
    margin: 10pt 0;
    height: 0;
}

/* personal info */
div#personal-info{
    margin: 40pt 0 0;
    height: 25pt;
}

div#name {
    font-size: 2em;
    letter-spacing: 0.2em;
    float: left;
}

div#contact-info a{
    display: block;
    float: right;
    clear: right;
    line-height: 1em;
    padding-top: 0.4em;
    color: black;
}

/* proficiencies */
div#proficiencies ul{
    list-style-type: none;
    font-weight: bold;
    padding: 0;
    margin: 10pt 0 0 20pt;
}

div#proficiencies li {
    padding: 0;
}

div#proficiencies ul ul {
    margin: -13pt 0 0 140pt;
    padding: 0;
    font-weight: normal;
    font-size: 0.9em;
}

div#proficiencies li li{
    display: inline;
    padding: 0 0 0 5pt;
}

/* work experience */
div.job {
    position: relative;
    margin: 10pt 20pt 20pt;
}

h3 {
    font-size: 1em;
    margin: 0;
    font-weight: bold;
}

div.title {
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
}

div.location {
    font-size: 0.9em;
    line-height: 0.9em;
}

div.date {
    position: absolute;
    top: 1.4em;
    right: 0;
    font-size: 0.9em;
    line-height: 0.9em;
}

div.job hr {
    background: white;
    margin: 2pt 0 4pt;
}

div.job ul{
    margin: 0;
    line-height: 1em;
}

div.job li{
    margin: 4pt 0 0;
}

/* education */
div#education {
    position: relative;
}

div.school {
    margin: 0 0 0 20pt;
    font-weight: bold;
}

div#education ul{
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 40pt;
}

div#education li {
    display: inline;
    font-style: italic;
    line-height: 1em;
}

div#education li:last-child {
 display: block;   
}

div#gpa {
    position: absolute;
    top: 25pt;
    right: 20pt;
}

/* references */
div#references {
   display: none;
}

a#pdf{
    display: none;
}

footer {
    display: none;
}