/*
Fixes a 3px offset on the breadcrumb separators
*/

.breadcrumbs li.sep {
	position: relative;
	top: 2px;
}

/*
Fixes a media query combination bug in ie8
*/

body aside .meta-date {
	background-image: url("../../img/dottedline.png");
}

body.homepage,
body.cityhome {
	position: relative;
	left: 0px;
	padding-left: 0px;
}

#map{
	display: none;
}

.nano{
	overflow: auto;
}

div.nav-sub-calendar a.event .meta {
	width: 175px;
}

nav .nav-sub-transitions,
nav .nav-sub-cities,
.modal-overlay {
	background: #333;
}

/*


footer {
	padding-bottom: 150px;
}

#map {
	position: fixed;
	left: 0;
	right: 0;
	top: auto;
	width: auto;
	height: 100px;
	border-left: 0;
	border-top: 4px solid #FFF;
	z-index: 69;
}

#map .enlargeToggle {
	left: 50%;
	top: 0;
	margin-top: 0;
	margin-left: -32px;
	height: 30px;
	width: 62px;
}

#map .enlargeToggle .s {
	top: -2px;
	left: 16px;
}

#map .enlargeToggle .s:before {
	content: "\E004";
}

#map .enlargeToggle .s:hover {
	left: 16px;
	top: -4px;
}

#map.expanded {
	z-index: 70;
}

.enlargeToggle .s:before {
	content: '\E001';
}

.enlargeToggle:hover .s {
	left: 16px;
	top: 0px;
}*/