/**
 * Natural History Magazine: Typography
 *
 * Colors
 * =====================
 * Light Putty #f4f1e7
 * Putty       #eeeecc
 * Dark Putty  #efeec6
 * Light Blue  #dbeefe
 * Bright Blue #338cff
 * Blue        #0059be
 * Dark Blue   #093d72
 * Light Grey  #efefef
 * Grey        #b6babd
 *             #70707b
 * Medium Grey #404049
 * Dark Grey   #1a1c1d
 * Black       #000
 * Orange      #fb9d32
 * Red         #e60606
 *
 * Font Stacks
 * =====================
 * Body      Arial, Helvetica Neue, Helvetica, sans-serif;
 * Headlines Georgia,"Times New Roman",Times,serif;
 * Input     Arial, Helvetica Neue, Helvetica, sans-serif;
 */


.advertiser-header {
  text-align: center;
  color: #fff;
  background-color: #404049;
  padding: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.advertiser #pagelogo a {
  margin-top: 10px;
  margin-bottom: 10px;
}

#advertiser-nav {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #b6babd;
}


/**
 *  Type overrides
 */


.advertiser h1 {
  color: #e60606;
}

.advertiser h2 {
  font-family: Gerogia, Times, serif;
  color: #404049;
}

.advertiser h4 {
  color: #e60606;
}

.tile-content .image-advertisement,
.tile-content .flash-advertisement {
  float: left;
  margin: 0 10px 0 0;
}

