section section .title {
	color: #444;
}
section section:hover .title {
	color: #000;
}


section header img {
	float: right;
}

a.collapser, a.expander {
	color: #666;
	padding: 0px 20px 0px 0px;
}


.dates {
	color: #808080;
}


.employment header {
	margin-bottom: 15px;
}


.skills:after {
	content: "";
	clear: both;
	display: block;
}
.skills ul {
	width: 25%;
	float: left;
}

.education section:after {
	content: "";
	clear: both;
	display: block;
}
.education header img {
	float: left;
	margin-right: 15px;
}
.education .dates {
	color: gray;
}