/*
---------------------------------------------------------------------------------
	STRIPPED DOWN RESUME TEMPLATE
    html resume

    v0.9: 5/28/09

    design and code by: thingsthatarebrown.com
                        (matt brown)
---------------------------------------------------------------------------------
*/

/* //-- basic reset -- */
* { margin: 0; padding: 0; box-sizing: border-box; }

.msg { padding: 10px; background: #222; 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, 'Times New Roman', serif; color: #444; line-height: 1.4; }
#doc2 { width: 950px; margin: 0 auto; }
#inner { padding: 10px 80px; margin: 80px auto; background: #f5f5f5; border: solid #666; border-width: 8px 0 2px 0; }
.yui-gf { margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc; }
.yui-gf::after { content: ""; display: table; clear: both; }

/* //-- header, body, footer -- */
#hd { margin: 2.5em 0 3em 0; padding-bottom: 1.5em; border-bottom: 1px solid #ccc; }
#hd::after { content: ""; display: table; clear: both; }
#hd .yui-gc::after { content: ""; display: table; clear: both; }
#hd h2 { text-transform: uppercase; letter-spacing: 2px; }
#bd, #ft { margin-bottom: 2em; }

/* //-- footer -- */
#ft { padding: 1em 0 5em 0; font-size: 92%; border-top: 1px solid #ccc; text-align: center; }
#ft p { margin-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%; font-weight: bold; margin-top: 1em; margin-bottom: 0.25em; color: #555; }
h1, h2, h3, h4 { color: #333; }
p { font-size: 100%; line-height: 1.5; padding-right: 3em; margin-bottom: 0.5em; }
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: 1.6; margin-bottom: 0; }
p.enlarge span { color: #000; }
.contact-info { margin-top: 7px; }
.first h2 { font-style: italic; }
.last { border-bottom: 0; }

/* //-- 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: 1.5em; padding-bottom: 1.5em; border-bottom: 1px solid #ccc; }
.job h4 { position: absolute; top: 0.35em; right: 0; }
.job p { margin: 0.5em 0 0.75em 0; }
.job h5:first-of-type { margin-top: 0.5em; }

.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/skills grid -- */
div.talent { width: 23%; float: left; margin-right: 2%; margin-bottom: 1em; }
div.talent:last-child { margin-right: 0; }
div.talent h2 { margin-bottom: 6px; font-size: 110%; min-height: 2.5em; }
div.talent p { padding-right: 0.5em; font-size: 90%; }

/* //-- technical skills list -- */
ul.talent { width: 30%; float: left; margin-right: 3%; list-style: none; margin-bottom: 1em; }
ul.talent:last-child { margin-right: 0; }
ul.talent li { border-bottom: 1px solid #ccc; padding: 4px 0; }
ul.talent li.last { border-bottom: none; }

/* //-- clearfix for floated elements -- */
.yui-gf .yui-u::after { content: ""; display: table; clear: both; }

#srt-ttab { margin-bottom: 100px; text-align: center; }
#srt-ttab img.last { margin-top: 20px; }

/* //-- yui grid overrides -- */
.yui-gf .yui-u { width: 80.2%; float: right; }
.yui-gf div.first { width: 12.3%; float: left; }
.yui-gc .yui-u.first { width: 66%; float: left; }
.yui-gc .yui-u { width: 30%; float: right; }
.yui-gc::after { content: ""; display: table; clear: both; }

/* //-- print styles -- */
@media print {
	body { background: white; font-size: 11pt; }
	#doc2 { width: 100%; margin: 0; }
	#inner { margin: 0; padding: 20px 40px; border: none; background: white; }
	a#pdf { display: none; }
	#hd p a { display: none; }
	a { color: #333; text-decoration: none; }
	a[href^="mailto"]::after { content: none; }
	.yui-gf { page-break-inside: avoid; }
	.job { page-break-inside: avoid; }
}


