/**** RESUME STYLES - resume.html ******/

a.dlLink{
    display: block;
    margin: 5px;
}

h2{
    color: #722;
    font-size: 1.5em;
}

h3{
    color: #8B2727;
    font-variant: small-caps;
    text-indent: 1em;
    font-size: 1.4em;
}

h4{
    color: #B33232;
    text-indent: 2em;
    font-size: 1.1em;
}

em{
    font-weight: normal;
    font-style: italic;
}

ul.resumeItems{
    margin-left: 3em;
}

.piece{
    font-style: italic;
}

.desc{
    display: block;
    margin-left: 2em;
    font-size: .9em;
}

.hDesc{   /* Heading description */
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.2em;
}

.edDesc{  /*  educational description */
    display: block;
    font-size: 1em;
}

.date{
    font-size: .8em;
}