/* ==========================================================================
   BASE STYLES & RESETS
   ========================================================================== */

::-webkit-scrollbar {
  background: #f9f7f1;
}

::-webkit-scrollbar-thumb {
  background: #cfccc3;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #2f2f2f;
  background-color: #f9f7f1;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* ==========================================================================
   TYPOGRAPHY & LINKS
   ========================================================================== */

h2 a {
  color: inherit;
  text-decoration: none;
  text-align: center;
}

h2 a:hover {
  text-decoration: underline;
}

.headline {
  color: #2f2f2f;
  text-decoration: none;
}

.headline:hover {
  color: #000000;
  text-decoration: underline;
}

.headline:visited {
  color: #453b3b;
  text-decoration: underline;
}

/* NUCLEAR OPTION FOR SITEMAP LINKS - PREVENTS BLUE */
.sitemap-link,
.sitemap-col ul li a,
.article.detail a.sitemap-link {
  color: #2f2f2f !important;
  text-decoration: none !important;
}
