body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}


div {
	margin-bottom: 36px;
}

div.hd {
	margin-top: 18px;
	margin-bottom:0px;
}
	.hd h1 {
		text-transform:lowercase;
		text-align:right;
		margin-top: -9px;
		margin-bottom: 0px;
	}

	.hd ul {
		margin-top: -16px;
	}

	.hd ul li {
		text-align: right;
		line-height: 18px;
	}
	
	div#couch {
		margin-bottom:0px;
	}
	
	div#couch a {
		text-indent: -5000px;
		background: url(../img/couch.gif) 7px no-repeat;
		height: 108px;
		overflow:hidden;
		display: block;
	}

a {
	text-decoration:none;
	color: #999;
}

a:hover {
	color: #fff;
	background: #8bacca;
	border-bottom: none;
	
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -5px;
	font-size: 80px;
	line-height: 90px;
	color: #CCC;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h2 {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	line-height: 16px;
	margin-bottom: 18px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 2px;
	letter-spacing: -.5px;
	line-height: 18px;
	color: #444;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0;
	line-height:18px;
	color: #666;
}

h5 {
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin-bottom: 0px;
}
	

p {
	line-height: 18px;
}

.date-range {
	color: #999;
	margin-bottom: 18px;
	font-style: italic;
}

.location {
	font-style: normal;
}

.organization, .major {
	text-transform: uppercase;
}

#skills ul li {
	line-height: 18px;
}

.skill-type, #umich .major {
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
}

#umich h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 0;
	text-transform: uppercase;
}

#umich h3 .location {
	font-weight: normal;
	text-transform: none;
}

.award-title {
	padding-top: 2px;
	font-size: 14px;
	letter-spacing: -.25px;
	padding-bottom: 2px;
}

.content-link {
	font-style: normal;
	text-align: right;
	display: block;
}
		
#print a {
	position: fixed;
	top: 0px;
	right: 0px;
	display: block;
	padding: 10px;
	background: #ff0;
	color: #666;

	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-khtml-border-radius: 0 0 0 10px;
}	

	#print a:hover {
		background: #8bacca;
		color: #fff;
	}

.footer {
	width: 100%;
	height: 60px;
	bottom: 0;
	background: #333;
	margin-bottom: 0;
}

	.footer ul {
		overflow:hidden;
		padding: 22px;
		margin: 0 auto;
		text-align:center;
	}

	.footer ul li {
		font-family: Georgia, serif;
		font-size: 16px;
		display:inline;
	}

	.footer ul li a {
		padding: 10px;
	}

	.footer ul li a:hover {
		background: #444;

		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
	}

/*
div.job:hover .duties, div#summary:hover p{
	display: inline;
	color: #666;
	background: #ff9;
}
*/