html { height: 100%; }
body { 
	height: 100%; 
	overflow: scroll;
	width: 61em;
	font-size: 16px;
	font-family: serif;
}
header
{
	height: 5em;
	padding: 9px;
	z-index: 5;
}
#iconCombo {
	left: 45em; 
	position: absolute;
	z-index: -1; 
}
#nameplate {
	float: left;
}
header h1 {
	margin: 0.3em 0 -0.2em 0;
	font-size: 2.5em;
}
header h4 {
	margin: 0.3em 0 0.2em 1em;
}
header p{
	clear: both;
	margin: 0 0 0.2em 0em;
	font-size:.8em;
	text-align:center;
}
#topBlurb, #contact {
	font-weight: normal;
	text-align: center;
	font-size: 1.2em;
	color: #b00;
}
#topBlurb {
	width: 40em;
	padding: 6px 19px;
	margin: 25px auto 12px auto;
	border:none;
	border-radius:15px;
	box-shadow: inset 0px 0px 12px rgba(65,65,65,0.5);
}
#contact {
	margin-top: 24px;
	clear: both;
}
#resume {
	color: black;
	font-size: .6em;
	vertical-align: top;
	margin-top: -1em;
}
#resume a {
	display: inline-block;
	margin-left: 1em;
}
#info h3 {
	margin-top: 0
}
#detail {
	height: 100%;
}
.workcat {
	/*background-color: #ffdddd;*/
	margin: 0 6px;
	width: 17em;
	padding: 0 19px;
	border:none;
	border-radius:15px;
	float: left;
}
.workcat h2 {
	margin-left: 14px;
}
.workcat dt {
	font-weight: bold;
}
.workcat dd {
	font-family: sans-serif;
	font-size: .8em;
	margin: 0 0 6px 1.5em;
}
#webtech {
	box-shadow: inset 0px 0px 12px rgba(125,0,0,0.5);
}
#sysadmin {
	box-shadow: inset 0px 0px 12px rgba(180,120,0,0.5);
}
#security {
	box-shadow: inset 0px 0px 12px rgba(0,120,62,0.5);
}
.catIcon {
	float: right;
	margin: 24px 24px 0 0;
}
#skillsList {
	list-style-type: none;
	margin: 1.8em 0 0 0;
	width: 38em;
	line-height: 1.8em;
	text-align: center;
}
#skillsList li {
	display: inline;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	margin: 0;
	padding-left: 2em;
}
#skillsList li:before {
	content: "\2022  "; 
}
