/*
---------------------------------------------------------------------------------
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;
	margin: 0px;
}
.msg A
{
	margin-left: 20px;
	background: #408814;
	color: #FFFFFF;
	padding: 4px 8px;
	text-decoration: none;
}
.msg A:hover
{
	background: #266400;
}
/*//-- yui-grids style overrides --*/
BODY
{
	font-family: Georgia;
	color: #444;
}
#inner
{
	padding: 10px 40px;
	margin: 80px 25px;
	background: #F8F7E2;
	border: 1px solid #666;
	border-width: 8px 0 2px;
}
.yui-gf
{
    /*font-size: 110%;*/
    margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCC;
}
/*//-- header, body, footer --*/
#hd
{
	padding-bottom: 3.5em;
	/*padding-bottom: 3.5em;*/
	border-bottom: 1px solid #CCC;
	margin-top: 2.5em;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#hd H2
{
	text-transform: uppercase;
	letter-spacing: 2px;
}
#bd, #ft
{
	margin-bottom: 0em;
}
/*//-- footer --*/
#ft
{
	margin: 0em;
	padding: 0em 0 1em;
	font-size: 92%;
	border-top: 0px solid #CCC;
	text-align: center;
}
#ft P
{
	margin-bottom: 0;
	text-align: center;
}
/*//-- core typography and style --*/
#hd H1
{
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
H2
{
	font-size: 130%;
}
H3, H4
{
	font-size: 122%;
}
H1, H2, H3, H4
{
	color: #333;
}
P
{
	font-size: 108%;
	line-height: 18px;
	padding-right: 3em;
}
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-bottom: .5em;
	padding-right: 1.3em;
	line-height: 24px;
}
P.enlarge SPAN
{
	color: #000;
}
.contact-info
{
	height: 0px;
	margin-top: 0px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 10px;
	padding-top: 10px;	
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	float: right;
	width: 26%;
}
.first H2
{
	font-style: italic;
}
.last
{
	border-bottom: 0;
}
/*//-- section styles --*/
A#pdf
{
	display: block;
	float: left;
	background: #666;
	color: #FFFFFF;
	padding: 6px 53px 6px 12px;
	margin-bottom: 6px;
	text-decoration: none;
	white-space: nowrap;
}
A#pdf:hover
{
	background: #222;
}
.job
{
	position: relative;
	margin-bottom: 1em;
	padding-bottom: 0em;
	border-bottom: 1px solid #CCC;
}
.job H4
{
	position: absolute;
	top: 0.35em;
	right: 0;
}
.job P
{
	margin: 0.75em 0 0em;
}.job-list
{
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-left: 1.25em;
	list-style-type: disc;
}


.job-list li
{
    font-size: 110%;
    list-style-type: disc;
	padding: 0px 0px 9px 1em;
	border-bottom: none;
	line-height: 115%;
    text-indent: -1em
}

.job-list H4
{
	position: absolute;
	top: 0.35em;
	right: 0;
}
.job-list P
{
	margin: 0em 0em 1em 1em;
	padding: 0px 0px 0px 10px;
}
.last
{
	border: none;
	margin-bottom: 0em
}
.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;
	margin: 0px 0px 10px;
	padding: 0px;
}
.talent H2
{
	margin-bottom: 6px;
}
.talent2
{
	font-size: 110%;
    width: 41%;
	float: left;
	margin: 0px 0px 10px;
	padding: 0px 55px 0px 0px;
}
.talent2 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: 0%;
}
