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

    v0.9: 5/28/09

    design and code by: thingsthatarebrown.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: Open sans-serif; Georgia; color: #444; }
#inner {
	background: #fbfbfbf0; /* was #f5f5f5 */
	border: solid #666;
	border-width: 8px 0 2px 0;
	margin-top: 0px; /*modified*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: opx;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
}
.yui-gf { margin-bottom: 0.8em; padding-bottom: 0.8em; border-bottom: 1px solid #ccc; }

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

/* //-- footer -- */
#ft {
	font-size: 100%;
	/*border-top: 1px solid #ccc;*/
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
#ft p { margin-bottom: 0; text-align: center;   }

/* //-- core typography and style -- */
#hd h1 { font-size: 61px; text-transform: uppercase; letter-spacing: 2px; }
h2 { font-size: 115% } /*font size 125%*/
h3 {
	font-size: 109%;
	color: #000000;
	padding-top: 2px;
}
h1 { color: #084c79; }
h2{
color: #084c79 /*#0099FF*/;
}
h4{

}

h5{
font-size: 95%;
line-height:15px; /*was 20px*/
	color: #000000;
}

h5.italic{
	font-size: 95%;
	line-height:20px;
	color: #000000;
	font-style: italic;
}

p { font-size: 98%; line-height: 15px; padding-right: 0em; text-align: justify; } /*added text justify*/
p.italic { font-size: 100%; line-height: 18px; padding-right: 3em; font-style:italic; }
a { color: #FF6600}
a:hover { text-decoration: none; }
strong { font-weight: bold; }
li { line-height: 20px; border-bottom: 0px solid #ccc; }
li.italic { line-height: 24px; border-bottom: 0px solid #ccc; font-style:italic; font-size: 95%; }
p.enlarge { font-size: 111%; padding-right: 2 em; line-height: 20px; } /*font size was 121%*/
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 40px 6px 12px; margin-bottom: 6px; text-decoration: none;  }
a#pdf:hover { background: #222; }

.job {
	position: relative;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #084c79;
}
.job h4 { position: absolute; top: 0.45em; right: 0 }
.job p {
	margin-top: 0.20em;
	margin-right: 0;
	margin-bottom: 0.30em; /*was 1 em*/
	margin-left: 0;
}

.achievements ul {list-style-position:outside;}
.achievements li {padding-top: 0px; font-size: 97%; line-height: 20px; text-indent: -0.6em; position: relative; left: 1.1em; margin-right: 0.2em; border-bottom: 0px solid #084c79;} /*font size was 110%*/

.last { border: none; }
.skills-list {  }
.skills-list ul { margin: 0; }
.skills-list li { margin: 4px 0; padding: 3px 0; }
.skills-list li span { font-size: 152%; display: block; margin-bottom: 0px; padding: 0 }
.talent { width: 33%; float: left }
.talent h2 { margin-bottom: 4px; }

#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:86.2%;}
.yui-gf div.first{width:12.3%;}


   /* This CSS is used for the Show/Hide functionality. */
/*#content > div {
    display: none;
}

#content > div:target {
    display: block;
}
}*/
.more {
	display: none;
 }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }
