/*
. . . . . . . . . . . . . . . . . . . . . . .
.                                           .
.            JonLandrum.com v7.0            .
.             "Moleskine" Theme             .
. Copyright (c) 2009--2010 Jonathan Landrum .
.            All Rights Reserved            .
.         Last Updated:  5 Mar 2010         .
.                                           .
. . . . . . . . . . . . . . . . . . . . . . .

Print Stylesheet

*/

/* Well, welcome. Have a look around, make yourself at home
   and if you have any questions about anything, hollar. */

/*Print Layout*/
@import "screen.css";
body {
	margin: 0 5%;
	border: 0;
	padding: 0;
	background: white;
	color: black;
	width: 100%;
	font: 12pt/1.6 'Book Antiqua', 'Palatino Linotype', Palatino, Georga, 'Times New Roman', Times, serif;
}
#main-navigation, .navigation, #footer .right, #top-link, #comment, #txpCommentInputForm { display: none; }
abbr, acronym, .help { border-bottom: 1px dotted #ccc; }
abbr:after, acronym:after, .help:after {
	content: " (" attr(title) ") ";
	font-size: 10pt;
}
h1 { text-align: center; }
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited, a:link, a:visited {
	border: 0;
	background: transparent;
	color: #520;
	font-weight: bold;
	text-decoration: underline;
}
h1 a:link:after, h1 a:visited:after, h2 a:link:after, h2 a:visited:after, h3 a:link:after, h3 a:visited:after, h4 a:link:after, h4 a:visited:after, h5 a:link:after, h5 a:visited:after, h6 a:link:after, h6 a:visited:after, a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 10pt;
}
h1 a[href^="/"]:after, h2 a[href^="/"]:after, h3 a[href^="/"]:after, h4 a[href^="/"]:after, h5 a[href^="/"]:after, h6 a[href^="/"]:after, a[href^="/"]:after { content: " (http://jonlandrum.com" attr(href) ") "; }
div.separator { page-break-after: always; }

