/*
-----------------------------------------------------------------------------------------------------
    v0.9: 5/28/09
    Based on a stripped down resume template; design and code by: 100gsthatarebrown.com (matt brown)
-----------------------------------------------------------------------------------------------------
*/


.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; color: #444; }
#inner { padding: 10px 80px; margin: 80px auto; background: #f5f5f5 url(images/corner-topright.gif) top right no-repeat }
.yui-gf { margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc; }

/* //-- header, body, footer -- */
#hd { margin: 2.5em 0 3em 0; padding-bottom: 1.5em; border-bottom: 1px solid #ccc }
#hd h2 { font-size: 105%; 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 -- */
img {border: 1px solid #CCC; margin-top: 10px;}
#hd h1 { font-size: 40px; letter-spacing: 1px; }
#hd h2 { font-family: "pill-gothic-600mg"; font-weight: 100; font-size: 16px; letter-spacing: 1px; text-transform: uppercase; color: #999 }
h2 { font-size: 142% }
h3, h4 { font-size: 122%; }
h1, h2, h3, h4 { color: #555; }
p { font-size: 100%; line-height: 18px; padding-right: 3em; }
a { color: #0099FF }
a:hover { text-decoration: none; }
strong { font-weight: bold; }
em { font-style: italic; }
li { line-height: 24px; border-bottom: 1px solid #ccc; }
p.enlarge { font-size: 184%; padding-right: 4.5em; line-height: 28px; text-shadow: #FFF 1px 1px 1px;}
p.enlarge span { color: #666 }
.contact-info { margin-top: 7px; }
#bd .first h2 { font-family: "pill-gothic-600mg"; font-weight: 100; font-size: 18px; letter-spacing: 1px; text-transform: uppercase; color: #999; text-shadow: #FFF 1px 1px 0; padding-top:4px;}
.last { border-bottom: 0 }
.toggle { font-size: 122%; padding-top: 15px; }
#readMore-1 { font-size: 122%; padding-top: 15px; padding-right: 6.5em;}


/* //-- 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: #555; }

.job { position: relative; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ccc; }
.job h3 { font-family: "pill-gothic-600mg"; font-weight: 100; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #999 }
.job h4 { position: absolute; top: 0.35em; right: 0 }
.job p { margin: 0.75em 0 2em 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: 6px; }
.work { width: 24%; float: right; margin: 15px 0 8px 8px; }
.work h2 { margin-bottom: 6px; }
.descrip { width: 49%; margin-top: 15px;}
.descrip li { line-height: 20px; border-bottom: none; padding-right: .5em; }

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

.show-hide {}

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

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


/* //-- navigation & top -- */

#menu { background: #0099FF; clear:both; position:fixed; top:0; left: 0; width:100%; z-index: 100;}
#menu h1{}
		
#nav { font: 120% "pill-gothic-600mg"; helvetica, arial, sans-serif; margin: 0; padding: 0; font-weight: regular; letter-spacing: .1em; text-transform: uppercase; }
#nav ul { margin: 0; padding-left: 0; text-align: center; width: 346px; border-width: 1px 0; }
#nav ul li { display: inline; }
#nav ul li a { background: #0099FF; float: left; color: #FFF; padding: 7px 15px 5px; text-decoration: none; }
#nav ul li a:hover { color: #666; background: #F5F5F5; }

* html #nav ul { /*IE only rule. Delete extra margin-bottom*/ margin-bottom: 0; }
