/* --- ( BASICS ) ------------------- */

#header, 
#section-wrapper,
#footer,
.navset {
	display: none;
}

a:link, 
a:visited {
	text-decoration: none;
	color: #38230E;
}

p a:link,
dd a:link,
p a:visited,
dd a:visited {
	color: #38230E;
}

.noprint {
	display:none;
}

.print {
	display:block;
}

h1, h2, h3, h4, dt {
	font-family: Georgia;
}

p, li, dd {
	font-family: "Times New Roman";
	font-size: 110%;
}

a[href^="http:"],
a[href^="mailto:"] {
	padding-right: 0;
}

/* --- ( RESUMES ) ------------------ */

dd.date {
	font-size: 110%;
}

body#resumes h1 {
	display: none;
}

body#resumes #contact {
	display: block;
	text-align: center;
}

body#resumes #contact h1 {
	display: block;
	margin: 0;
}

