/* //-- yui-grids style overrides -- */

html {
    background-color: #B0B0B0;
    background-image: url(./images/bg.jpg);
}

body {
    font-family: Georgia;
    color: #444;
}

#inner {
    padding: 10px 80px;
    margin: 80px auto;
    background: #f5f5f5;
    border: solid #666;
    border-width: 8px 0 2px 0;
}


/* #inner { 
    padding: 10px 80px; 
    margin: 10px auto; 
    background: #fff; 
} */

.yui-gf {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
}


/* //-- header, body, footer -- */

#hd {
    margin: 1.5em 0 2em 0;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ccc
}

#hd h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: .7em;
}

#bd,
#ft {
    margin-bottom: 0;
}


/* //-- footer -- */

#ft {
    padding: 1em 0 5em 0;
    padding-left: 18em;
    font-size: 92%;
    border-top: 1px solid #ccc;
    /* text-align: center; */
}

#ft p {
    margin-bottom: 0;
    padding-bottom: 0;
    /* text-align: center; */
}


/* //-- core typography and style -- */

#hd h1 {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h2 {
    font-size: 152%
}

h3,
h4 {
    font-size: 122%;
}

h5 {
    font-size: 110%;
    padding: 10px 0 15px 0;
}

h1,
h2,
h3,
h4,
h5 {
    color: #333;
}

p {
    font-size: 100%;
    line-height: 18px;
    padding-right: 3em;
}

a {
    color: #990003
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

li {
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}

p.enlarge {
    font-size: 144%;
    padding-right: 6.5em;
    line-height: 24px;
}

p.enlarge span {
    color: #000
}

.contact-info {
    margin-top: 7px;
}

.first h2 {
    font-style: italic;
}

.only h2 {
    font-style: italic;
}

.last {
    border-bottom: 0;
}

.only {
    border-bottom: 0;
    border: none;
}

.tasks {
    padding-bottom: 3mm;
}

.duties {
    padding-top: 3mm;
}

.borders {
    border-bottom: 0;
    border: none;
    padding-bottom: 0mm;
}

li.middle {
    padding-bottom: 30px;
    border-bottom: 0;
}

.yui-u {
    padding-bottom: 0;
}


/* //-- section styles -- */

a#pdf {
    font-size: 150%;
    display: block;
    float: right;
    background: #666;
    color: white;
    padding: 6px 12px 6px 12px;
    margin-bottom: 6px;
    text-decoration: none;
    border-radius: 5px;
}

a#pdf:hover {
    background: #222;
}

.job {
    /* position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc; */

    position: relative;
    border-bottom: 1.5px solid rgb(117, 116, 116);
}

.job h4 {
    position: absolute;
    top: 0.35em;
    right: 0
}

.date {
    top: 1.55em !important;
    padding-right: .15em;
}

.job p {
    margin: 0 0 .5em 0;
}

/* .edu {
    page-break-after: always;
    padding-top: 20px;
} */

.continue {
    padding-top: 4em;
    float: right;
    margin-right: 0;
}

.last {
    border: none;
}

.skills-list {}

.skills-list ul {
    margin: 0;
}

.skills-list li {
    margin: 3px 0;
    padding: 3px 0;
}

.skills-list li span {
    font-size: 152%;
    display: block;
    margin-bottom: -2px;
    padding: 0
}

.talent {
    width: 50%;
    float: left
}

.skill {
    width: 33%;
    float: left
}

.talent h2 {
    margin-bottom: 6px;
}

#srt-ttab {
    margin-bottom: 100px;
    text-align: center;
}

#srt-ttab img.last {
    margin-top: 20px
}


.sr {
    padding-top: 1em;
}

.sre {
    padding-bottom: 1em;
}

/* --// override to force 1/8th width grids -- */

.yui-gf .yui-u {
    width: 80.2%;
}

.yui-gf div.first {
    width: 12.3%;
}

.yui-gf div.only {
    width: 12.3%;
}