/*
---------------------------------------------------------------------------------
	STRIPPED DOWN RESUME TEMPLATE
    html resume

    v0.9: 5/28/09

    design and code by: thingsthatarebrown.com 
                        (matt brown)
---------------------------------------------------------------------------------
*/


.msg { padding: 5px; background: #98AFC7; position: relative; }
.msg h1 { color: #fff;  }
.msg a { margin-left: 10px; background: #408814; color: white; padding: 0 0; text-decoration: none; }
.msg a:hover { background: #266400; }

/* //-- yui-grids style overrides -- */
body { font-family: Georgia; color: #151B8D; }
#inner { padding: 10px 60px; margin: 40px auto; background: #fff; border: solid #151B54; border-width: 8px 0 2px 0; }
.yui-gf { margin-bottom: 2em; padding-bottom: 0em; border-bottom: 1px solid #151B54; }

/* //-- header, body, footer -- */
#hd { margin: 2em 0 2em 0; padding-bottom: 0; border-bottom: 1px solid #151B54 }
#hd h2 { text-transform: uppercase; letter-spacing: 2px; }
#bd, #ft { margin-bottom: 0em; }

/* //-- footer -- */
#ft { padding:  0 0 0 0; font-size: 84%; border-top: 0px solid #151B54; text-align: center; }
#ft p { margin-bottom: 0; text-align: center;   }

/* //-- core typography and style -- */
#hd h1 { font-size: 28px; text-transform: uppercase; letter-spacing: 1.5px; color: #151B54}
h2 { font-size: 110% }
h3, h4 { font-size: 110%; }
h1, h2, h3, h4 { color: #151B54; }
h3b { color:#151B8D; }
p { font-size: 95%; line-height: 20px; padding-right: 3em; }
a { color: #00008B; font-weight: 500; }
a:hover { text-decoration: none; }
strong { font-weight: bold; }
li { line-height: 20px; border-bottom: 1px solid #151B54; }
p.enlarge { font-size: 144%; padding-right: 6.5em; line-height: 24px; }
p.enlarge span { color: #151B54 }
.contact-info { margin-top: px; }
.first h2 { font-style: italic; }
.last { border-bottom: 0 }


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

a#pdf { display: block; float: left; background: #2B3856; color: white; padding: 6px 50px 6px 12px; margin-bottom: 6px; text-decoration: none;  }
a#pdf:hover { background: #151B54; }

.job { position: relative; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #151B54; }
.job h4 { position: absolute; top: 0.35em; right: 0 }
.job p { margin: 0.5em 0 0.5em 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: 32%; float: left }
.talent h2 { margin-bottom: 3px; }

#srt-ttab { margin-bottom: 100px; text-align: center;  }
#srt-ttab img.last { margin-top: 10px }

/* --// override to force 1/8th width grids -- */
.yui-gf .yui-u{width:80.2%;}
.yui-gf div.first{width:12.3%;}


