/*-- PRINT --*/

@media print {
	
	html,
	body {
		width: auto;
		height: auto;
		margin: auto;
		padding: auto;
		text-align: left;
		background: #FFF;
		font-family: arial, helvetica, sans-serif;
		font-size: 1em;
		line-height: 2em;
		color: #000;
	}
	
	#layout {
		width: 100%;
		margin: 0;
		overflow: visible;
	}

	#header {
		display: none;
	}
	
	#sidebar {
		display: none;
	}
	
	#share-tool {
		display: none;
	}
	
	#button-row {
		display: none;
	}
	
	#footer {
		display: none;
	}
	
	#content {
		width: auto;
		padding: 0;
		overflow: visible;
	}
	
	div#content-left {
		float: none;
		width: auto;
		overflow: visible;
	}
	
	div#column-subnav {
		display: none;
	}
	
	div#column-content {
		float: none;
		overflow: visible;
	}
	
	div#calendar-left {
		float: none;
		overflow: visible;
	}
	
	div#calendar-right {
		float: none;
		overflow: visible;
	}
	

}
