/* 
Seth Mendenhall
800#: 800478316
CMIS 300
*/

/* the styles for printing */
@media print {
	body {
		font-family: "Times New Roman", Times, serif";
		width: auto;
		border: none; 
	}
	p {
		font-size: 87.5%;
	}
	#nav_menu, aside h2, header h3, footer {
		display: none;
	}
	section {
		margin: 0;
		width: 90%;
		padding-right: 0;
	}
	aside {
		width: 2in;
		padding-top: 1em;
		padding-left: 0;
		float: none;
	}
	aside h2 {
		font-size: 100%;
	}
	aside a {
		text-decoration: none;
		color: black;
	}
	footer p {
		padding-top: .75em;
		border-top: 3px solid #931420;
	}
	#printButton {
		display: none;
	}
	header img {
		display: none;
	}
	.resume-title {
		display: block;
		border: 0;
	}
}
