body {
	font: 10pt "Book Antiqua", "Cochin", "Didot", serif;
	background: #fff;
	color: #000;
	margin-bottom: 0;
	/* Weird behavior in Safari -- sometimes, the entire page is shrunk
	   and aligned-left.  No consistent way to avoid; I've found changing
	   width to 100% or 110% sometimes works. */
	width: 110%;
}

table.tprojects {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

table.tprojects th {
	padding-right: 2em;
	font-weight: normal;
}

table th, td {
	font: 10pt "Book Antiqua", "Cochin", "Didot", serif;
}
table th {
	font-weight: bold;
}
a {
	color: inherit;
	text-decoration: none;
}

acronym {
	border: none;
}

#header {
	font-size: 8pt;
	border-bottom: 1pt solid #000;
	text-align: right;
	padding-right: 0em;
	padding-bottom: 2pt;
	margin-bottom: 1.5em;
}

#who h4 {
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 112%;
	padding: 0;
	margin: 0;
}

/* Uncomment this to remove header and add a gap (possibly suitable for 
   third-party logo.) */
/* #header { display: none; }
#who h4 { margin-top: 2.5em; } */
/* end remove header code */

#main {
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}	

.section {
	margin: 0; /* no effect */
	margin-bottom: 1em;
}
.section#education {
	/* This prevents a blank page from being printed when the Education
	   section (the last section) is right at the end of a page. */
	margin-bottom: 0em;
}


.section h3 {
	font-weight: bold;
	font-size: 112%;
	color: #000;
	margin-left: 0;
	margin-bottom: 1em;
}
.section .separator {
	display: none;
}

.section .job {
	color: #000;
	margin-bottom: 1.5em;
}

.section .project {
	margin-bottom: 1em;
}

.jobtitle {
	font-style: italic;
}
.section .jobdesc p {
	margin-left: 0.7em;
        padding-top: 0.2em;
        margin-bottom: 0.5em;
}
.section .jobdesc {
	clear: both;
	margin-top: 0em;
}

.timespan {
	color: #000;
	float: left;
}

.empbar {
	float: left;
	width: 100%;
	position: relative;
	border-bottom: 1pt solid #000;
}

.employer {
	font-weight: bold;
	position: absolute;
	left: 25%;
	right: 25%;
	text-align: center;
}

.location {
	right: 0;
	position: absolute;
	text-align: right;
}


.section .job .jobdesc, .section .project .projdesc {
	text-align: left;
	color: #000;
}

.section ul {
	text-align: left;
	list-style: none;
/*	line-height: 1.0em; */
	padding-left: 0.7em;
}
.section ul li {
/* ie may not like this */
/*	text-indent: -2em;
	margin-left: 2em; */
	padding-bottom: 0.1em;
	line-height: 1.1em;
}

#skills .name {
	font-weight: bold;
}

p {
	margin-top: 0.1em;
	margin-bottom: 0;
        padding: 0;
	line-height: 1.1em; /* firebird may crash upon print preview if you alter this, careful */
}

#related {
	display: none;
}

table.categories {
	margin-left: 0.5em;
	margin-top: 0em;
	width: 100%;
}
table.categories TH {
	text-align: left;
	vertical-align: top;
	padding-right: 0em;
	/* padding-top: 1pt; */
	padding-top: 0;
	margin-top: 0;
}
.section table.categories TR TD UL {
	margin: 0;
	padding-bottom: 0;
}
.section table.categories TR TD UL LI {
	padding-left: 0em;
	padding-bottom: 0.2em;
}
