/*
 *	CSS and HTML was coded by hand using nothing other than a copy of
 *	Firefox and gedit.
 *
 *	If you are reading this comment, then chances are I'd be very
 *	interested in speaking with you.  Give me a call.
 *
 *	Stephane Charette, stephanecharette@gmail.com
 *	Last edited on 2017-Oct-07.
 *
 *	$Id: resume_screen.css 2592 2018-08-27 20:13:21Z stephane $
 */

a, a:link, a:visited, a:hover, a:active
{
	color:				#777;
	text-transform:		none;
	text-decoration:	none;
}

a:hover
{
	text-decoration:	underline;
}

body
{
	color:				#000000;
	background-color:	#e7e7e7;
}

#contactbox
{
	font-size:			150%;
	font-variant:		small-caps;
	text-align:			center;
}

h1
{
	border-top:			1px solid #a0a0a0;
	font-size:			130%;
	font-weight:		normal;
	text-transform:		uppercase;
	padding:			1em 0px 0px 0px;
}

h2
{
	font-size:			115%;
	font-weight:		normal;
	text-transform:		uppercase;
}

.section
{
	margin:				0 3em;		/* indent */
}

table
{
	margin-left:		3em;
	border-collapse:	collapse;		
}

td.edu1, td.edu2, td.work1, td.work2
{
	padding-top:		0.5em;		/* increase space between sequential table rows */
}

td.keyword, td.details, td.edu3, td.edu4, td.work3, td.work4
{
	padding-bottom:		0.5em;		/* increase space between sequential table rows */
}

.keyword, .keyword_empty
{
	width:				6em;
	vertical-align:		top;
	font-style:			italic;
}
.keyword:after
{
	content:			":";
}

.details
{
	padding-left:		1em;
}

ol
{
	list-style-type:	circle;
}
ul
{
	margin-left:		2em;
	list-style-type:	circle;
}

.longitems li
{
	list-style-position:	outside;	/* bullet is outside -- text will wrap past the bullet */
	padding-bottom:			0.5em;		/* increase space between sequential list items */
}
.longitems li:first-letter
{
	text-transform:		uppercase;
}

.edu1, .work1
{
	width:				16em;
	font-size:			105%;
	vertical-align:		bottom;
	border-top:			1px solid #aaa;
}
.edu2, .work2
{
	font-style:			italic;
	vertical-align:		bottom;
	border-top:			1px solid #aaa;
}
.edu3, .work3
{
	padding-left:		2em;
	font-size:			80%;
	vertical-align:		top;
}
.edu4, .work4
{
	vertical-align:		top;
}
.edu4:first-letter
{
	text-transform:		uppercase;
}

