/**
 * Print stylesheet for oerknor.nl
 *
 * - font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
 * - font-family: Georgia, Times, 'Times New Roman', serif;
 *
 * Thanks to Chris Coyier for these ideas:
 * - alt-space with a:after
 * - content fix page-break bug
 */

/* GENERAL & RESET */

body {
	font-family: Georgia, Times, 'Times New Roman', serif;
}
a {
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}
a img {
	border: none;
}
img {
	margin: 0.5em;
}
.clear {
	clear: both;
}

/* TYPOGRAHY */

.oer-foot {
	font-size: smaller;
	font-style: italic;
	text-align: center;
}

/* HIDE */

#random-picture,
.oer-nav,
#sidebar,
.meta .post-edit-link,
#respond,
#wmd-preview,
#previewtitle,
.previewtitle,
#commentform {
	display: none;
}

/* ADD */

a:after {
	content: " [" attr(href) "] ";
	text-decoration: none;
	font-size: smaller;
}
a[href^="#"],
h1 a:after,
.post h2 a:after,
.post .post-meta-data a:after,
.oer-foot a.noprint:after,
.post a.noprint:after {
	content: "";
}

h3#comments {
	page-break-before: always;
}
.oer-head:after {
	/* Hack to fix the page-break (bug) after the head section. Add a hard-space */
	content: "   ";
}
