/* Print Styles */
body {
	padding-bottom: 0;
}
#resume {
	background-color: inherit;	
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;	
	border: none;
	border-top: 2px solid #666;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;	
}
a { 
	color: inherit;
}
.no-print, a#pdf {
	display: none;
}
span.print-only {
	display: inline;
}
header {
	padding-bottom: 15px;
	margin-top: 15px;
}
header h1 {	
	text-shadow: #fff 0 0 0;
	font-size: 36px;
}
header h2 {
	font-size: 16px;
}
header h3 {
	margin-bottom: 5px;
}
section {	
	padding-bottom: 10px;
	margin-top: 10px;
}
section  ul hgroup h2 a {
	color: inherit;
}
section li.open-print {
	margin-bottom: 10px;
}
section li.open-print ul {
	display: block;	
}
#projects  {
	display: block;
}
#projects #projects-container {
	height: auto;
}
#projects .image-container {
	display: none;
}
#projects .scroller {
	position: relative;
	width: auto;
}
/* Turn grid 9's into grid 12's */
#projects .grid_9 {
	width: 700px;
	margin-bottom: 5px;
}
