@media print
{

	/* Post */
	header#header #nav-topbar,
	.sidebar,
	article .sharedaddy, article .entry .clear,
	.post-nav,
	.post-nav+h4, .post-nav+h4+.related-posts,
	section#comments,
	footer nav#nav-footer, footer section#footer-bottom #back-to-top, footer .grid.one-half.last
	{
		display: none;
	}

	header#header {
		padding: 0;
	}

	.main .main-inner
	{
		padding: 0;
		min-height: 0;
	}

	section.content .page-title.pad {
		margin-top: 1em;
		font-weight: normal;
		border: none;
	}

	section.content .pad {
		margin-top: 1em;
		padding: 0;
		clear: both;
	}

	.blog .post, .single .post, .archive .post, .search .post, .search .page
	{
		margin: 0;
		padding: 0;
	}

	.container
	{
		margin: 0 !important;
	}

	.boxed #wrapper, #page .container-inner {
		box-shadow: none;
	}

	footer .grid.one-half
	{
		width: 100%;
	}

	footer .pad {
		padding: 0;
	}

	footer #footer-bottom #copyright {
		color: #666;
	}
	
	body
	{
		background: none;
	}

	body *
	{
		font-size: 12pt !important;
		background: none !important;
	}

	h1,
	h1 em
	{
		font-size: 22pt !important;
	}
	h2,
	h2 a[title],
	h2 em
	{
		font-size: 18pt !important;
	}
	h3,
	h3 em
	{
		font-size: 16pt !important;
	}

	section.content article .entry a:link:after,
	section.content article .entry a:visited:after
	{
		content: " (" attr(href) ") "; 
		font-size: 90% !important;
	}

	section.content article a[href^="/"]:after
	{
		content: " (http://www.thecourt.ca" attr(href) ") ";
	}

	/* Homepage */
	.post-comments,
	nav.pagination,
	footer#footer section#footer-widgets
	{
		display: none;
	}

	.main section.content
	{
		float: none;
	}

	.main section.content .post-row
	{
		margin-bottom: 1em;
	}

	.main section.content .post-row:last-child
	{
		margin-bottom: 0;
	}

	.post-tags-custom
	{
		margin-bottom: 1em !important;
	}


	footer#footer section#footer-bottom .pad
	{
		padding: 0 !important;
		margin: 0 !important;
	}
}
