/* print stylesheet (hide everything but the photo) */

* {
	background: transparent !important;
	border: none !important;
	color: #000 !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

body {
	text-align: center;
}

#shell,
article {
	float: none !important;
	width: auto !important;
}

aside,
#embedcode,
footer,
#footer,
#gallery-pane,
#gallery-slideshow-container,
header,
#hero > a,
#mediablock,
#message,
#sharing,
#sharing-gallery,
.sideimg {
	display: none !important;
	visibility: hidden !important;
}