/*
		File: 	print.css
		Auth:	Creativeink Design Group | web@creativeink.ca
		~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/*---------------------------------------------------------------------------- 
	PRINT SETUP
-----------------------------------------------------------------------------*/
* {	
	color:#000000 !important;
}

html, body  { 
	background: #FFFFFF;
	background-color:#FFFFFF;
	text-align:center;
	height:auto !important;;
	min-height:auto !important;
}

a { 
	text-decoration:none;
	color:#000000;
}

.wrapper { 
	width:8.5in !important;
	max-width:8.5in !important;
	background-color:none;
	color:#000000;
	height:auto !important;
	min-height:auto !important;
}


.container {
	background-color:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

#corner, .footer, .push, .SocialMedia, #topcontrol { visibility:hidden; }