body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial; 
}
header, footer, section {
	margin: 0;
	padding: 5px;
}
section p {
	margin: 0 2em;
}
img, nav {
	display: none;
}
#outer {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}
header {
	display: inline-block;
	text-align: center;
	width: 100%;
}
	header .inner {
		background: #FFFFFF;
	}
#content {
	background: #FFFFFF;
	vertical-align: top;
}

h1 {
	font-size: xx-large;
	margin: 0;
	padding: 0;
}
h2 {
	border-bottom: solid 1px black;
	display: block;
	font-size: large;
	padding: 3px 5px;
	text-transform: uppercase;
}
	h2:first-letter {
		font-size: 1.1em;
	}
h3 {
	color: #333;
	font-size: medium;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: small;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: small;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
ul {
	font-size: small;
	margin: 0;
}
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a.contact {
	display: block;
	font-size: small;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

li, article {
	position: relative;
}
.address {
	display: none !important;
	font-size: x-small;
	position: absolute;
	text-align: left;
	top: 4em;
}
.datetime, .technologies {
	color: #555555;
	font-size: x-small;
	padding: 3px 5px;
	display: inline-block;
	text-align: left;
	padding: 0;
}
.datetime {
	text-transform: uppercase;
}
#todo {
	display: none !important;
}

article {
	margin-bottom: 0.5em;
	min-height: 2em;
	page-break-inside: avoid;
	width: 100%;
	padding: 0.25em 1em;
	margin-bottom: 0.25em;
}
	article h3 {
		display: block;
		width: auto;
	}
	article h4, article h5, article > ul {
		display: block;
		text-align: left;
	}
	article h5 {
		margin-top: 0.75em;
	}
	article ul {
		margin-left: 0;
		padding-left: 0;
	}
	article > ul {
		margin-top: 0.5em;
		padding-right: 3%;
		width: auto;
	}
	article li {
		list-style: square;
		margin-left: 1.5em;
		padding-left: 0;
	}
		article:hover .address {
			display: block;
		}
	article .icon {
		display: none !important;
		float: left;
	}
		article:hover .icon {
			display: block;
		}
#employment article {
	min-height: 100px;
}
span.caveat {
	display: none;
}