.searchForm,
.navigation,
.ad,
.slideshow,
.welcomeText,
#content .rightColumn,
#footer
{
	display: none;
}

/* Since we're hiding the right hand column, we can let the left hand column
 * expand to fill the whole width. */

#content .leftColumn
{
	width: auto;
	float: none;
}

/* Printing won't have zebra stripes. Decrease the width of the search results
 * so that the time is closer to the event name and data. */

.results
{
	width: 400px;
}