body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: -webkit-gradient(linear, 100% 50%, 0% 50%, from(#F7F7F7), to(#F7F7F7), color-stop(.5,#D6D6D6));
}
a {
	text-decoration: none;
	color: black;
}
a:link, a:visited, a:active {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}
h3 {
	padding-bottom: 3px;
}
header {
	width: 60em;
	margin: 10px auto auto;
	padding-bottom: 40px;
}
header #who {
	float: left;
}
header #address {
	float: right;
	text-align: right;
}
#container {
	clear: both;
	width: 60em;
	overflow: hidden;
	margin: 20px auto auto;
}
footer {
	text-align: center;
	width: 60em;
	margin: 20px auto auto;
	padding-bottom: 40px;
	color: #999999;
}
.qualifications {
	margin-bottom: 1em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
.qualifications p {
	margin: 1em;
}
.experience {
	margin-bottom: 2em;
}
.job {
	display: inline-block;
	padding: 1em;
	clear: both;
}
.job:nth-child(2n+1) {
	border: 1px solid gray;
	background: -webkit-gradient(linear, 100% 50%, 0% 50%, from(#F7F7F7), to(#F7F7F7), color-stop(.5,#FFFFFF));
}
.job .position {
	margin-bottom: 1em;
}
.job .position:last-child {
	margin-bottom: 0;
}
.company {
	font-size: 1.1em;
	display: inline-block;
	padding-left: 9.1em;
	width: 20em;
	float: left;
}
.location {
	display: inline-block;
	float: right;
	width: 20em;
	text-align: right;
}
.duration {
	display: inline-block;
	width: 10em;
	float: left;
}
.role {
	font-style: italic;
	display: inline-block;
	width: 40em;
	float: left;
}
.type {
	display: inline-block;
	width: 10em;
	float: left;
}
.skills h4 {
	float: left;
	width: 10em;
	font-weight: normal;
	font-style: italic;
	padding-left: 10em;
}
.keywords {
	display: inline-block;
	width: 45em;
	padding-left: 12em;
}
.job ul {
	display: inline-block;
	width: 45em;
}
.position {
	display: inline-block;
	clear: both;
}
.education {
	margin-bottom: 2em;
}
.education h3 {
	font-size: 1.1em;
	display: inline-block;
	padding-left: 9.1em;
	width: 40em;
	float: left;
}
.degree {
	font-style: italic;
}
.school {
	display: inline-block;
	clear: both;
}
.school ul {
	display: inline-block;
	padding-left: 10em;
	width: 40em;
}
.interests .keywords {
	display: inline-block;
	width: 45em;
	padding-left: 10em;
}
@media print {
	body {
		color: #000000;
	}
	.job {
		border: 0px;
	}
	.job:nth-child(2n+1) {
		border: 0px;
		background: #FFFFFF;
	}
	a, a:link, a:visited, a:active, a:hover {
		border-bottom: 0px;
	}
	* {
		page-break-inside: avoid;
		page-break-before: avoid;
		page-break-after: avoid;
	}
}

