/*
---------------------------------------------------------------------------------
	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: Georgia; color: #444; }
#inner { padding: 10px 80px; margin: 80px auto; background: #f5f5f5; border: solid #666; border-width: 8px 0 2px 0; }
.yui-gf { margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #ccc; }

/* //-- header, body, footer -- */
#hd h2 { text-transform: none; letter-spacing: 1px; }
#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: none; letter-spacing: 1px; }
h2 { font-size: 152% }
.title { margin-bottom: 0.3em; }
h3, h4 { font-size: 122%; }
h1, h2, h3, h4 { color: #333; }
p { font-size: 100%; line-height: 18px; padding-right: 0em; }
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-right: 0em; line-height: 24px; }
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 30px 6px 30px; margin-bottom: 6px; text-decoration: none;  }
a#pdf:hover { background: #222; }

.job { position: relative; margin-bottom: 1em; padding-bottom: 1em; border-bottom: 1px solid #ccc; }
.job h4 { position: absolute; top: 0.35em; right: 0 }
.job p { margin: 0.75em 0 1em 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 }

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

.personal_info_grid{display: grid; grid-template-columns: 3.2fr 8.8fr; gap: 0.3em;}
.pi1{text-align: right; padding: 2px;}
.pi2{text-align: left; padding: 2px;}

.articles_grid{display: grid; grid-template-columns: 1fr 49fr; gap: 0.3em; border-bottom: 1px solid #ccc; padding: 0.75em 0em;}
.articles_grid_last{display: grid; grid-template-columns: 1fr 49fr; gap: 0.3em; padding: 0.75em 0em;}
.articles_left{text-align: right; padding: 2px;  line-height: 1.5em;}
.articles_right{text-align: left; padding: 2px; line-height: 1.5em;}

.interests_grid{display: grid; grid-template-columns: 1fr; gap: 0.3em;}
.interests_item{text-align: left; padding: 2px;}
.interests_item:before{content:"• "; padding-right: 0.5em;}

p.title_first { font-size: 144%; padding-right: 0em; line-height: 24px; margin-bottom: 0.5em; }
p.title { font-size: 144%; padding-right: 0em; line-height: 24px; margin: 0.5em 0em; }

.flex-container 
{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.flex-container > div 
{
	background-color: #ccc;
	color: black;
	margin: 0.15em;
	padding: 0.5em;
	text-align: center;
}


.articles 
{
	counter-reset: item;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.article 
{
	counter-increment: item;
	padding: 1em 0;
	position: relative;
	padding-left: 25px; /* space for the number */
	line-height: 1.5em;
}
.article_first
{
	counter-increment: item;
	padding-bottom: 1em;
	position: relative;
	padding-left: 25px; /* space for the number */
	line-height: 1.5em;
}
.article_last 
{
	counter-increment: item;
	padding: 1em 0;
	position: relative;
	padding-left: 25px; /* space for the number */
	line-height: 1.5em;
	border-bottom: none;
}
.article::before, .article_last::before
{
	content: "[" counter(item) "] ";
	position: absolute;
	left: 0;
	top: 1em;
	width: 15px;
	text-align: right;
}
.article_first::before
{
	content: "[" counter(item) "] ";
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	text-align: right;
}



.seminars {display: grid; grid-template-columns: 4fr 8fr; grid-gap: 4px; padding: 0px;}
.seminars > div{padding: 2px 0;font-family: Georgia;}
.seminar_date{grid-column: 1 / span 2; font-weight: bold; background-color: #ccc;}
.seminar_title{text-align: right; font-weight: bold;}
.seminar_desc{text-align: left; margin-bottom: 8px; margin-left: 4px;}