@media print {
	body#index, body#collection, body#page {
		margin: 0;
		padding: 0;
		background: rgb(255, 255, 255);
	}
	
	div#footer.fat {
		background: none;
	}
	
	div#container {
	  width: 100%;
	  margin: 1em;
	}

	div#parent_nav, div#sibling_nav, div#description {
	  display: none;
	}

	div#content, div#collection_links, div#page_links {
	  border-top: none;
	}

	div#description {
	  background: none;
	  height: 45px;
	}

	div#description div {
	  position: static;
	}

	div.google_ad, div.google_ad_float, div.google_ad_wide {
	  display: none;
	}
	
	div.social_links {
		display: none;
	}

	div.form_container {
	  display: none;
	}
	
	div#related_articles {
		display: none;
	}
}