/* Default CSS - Print ------------------------------------------------------------------------------------ */

* {
	background: none;
	float: none;
	width: auto;
	height: auto;
	border: none;
	position: relative;
	margin: 0;
	padding: 0;
}

h1, h2, p.morelink a, blockquote, label, aside li, section#resume nav li, aside dt, footer article li {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-weight: lighter;
}

p, li, dt, dd, div#modal h1 a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img {
	display: none;
}

p, h1, h2, dl {
	margin: 20px 0 10px;
}

p, li, dt, dd {
	font-size: 12px;
}

#contact dt, #contact dd {
	font-size: 14px;
}

#location a, p.morelink {
	display: none;
}

dt {
	display: block;
	font-size: 13px;
}

dt:after {
	content: ":";
}

section#contact dl label {
	width: 30px;
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
	font-style: italic;
}

dd {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}

li {
	margin-bottom: 10px;
	list-style: inside disc;
}

section {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}

.print {
	display: block;
}

a {
	color: #999;
}

a:after {
	content: " - url: " attr(href);
	font-style: italic;
	font-weight: normal;
}

#contact a:after {
	content: "";
}

nav {
	display: none;
}

h1 {
	font-size: 16px;
}

header h1 {
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

header section h1 {
	border: none;
	margin: 20px 0 10px;
	padding: 0;
}

h2 {
	font-size: 14px;
}

blockquote {
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

div.footerinn {
	border-top: 1px dotted #999;
	padding-top: 10px;
	margin-top: 20px;
}
