@charset "utf-8";
/* CSS Document */

body {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

.navigation-container, .sharelink {
	display: none;
}

#footer {
	display: none;
}

.headername {
	float: left;
	font-size: 22pt;
	font-weight: bold;
	padding-bottom: 0.5em;
	width: 55%;
}

.headername object, .headertitle object, .headerlocation object {
	display: none;
}

.headerlocation {
	float: right;
	width: 40%;
	text-align: right;
	font-size: 18pt;
	color: #666;
	padding: 0;
	margin: 0;
}

.headertitle {
	font-size: 18pt;
	color: #666;
	font-weight: bold;
	padding-bottom: 0.5em;
	float: left;
	width: 100%;
}


.resume-section {
	float: left;
	width: 100%;
	padding-bottom: 2em;
}

.resume-section .section-title {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 0.5em;
}

.resume-section .section-entry {
	float: left;
	width: 100%;
}

.resume-section .section-entry .col {
	float: left;
	width: 31%;
	padding-right: 2%;
}

.resume-stats {
	padding-top: 2%;
	float: left;
	width: 40%;
	padding-bottom: 1em;
}

.resume-stats p {
	padding: 0;
	margin: 0;
}

.resume-stats p span {
	font-weight: bold;
	width: 35%;
}

.resume-other {
	padding-top: 1em;
	float: left;
	width: 100%;
	padding-bottom: 2em;
}

.resume-skills {
	float: left;
	width: 100%;
}

.resume-skills .heading {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 0.5em;
}

.resume-skills p {
	margin: 0;
	padding: 0;
}


ul {
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}

.featured-images {
	float: left;
	width: 100%;
	padding-bottom: 2em;
}

.featured-images li {
	float: left;
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	width: 30%;
}
.featured-images li img {
	width: 90%;
	height: 90%;
	border: none;
}


.image-set {
	float: left;
	width: 100%;
	padding-bottom: 2em;
}

.image-set .set-heading {
	color: #666;
	padding-bottom: 4px;
	font-weight: bold;
}

.image-set li {
	float: left;
	width: 15%;
}

.image-set li img {
	border: none;
}
.image-set .set-heading {
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 0.3em;
}


.resume-image {
	float: left;
	width: 150px;
}

.resume-image img {
	border: none;
}

