body {
  background-color: #f8f8f8;
  font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 13px;
}
h1, h2, h3, h4, h5 {
  font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.hidden {
  display: none !important;
}

/** overrides for semantic UI since they changed the widths of things between releases **/
@media only screen and (min-width: 688px) {
  .ui.container {
    width: 619px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 688px) and (max-width: 687px) {
  .ui.container {
    width: 632px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 687px) {
  .ui.container {
    width: auto !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
}


.site-header {
  color: #888;
  padding-top: 4px;
  border-bottom: 3px #ccc solid;
  position: relative;
}
.site-header .align-bottom {
  display: flex;
  align-items: flex-end;
}
.site-header h1 {
  font-weight: normal;
  line-height: 1em;
}
.site-header h1 a {
  text-decoration: none;
  color: #888;
}
.site-header .left {
  flex: 1;
}
.site-header .right {
  flex: 1;
}
.site-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 1.3em;
  line-height: 1.3em;
}
.site-header ul li {
  float: left;
  margin-left: 0.8em;
}
.top-bar {
  top: 1px;
  right: 0px;
  margin-bottom: 3px;
  padding: 2px 4px;
  background: rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.1);
}
.top-bar.night {
  background: rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
}
.top-bar .ui.container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.top-bar .ui.container .item {
  margin-left: 6px;
}
.top-bar .ui.container .item a {
  text-decoration: none;
}
.top-bar .ui.container .item a:hover {
  text-decoration: none;
}

.battery-icon {
  width: 23px;
  height: 12px;
  display: block;
  background-image: url(/National_Library/20170827070107oe_/https://indiewebcat.com/assets/battery-icons.png);
  background-repeat: no-repeat;
  background-size: 425px 25px;
}

.top-bar .weather.item {
  margin-bottom: -3px;
}

/* ************* */
/* Sticky Footer */

/* margin method */
/*
html {
	position: relative;
	min-height: 100%;
  height: inherit;
}
body {
	margin: 0 0 180px;
}
.sticky-footer-content{
  margin-bottom: 20px;
}
footer.sticky-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 200px;
	width: 100%;
}
*/

/* flexbox method */
html {
  height: inherit;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.sticky-footer-content {
  flex: 1;
}
footer {
  flex: 0;
}

/* ************* */



footer .subfooter {
  margin-top: 20px;
  background: rgba(0,0,0,0.15);
  background: rgba(255,255,255,0.45);
}
footer .about {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1em 0;
}
footer .about .image {
  margin-right: 1em;
}
footer .about .image img {
  width: 72px;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  footer .about {
    display: block;
  }
  footer .about .image {
    float: left;
  }
  footer .about .image img {
    margin-top: 0;
    margin-bottom: 0;
  }
}


footer ul.footer-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer ul.footer-links li {
  margin: 0;
  padding: 0;
  flex: auto;
  text-align: center;
}
footer .elsewhere ul.footer-links li a:hover {
  opacity: 0.6;
}
footer .channels li {
  text-align: center;
}
footer .channels {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-top: 1px rgba(180,180,180,0.6) solid;
  border-bottom: 1px rgba(180,180,180,0.6) solid;
}
footer .elsewhere {
  padding-top: 1em;
  padding-bottom: 0.75em;
}


footer .footer {
  border-top: 1px #bbb solid;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background: #404040;
  color: #fff;
  padding: 15px 0;
  position: relative;
}
footer .footer a {
  color: #c4c4c4;
}
footer .footer a:hover {
  color: white;
}

footer .footer .hidden-login {
  display: block;
  height: 100%;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
}

/*
a {
  color: #08c;
}
a:hover {
  color: #005580;
}
*/

.content-area {
  /* max-width: 620px; */
  margin: 0 auto;
}

.content-area h2 {
  margin-bottom: 0;
}

.splash {
  /*max-width: 620px;*/
  margin: 0 auto;
  margin-top: 20px;
  font-size: 1.5em;
  text-align: center;
}

.post-list {
  /*max-width: 620px;*/
  margin: 0 auto;
  margin-top: 20px;
}
.post-list > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.post-list .content-area {
  background-color: #fff;
  width: auto;
  /* -webkit-border-radius: 6px; */
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px #ddd solid;
  padding: 8px 0;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.post-list .content-area .pad {
  margin-left: 8px;
  margin-right: 8px;
}
.post-list .content-area .post-text {
  padding-bottom: 6px;
  padding-top: 2px;
  font-size: 1.2rem;
}
.post-list .content-area .post-text pre {
  font-size: 1rem;
  line-height: 1.2rem;
  overflow: scroll;
  border: 1px #ddd solid;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 8px;
}
.post-list .content-area .content-type-plain {
  white-space: pre-wrap;
}
.post-list .content-area.has-context {
  -webkit-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-top: -1px;
}
.post-list .content-area.has-responses {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}
.post-list .context {
  background-color: #f5f5f5;
  color: #666;
  padding: 8px 8px 4px 8px;
  border: 1px #ddd solid;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.post-list .responses {
  background-color: #f5f5f5;
  padding: 8px 8px 8px 8px;
  border: 1px #ddd solid;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.post-list .context a, .post-list .responses a {
  text-decoration: none;
}
.post-list .context a:hover, .post-list .responses a {
  text-decoration: underline;
}

.post-list .post .post-img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.post-list .post-text img {
  max-width: 100%;
}

@media (max-width: 687px) {
  .post-list {
    margin-left: -13px;
    margin-right: -13px;
  }
  .post-list .content-area {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .load-more, .post-list .responses {
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
  }
  .post-list .additional-info {
    border-radius: 0 !important;
    border-left: 0;
    border-right: 0;
  }
}

/*
@media (max-width: 600px) {
  .post-list {
    margin-left: 7px;
    margin-right: 7px;
  }
}
*/

/* icon tabs */
.post-list .post-icon {
  display: none;
}
/*
.post-list .post-icon {
  position: absolute;
  margin-left: -48px;
  padding-right: 20px;
  padding-left: 4px;
  background: white;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.post-list .post-icon img {
  margin-top: 4px;
}
.post-list .content-area {
  border-top-left-radius: 0;
}
*/

.post-list .additional-info {
  background-color: rgba(245,245,245,0.7);
  border: 1px #ddd solid;
  padding: 8px;
  border-radius: 6px;
  margin-top: 10px;
  font-size: 12px;
}


/* translations */
.translations {
  background-color: #ffd;
  border-top: 1px #ff8 solid;
  border-bottom: 1px #ff8 solid;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 8px;
  margin-bottom: 4px;
  padding: 8px 16px 4px 16px;
}
.translations ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.translations ul li {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.translations ul li span {
  margin-right: 0.5em;
}


/* h-card */
.cover-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.post-card .row {
  display: flex;
  align-items: center;
}
.post-card .row .photo {
  margin-right: 8px;
}
.post-card .photo .photo-container {
  background: rgba(0, 0, 0, 0.2);
  padding: 1px;
  border-radius: 4px;
}
.post-card .photo img {
  display: block;
  max-width: 128px;
  max-height: 128px;
  background-color: white;
  border: 4px solid #fff;
  border-radius: 4px;
}

/* h-event */
.post-event .event-info {
  margin-top: 3px;
  color: #777;
}

.post-event .basic-info .name, .post-card .basic-info .name {
  font-size: 150%;
  line-height: 1.8em;
}

/* cover photos for h-cards and h-events in a list */
.post-list .post-card .cover-photo .basic-info, .post-list .post-card .cover-photo .basic-info a {
  color: white;
  font-weight: 500;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
.post-list .post .cover-photo .name {
  font-size: 180%;
  line-height: 33px;
  font-weight: bold;
}
.post-list .post .cover-photo .basic-info a:hover {
  text-decoration: underline;
}
.post-list .post .cover-photo .metaline {
  background: white;
  margin: 4px -8px -8px -8px;
  padding: 15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.post-list .post-event .cover-photo .white {
  background: white;
  margin: 120px -8px -8px -8px;
  padding: 16px;
}

/*
 * video play button overlay
 */
 .video-overlay {
   position: relative;
 }
 .video-overlay .overlay-image {
   background-color: rgba(0,0,0,0.1);
   background-image: url(/National_Library/20170827070107oe_/https://indiewebcat.com/assets/images/play-overlay.png);
   background-repeat: no-repeat;
   background-position: center;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
 }
 .video-overlay .overlay-image:hover {
   background-color: rgba(0,0,0,0.2);
 }


/*
 * all posts are contained in an <li> so revert the coloring of the bullets back one notch
 */
ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: circle;
}

/* RSVPs */
.context.rsvp {
  background-position: top right;
  background-repeat: no-repeat;
  height: 101px;
}
.context.rsvp.yes {
  background-image: url(/National_Library/20170827070107oe_/https://indiewebcat.com/assets/images/rsvp-yes.png);
}
.context.rsvp.no {
  background-image: url(/National_Library/20170827070107oe_/https://indiewebcat.com/assets/images/rsvp-no.png);
}
.context.rsvp.maybe {
  background-image: url(/National_Library/20170827070107oe_/https://indiewebcat.com/assets/images/rsvp-maybe.png);
}

.bookmark-host {
  color: #999;
}
/* blockquotes can be either generated by p3k, or included in the HTML of a post */
.bookmark-quoted-text, .bookmark-quoted-text blockquote {
  padding: 4px;
  margin: 0;
}
.post-list .content-area .bookmark-quoted-text .post-text {
  white-space: normal;
  border-left: 4px solid #ccc;
  padding: 9px;
  font-style: italic;
  font-weight: 300;
}

/* Trips, Sleeps, and other things that use the stats style */
.post-list .post .stats-container {
  border: 1px #ddd solid;
}
.post-list .post .stats-container.with-text {
  margin-bottom: 12px;
}
.stats-container .stats-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.stats-container .stats-row.food {
  align-items: center;
}
.stats-container .stats-row .statistic {
  float: left;
  display: block;
  padding: 6px 10px;
  font-size: 18pt;
  font-weight: 300;
}
.stats-container .stats-row .statistic .label {
  font-size: 11pt;
  color: #777;
  margin-top: 4px;
  display: block;
}

.stats-container.small .stats-row .statistic {
  font-size: 15pt;
}
.stats-container.small .stats-row .statistic .label {
  font-size: 10pt;
}

.stats-container .sleep-img {
  margin-top: 10px;
}
.stats-container .mode-icon img {
  height: 25px;
}
.stats-container .workout-icon img {
  width: 40px;
}


.itinerary-leg {
  margin-top: 8px;
  clear: left;
}
.itinerary-leg .location {
  font-size: 1.4em;
  line-height: 1.4em;
}


/* Meta Lines */
.post .metaline {
  color: #777;
  font-size: 90%;
  margin-top: 4px;
}
.post .metaline a {
  color: #777;
  text-decoration: none;
}
.post .metaline a:hover {
  text-decoration: underline;
}
.post .metaline .syndications {
  margin-left: 10px;
  font-size: 90%;
}
.post .metaline a.syndication:hover {
  text-decoration: none;
  color: #999;
}

/* Responses */

.responses-summary span {
  margin-right: 10px;
}

.responses ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.responses li.comment {
  padding: 0;
  margin: 0;
  margin-left: 54px;
  margin-bottom: 16px;
  line-height: 1.1em;
}

.responses li.comment .author {
  margin-bottom: 6px;
  font-size: 90%;
  /* chrome doesn't render emoji when the font is bold :( */
  /* font-weight: bold; */
}

.responses li.comment .author img {
  margin-left: -54px;
  float: left;
  border-radius: 4px;
}

.responses li.comment .author a {
  text-decoration: none;
}
.responses li.comment .author a:hover {
  text-decoration: underline;
}
.responses li.comment .author a.author_url {
  color: #888;
  font-weight: normal;
}

.responses li.comment .comment-content {
  white-space: pre-line;
}

.responses li.comment .metaline {
  padding-top: 2px;
}

.responses .facepile li {
  float: left;
  margin-left: 3px;
}
.responses .facepile .group {
  width: 48px;
  height: 36px;
  text-align: right;
  font-size: 20px;
}
.responses .facepile .group i {
  margin-right: 8px;
}
.responses .facepile img {
  border-radius: 4px;
}




/* Month Calendar View */
.month-container {
  max-width: 1100px;
  min-width: 700px;
  margin: 0 auto;
}
.month-table {
  background: white;
  width: 100%;
  border-collapse: collapse;
}
.month-table a {
  text-decoration: none;
  margin: 1px;
}
.month-table th {
  text-align: center;
  font-size: 13px;
  width: 14%;
}
.month-table td {
  vertical-align: top;
  position: relative;
  height: 90px;
}
.month-table td, .month-table th {
  padding: 8px;
  border: 1px #ddd solid;
}
.month-table td.prev-month, .month-table td.next-month {
  background-color: #eee;
}
.month-table td .day {
  float: left;
  line-height: 20px;
  font-weight: bold;
  color: #666;
  font-size: 26pt;
  margin-right: 4px;
}
.month-table td .day a:hover {
  text-decoration: none;
}
.month-table td img {
  max-height: 20px;
  max-width: 20px;
}
.month-table td .tag {
  font-size: 10pt;
  line-height: 14pt;
}
.month-table .location {
  font-size: 13px;
  line-height: 17px;
  color: rgb(153,153,153);
}
.month-table .locations {
  bottom: 2px;
  position: absolute;
}


/* Year Calendar View */
.year-container {
  margin: 0 auto;
}
@media (min-width: 833px) {
  .year-container {
    width: 832px;
  }
}
@media (max-width: 832px) and (min-width: 624px) {
  .year-container {
    width: 624px;
  }
}
@media (max-width: 624px) {
  .year-container {
    width: 416px;
  }
}
.month-calendar-in-year {
  background: white;
  float: left;
  height: 194px;
  width: 200px;
  margin: 4px;
  border-radius: 8px;
}
.month-calendar-in-year a {
  text-decoration: none;
}
.month-calendar-in-year h3 {
  text-align: center;
  margin: 8px 0;
}
.month-calendar-in-year table {
  width: 100%;
}
.month-calendar-in-year td, .month-calendar-in-year th {
  text-align: center;
  padding: 1px;
  font-size: 15px;
  width: 16%;
}
.month-calendar-in-year th {
  font-size: 13px;
  font-weight: bold;
}


/**
 * Paging next/prev links
 */

.navigation .prev {
  float: left;
}
.navigation .next {
  float: right;
}
.navigation::after {
  clear: both;
  display: table;
  content: "";
}

/* Paging Buttons */
/* Thanks tantek.com for the design inspiration */
a.prev, a.next {
  font-size: 10px;
  width: 11.4em;
  height: 6.5em;
  padding: 0.2em 0 3em 0.1em;
  margin-right: .3em;
  text-align: center;
  background: #d9d9d9;
  border-radius: 1em;
  border: .1em solid #CCC;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  line-height: 3em;
  text-decoration: none;
}
a.prev:hover, a.next:hover,
a.prev.hover, a.next.hover {
  text-decoration: none;
  background: #c9c9c9;
  border-color: #AAA;
}
a.prev.disabled, a.next.disabled,
a.prev.disabled.hover, a.next.disabled.hover,
a.prev.disabled:hover, a.next.disabled:hover {
  text-decoration: none;
  background: #f0f0f0;
  border-color: #d9d9d9;
  cursor: default;
}
a.prev.disabled abbr, a.next.disabled abbr, a.prev.disabled span, a.next.disabled span {
  cursor: default;
}
a.prev abbr, a.next abbr {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border-bottom: 0;
  cursor: pointer;
  font-size: 4em;
  vertical-align: bottom;
}

a.prev abbr, a.next abbr {
  display: block;
}
a.prev span, a.next span {
  font-size: 1.8em;
  line-height: 1.2em;
}

.load-more {
  background: #d9d9d9;
  border-radius: 6px;
  border: 1px #ccc solid;
  text-align: center;
}
.load-more:hover {
  background: #dcdcdc;
}
.load-more a {
  text-decoration: none;
  display: block;
  padding: 0.8em;
  color: #0088cc;
}
.load-more a:hover {
  color: #0991d5;
}



/**
 * Settings Page
 */
.settings-list .edit-name input {
  font-size: 1em;
}

/* override semantic-ui icon spacing */
i.icon {
  margin-right: 0;
}
