/*
	Lightroom Secrets
	Print Style Sheet 
*/

body {
	background: white;
	color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: black;
}

p.post a:after {
	content: " [" attr(href) "] ";
	font-size: smaller;
	text-decoration: none;
	color: black;
}

/*.post h2>a:after {
	content: none;
	text-decoration: none;
	color: black;
}*/

#menu-bar, #main-nav, #searchform, #sidebar, #commentback, .more-link, .WP-EmailIcon, .WP-PrintIcon {
	display: none;
}