@charset "utf-8";
/* CSS Document */

body {
	font-size:11pt;	
	font-family:Arial, Helvetica, sans-serif;
}

.navigation-container, .navigation-container-bar, .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_bio {
	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;	
}


