/* //-- yui-grids style overrides -- */
body { font-family: Georgia; color: #444; }
#inner { 
	padding: 10px 80px; 
	background: #f5f5f5; 
/*	
	margin: 80px auto; 
	border: solid #666; 
	border-width: 8px 0 2px 0;
*/
}

.yui-gf { 
	margin-bottom: 2em; 
	/* padding-bottom: 2em; */
	border-bottom: 1px solid #ccc;
}

/* --// override to force 1/8th width grids -- */
.yui-gf .yui-u{width:80.2%;}
.yui-gf div.first{width:12.3%;}

.yui-u first {
	width: 79% !important;
}

.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; }


/* //-- header, body, footer -- */
#hd { margin: 2.5em 0 3em 0; padding-bottom: 1.5em; border-bottom: 1px solid #ccc }

#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: 2px;
}

#hd h2 { 
	margin-top: -.7em;
	text-transform: uppercase; 
	/* letter-spacing: 2px; */
}

h2 { font-size: 135% }
h3, h4 { font-size: 122%; }
h1, h2, h3, h4 { color: #333; }

p { 
	font-size: 100%; 
	line-height: 18px; 
	padding-right: 3em;
}

p.enlarge { 
	font-size: 124%; 
	padding: 0 0 1em 0 !important; 
	line-height: 24px;
}

p.enlarge span { 
	color: #000
}

a { color: #990003 }
a:hover { text-decoration: none; }
strong { font-weight: bold; }


.contact-info { 
	float: right;
	margin-top: 7px; 
}

.contact-info h3 { 
	line-height: 1.3em; 
}

.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: 1em; 
	padding: 1em 2em 0 2em; 
	background: #eee;
	border: 1px solid #ddd;
	/* border-bottom: 1px solid #ccc; */
}

.job h2 { 
	color: #A91E21;
	text-transform: uppercase;
	/* background: #F2E6CC; */
}

.job h2 a { 
	color: #A91E21;
}

.job h3 { 
	color: #555555;
	font-weight: bold;
	font-size: 115%;
}

.job h4 { 
	position: absolute; 
	top: 2.2em; 
	right: 2em;
}

.job h5 { 
	font-weight: bold;
}

.job ul { 
	margin: .5em 0;
}

.job li { 
	margin-left: 1.5em;
	padding-bottom: 0.5em;
	list-style: disc outside none;
	line-height: 1.3em;
	/* border-bottom: 1px solid #ccc; */
}

.job p { 
	text-align: justify;
	/* margin: 0.75em 0 3em 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; }

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


