/*********************************************************************************************************/
/*	Page elements that shold not be printed
/*********************************************************************************************************/
.noprint,
.hdn,
ul.menublock,
ul.submenublock,
#nav-global,
#nav-main,
#footer,
#breadcrumb,
td#left,
#header,
.addthis_toolbox,
#sidebar,
#subpage-banner,
.share-toolbar,
#commentarea,
#footer-boxes
{
	display:			none;
}

#header-print
{
	display:			block!important;
	font-size:			20px;
	height:				40px;
	line-height: 		40px;
	text-align:			center;
	border-bottom:		2px solid #42214c;
	margin-bottom:		40px;
}

/*********************************************************************************************************/
/*	Hide select edit elements
/*********************************************************************************************************/
a.selectedit,a.selectedit_preview,input.selectedit,input.siteeditbutton,input.selectedit_preview,#selectedit_list
{
	display:			none;
}

/*********************************************************************************************************/
/*	Print-specific styling
/*********************************************************************************************************/
body
{
	margin:				0in 0.5in;
	background-color:	white;
	background-image:	none;
	border-top:			none;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

h1,h2,h3
{
	page-break-after:		avoid;
}

