.dateline-outer {
  text-align: right;
}

.dateline {
  font-weight: normal;
  font-size: 24.5px;
  color: #999999;
}

.navbar-static-top .navbar-inner,
.navbar-static-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar .brand {
  padding: 10px 20px 10px;
  margin-left: -20px;
}


@media (max-width: 767px) {
  .navbar .brand {
    padding-right: 10px;
    padding-left: 25px;
    margin: 0 0 0 -5px;
  }
  .footer {
    margin-right: -20px; /* body has padding of 20px at this side */
    margin-left: -20px;  /* but we want this to go edge to edge */
  }
  .dateline-outer {
    font-size: 24.5px;
    line-height: 1;
  }
}

.tiles {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.tiles:before,
.tiles:after {
  display: table;
  line-height: 0;
  content: "";
}

.tiles:after {
  clear: both;
}

.row-fluid .tiles {
  margin-left: 0;
}

.tiles > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}


.row-fluid ul.tiles li.span12,
.row-fluid ul.tiles li.span6:nth-child(2n + 3),
.row-fluid ul.tiles li.span4:nth-child(3n + 4),
.row-fluid ul.tiles li.span3:nth-child(4n + 5),
.row-fluid ul.tiles li.span2:nth-child(6n + 7),
.row-fluid ul.tiles li.span1:nth-child(12n + 13) {
  margin-left: 0px;
}

.tile {
	position: relative;
	display: block;
	height: 0;
}

.square {
	padding-bottom: 100%;
}

.fourXthree {
	padding-bottom: 75%;
}
	  
.tile-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.tile-bottom-overlay {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	color: white;
	background-color: rgba(64,64,64,0.75); 
}

.tile-caption {
	font-weight: bold;
	line-height: 1em;
	padding: 0.5em 0.5em 0 0.5em;
	font-size: 20px;
}

.map-holder-holder {
    padding-left:0px;
    padding-bottom:10px;
    text-align:center;
}

.map-holder {
    display: inline-block;
    position: relative;
	width: 100%;
}

.map-sizer {
    display: block;
    padding-bottom: 75%;
}

.map-frame {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

.map-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}


@media (min-width: 767px) {
  .map-holder-holder {
    padding-left:20px;
  }

  .map-frame {
    display: block;
  }
  
  .map-image {
    display: none;
   }
}



/* Footer */

.footer {
  text-align: center;
  padding: 10px 0 10px 0;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}

/* Stats */

.links-list {
  list-style: none;
  margin-left: 1em;;
}

.stats-list {
  margin-left: 1em;
}

.stats-list dt {
  float: left;
  clear: both;
}

.stats-list dt:after {
  content: ": ";
  padding-right: 0.5em;
}

a.expander {
  text-decoration: none;
}

.expansion {
  display: none;
}

.expanded {
  text-align: left;
  margin-bottom: 0;
}
