@charset "UTF-8";
.dark-only {
  display: none;
}

.light-only {
  display: block;
}

@media (prefers-color-scheme: dark) {
  .dark-only {
    display: block;
  }
  .light-only {
    display: none;
  }
}
.signedpost:after,
.regpost:after,
.anonpost:after, .meta ul:after, .clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.formgroup {
  box-sizing: border-box;
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .formgroup {
    background-color: rgb(1%, 1%, 1%);
  }
}
.formgroup {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .formgroup {
    color: rgb(99%, 99%, 99%);
  }
}
.formgroup {
  border-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  .formgroup {
    border-color: rgb(11%, 11%, 11%);
  }
}
.formgroup {
  width: 100%;
  border: 2px solid;
  padding: 2pt;
  margin-bottom: 1em;
}

.grouptitle {
  margin-top: 0;
  border-bottom: 1px dotted rgb(89%, 89%, 89%);
  font-size: 17.6pt;
  font-weight: normal;
}

input,
select,
textarea {
  font-size: 16pt;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  background-color: #ffe;
}
@media (prefers-color-scheme: dark) {
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=time],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  textarea {
    background-color: #000011;
  }
}
input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  input[type=text],
  input[type=email],
  input[type=date],
  input[type=time],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url],
  textarea {
    color: rgb(90%, 90%, 90%);
  }
}
input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
textarea {
  width: 100%;
  padding: 2pt;
  text-align: left;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: #ffe;
}
@media (prefers-color-scheme: dark) {
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=date]:focus,
  input[type=time]:focus,
  input[type=password]:focus,
  input[type=search]:focus,
  input[type=tel]:focus,
  input[type=url]:focus,
  textarea:focus {
    background-color: #000011;
  }
}

.searchbox input[type=text] {
  font-size: 12.8pt;
}

.addform input + label {
  margin-top: 16pt;
}

.addform th,
.userform th {
  vertical-align: top;
  text-align: right;
}
.addform td,
.userform td {
  vertical-align: top;
}
.addform .adddescribe p,
.userform .adddescribe p {
  margin: 0;
  margin-bottom: 5px;
  padding: 2px;
  border-radius: 2px;
  font-size: smaller;
  font-style: italic;
}
.addform label,
.userform label {
  background-color: #c0c0ff;
}
@media (prefers-color-scheme: dark) {
  .addform label,
  .userform label {
    background-color: rgb(21%, 21%, 21%);
  }
}
.addform label,
.userform label {
  border-color: #a0a0dd;
}
@media (prefers-color-scheme: dark) {
  .addform label,
  .userform label {
    border-color: rgb(79%, 79%, 79%);
  }
}
@media (prefers-color-scheme: dark) {
  .addform label,
  .userform label {
    color: rgb(99%, 99%, 99%);
  }
}
.addform label,
.userform label {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 3px;
  border-top: 1px solid;
}

form.notify label {
  display: block;
  margin-top: 5px;
  text-align: left;
}
form.notify p {
  margin-top: 1px;
  font-size: 100%;
  margin-bottom: 3px;
  margin-left: 0;
  font-style: italic;
}

/* infuriating IE fieldset margin hack */
span.inpSpan {
  margin: 0;
}

.toggler {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .toggler {
    background-color: rgb(99%, 99%, 99%);
  }
}
.toggler {
  color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .toggler {
    color: rgb(1%, 1%, 1%);
  }
}
.toggler {
  padding: 3px;
  font-weight: normal;
  cursor: pointer;
}
.toggler .switch {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -125px -48px;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  .toggler .switch {
    background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
    background-position: -125px -64px;
    width: 15px;
    height: 15px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
.toggler .switch {
  display: inline-block;
  margin-right: 0.75em;
}
.toggler::after, .toggler:after {
  content: "…";
}
.toggler.opened::after, .toggler.opened:after {
  content: "";
}
.toggler.opened .switch {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -96px -98px;
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  .toggler.opened .switch {
    background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
    background-position: -125px -80px;
    width: 15px;
    height: 15px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.nightexpander {
  padding-left: 20px;
  background-image: url("/images/add.png");
  background-repeat: no-repeat;
  line-height: 20px;
  background-position: 0 2px;
}
.nightexpander.refreshing {
  background-image: url("/images/refresh.png");
}

.shortnight {
  display: block;
}

.shortaddress {
  display: block;
  padding-left: 20px;
}

.shortdistance {
  display: block;
  padding-left: 20px;
  font-size: 75%;
  font-variant: small-caps;
}

input[type=submit],
input[type=button],
button,
.button {
  background-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  input[type=submit],
  input[type=button],
  button,
  .button {
    background-color: rgb(31%, 31%, 31%);
  }
}
input[type=submit],
input[type=button],
button,
.button {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  input[type=submit],
  input[type=button],
  button,
  .button {
    color: rgb(99%, 99%, 99%);
  }
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
button:hover,
button:active,
button:focus,
.button:hover,
.button:active,
.button:focus {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
  input[type=button]:hover,
  input[type=button]:active,
  input[type=button]:focus,
  button:hover,
  button:active,
  button:focus,
  .button:hover,
  .button:active,
  .button:focus {
    background-color: rgb(99%, 99%, 99%);
  }
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
button:hover,
button:active,
button:focus,
.button:hover,
.button:active,
.button:focus {
  color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus,
  input[type=button]:hover,
  input[type=button]:active,
  input[type=button]:focus,
  button:hover,
  button:active,
  button:focus,
  .button:hover,
  .button:active,
  .button:focus {
    color: rgb(11%, 11%, 11%);
  }
}
input[type=submit].greyed, input[type=submit][disabled=disabled],
input[type=button].greyed,
input[type=button][disabled=disabled],
button.greyed,
button[disabled=disabled],
.button.greyed,
.button[disabled=disabled] {
  background-color: #ccc;
}
@media (prefers-color-scheme: dark) {
  input[type=submit].greyed, input[type=submit][disabled=disabled],
  input[type=button].greyed,
  input[type=button][disabled=disabled],
  button.greyed,
  button[disabled=disabled],
  .button.greyed,
  .button[disabled=disabled] {
    background-color: #333333;
  }
}
input[type=submit].greyed, input[type=submit][disabled=disabled],
input[type=button].greyed,
input[type=button][disabled=disabled],
button.greyed,
button[disabled=disabled],
.button.greyed,
.button[disabled=disabled] {
  color: #666;
}
@media (prefers-color-scheme: dark) {
  input[type=submit].greyed, input[type=submit][disabled=disabled],
  input[type=button].greyed,
  input[type=button][disabled=disabled],
  button.greyed,
  button[disabled=disabled],
  .button.greyed,
  .button[disabled=disabled] {
    color: #999999;
  }
}
input[type=submit],
input[type=button],
button,
.button {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) 0 1px 3px;
  border: 1px solid;
  font-size: 12px;
  font-weight: normal;
  padding: 2px 10px 2px 10px;
  text-align: center;
  cursor: pointer;
  outline-width: 0;
  border: 1px solid #000;
  text-decoration: none;
}
input[type=submit].greyed, input[type=submit][disabled=disabled],
input[type=button].greyed,
input[type=button][disabled=disabled],
button.greyed,
button[disabled=disabled],
.button.greyed,
.button[disabled=disabled] {
  cursor: default;
}

a.skipper {
  float: right;
  color: rgb(200, 0, 0);
  text-decoration: none;
}

a.adder {
  float: right;
  color: rgb(200, 0, 0);
  text-decoration: none;
}

.adddetails {
  margin: 0 0 1em;
  border: 1px solid rgb(1%, 1%, 1%);
  padding: 1em;
}

.galleria-theme-classic .galleria-close {
  display: block;
  position: absolute;
  font-size: 12px;
  text-align: center;
  padding: 2px;
  top: 1px;
  right: 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
  z-index: 2000;
  color: #fff;
  background-color: #030303;
  border: 1px solid #fff;
}

.listingactions {
  font-size: 110%;
  width: 150px;
  margin-bottom: 0.5em;
}
.listingactions .pglink {
  display: inline-block;
  padding-left: 0.5em;
}
.listingactions > div:first-child {
  margin-bottom: 10px;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
.nav li {
  color: rgb(26.1764705882%, 26.1764705882%, 26.1764705882%);
}
@media (prefers-color-scheme: dark) {
  .nav li {
    color: #fcfcfc;
  }
}
.nav li {
  background-color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .nav li {
    background-color: #424242;
  }
}
.nav li {
  text-align: center;
  font-size: 16px;
  padding: 0.75em 1em;
  font-weight: bold;
  margin-top: 0.5em;
}
.nav li a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.nav .nav-dropper {
  display: block;
  background-color: #030303;
  font-size: 30px;
  text-align: left;
  padding: 3px 3px 0;
}
.nav .nav-dropper, .nav .nav-dropper:link, .nav .nav-dropper:visited, .nav .nav-dropper:active {
  text-decoration: none;
  font-variant: small-caps;
  color: #f0f0f0;
}
.nav .nav-dropper img {
  height: 30px;
  margin-right: 0.5em;
}
.nav .nav-hidden {
  display: none;
}
@media screen and (min-width: 761px) {
  .nav ul {
    flex-direction: row;
  }
  .nav li {
    font-size: 13px;
    margin-top: 0;
  }
  .nav .nav-dropper {
    display: none;
  }
  .nav .nav-hidden {
    display: flex;
  }
}

.help img {
  margin: 2em 0;
  border: 1px solid #ccc;
  box-shadow: 10px 5px 5px #c0c0c0;
  max-width: 100%;
}

.selfbanner img {
  max-width: 100%;
}

.listing__detail {
  display: fles;
}

.listing__detail__desc {
  display: inline-block;
  width: 8em;
  flex: 0;
}

.listing__detail__value {
  display: inline-block;
  flex: 1;
}

.listing__club {
  display: block;
}

.listing__whatwhen {
  margin-bottom: 1em;
}

.listing {
  line-height: 150%;
}

.listing__name,
.listing__club {
  font-weight: 600;
  font-size: 125%;
}

.virtualdesc {
  margin-bottom: 0.25em;
}

.list .covid {
  margin: 2em auto;
  border: 2px solid red;
  padding: 1em;
  width: auto;
}
.list .covid p {
  margin: 1em 0 0 0;
}
.list .covid p[itemprop=datePosted] {
  font-size: 80%;
  margin-top: 0.25em;
}

.faqlist > details + details {
  margin-top: 1em;
}
.faqlist summary {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

a,
a:link,
a:visited,
a:active {
  color: rgb(0, 0, 238);
}
@media (prefers-color-scheme: dark) {
  a,
  a:link,
  a:visited,
  a:active {
    color: #0080ff;
  }
}
a,
a:link,
a:visited,
a:active {
  text-decoration: underline solid #bbbbff;
}

.content {
  margin: 0;
  width: 100%;
  padding: 0;
  position: relative;
}

.mainText {
  top: 0;
  margin-left: 225px;
  margin-right: 270px;
  margin-top: 10px;
}
.mainText legend {
  font-size: larger;
  font-weight: bold;
}

body,
html {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  body,
  html {
    background-color: rgb(1%, 1%, 1%);
  }
}
body,
html {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  body,
  html {
    color: rgb(90%, 90%, 90%);
  }
}
body,
html {
  margin: 0;
  padding-top: 0;
}

.wide {
  margin-right: 5px;
}

body,
td,
th,
p {
  font-family: verdana, arial, "bistream vera sans", helvetica, sans-serif;
  font-size: 16px;
}

ul {
  list-style: none;
  padding-left: 0;
}

.bullets {
  list-style: disc;
  padding-left: 2em;
}

h1 {
  font-size: xx-large;
  font-weight: normal;
  margin-bottom: 3px;
  text-decoration: none;
  text-align: left;
}

h2 {
  font-size: larger;
  font-weight: bold;
  margin-bottom: 3px;
  font-style: normal;
}

.suggestedSearch {
  font-style: italic;
}

.question {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .question {
    background-color: rgb(99%, 99%, 99%);
  }
}
.question {
  color: rgb(90%, 90%, 90%);
}
@media (prefers-color-scheme: dark) {
  .question {
    color: rgb(1%, 1%, 1%);
  }
}
.question {
  font-size: 120%;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0.25em 0.5em;
}

.listEntry {
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  page-break-inside: avoid;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 5px solid rgb(89%, 89%, 89%);
}
.listEntry dl {
  padding: 2px 0;
}
.listEntry dt {
  box-sizing: border-box;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #d6d6ff;
}
@media (prefers-color-scheme: dark) {
  .listEntry dt {
    background-color: rgb(21%, 21%, 21%);
  }
}
.listEntry dt {
  text-align: right;
  margin-top: 0;
  padding: 5px;
  margin-bottom: 8px;
  font-size: xx-small;
  font-style: italic;
  position: relative;
}
.listEntry dd {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  background-color: #f0f0ff;
}
@media (prefers-color-scheme: dark) {
  .listEntry dd {
    background-color: rgb(31%, 31%, 31%);
  }
}
.listEntry dd {
  border-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .listEntry dd {
    border-color: rgb(1%, 1%, 1%);
  }
}
.listEntry dd {
  font-size: x-small;
  padding: 3px;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
  width: 99%;
  text-align: left;
  font-style: normal;
}
.listEntry dd.commentbox {
  width: auto;
}

.shortListing {
  font-size: 12pt;
}

div.icons {
  margin: 0;
  width: 25px;
  padding-top: 6px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: smaller;
  font-style: italic;
}
div.icons img {
  padding-bottom: 3px;
}

.listing {
  margin-bottom: 0;
  padding: 2px 0;
  top: 0;
}

.meta ul {
  margin: 0;
  padding: 3px;
  font-size: xx-small;
  font-style: italic;
}
.meta li + li {
  margin-top: 1em;
}

div.metabox input.selector {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  div.metabox input.selector {
    color: rgb(90%, 90%, 90%);
  }
}

div.listEntry address {
  font-style: normal;
  margin-bottom: 1em;
}
div.listEntry h2 {
  margin: 0;
  font-size: large;
  font-weight: normal;
  padding: 0;
  margin-bottom: 2px;
}
div.listEntry h2 a {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  div.listEntry h2 a {
    color: rgb(90%, 90%, 90%);
  }
}
div.listEntry h2 a:hover {
  color: #00f;
}
@media (prefers-color-scheme: dark) {
  div.listEntry h2 a:hover {
    color: yellow;
  }
}
div.listEntry h2 a {
  border-bottom: 3px solid #c0c0ff;
  text-decoration: none;
}

div.listEntry dd p {
  font-size: x-small;
  margin-left: 0;
  margin-right: 0;
}

a.tel {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  a.tel {
    color: rgb(90%, 90%, 90%);
  }
}
a.tel {
  text-decoration: none;
}

.listTimes {
  font-size: small;
}

.listNight {
  font-size: small;
  font-weight: bold;
}

.history {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  padding: 2px;
}

.briefListing {
  margin: 2px;
  border: 1px solid #99f;
  font-size: smaller;
}

.briefLocation {
  font-size: x-small;
}

.briefClub {
  font-weight: bold;
  font-size: x-small;
}

dd {
  margin-left: 0;
  margin-bottom: 5px;
}

dl {
  margin-top: 2px;
}

dl.resource {
  margin-left: 1em;
}

dl.resource dd {
  margin-top: 10px;
  font-weight: bold;
}

dl.resource dt {
  margin-left: 1em;
}

div.sidebar {
  position: absolute;
  right: 0;
  width: 250px;
  padding: 0;
  margin-top: 0;
  margin-left: 10px;
  top: 0;
}

div.newsbar {
  padding: 3px;
  padding-top: 0;
}

.tonightDate {
  font-size: xx-small;
  font-style: italic;
}

.contact {
  margin-top: 10px;
}

.email {
  font-family: courier new, courier, monospace;
}

.note {
  margin-left: 5em;
  margin-right: 5em;
  font-size: smaller;
  font-style: italic;
}

.requiredFieldLabel,
.fieldLabel {
  font-weight: bold;
}

.fieldLabel {
  font-style: italic;
}

.missingFieldLabel {
  color: red;
}
@media (prefers-color-scheme: dark) {
  .missingFieldLabel {
    color: red;
  }
}
.missingFieldLabel {
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}

span.addnotes {
  font-size: 75%;
  font-style: italic;
  margin-left: 2em;
}

.notify {
  margin: 1em 25%;
}

.notice {
  margin: 1em 0;
  font-weight: bold;
}

h2.list {
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
}

.inpform {
  border-radius: 8px;
  border: 2px solid black;
  padding: 3px;
  text-align: center;
  margin-top: 0;
}

.list {
  margin-left: 250px;
  margin-right: 25%;
}
@media screen and (min-width: 400px) {
  .list p {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.list p.listHost {
  font-size: xx-small;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.listingdetails {
  float: left;
  max-width: 100%;
}

.upcoming ul {
  margin: 0;
  height: 7em;
  overflow: auto;
}
.upcoming li:hover {
  background-color: rgb(84%, 84%, 84%);
}
@media (prefers-color-scheme: dark) {
  .upcoming li:hover {
    background-color: rgb(16%, 16%, 16%);
  }
}
.upcoming li {
  margin: 2px 2px 0 2px;
  margin-bottom: 0.25em;
}
.upcoming .more {
  display: block;
  margin-top: 1em;
}

button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.skipped {
  text-decoration: line-through;
  opacity: 0.25;
  transition-duration: 1s;
  transition-property: text-decoration, opacity;
}

div.listComment p {
  margin-left: 0;
  margin-right: 0;
}

div.searchFailed {
  margin: 2px 25%;
}

.searchbox {
  display: flex;
  align-items: end;
  float: right;
  font-size: smaller;
  gap: 0.25em;
  margin-top: 0;
  text-align: left;
  max-width: 350px;
  position: relative;
}
.searchbox label {
  display: block;
}
.searchbox input,
.searchbox button {
  margin: 0;
}

.search-suggestions {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .search-suggestions {
    background-color: rgb(1%, 1%, 1%);
  }
}
.search-suggestions {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .search-suggestions {
    color: rgb(90%, 90%, 90%);
  }
}
.search-suggestions {
  margin: 0;
  border: 1px solid rgb(89%, 89%, 89%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  left: 0;
  max-height: 20em;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
}
.search-suggestions[hidden] {
  display: none;
}
.search-suggestions a {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .search-suggestions a {
    color: rgb(90%, 90%, 90%);
  }
}
.search-suggestions a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
}
.search-suggestions a:hover, .search-suggestions a[aria-selected=true] {
  background-color: rgb(84%, 84%, 84%);
}
@media (prefers-color-scheme: dark) {
  .search-suggestions a:hover, .search-suggestions a[aria-selected=true] {
    background-color: rgb(16%, 16%, 16%);
  }
}

div.leftnav {
  position: absolute;
  left: 5px;
  width: 199px;
  top: 100px;
}

div.pagemeta {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  div.pagemeta {
    background-color: rgb(1%, 1%, 1%);
  }
}
div.pagemeta {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  div.pagemeta {
    color: rgb(90%, 90%, 90%);
  }
}
div.pagemeta {
  border-right-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  div.pagemeta {
    border-right-color: rgb(11%, 11%, 11%);
  }
}
div.pagemeta {
  position: absolute;
  left: 5px;
  width: 200px;
  border-right: 1px solid;
  padding: 0 0.5em 0 0;
  top: 5px;
}
div.pagemeta select {
  font-size: smaller;
}
div.pagemeta h4 {
  font-size: small;
}
div.pagemeta h2 {
  margin-top: 0;
}

.resource {
  margin-bottom: 0.5em;
}

.adddate {
  font-size: smaller;
  font-style: italic;
}

.shortCity {
  font-size: xx-small;
  font-weight: bold;
}

div.leftside {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
}

h2.recent {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}

.shortDays {
  font-size: xx-small;
}

.checkoff {
  float: right;
  background-color: white;
}

span.searchMatch {
  background-color: #ffc;
}
@media (prefers-color-scheme: dark) {
  span.searchMatch {
    background-color: #000033;
  }
}
span.searchMatch {
  font-weight: bold;
}

.sublist {
  font-size: x-small;
  list-style: none;
  margin-left: 0;
  marker-offset: 0;
  padding-left: 0;
}

.submitter {
  margin-left: 3px;
  padding-left: 0;
  marker-offset: 0;
}

span.subcount {
  font-size: xx-small;
}

h4.briefState {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  h4.briefState {
    background-color: rgb(1%, 1%, 1%);
  }
}
h4.briefState {
  margin-bottom: 1px;
  text-align: right;
}

h4.briefStateRolled {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  h4.briefStateRolled {
    background-color: rgb(1%, 1%, 1%);
  }
}
h4.briefStateRolled {
  margin-bottom: 1px;
  text-align: right;
  margin-top: 3px;
}

.inpfield {
  font-family: courier new, courier, monospace;
}

.minmax {
  border-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .minmax {
    border-color: rgb(1%, 1%, 1%);
  }
}
.minmax {
  float: right;
  border: 1px solid;
  margin-left: 3px;
}

.minmax:hover {
  float: right;
  border: 1px dotted #669;
}

span.dispurl {
  display: none;
}

abbr,
acronym {
  cursor: help;
}

div.skipnav {
  display: none;
}

.sponsofront, .sponsolinks, .sponsowide, .sponsoblock, .sponso {
  margin-top: 10px;
}
.sponsofront a:hover, .sponsolinks a:hover, .sponsowide a:hover, .sponsoblock a:hover, .sponso a:hover {
  text-decoration: underline;
}
.sponsofront h4, .sponsolinks h4, .sponsowide h4, .sponsoblock h4, .sponso h4 {
  font-size: 75%;
  font-style: normal;
  font-weight: bold;
}
.sponsofront .sponso a, .sponsolinks .sponso a, .sponsowide .sponso a, .sponsoblock .sponso a, .sponso .sponso a {
  text-decoration: none;
}

.sponsoblock {
  position: absolute;
  top: 3px;
  right: 2px;
  width: 126px;
}
.sponsoblock.scraper {
  width: 165px;
}

.sponsowide {
  position: fixed;
  top: 90px;
  right: 2px;
  width: 256px;
}

.sponsolinks {
  position: absolute;
  top: 0;
  right: 2px;
  width: 206px;
  text-align: right;
}

.sponsofront {
  margin: auto;
  text-align: center;
}

div.ad {
  background-color: #0f0f0f;
}
@media (prefers-color-scheme: dark) {
  div.ad {
    background-color: #f0f0f0;
  }
}
div.ad {
  color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  div.ad {
    color: #0f0f0f;
  }
}
div.ad a,
div.ad a:link,
div.ad a:visited,
div.ad a:active {
  color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  div.ad a,
  div.ad a:link,
  div.ad a:visited,
  div.ad a:active {
    color: #0f0f0f;
  }
}
div.ad {
  border: 2px solid #999;
  padding: 3px;
}
div.ad a,
div.ad a:link,
div.ad a:visited,
div.ad a:active {
  font-weight: bold;
}
div.ad p,
div.ad h4 {
  margin: 0.5em;
}

img {
  border: none;
}

dd image {
  display: block;
}

span.deadlink {
  color: #999;
}
@media (prefers-color-scheme: dark) {
  span.deadlink {
    color: #666666;
  }
}

div.faq {
  margin-left: 25%;
  margin-right: 25%;
}
div.faq dd {
  margin-left: 2em;
  margin-bottom: 10px;
  margin-top: 5px;
}
div.faq dt {
  font-style: italic;
  font-weight: bold;
}
div.faq ol {
  margin-left: 0;
  padding-left: 0;
}
div.faq h3 {
  border-top: 1px dotted #666;
}

div.sbshot {
  float: right;
  border: 1px dotted #000;
  padding: 5px;
  padding-top: 0;
}
div.sbshot p {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  div.sbshot p {
    background-color: rgb(1%, 1%, 1%);
  }
}
div.sbshot p {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  div.sbshot p {
    color: rgb(90%, 90%, 90%);
  }
}
div.sbshot p {
  margin-top: 0;
}
div.sbshot img {
  border: none;
}

div.single {
  margin-left: 25%;
  margin-right: 25%;
}

div.askComment {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  div.askComment {
    background-color: rgb(1%, 1%, 1%);
  }
}
div.askComment {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  div.askComment {
    color: rgb(90%, 90%, 90%);
  }
}
div.askComment {
  border: 1px solid #000;
  padding: 10px;
  margin-left: 25px;
  margin-right: 25px;
}
div.askComment p {
  margin-bottom: 0;
  font-size: 90%;
}
div.askComment h4 {
  margin-top: 0;
  font-size: 100%;
}

td.calday ul,
td.caltoday ul,
td.calpast ul,
td.calfuture ul {
  margin-left: 0;
}

.topheader {
  background-color: #fff;
}
@media (prefers-color-scheme: dark) {
  .topheader {
    background-color: #000;
  }
}
.topheader h1,
.topheader h1 a {
  color: #c0c0c0;
}
@media (prefers-color-scheme: dark) {
  .topheader h1,
  .topheader h1 a {
    color: #666;
  }
}
.topheader h1 a:hover {
  color: #99f;
}
@media (prefers-color-scheme: dark) {
  .topheader h1 a:hover {
    color: #666600;
  }
}
.topheader {
  display: flow-root;
  margin-top: 0;
  overflow: visible;
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.topheader h1 {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: 0px 0px;
  width: 45px;
  height: 66px;
  margin-top: 0;
  padding-top: 1px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 35px;
  padding-left: 45px;
  height: 66px;
}
.topheader h1 a {
  color: #c0c0c0;
}
.topheader h1 a:hover {
  color: rgb(0, 0, 238);
}
@media (prefers-color-scheme: dark) {
  .topheader h1 a:hover {
    color: #0080ff;
  }
}
.topheader h1 a {
  text-decoration: none;
}

p.tagline {
  color: #c0c0c0;
}
@media (prefers-color-scheme: dark) {
  p.tagline {
    color: #c0c0c0;
  }
}
p.tagline {
  padding-top: 0;
  margin-top: 0;
  margin-left: 48px;
  font-size: smaller;
}

.recentList {
  width: 200px;
  color: black;
  padding: 3px;
  margin-right: 10px;
}
.recentList h4 {
  border-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .recentList h4 {
    border-color: rgb(1%, 1%, 1%);
  }
}
.recentList h4 {
  border-bottom: 1px dotted;
  margin-bottom: 0;
  text-align: right;
  font-size: 80%;
  font-weight: normal;
  font-style: italic;
}
.recentList dl {
  text-align: left;
}
.recentList dd + dt {
  margin-top: 1em;
}

dt.showdate {
  float: left;
  width: 5em;
  text-align: left;
  font-size: 80%;
  font-weight: normal;
  font-style: italic;
}

dd.showdate {
  margin-left: 4em;
}

div.notify label {
  display: block;
  margin-top: 5px;
  text-align: left;
}

div.beg {
  display: block;
}

div.faq img {
  display: inline;
}

h2.cols {
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
}

div.upcoming dl dt {
  text-align: left;
}

div.upcoming form {
  margin: 0;
}

div.upcoming input {
  background-color: #ccc;
}
@media (prefers-color-scheme: dark) {
  div.upcoming input {
    background-color: #333333;
  }
}
div.upcoming input {
  color: #666;
}
@media (prefers-color-scheme: dark) {
  div.upcoming input {
    color: #999999;
  }
}
div.upcoming input {
  border-color: #090;
}
@media (prefers-color-scheme: dark) {
  div.upcoming input {
    border-color: #090;
  }
}
div.upcoming input:hover {
  color: #393;
}
@media (prefers-color-scheme: dark) {
  div.upcoming input:hover {
    color: #cc66cc;
  }
}
div.upcoming input:hover {
  background-color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  div.upcoming input:hover {
    background-color: #0f0f0f;
  }
}
div.upcoming input {
  margin: 0;
  border: 1px solid;
  font-size: smaller;
  padding: 1px;
  cursor: pointer;
}

a.helplink {
  color: #f99;
}
@media (prefers-color-scheme: dark) {
  a.helplink {
    color: #006666;
  }
}
a.helplink {
  background-color: #fff;
}
@media (prefers-color-scheme: dark) {
  a.helplink {
    background-color: black;
  }
}
a.helplink {
  border-color: #fcc;
}
@media (prefers-color-scheme: dark) {
  a.helplink {
    border-color: #003333;
  }
}
a.helplink:hover {
  color: #f66;
}
@media (prefers-color-scheme: dark) {
  a.helplink:hover {
    color: #009999;
  }
}
a.helplink:hover {
  background-color: #fcc;
}
@media (prefers-color-scheme: dark) {
  a.helplink:hover {
    background-color: #003333;
  }
}
a.helplink:hover {
  border-color: #f66;
}
@media (prefers-color-scheme: dark) {
  a.helplink:hover {
    border-color: #009999;
  }
}
a.helplink {
  text-decoration: none;
  font-weight: bold;
  border: 1px dotted;
  padding: 1px;
}

p.message {
  border-radius: 8px;
  font-size: 110%;
  padding: 4px;
}

.message {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .message {
    background-color: rgb(99%, 99%, 99%);
  }
}
.message {
  color: rgb(90%, 90%, 90%);
}
@media (prefers-color-scheme: dark) {
  .message {
    color: rgb(1%, 1%, 1%);
  }
}

.error {
  color: red;
}
@media (prefers-color-scheme: dark) {
  .error {
    color: red;
  }
}
.error {
  margin: 1em 25%;
  font-style: italic;
}

p.error {
  font-weight: bold;
  font-style: normal;
  margin-left: 0;
  margin-right: 0;
}

div.maincontent {
  position: absolute;
  top: 5px;
  left: 225px;
}

span.subprompt {
  font-size: smaller;
  font-style: italic;
}

.profileupdate input:focus {
  background-color: #ffe;
}
@media (prefers-color-scheme: dark) {
  .profileupdate input:focus {
    background-color: #000011;
  }
}

p.calnav {
  margin-top: 0;
  margin-bottom: 0;
}

.commentform {
  width: 100%;
  padding: 10px;
}

.loginform {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .loginform {
    background-color: rgb(1%, 1%, 1%);
  }
}
.loginform {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .loginform {
    color: rgb(99%, 99%, 99%);
  }
}
.loginform {
  border-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  .loginform {
    border-color: rgb(11%, 11%, 11%);
  }
}
.loginform {
  padding: 0.5em;
}

.commentform,
.loginform {
  box-sizing: border-box;
}
.commentform label,
.loginform label {
  display: block;
  font-style: italic;
  font-weight: bold;
  margin-top: 1em;
}
.commentform .radiolabel,
.loginform .radiolabel {
  display: inline;
  font-weight: normal;
}

form.notify label.cblabel {
  display: inline;
  vertical-align: bottom;
}

img.explink {
  float: left;
  margin-right: 5px;
}

img.metaimg {
  float: left;
  margin-right: 5px;
}

.frontad {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  width: 280px;
  height: 250px;
}
@media (min-width: 761px) {
  .frontad {
    width: 650px;
    height: 90px;
  }
}

.frontthing h2 {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-top: 0;
  margin-top: 0;
}

.leftfrontad {
  box-sizing: border-box;
  background-color: rgb(97%, 97%, 97%);
}
@media (prefers-color-scheme: dark) {
  .leftfrontad {
    background-color: rgb(3%, 3%, 3%);
  }
}
.leftfrontad {
  border-color: rgb(92%, 92%, 92%);
}
@media (prefers-color-scheme: dark) {
  .leftfrontad {
    border-color: rgb(8%, 8%, 8%);
  }
}
.leftfrontad {
  margin: 1em 0;
  padding: 2px;
  border: 1px solid;
}
.leftfrontad h4 {
  margin-top: 0.5em;
}

.pagemeta .nonprofit {
  background-color: rgb(97%, 97%, 97%);
}
@media (prefers-color-scheme: dark) {
  .pagemeta .nonprofit {
    background-color: rgb(3%, 3%, 3%);
  }
}
.pagemeta .nonprofit {
  border-color: rgb(92%, 92%, 92%);
}
@media (prefers-color-scheme: dark) {
  .pagemeta .nonprofit {
    border-color: rgb(8%, 8%, 8%);
  }
}
.pagemeta .nonprofit {
  text-align: center;
  padding: 3px;
  font-size: 12px;
}
.pagemeta .nonprofit h4 {
  margin-top: 0;
  font-size: 12px;
}

div.warning {
  background-color: #ffc;
}
@media (prefers-color-scheme: dark) {
  div.warning {
    background-color: #000033;
  }
}

p.warning {
  background-color: #ffc;
}
@media (prefers-color-scheme: dark) {
  p.warning {
    background-color: #000033;
  }
}
p.warning {
  border: 1px solid #f00;
  padding: 3px;
}

div.metabox td {
  font-size: 80%;
  vertical-align: top;
}

table.stats th {
  font-size: 80%;
  vertical-align: top;
  text-align: right;
}

div.cpreview {
  padding: 10px;
  border: 2px solid #000;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

a.feedlink {
  margin: 0;
  float: left;
  vertical-align: bottom;
  padding: 0;
  margin-right: 4px;
}

div.metabox ul {
  margin-left: 0;
}

dl.sitemap dd {
  margin-left: 3em;
}

dl.sitemap dt a {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  dl.sitemap dt a {
    color: rgb(90%, 90%, 90%);
  }
}
dl.sitemap dt a {
  text-decoration: none;
  font-size: smaller;
  font-weight: bold;
}

dl.sitemap dt a:hover {
  text-decoration: underline;
}

dl.mia {
  font-size: x-small;
}

h1 span.titleprefix {
  font-style: italic;
}

a.replylink {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -109px -32px;
  width: 28px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  text-decoration: none;
  vertical-align: top;
}

.media,
.bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.bd {
  padding: 10px;
}

.media {
  margin: 1em;
}
.media .img {
  float: left;
  margin-right: 10px;
}
.media .img img {
  display: block;
}

.editlink,
.viewlink {
  background-color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .editlink,
  .viewlink {
    background-color: #0f0f0f;
  }
}
.editlink,
.viewlink {
  display: block;
  border-radius: 4px;
  box-sizing: border-box;
}

@media (prefers-color-scheme: dark) {
  .editlink,
  .listingedit {
    background-image: url(/images/sprites/darkpen.png);
  }
}
.editlink,
.listingedit {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .editlink,
  .listingedit {
    color: rgb(90%, 90%, 90%);
  }
}
.editlink,
.listingedit {
  background-image: url(/images/sprites/pen.png);
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 3px;
  text-decoration: none;
  font-variant: small-caps;
  font-weight: bold;
}

.editlink {
  width: 32px;
  padding-top: 35px;
}

.listingedit {
  display: inline-block;
  height: 35px;
  padding-top: 0;
  padding-left: 38px;
}
.listingedit a {
  text-decoration: none;
}

.viewlink {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -77px -32px;
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  .viewlink {
    background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
    background-position: -45px 0px;
    width: 32px;
    height: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

.maplink {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -77px 0px;
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin: 0.5em 0.5em 0.5em 0;
  float: left;
}

p.morelink {
  margin: 0;
  text-align: center;
  font-size: 90%;
}

div.pagemeta p {
  margin-left: 0;
  margin-right: 0;
  font-size: smaller;
}

figure {
  float: left;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
figure img {
  border: none;
}

figure.profileavatar {
  float: right;
  width: 160px;
  padding: 0;
  text-align: right;
}

figcaption {
  font-size: 75%;
  font-style: italic;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
figcaption a {
  text-decoration: none;
}
figcaption a:hover {
  text-decoration: underline;
}

figure.imgwrap {
  margin-right: 15px;
  margin-left: auto;
  width: 150px;
  text-align: center;
}
figure.imgwrap figcaption {
  margin: 0;
  font-size: smaller;
  font-style: normal;
  overflow: hidden;
}

.full figure.imgwrap {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .full figure.imgwrap {
    background-color: rgb(99%, 99%, 99%);
  }
}
.full figure.imgwrap {
  height: 210px;
  overflow: hidden;
  margin-bottom: 10px;
  padding: 5px;
}
.full figure.imgwrap figcaption {
  text-overflow: ellipsis;
}

li.inactivenight {
  font-style: italic;
}

.nightmonths {
  display: block;
  font-size: 80%;
}

.nightedit {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .nightedit {
    background-color: rgb(1%, 1%, 1%);
  }
}
.nightedit {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .nightedit {
    color: rgb(99%, 99%, 99%);
  }
}
.nightedit {
  border-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  .nightedit {
    border-color: rgb(11%, 11%, 11%);
  }
}
.nightedit {
  padding: 3px;
}
.nightedit label {
  display: block;
  font-weight: bold;
  font-variant: small-caps;
  margin-top: 1em;
}
.nightedit label.weektype {
  display: inline-block;
}
.nightedit input[type=checkbox] {
  display: block;
  float: left;
  clear: left;
}
.nightedit input[type=checkbox] + label {
  float: left;
  margin-top: 3px;
}

div.nightedit td {
  vertical-align: top;
  padding: 3px;
}

div.nightpreview {
  margin-top: 2em;
}
div.nightpreview h4 {
  margin-top: 0;
  padding-top: 0;
  border-bottom: 1px dotted #666;
}

div.editnote p {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  div.editnote p {
    background-color: rgb(99%, 99%, 99%);
  }
}
div.editnote p {
  color: rgb(90%, 90%, 90%);
}
@media (prefers-color-scheme: dark) {
  div.editnote p {
    color: rgb(1%, 1%, 1%);
  }
}

.photobox dt {
  font-size: x-small;
}

.photobox dd {
  font-size: x-small;
}

.photobox a {
  color: red;
}

.photobox dt.deleted {
  text-decoration: line-through;
}

.photobox dd.deleted {
  color: #666;
}

p.validationerror {
  margin: 0;
  font-style: italic;
}

p.addnote {
  margin: 0;
  font-size: smaller;
  font-style: italic;
  font-weight: normal;
  padding: 0;
}

input.submitter {
  background-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  input.submitter {
    background-color: rgb(31%, 31%, 31%);
  }
}
input.submitter {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  input.submitter {
    color: rgb(99%, 99%, 99%);
  }
}
input.submitter:hover, input.submitter:active, input.submitter:focus {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  input.submitter:hover, input.submitter:active, input.submitter:focus {
    background-color: rgb(99%, 99%, 99%);
  }
}
input.submitter:hover, input.submitter:active, input.submitter:focus {
  color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  input.submitter:hover, input.submitter:active, input.submitter:focus {
    color: rgb(11%, 11%, 11%);
  }
}
input.submitter.greyed, input.submitter[disabled=disabled] {
  background-color: #ccc;
}
@media (prefers-color-scheme: dark) {
  input.submitter.greyed, input.submitter[disabled=disabled] {
    background-color: #333333;
  }
}
input.submitter.greyed, input.submitter[disabled=disabled] {
  color: #666;
}
@media (prefers-color-scheme: dark) {
  input.submitter.greyed, input.submitter[disabled=disabled] {
    color: #999999;
  }
}
input.submitter {
  border-color: #666;
}
input.submitter:hover {
  border-color: #00f;
}
@media (prefers-color-scheme: dark) {
  input.submitter:hover {
    border-color: #ff0;
  }
}
input.submitter {
  cursor: pointer;
  border: 1px solid;
}

dd.anonpost {
  color: #669;
}
@media (prefers-color-scheme: dark) {
  dd.anonpost {
    color: #999966;
  }
}

dt.commentpost dl {
  padding-bottom: 0;
  margin-bottom: 0;
}

dt.commentpost dt {
  margin-bottom: 0;
  padding-bottom: 0;
}

img.gravatar {
  margin-right: 0.5em;
}

dd.regpost {
  font-weight: bold;
}

span.formats {
  color: #666;
}

.addressform ul {
  margin-top: 0;
  padding: 0;
}
.addressform li {
  margin: 0;
  padding: 0;
}

p.loadingspinner {
  margin: 1em;
  padding-left: 18px;
  background-image: url(/images/refresh.png);
  background-repeat: no-repeat;
  font-size: larger;
  border: 2px solid #fff;
}

.loading {
  min-height: 32px;
  min-width: 32px;
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  padding-bottom: 32px;
  background-position: center bottom;
}

div.mapsidebar {
  overflow: scroll;
  height: 600px;
}

div.map_canvas {
  height: 600px;
}

div.debugging {
  display: none;
}

div.edithelp {
  margin: 0.5em;
  padding: 0.5em;
  border-bottom: 2px dotted #999;
}

div.edithelp p {
  font-size: x-small;
}

input.listdate {
  border: none;
}

div.weekedit {
  width: 80%;
  margin-left: 30px;
}

.reportaproblem .button {
  display: inline-block;
}
.reportaproblem a:link,
.reportaproblem a:visited,
.reportaproblem a:active {
  text-decoration: none;
}

form.reportaproblemform {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  form.reportaproblemform {
    background-color: rgb(1%, 1%, 1%);
  }
}
form.reportaproblemform {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  form.reportaproblemform {
    color: rgb(99%, 99%, 99%);
  }
}
form.reportaproblemform {
  border-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  form.reportaproblemform {
    border-color: rgb(11%, 11%, 11%);
  }
}
form.reportaproblemform {
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: 1000;
  border: 2px solid #000;
  padding: 5px;
}

form.reportaproblemform textarea {
  display: block;
}

form.reportaproblemform div.submission {
  background-color: #ccc;
}
@media (prefers-color-scheme: dark) {
  form.reportaproblemform div.submission {
    background-color: #333333;
  }
}
form.reportaproblemform div.submission {
  margin-left: 1em;
  margin-right: 1em;
  padding: 1em;
  margin-top: 15px;
}

dl.faqlist dt a {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  dl.faqlist dt a {
    color: rgb(90%, 90%, 90%);
  }
}
dl.faqlist dt a {
  text-decoration: none;
}

.footerad {
  margin-top: 10px;
  margin-left: 225px;
}

.embolden {
  font-weight: bold;
}

.pastel {
  background-color: #c9c;
  color: #90f;
  font-family: "Crafty Girls", "Comic Sans MS", "Lucida Casual", cursive;
}

.ponies {
  background-image: url(/images/pony.gif);
}

.autoExpand {
  width: 98%;
}

.onecol {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding: 0 10px;
}

.identity {
  white-space: nowrap;
}
.identity a,
.identity a:link,
.identity a:visited,
.identity a:active {
  color: inherit;
  text-decoration: none;
}
.identity a:hover {
  color: inherit;
  text-decoration: underline;
}

.nightsummary {
  background-color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .nightsummary {
    background-color: #0f0f0f;
  }
}
.nightsummary {
  border-radius: 3px;
  text-align: left;
  padding: 0.25em 0.5em;
  font-size: 110%;
  margin-top: 5px;
}
.nightsummary p {
  margin-left: 0;
  margin-right: 0;
}
.nightsummary a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.together {
  white-space: nowrap;
}

.prompt {
  margin: 1em;
  font-size: 16px;
  text-align: left;
}

.cmticon {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -109px -80px;
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 2px;
  padding: 0;
}

.iconupdate,
.icondelete,
.iconedit {
  display: inline-block;
}

.iconupdate {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -80px -98px;
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.iconupdate.disabled {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -64px -98px;
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.icondelete {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -109px -64px;
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.icondelete.disabled {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -109px -48px;
  width: 16px;
  height: 16px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.iconedit {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .iconedit {
    background-color: rgb(99%, 99%, 99%);
  }
}
.iconedit {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -32px -66px;
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.iconsave {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: -64px -66px;
  width: 32px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.iconcancel {
  background-image: url(../../images/sprites-0c082e992ff068095539279e05b6e39737fac7dc.png);
  background-position: 0px -98px;
  width: 32px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.listEntry dd.boxedit,
.boxedit {
  padding-right: 34px;
  min-height: 34px;
}

.addsub {
  margin-top: 2em;
}
.addsub p {
  text-align: left;
  font-size: 120%;
}
.addsub .explain {
  font-size: 100%;
}

.contacts {
  margin: 1em 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.contacts th,
.contacts td {
  margin: 0;
  border-width: 0;
  padding: 0.25em 0;
  vertical-align: top;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contacts th {
  width: 7em;
}

.upcominglist {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .upcominglist {
    background-color: rgb(1%, 1%, 1%);
  }
}
.upcominglist {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .upcominglist {
    color: rgb(99%, 99%, 99%);
  }
}
.upcominglist {
  border-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  .upcominglist {
    border-color: rgb(11%, 11%, 11%);
  }
}
.upcominglist {
  box-sizing: border-box;
  height: 6em;
  overflow: auto;
  padding: 0.25em;
  border: 2px solid;
}

li.subscription {
  margin-bottom: 1em;
  font-size: 16pt;
}

.pullquote {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .pullquote {
    background-color: rgb(1%, 1%, 1%);
  }
}
.pullquote {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .pullquote {
    color: rgb(90%, 90%, 90%);
  }
}
.pullquote {
  margin: 0;
  padding: 5px;
  border: 2px solid;
}

.dead {
  text-decoration: line-through;
  font-weight: lighter;
  opacity: 0.5;
  font-style: italic;
  font-size: 100%;
}

.frontthing {
  margin: 1em 1em 0;
  padding: 3px;
  padding-bottom: 10px;
  clear: both;
  max-width: 684px;
  width: 100%;
}
.frontthing.half {
  width: 332px;
  float: left;
  clear: none;
}

.nightmeta {
  margin: 0.5em 0 1em 0;
  padding: 0.5em;
}
.nightmeta h3 {
  background-color: rgb(95%, 95%, 95%);
}
@media (prefers-color-scheme: dark) {
  .nightmeta h3 {
    background-color: rgb(5%, 5%, 5%);
  }
}
.nightmeta h3 {
  color: rgb(7%, 7%, 7%);
}
@media (prefers-color-scheme: dark) {
  .nightmeta h3 {
    color: rgb(84%, 84%, 84%);
  }
}
.nightmeta h3 {
  margin-top: 0;
  font-style: normal;
  padding: 3px;
}
@media screen and (min-width: 481px) {
  .nightmeta {
    width: 47%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 481px) {
  .nightmeta {
    margin-right: 2%;
  }
}

.chunk {
  overflow: hidden;
}

.detailshead {
  overflow: auto;
}

.maindetails {
  min-width: 50%;
}

.maindetails {
  float: left;
}

.listingactions {
  float: right;
}

.metabox {
  background-color: rgb(99%, 99%, 99%);
}
@media (prefers-color-scheme: dark) {
  .metabox {
    background-color: rgb(1%, 1%, 1%);
  }
}
.metabox {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .metabox {
    color: rgb(90%, 90%, 90%);
  }
}
.metabox {
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 3px;
  padding-top: 1px;
}

.social {
  float: right;
}

.twitter-share-button {
  display: block;
  margin-bottom: 0.5em;
}

.newsposts .postheader {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .newsposts .postheader {
    color: rgb(99%, 99%, 99%);
  }
}
.newsposts .postheader {
  background-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  .newsposts .postheader {
    background-color: rgb(11%, 11%, 11%);
  }
}
.newsposts .postheader {
  display: block;
  text-decoration: none;
  padding: 0.25em;
}
.newsposts .readmore {
  display: block;
  margin: -0.75em 0 1em;
  text-align: right;
}

@media screen {
  body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1199px) {
  .frontthing,
  .frontthing.half {
    max-width: 684px;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar,
  .sponsoblock {
    display: none;
  }
  .list {
    margin-right: 10px;
  }
  .mainText {
    margin-right: 10px;
  }
}
@media screen and (max-width: 760px) {
  div.pagemeta {
    position: relative;
    float: left;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    border-right: none;
    border-left: none;
    border-top: 1px solid rgb(59%, 59%, 59%);
  }
  .topheader {
    position: relative;
    height: auto;
    width: auto;
    padding: 5px;
  }
  .searchbox {
    float: none;
  }
  .tablet,
  .tagline {
    display: none;
  }
  .frontad {
    margin-left: 0;
    margin-right: 0;
  }
  .mainText,
  .list {
    margin-left: 10px;
    position: relative;
  }
}
@media screen and (max-width: 480px) {
  .upcoming {
    padding-top: 0;
    width: auto;
    float: none;
    clear: both;
    margin-left: 0;
  }
  .listEntry dl {
    margin-left: 0;
    margin-right: 0;
  }
  .listEntry .meta {
    display: none;
  }
  .frontthing input {
    font-size: 18px;
  }
  .wideonly,
  .titleprefix {
    display: none;
  }
  .mainText {
    padding-left: 10px;
    padding-right: 10px;
  }
  .frontad {
    margin-left: -10px;
  }
  input,
  textarea,
  input[type=submit] {
    box-sizing: border-box;
    font-size: 16px;
    max-width: 100%;
  }
  input[type=submit] {
    box-sizing: border-box;
    width: 100%;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .note {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0.5em;
  }
  p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
}
@media screen and (min-width: 55em) {
  .sunday:first-child {
    margin-left: 0%;
  }
  .sunday:last-child {
    margin-right: 85.7142857143%;
  }
}

@media screen and (min-width: 55em) {
  .monday:first-child {
    margin-left: 14.2857142857%;
  }
  .monday:last-child {
    margin-right: 71.4285714286%;
  }
}

@media screen and (min-width: 55em) {
  .tuesday:first-child {
    margin-left: 28.5714285714%;
  }
  .tuesday:last-child {
    margin-right: 57.1428571429%;
  }
}

@media screen and (min-width: 55em) {
  .wednesday:first-child {
    margin-left: 42.8571428571%;
  }
  .wednesday:last-child {
    margin-right: 42.8571428571%;
  }
}

@media screen and (min-width: 55em) {
  .thursday:first-child {
    margin-left: 57.1428571429%;
  }
  .thursday:last-child {
    margin-right: 28.5714285714%;
  }
}

@media screen and (min-width: 55em) {
  .friday:first-child {
    margin-left: 71.4285714286%;
  }
  .friday:last-child {
    margin-right: 14.2857142857%;
  }
}

@media screen and (min-width: 55em) {
  .saturday:first-child {
    margin-left: 85.7142857143%;
  }
  .saturday:last-child {
    margin-right: 0%;
  }
}

.calheader,
.calpast {
  display: none;
}

.calday {
  width: 100%;
}

@media screen and (min-width: 55em) {
  .calendar,
  .calheader {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }
  .calpast {
    display: block;
  }
  .calday {
    width: 14.2857142857%;
    border: 1px solid #999;
    padding: 0.5em 3px;
  }
}
.calday {
  background-color: #fff;
}
@media (prefers-color-scheme: dark) {
  .calday {
    background-color: black;
  }
}
.calday {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .calday {
    color: rgb(90%, 90%, 90%);
  }
}
.calday {
  background-color: #fff;
  margin: 0;
  font-size: 14px;
  padding: 0;
}
.calday h4 {
  clear: both;
}
@media screen and (min-width: 55em) {
  .calday {
    padding: 3px;
  }
}

.calendar {
  margin-top: 1em;
}
.calendar h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 100%;
  margin-top: 0;
  font-variant: small-caps;
}
.calendar h4 a {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .calendar h4 a {
    color: rgb(90%, 90%, 90%);
  }
}
.calendar h4 a:hover {
  color: rgb(0, 0, 238);
}
@media (prefers-color-scheme: dark) {
  .calendar h4 a:hover {
    color: #0080ff;
  }
}
.calendar h4 a {
  text-decoration: none;
  border: 0;
}
.calendar h4 a:hover {
  text-decoration: underline;
}
.calendar ul {
  margin-top: 0;
  margin-bottom: 5px;
}
.calendar .calpast {
  background-color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .calendar .calpast {
    background-color: #0f0f0f;
  }
}
.calendar .calpast {
  color: #999;
}
@media (prefers-color-scheme: dark) {
  .calendar .calpast {
    color: #666666;
  }
}
.calendar .calfuture {
  background-color: #f0f0f0;
}
@media (prefers-color-scheme: dark) {
  .calendar .calfuture {
    background-color: #0f0f0f;
  }
}
.calendar .calfuture {
  color: #999;
}
@media (prefers-color-scheme: dark) {
  .calendar .calfuture {
    color: #666666;
  }
}
.calendar ul {
  padding: 0;
  margin-bottom: 1em;
}
.calendar li {
  list-style: none;
  margin-bottom: 1em;
}

.calpast a {
  text-decoration: none;
}
.calpast a:hover {
  text-decoration: underline;
}

.caldate {
  background-color: rgb(10%, 10%, 10%);
}
@media (prefers-color-scheme: dark) {
  .caldate {
    background-color: rgb(90%, 90%, 90%);
  }
}
.caldate {
  color: rgb(90%, 90%, 90%);
}
@media (prefers-color-scheme: dark) {
  .caldate {
    color: rgb(10%, 10%, 10%);
  }
}
.caldate {
  display: block;
  width: auto;
  text-align: right;
  padding: 3px;
}
@media screen and (min-width: 55em) {
  .caldate {
    margin: 0 0 0.5em;
    border-radius: 50%;
    text-align: center;
    width: 2em;
  }
}

@media screen and (min-width: 55em) {
  .calheader .calday {
    text-align: center;
    border: 0;
  }
  .caldate {
    margin: 0 0 1em 1em;
    float: right;
  }
}
div.calswitch {
  float: right;
  text-align: right;
}

.calsubmit {
  background-color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  .calsubmit {
    background-color: rgb(31%, 31%, 31%);
  }
}
.calsubmit {
  color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .calsubmit {
    color: rgb(99%, 99%, 99%);
  }
}
.calsubmit:hover, .calsubmit:active, .calsubmit:focus {
  background-color: rgb(1%, 1%, 1%);
}
@media (prefers-color-scheme: dark) {
  .calsubmit:hover, .calsubmit:active, .calsubmit:focus {
    background-color: rgb(99%, 99%, 99%);
  }
}
.calsubmit:hover, .calsubmit:active, .calsubmit:focus {
  color: rgb(89%, 89%, 89%);
}
@media (prefers-color-scheme: dark) {
  .calsubmit:hover, .calsubmit:active, .calsubmit:focus {
    color: rgb(11%, 11%, 11%);
  }
}
.calsubmit.greyed, .calsubmit[disabled=disabled] {
  background-color: #ccc;
}
@media (prefers-color-scheme: dark) {
  .calsubmit.greyed, .calsubmit[disabled=disabled] {
    background-color: #333333;
  }
}
.calsubmit.greyed, .calsubmit[disabled=disabled] {
  color: #666;
}
@media (prefers-color-scheme: dark) {
  .calsubmit.greyed, .calsubmit[disabled=disabled] {
    color: #999999;
  }
}
.calsubmit {
  border: 1px solid black;
  font-weight: bold;
  cursor: pointer;
  margin-top: 2px;
}

@media screen and (max-device-width: 480px) {
  body div.pagemeta,
  body div.sidebar {
    display: none;
  }
  body div.pagemeta.keeper {
    display: block;
    position: relative;
  }
  body div.mainText {
    top: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
  }
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}