/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , .maincontainer {}

h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   
#wrapper{
	width: 100%;
}

#wrapper2{
	width: 100%;
}

#searchBox{
	display: none;
}

#logo{
	float: none;
	width: 100%;
	text-align: center;
	padding: 0px 0px 30px 0px;
}

#nav{
	display: none;	
}

#footer{
	border-top: dashed 1px #86b59f;
	width: auto;
}

.footerLeft{
	width: 50%;
}

#calendarPage{
	padding: 0px;	
}

#calendarPage #leftSide{
	display: none;
}

#calendarPage #mainContent{
	width: auto;
	float: none;
}

#calendarPage #rightSide{
	float: none;
	width: auto;
}

.calenderTopLinks{
	display: none;
}

#calendarPage #mainContentWrapper{
	width: 100%;
	float: none;
}

#calenderSimilarEvents{
	float: none;
	width: auto;
}

#calenderDirections{
	float: none;
	width: auto;
}

