/*
---------------------------------------------------------------------------------
	STRIPPED DOWN RESUME TEMPLATE
    html resume

    v0.9: 5/28/09

    design and code by: thingsthatarebrown.com 
                        (matt brown)
---------------------------------------------------------------------------------
*/


.msg { padding: 10px; background: #000; position: relative; }
.msg h1 { color: #fff;  }
.msg a { margin-left: 20px; background: #408814; color: white; padding: 4px 8px; text-decoration: none; }
.msg a:hover { background: #266400; }

/* //-- yui-grids style overrides -- */
body { font-family: Georgia; color: #000; }
#inner { padding: 10px 80px; margin: 80px auto; background: #FFFFFF; border: solid #000; border-width: 8px 0 8px 0; }
.yui-gf { margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #bbb; }

/* //-- header, body, footer -- */
#hd { margin: 2.5em 0 3em 0; padding-bottom: 1.5em; border-bottom: 1px solid #bbb }
#hd h2 { text-transform: uppercase; letter-spacing: 1.6px; }

/* //-- footer -- */
#ft { padding: 0em 0 2em 0; font-size: 92%; text-align: center; }
#ft p { margin-bottom: 0; text-align: center;   }

/* //-- core typography and style -- */
#hd h1 { font-size: 42px; text-transform: uppercase; letter-spacing: 2.4px; }
h2 { font-size: 132% }
h3, h4 { font-size: 105%; }
h1, h2, h3, h4 { color: #000; }
p { font-size: 90%; line-height: 16px; padding-right: 3em; text-indent: -1em; margin-left: 1em;}
a { color: #000 } 
a:hover { text-decoration: none; }
strong { font-weight: bold; }
/*li { line-height: 24px; border-bottom: 1px solid #bbb; } **Lines under the references.** */
p.enlarge { font-size: 115%; padding-right: 5.0em; line-height: 20px; text-indent: 0em; margin-left: 0em; }
p.shrink{ font-size: 70%; line-height: 130%; text-indent: -3em; margin-left: 3em;}
p.shrinkish{ font-size: 80%; text-indent: -1em; margin-left: 1em;}
p.enlarge span { color: #000 }
.contact-info { margin-top: 7px; }
.first h2 { font-style: italic; }


/* //-- section styles -- */

a#pdf { display: block; float: left; background: #666; color: white; padding: 6px 50px 6px 12px; margin-bottom: 6px; text-decoration: none;  }
a#pdf:hover { background: #222; }

.job { position: relative; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #bbb; }
.job h4 { position: absolute; top: 0.35em; right: 0 }
.job p { margin: 0.75em 0 3em 0; }

.last { border: none; }
.talent { width: 26%; float: left; margin-right: 6%; }
.education { width: 46%; float: left; margin-right: 4%; }
/*.talent { background: #ccc; width: 20%; float: right; margin-right: 3%;} */
.talent h2 { margin-bottom: 6px; }

#srt-ttab { margin-bottom: 100px; text-align: center;  }
#srt-ttab img.last { margin-top: 20px }

/* --// override to force 1/8th width grids -- */
.yui-gf .yui-u{width:85.2%}
.yui-gf div.first{width:12.3%;}
