/* hide stuff */
.postnav,
#comment-form,
#pinkfooter,
#poweredby,
#idSiteMeterHREF {
	display: none !important;
}

/* print URLs after a links */
.text a:after,
.textcaption a:after {
	content: " ("attr(href)") ";
	font-size: 10pt;
}

#header {
	text-align: center;
}

.post {
	page-break-inside: avoid;
}

.post {
  /*
  Will centre in Safari, but things, e.g. comments, float under it.
  
  width: 600px;
  margin-left: -300px;
  position: absolute;
  left: 50%;*/
}


/* don't underline the header links */
h1 a,
h2 a,
h3 a {
	text-decoration: none;
}

#footer {
	margin-bottom: 0;
}
