/* ---------------------------------------------------------------------
Original Author: Anthony Ticknor
Contributors: Brian Saycocie

Target Browsers: N/A
Media Type: Print
Width: All Sizes
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
Hidden
------------------------------------------------------------------------ */

.options-header,
.logo,
.nav-primary,
.breadcrumb,
.page-footer,
.nav-sidebar,
.categories,
.category_select,
.rss-wrapper,
.view-calendar,
.dist-map,
.download,
.link-more,
.portlet-alt1,
.slides img {
	display: none !important;
}

/* ---------------------------------------------------------------------
Show
------------------------------------------------------------------------ */

.view-list,
.dist-list,
.accordion div,
.slides .description {
	display: block !important;
}

.event-details li {
	display: list-item !important;
}

/* ---------------------------------------------------------------------
General
------------------------------------------------------------------------ */

body {
	background: white;
	font: normal 100% Arial, Helvetica, sans-serif;
}

a {
	color: black;
	text-decoration: none;
}

.logo-print {
	display: block;
}

.main-content {
	background: transparent;
	float: none;
	width: 100%;
}

.grid_6,
.portwrap-hz .portlet {
	margin-bottom: 1em;
}

.portlet .header img {
	display: block;
	margin-bottom: 1em;
}

.data-table {
	width: 100%;
}

.data-table th {
	text-align: left;
}

.event-details p {
    margin: 0;
}

.event-details li {
    margin-bottom: 16px;
}

.no-results {
    display: none;
}