/* Heathers Feather Farm - 2009 Webs.com Clean CSS Theme */

/* Body background when this era is active */
body.era-2009 {
  background-color: #fff !important;
  background-image: none !important;
}

/* ── Layout container ── */
#era-2009-layout {
  background-color: #fff;
  color: #333;
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

#era-2009-layout #fw-container {
  max-width: 980px;
  margin: 0 auto;
}

/* ── Header ── */
#era-2009-layout #fw-head {
  background-color: #486301;
  padding: 20px 24px;
}

#era-2009-layout #fw-sitename {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 4px;
}

#era-2009-layout #fw-tagline {
  display: block;
  color: #d7bb79;
  font-size: 13px;
}

/* ── Nav bar ── */
#era-2009-layout #fw-mainnavwrap {
  background-color: #3a5200;
  border-bottom: 2px solid #d7bb79;
}

#era-2009-layout #fw-mainnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#era-2009-layout #fw-mainnav li a {
  display: block;
  color: #eed9a8;
  text-decoration: none;
  padding: 7px 11px;
  font-size: 12px;
  white-space: nowrap;
}

#era-2009-layout #fw-mainnav li a:hover {
  color: #ffffff;
  background-color: rgba(255,255,255,0.12);
  text-decoration: none;
}

#era-2009-layout #fw-mainnav li.fw-current a {
  color: #ffffff;
  font-weight: bold;
  background-color: rgba(255,255,255,0.08);
}

/* ── Content area ── */
#era-2009-layout #fw-bigcontain {
  background-color: #ffffff;
  padding: 18px 24px;
}

#era-2009-layout #fw-mainColumn {
  color: #333;
  max-width: 800px;
}

/* ── Footer ── */
#era-2009-layout #fw-footer {
  background-color: #f2f0ec;
  border-top: 1px solid #d7bb79;
  padding: 10px 24px;
  text-align: center;
  color: #888;
  font-size: 11px;
}

/* ── Links ── */
#era-2009-layout a:link    { color: #486301; }
#era-2009-layout a:visited { color: #355001; }
#era-2009-layout a:hover   { color: #224000; text-decoration: underline; }

/* ── Section header rows ── */
#era-2009-layout .section-header-row {
  background-image: none !important;
  background-color: #d7bb79 !important;
  height: 3px !important;
}

/* ── Override green font colors for olive theme ── */
#era-2009-layout font[color="#003300"] { color: #486301 !important; }
#era-2009-layout font[color="#006600"] { color: #486301 !important; }

/* ── iframes (YouTube) ── */
#era-2009-layout iframe {
  max-width: 100%;
}
