h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
}

a:hover {
	color: #404040;
}

.bigbox {
	border-bottom: 1px solid #888;
}

.bigbox:last-of-type {
	border-bottom: none;
}

article.positionheld, ul.block li {
	border-bottom: 1px dotted;
}

.bigbox article.positionheld:last-of-type {
	border-bottom: none;
}

#content {
	background-color: #FFEBC4;
	border-top: 15px solid #FF7F00;
	min-width: 700px;
	max-width: 1000px;
	-webkit-box-shadow: 4px 5px 7px #aaa;
	-moz-box-shadow: 4px 5px 7px #aaa;
	box-shadow: 4px 5px 7px #aaa;
}

#interests p {
	color: #111;
}

/* .skillblock {
	float: left;
	padding-right: 1%;
	width: 32%;
} */

.less {
	color: #666;
	background-color: inherit;
}
