.hide_on_print, .toolbar, #menu, #links { display: none; }

p, td, th { font-family: palatino georgia, times; }

#content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

body {
	background: white;
	font-size: 12pt;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

.blogbody a:link:after, .blogbody a:visited:after, .comments-body  a:link:after, comments-body  a:visited:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}


.blogbody a[href^="/"]:after, .comments-body a[href^="/"]:after {
  content: " (http://www.slowchildren.com" attr(href) ") ";
}

/*
.posted a:link:after, .posted a:visited:after {
   content: "";
} */

 { display: none; }

.posted, .comments-post { font-size: smaller; }

.comments-head {
	border-bottom:1px solid #999;
	margin-top:20px;
	font-weight:bold;
}