/*
---------------------------------------------------------------------------------
	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: orange;
	padding: 4px 8px;
	text-decoration: none;
}
.msg a:hover {
	background: #266400;
}
/* //-- yui-grids style overrides -- */
#inner {
	padding: 0;
	margin:0;
	background: #f5f5f5;
	border: solid #666;
	border-width: 8px 0 2px 0;
}
.yui-gf {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom: 1px solid #ccc;
}
/* //-- header, body, footer -- */
#hd {
	margin:0;
	padding-bottom:0;
	border-bottom: 1px solid #ccc
}
#hd h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
}
#bd, #ft {
	margin-bottom:0;
}
/* //-- footer -- */
#ft {
	padding:0;
	font-size: 10px;
	border-top: 1px solid #ccc;
	text-align: center;
}
#ft p {
	margin-bottom: 0;
	text-align: center;
}
/* //-- core typography and style -- */
#hd h1 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 18px;
margin:0px;
	padding:0px;
}
h3, h4 {
	font-size: 16px;
	margin:0px;
	padding:0px;

}
h1, h2, h3, h4 {
	color: #555;
	margin:0px;
	padding:20px 0 20px 0;

}
.title {
font-size:15px;
padding:0px;
margin-bottom:10px;
}
a {
	color: #990003
}
a:hover {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
li {
	line-height: 24px;
	border-bottom: 1px solid #bbbbbb;
}


p.enlarge {
	font-size: 16px;
	padding-right: 0px;
	line-height: 24px;
}
p.enlarge span {
	color: #000
}
.contact-info {
	margin-top:0;
}
.first h2 {
	font-style: italic;
}
.last {
	border-bottom: 0
}
/* //-- section styles -- */

.job {
	position: relative;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.job h4 {
	position: absolute;
	top: 0;
	right: 0
}

.job p{
line-height:22px;
}
.last {
	border: none;
}

.talent {
	width: 25%;
	float: left
}
.kudos {
	width: 100%;
	float: left
}
.talent h2 {
	margin-bottom: 0px;
}
#srt-ttab {
	margin-bottom: 0px;
	text-align: center;
}
#srt-ttab img.last {
	margin-top: 20px
}
/* --// override to force 1/8th width grids -- */
.yui-gf .yui-u {
	width:80.2%;
}
.yui-gf div.first {
	width:12.3%;
}
