/* Stargirl - quiet responsive white sheet, Twenty Twelve grammar */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:#ffffff;color:#23211e;
  font-family:'Segoe UI','Open Sans',Helvetica,Arial,sans-serif;
  font-size:17px;line-height:1.65}
a{color:#3f6f58}
a:focus-visible{outline:2px solid #3f6f58;outline-offset:2px}
.skip{position:absolute;left:-9999px;top:0;background:#ffffff;color:#23211e;padding:8px 12px;z-index:5}
.skip:focus{left:8px;top:8px}
.sheet{max-width:1040px;margin:0 auto;padding:0 32px 48px}
@media (min-width:901px){
  .sheet{display:grid;grid-template-columns:64fr 36fr;column-gap:40px;
    grid-template-areas:"identity identity" "menu menu" "featured rail1" "stream rail2" "footer footer";
    align-items:start}
  .m-identity{grid-area:identity}
  .m-menu{grid-area:menu}
  .m-featured{grid-area:featured}
  .m-stream{grid-area:stream}
  .m-widgets{grid-area:rail1}
  .m-archive{grid-area:rail2}
  .m-footer{grid-area:footer}
}
/* identity */
.m-identity{padding:34px 0 14px}
.masthead-title{font-family:Georgia,'Times New Roman',serif;font-size:34px;line-height:1.2;
  margin:0;letter-spacing:.01em;font-weight:normal}
.masthead-title a{color:#23211e;text-decoration:none}
.masthead-tagline{margin:6px 0 0;color:#5c574f;font-size:15px}
/* menu */
.m-menu{border-top:1px solid #ddd8ce;border-bottom:1px solid #ddd8ce;padding:10px 0;margin-bottom:24px}
.menu-row{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:4px 24px}
.menu-row a{font-size:13px;text-transform:uppercase;letter-spacing:.08em;text-decoration:none;
  color:#3f6f58;display:inline-block;padding:6px 0}
.menu-row a:hover{text-decoration:underline}
.menu-row a[aria-current]{color:#23211e;text-decoration:underline}
/* entries */
.entry{padding:0 0 22px;margin:0 0 22px;border-bottom:1px solid #ddd8ce;position:relative}
.m-stream .entry{border-bottom:0;padding-bottom:0;margin-bottom:26px}
.entry:last-child{margin-bottom:0}
.entry-title{font-family:Georgia,'Times New Roman',serif;font-weight:normal;margin:0 0 6px}
.m-featured .entry-title{font-size:32px;line-height:1.22}
.m-stream .entry-title{font-size:24px;line-height:1.25}
.entry-title a{color:#23211e;text-decoration:none}
.entry-title a:hover{text-decoration:underline}
.date-slug{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;
  color:#3f6f58;margin:0 0 4px}
.entry-meta{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7a746a;margin:0 0 12px}
.entry-meta a{color:#7a746a}
.entry p{margin:0 0 14px}
.more-link{font-size:13px;text-transform:uppercase;letter-spacing:.08em;text-decoration:none}
.more-link:hover{text-decoration:underline}
.rule-mark{display:block;height:8px;margin:18px 0 0;
  background:url('/assets/stream-rule.svg') left center no-repeat;background-size:100% 8px}
.m-stream .entry:last-child .rule-mark{display:none}
/* figure */
figure.lead-figure{margin:0 0 18px;float:left;width:46%;max-width:320px;padding:0 24px 8px 0}
figure.lead-figure img{display:block;width:100%;height:auto;border:1px solid #ddd8ce}
figure.lead-figure figcaption{background:#f6f5f1;font-size:12px;color:#5c574f;padding:6px 8px;
  border:1px solid #ddd8ce;border-top:0}
.entry::after{content:"";display:block;clear:both}
/* rail */
.widget{margin:0 0 30px}
.widget h2{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#5c574f;
  font-family:'Segoe UI',Helvetica,Arial,sans-serif;font-weight:600;margin:0 0 10px;
  background:#f6f5f1;border:1px solid #ddd8ce;padding:6px 10px}
.widget h2 .mark{display:inline-block;width:11px;height:11px;margin-right:7px;vertical-align:-1px;
  background:url('/assets/mark.svg') center/11px 11px no-repeat}
.widget p{font-size:15px;margin:0 0 12px}
.ruled-list{list-style:none;margin:0;padding:0;font-size:15px}
.ruled-list li{border-bottom:1px solid #ddd8ce;padding:7px 0}
.ruled-list li:last-child{border-bottom:0}
.ruled-list .count{color:#7a746a;font-size:12px}
/* footer */
.m-footer{border-top:1px solid #ddd8ce;margin-top:36px;padding-top:20px}
.footer-cols{display:flex;flex-wrap:wrap;gap:24px 48px;justify-content:space-between}
.footer-cols ul{list-style:none;margin:0;padding:0;font-size:14px}
.footer-cols li{padding:3px 0}
.footer-note{font-size:14px;color:#5c574f;max-width:34em;margin:0}
.footer-line{text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:.08em;
  color:#7a746a;border-top:1px solid #ddd8ce;margin-top:20px;padding-top:14px}
/* inner pages */
.page-head{padding:0 0 18px;border-bottom:1px solid #ddd8ce;margin-bottom:26px}
.page-head h1{font-family:Georgia,'Times New Roman',serif;font-weight:normal;font-size:32px;
  line-height:1.22;margin:0 0 6px}
.page-head p.blurb{margin:8px 0 0;color:#5c574f;font-size:16px;max-width:38em}
.sheet-inner main{max-width:720px;margin:0 auto}
.reading{max-width:100%}
.reading p{margin:0 0 16px}
.reading h2{font-family:Georgia,'Times New Roman',serif;font-weight:normal;font-size:21px;
  margin:28px 0 10px}
.crumb{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#7a746a;margin:0 0 14px}
.topic-more{border-top:1px solid #ddd8ce;margin-top:32px;padding-top:18px}
.topic-more h2{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#5c574f;
  font-family:'Segoe UI',Helvetica,Arial,sans-serif;margin:0 0 10px}
.pager{display:flex;flex-wrap:wrap;gap:16px 32px;justify-content:space-between;
  border-top:1px solid #ddd8ce;margin-top:28px;padding-top:16px;font-size:14px}
.year-head{font-family:Georgia,'Times New Roman',serif;font-weight:normal;font-size:26px;
  margin:26px 0 6px}
.month-head{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#5c574f;
  margin:18px 0 6px}
.archive-row{border-bottom:1px solid #ddd8ce;padding:9px 0;display:flex;flex-wrap:wrap;gap:4px 16px}
.archive-row .when{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#3f6f58;
  min-width:118px}
.archive-row .what a{color:#23211e}
@media (max-width:900px){
  .sheet{padding:0 24px 40px}
  figure.lead-figure{width:52%}
}
@media (max-width:720px){
  .sheet{padding:0 16px 32px;max-width:none}
  .masthead-title{font-size:27px}
  .m-featured .entry-title{font-size:26px}
  .m-stream .entry-title{font-size:20px}
  .page-head h1{font-size:26px}
  .menu-row{gap:0 20px}
  .menu-row a{padding:12px 0;min-height:44px;line-height:20px}
  figure.lead-figure{float:none;width:100%;max-width:none;padding:0 0 8px}
  .archive-row .when{min-width:0;width:100%}
}
