
body {
    font-family: verdana,arial,helvetica,sans-serif;
    margin: 0px;
    margin-bottom: 30px;
    background-color: white;
    color: #404040;
}

div.body {
    margin-left: 100pt;
    margin-right: 100pt;
}
div.body_no_right_margin {
    margin-left: 100pt;
}


h1 {
    font-family: "palatino linotype", "times new roman", times, serif;
    font-weight: normal;
    font-size: 300%;
    letter-spacing: 5pt;
    font-variant: small-caps;
    color: white;
    background-color: #eed;
    color: #999;
    padding-left: 100pt;
    padding-right: 20pt;
    padding-top: 5pt;
    padding-bottom: 5pt;
    margin-bottom: 25pt;
    margin-top: 0px;
    border-bottom: 1px #999 solid;
}

h2 {
    font-family: "arial black", verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color: #404040;
    padding-top: 10px;
}

li {
    margin-top: 5pt;
    margin-bottom: 5pt;
}

ul.crammed li {
    margin-top: 1pt;
    margin-bottom: 1pt;
    font-size: 80%;
}

dd {
    margin-left: 20pt;
}

ul {
    list-style-type: none;
}

ul.crammed {
    margin-top: 5pt;
    margin-bottom: 15pt;
}

a {
    color: #407030;
    color: #999;
}

a.external {
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}

a.book {
    /* I can't find a good icon for a book */
    /* background: url(book.png) center right no-repeat; */
    background: url(external.png) center right no-repeat;
    padding-right: 13px;
}

div.update {
    font-size: small;
}

div.resume span.company {
    font-variant: small-caps;
    font-weight: bold;
}

div.resume span.position {
    font-size: 90%;
}

div.resume span.degree {
    font-variant: small-caps;
    font-weight: bold;
}

div.resume span.school_info {
    font-size: 90%;
}

div.resume div.contact_info {
    font-size: 90%;
}

p.date {
    font-style: italic;
    font-size: smaller;
}

p.back {
    font-size: smaller;
}

p.back a {
    background: url(back.png) center left no-repeat;
    padding-left: 13px;
}

p.thanks {
    font-size: smaller;
}

p.reference {
    font-size: smaller;
}

blockquote.callout {
    float: right;
    width: 15em;
    padding: 1em;
    background-color: #eee;
    border: 1px solid #ccc;
    margin: 0.5em 0 0.5em 1em;
    font-size: small;
}
