/* typography.css */

body{
	color: #999;
	font-family: arial, sans-serif, 10pt;
}

h1, h2, h3, h4{
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
	color: black;	
}

h2.hide {
	text-indent: -9999px;
}

h3#resume, h3#connect, h3#affiliations{
	margin-top: 20px;
}

h3{
	margin-bottom: 6px;
}

h3.resumeh3{
	margin-top: 10px;
}

h4.resumeh3{
	margin-top: 10px;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #6abeea;
}

a:hover{
	text-decoration: underline;
	color: black;
}

#content_sub {
	font-size: .75em;
}

#content_sub h3{
	font-size: 1.5em;
}

#about{
	line-height: 2em;
}

strong.portfolio{
	color: black;
}

p.portfolio{
	margin-top: 10px;
	line-height: 1.5em;
	font-size: .95em;
}

.resume_page{
	line-height: 1.5em;
	font-size: .85em;
}

strong.resume_page{
	color: black;
}


em.resume_page{
	font-style: italic;
}

#conferences{
	padding-left: 10px;
}

#footer {
	font-size: .75em;
	line-height: 1.5em;
}

