/**
 * 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;
 */


p {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #404049;
}

h4 {
  font-weight: bold;
  color: #338cff;
}


/** 
 * Remove Firefox outlines 
 */

a:link, a:active, a:visited, a:hover {
  outline: none;
}

a { 
  text-decoration: none;
  color: #0059be; 
}

a:hover { 
  text-decoration: underline;
 color: #338cff; 
}

.story-title h1 {
  font-size: 2.4em;
  font-weight: normal;
  line-height: 1.2em;
  color: #0059be;
  margin: 0 0 .1em 0;
}

.story-title h3 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.5em;
  color: #70707b;
  margin: 0;
}


.story-author, 
.story-author a {
  margin: 2em 0;
  text-decoration: none;
  color: #70707b;
}

.story-author a {
  color: #338cff;
}

.story-author a:hover  {
  text-decoration: underline;
  color: #338cff;
}
