/* CSSTidy 1.3: Sat, 09 Feb 2013 20:33:40 -0700 */

@media all {
    .msg {
        background: #222;
        position: relative;
        padding: 10px;
    }
    .msg h1 {
        color: #fff;
    }
    .msg a {
        margin-left: 20px;
        background: #408814;
        color: #FFF;
        text-decoration: none;
        padding: 4px 8px;
    }
    .msg a:hover {
        background: #266400;
    }
    body {
        font-family: Georgia;
        color: #444;
    }
    #page1 {
        margin-top: 70px;
        border: solid #666;
        border-width: 8px 0 0;
        padding: 10px 80px;
    }
    #page2 {
        margin-bottom: 70px;
        border: solid #666;
        border-width: 0 0 2px;
        padding: 0 80px;
    }
    .inner {
        background: #f5f5f5;
    }
    .yui-gf {
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid #ccc;
    }
    #hd {
        padding-bottom: 1.5em;
        border-bottom: 1px solid #ccc;
        margin: 2.5em 0 3em;
    }
    #hd h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    #bd,
    #ft {
        margin-bottom: 2em;
    }
    #ft {
        font-size: 95%;
        border-top: 1px solid #ccc;
        text-align: center;
        padding: 1em 0 5em;
    }
    #ft p {
        margin-bottom: 0;
        text-align: center;
    }
    #hd h1 {
        font-size: 48px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    h2 {
        font-size: 152%;
    }
    h3,
    h4 {
        font-size: 122%;
    }
    h1,
    h2,
    h3,
    h4 {
        color: #333;
    }
    p {
        font-size: 100%;
        line-height: 18px;
        padding-right: 3em;
    }
    a {
        color: #990003;
    }
    a:hover {
        text-decoration: none;
    }
    strong {
        font-weight: 700;
    }
    p.enlarge {
        font-size: 115%;
        padding-right: 6.5em;
        line-height: 24px;
        width: 90%;
    }
    p.enlarge span {
        color: #000;
    }
    .contact-info {
        margin-top: 7px;
    }
    .first h2 {
        font-style: italic;
    }
    a#pdf {
        display: block;
        float: left;
        background: #666;
        color: #FFF;
        margin-bottom: 6px;
        text-decoration: none;
        padding: 6px 35px;
    }
    a#pdf:hover {
        background: #222;
    }
    .job {
        position: relative;
        margin-bottom: 1em;
        padding-bottom: 1em;
        border-bottom: 1px solid #ccc;
    }
    .job h4.location,h4.top-right {
        position: absolute;
        top: .35em;
        right: 0;
    }
    .job h4.timeline {
        float: right
    }
    .job h3.title {
        float: left
    }
    .job p {
        margin: .75em 0 3em;
    }
    .job li {
        list-style-type: disclosure-closed;
        margin-left: 2em;
        padding-top: 8px;
    }
    .job li:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: .9em;
        position: relative;
        border-color: transparent #111;
        border-style: solid;
        border-width: .35em 0 .35em .45em;
    }
    .last {
        border: none;
    }
    .skill {
        width: 32%;
        float: left;
    }
    .talent {
        width: 15%;
        float: left;
    }
    .talent h2 {
        margin-bottom: 6px;
    }
    table.technical {
        width: 95%;
        table-layout: fixed;
        margin-left: 0;
        margin-right: 10%;
    }
    .technical tr {
        width: 100%;
        line-height: 24px;
    }
    .technical td {
        width: 25%;
        border-bottom: 1px solid #ccc;
        text-align: left;
    }
    .technical td:first-child {
        border-bottom: none;
        font-style: italic;
    }
    .yui-gf .yui-u {
        width: 80.2%;
    }
    .yui-gf div.first {
        width: 12.3%;
    }
    .page-break {
        display: none;
    }
    .clear {
        clear: both;
    }
}

@media screen {
    .no-screen {
        display: none;
    }
}

@media print {
    .page-break {
        display: block;
        page-break-before: always;
    }
    .no-print {
        display: none;
    }
    html {
        -webkit-print-color-adjust: exact;
    }
    .top-border {
        background: #f5f5f5;
        border: solid #666;
        border-width: 8px 0 0;
        margin: 80px auto;
        padding: 10px 80px;
    }
    .inner {
        background: #fff;
    }
    #page1,
    #page2 {
        margin-top: 0px;
        border: solid #666;
        border-width: 8px 0 2px;
    }
    #page2 {
        padding-top: 43px;
    }
    a {
        text-decoration: none;
        color: #333;
    }
    #ft {
        border-top: none;
    }
}