body {
	font: normal 90%/1.6 Arial, sans-serif;
}

#PrintLogo{
	display:block;
}

.wrapper-header,
.wrapper-quick-links,
.wrapper-search,
.wrapper-nav-main,
.wrapper-tag-summary,
.wrapper-slider,
.wrapper-nav-sub,
.wrapper-quick-links,
#NavFooter{
	display:none;
}

.typography img {
	width:auto;
	max-width:80%;
	height:auto;
}

.desktop-only{
	display:block !important;
}
.mobile-only{
	display:none !important;
}

/* NOTE: remember that to apply print ability to a stylesheet, need to also apply the 'print'
value in the media query specification.  e.g. @media screen and (min-width: 769px), print {} */

#SideBar .block ul,
#SideBar .block li{
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#SideBar .nav{
	display:none;
}

/* Avoid priniting any home page images */
.two-column img,
.three-column img{
	display:none !important;
}
.embed-container {
	display:none;
}
.more-button{
	display:none;
}
