/* Remove navigation */

.accessibility,
#header,
#primary-nav,
#side,
#breadcrumbs,
#footer ul { display:none; }

/* General layout and typography */

body {
	font:10pt/1.4em verdana, arial, helvetica, sans-serif;
	margin:0;
	padding:0;
}

h1,h2,h3 { font-family:times, serif; }
h1 {
	border-bottom:1px dashed #ccc;
	font-size:2em;
	padding-bottom:0.5cm;
}
h2 { font-size:1.4em; }

a { color:#9A044B; }

#wrapper { margin:1cm; }

hr { display:none; }

img { border:none; }

#footer { border-top:1px dashed #ccc; }

/* Remove print preview button and message */

.print-message,
#print-button { display:none; }

/* Page-specific tweaks */

/* Disable JS fix for section boxes */
#content ul.sections li .box-content { height:auto !important; }

/* Remove in-page navigation */
#station-nav,
#map-nav,
.pagination,
.az-list { display:none; }

/* Route maps */

.key dl {
	float:left;
}
.key dt, .key dd {
	float:left;
	margin:0;
	padding:0;
}
.key dt { padding:0 0.25cm; }

#view-tabs { display:none; }
.map-content { display:block !important; }
.map-content h2 {
	clear:both;
	display:block;
}

/* Disable JS expand/collapse effect */
div#listview ol li div.submap div { height:auto !important; }
div#listview span.label { display:none; }
