.lnk:link {
  color: #a80099;
}
.lnk:visited {
  color: #960088;
}
.lnk:hover,
.lnk:active {
  color: #B0A;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.25;
}
.wf-active body {
  font-family: "Fira Sans", sans-serif;
}
header {
  background-color: #999;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-height: 360px) {
  header {
    background-image: url(bnr2015a-1440x80.jpeg);
  }
}
@media (min-height: 361px) {
}
@media (min-height: 361px) and (max-width: 460px) {
  header {
    background-image: url(bnr2015a-768x200.jpeg);
  }
}
@media (min-height: 361px) and (min-width: 461px) and (max-width: 614px) {
  header {
    background-image: url(bnr2015a-1024x200.jpeg);
  }
}
@media (min-height: 361px) and (min-width: 615px) and (max-width: 921px) {
  header {
    background-image: url(bnr2015a-1536x200.jpeg);
  }
}
@media (min-height: 361px) and (min-width: 922px) {
  header {
    background-image: url(bnr2015a-2880x160.jpeg);
  }
}
h1 {
  margin: 0;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #FFF;
  text-shadow: #000 0 0 1px;
}
@media (max-height: 360px) {
  h1 {
    padding: 30px 10px 20px;
    font-size: 30px;
  }
}
@media (min-height: 361px) {
  h1 {
    padding: 50px 10px 25px;
    font-size: 45px;
  }
}
h2 {
  margin: 20px 10px 10px;
  font-size: 20px;
  font-weight: 700;
}
p {
  margin: 0 10px;
}
p + p {
  margin-top: 20px;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  margin: 0 10px 10px 30px;
  padding: 0;
}
li p {
  margin: 0;
}
@media (min-width: 961px) {
  .main {
    width: 960px;
    margin: 40px auto;
  }
}
.about:before {
  content: '';
  display: block;
  background-image: url(../pdc/2015/byantonia-super-s140.png);
  background-position: 50% 50%;
  background-size: 100%;
}
@media (max-width: 479px) and (max-height: 399px) {
  .about:before {
    margin: -15px auto 20px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 479px) and (min-height: 400px) {
  .about:before {
    margin: -20px auto 30px;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 480px) {
  .about:before {
    float: left;
    margin: 0 10px;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 480px) {
  .about {
    padding-bottom: 20px;
  }
}
@media (min-width: 480px) {
  .about > div {
    margin-left: 160px;
  }
}
.about-intro {
  margin: 20px 0;
  font-size: 20px;
  line-height: 1.25;
}
@media (min-width: 480px) {
  .articles,
  .archive,
  .projects,
  .elsewhere {
    clear: both;
    padding-top: 20px;
  }
  .articles h2,
  .archive h2,
  .projects h2,
  .elsewhere h2 {
    float: left;
    margin-top: 0;
    margin-left: -150px;
    width: 140px;
    font-size: 1em;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .articles,
  .archive,
  .projects,
  .elsewhere {
    margin-left: 160px;
  }
}
@media (min-width: 640px) {
  .articles,
  .archive,
  .projects,
  .elsewhere {
    margin-left: 320px;
  }
}
.articles {
  max-width: 640px;
}
.projects a:link {
  color: #a80099;
}
.projects a:visited {
  color: #960088;
}
.projects a:hover,
.projects a:active {
  color: #B0A;
}
.entry {
  padding: 10px 0 0;
  margin: 10px 0;
  background-color: rgba(187, 0, 170, 0.05);
  border-top: 1px solid #B0A;
}
.entry-summary a:link {
  color: #a80099;
}
.entry-summary a:visited {
  color: #960088;
}
.entry-summary a:hover,
.entry-summary a:active {
  color: #B0A;
}
.entry-summary:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.entry-summary .more {
  float: right;
  white-space: nowrap;
}
h3 {
  padding: 0 10px 10px;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
}
h3 a:link {
  color: #a80099;
}
h3 a:visited {
  color: #960088;
}
h3 a:hover,
h3 a:active {
  color: #B0A;
}
li h3 {
  padding: 0;
}
.entry-footer {
  margin: 10px 0;
  padding: 10px 5px;
  display: flex;
  flex-flow: row wrap;
  font-size: 13px;
  line-height: 20px;
  border-top: 1px dotted #B0A;
  border-bottom: 1px solid #B0A;
}
.entry-footer ul {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-date {
  margin-left: 10px;
}
.entry-date-on {
  color: #B0A;
  text-decoration: underline;
}
.entry-tag-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 540px) {
  .entry-tag-list {
    width: 100%;
  }
}
@media (min-width: 540px) {
  .entry-tag-list {
    display: contents;
  }
}
.entry-tag-list li {
  margin: 0;
  display: block;
}
.entry-tag-list a {
  color: inherit;
  text-decoration: none;
  margin: 5px;
  display: block;
  padding: 0 10px;
  line-height: 20px;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
.entry-tag-list a:hover,
.entry-tag-list a:active {
  text-decoration: underline;
  color: #B0A;
  background-color: rgba(187, 0, 170, 0.25);
}
.entry-metadata-link {
  margin: 5px 5px;
  display: block;
  color: rgba(17, 34, 51, 0.5);
  text-decoration: inherit;
}
.entry-metadata-link:hover {
  color: #B0A;
  text-decoration: underline;
}
.archive-list {
  margin: 0;
  padding: 0;
}
.archive-list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}
.archive-list-year {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 2;
}
.archive-list-year a:link {
  color: #a80099;
}
.archive-list-year a:visited {
  color: #960088;
}
.archive-list-year a:hover,
.archive-list-year a:active {
  color: #B0A;
}
.archive-list-year a {
  display: block;
  text-decoration: none;
}
@media (max-width: 799px) {
  .archive-list-year {
    width: 20%;
  }
  .archive-list-year:first-child {
    margin-left: 20%;
  }
}
@media (min-width: 800px) {
  .archive-list-year {
    width: 10%;
  }
  .archive-list-year:first-child {
    margin-left: 60%;
  }
}
.external {
  margin-top: 20px;
}
