/*------------------------------------*\
  Legend
\*------------------------------------*/

#map_legend .legend--list {
  margin: 0;
}

#map_legend .legend--list li {
  list-style: none;
}





/*------------------------------------*\
  Map
\*------------------------------------*/

#map_projects {
  height: 800px;
}





/*------------------------------------*\
  Tooltip
\*------------------------------------*/

div.tooltip {
  border: 1px solid #999;
  background-color: #f5f5f5;
  padding: 5px;
  width: 250px;
  font-size: 12px;
  position: absolute;
}

.tooltip img.category-icon {
  padding-right: 5px;
  vertical-align: middle;
}

.tooltip h1 {
  font-size: 16px;
}

.tooltip .tooltip-image {
  float: left;
  width: 100px;
}

.tooltip .tooltip-body {
  float: right;
  width: 145px;
  padding-left: 5px;
}





/*------------------------------------*\
  Legend
\*------------------------------------*/

div.map-legend {
  padding: 5px;
}

.map-legend .map-legend-ui {
  background-color: #fff;
  border: 1px solid #222;
  -moz-box-shadow: 2px 2px 3px #222;
  -webkit-box-shadow: 2px 2px 3px #222;
  box-shadow: 2px 2px 3px #222;
}

.map-legend .map-legend-text {
  font-size: 12px;
  padding: 5px;
}

.map-legend div.legend-heading {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.map-legend img.category-icon {
  vertical-align: middle;
}

.MarkerCategory {font-size: 13px; font-weight: normal;}
.MarkerTitle {font-size: 12px; font-weight: bold; padding-top: 5px;}
.MarkerBody {text-align: left;}
