body {
}

textarea {
	width: 80%;
    font-size: 15px;
    resize: none;
}

.microblog_reply_button {
    margin-top: 5px;
}

.microblog_reply_button input {
    font-size: 15px;
}

.conversation-on-mb {
    color: darkgray;
}

table {
    font-size: 16px;
}

div quoteback-component {
  	display: block;
  	margin-top: 20px;
}

article.post {
	margin-top: 20px;
}

form#search {
	display: none;
}

blockquote {
  	margin-top: 15px;
}

#wrapper {
  max-width: 700px;
  padding-top: 40px;
}

.profile #wrapper {
	padding-top: 50px;
	padding-bottom: 30px;
}

#post-meta {
	display: none;
}

article ol li {
	list-style-type: decimal;
}  

article ul li {
	list-style-type: disc;
}

.post-body ul li {
	list-style-type: disc !important;
}

video {
  max-width: 100%;
}

pre {
  margin-top: 15px;
}

pre code {
  background-color: unset;
}

.microblog_conversation {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid lightgray;
}

.microblog_post {
	padding-top: 20px;
	padding-bottom: 20px;
}

.microblog_avatar {
	border-radius: 10px;
	vertical-align: top;
	padding: 0px;
}

.microblog_text {
  margin-top: 1em;
}

.microblog_time {
	font-size: 13px;
	padding-top: 10px;
	color: gray;
}

.microblog_time a {
	color: gray;
    text-decoration: none;
}

.bookshelf_book {
  padding-bottom: 7px;
}

.bookshelf_book:first-child {
  padding-top: 30px;
}

.bookshelf_book img {
	margin-right: 3px;
}

.bookshelf_title {
  font-weight: 500;
}

nav.main-nav a, #footer a, #post-nav a, p a {
	box-shadow: inset 0 -2px 0 #DEDEDE;
}

nav.main-nav a:hover, #footer a:hover, #post-nav a:hover, p a:hover {
	box-shadow: inset 0 -25px 0 #EFEFEF;
}

nav.main-nav a.cta {
	background: #fff;
	color: #f29c38;
	padding: 6px 14px;
	border: 2px solid #f29c38;
	border-radius: 20px;
	white-space: nowrap;
	box-shadow: none;
}

nav.main-nav a.cta:hover {
	background: #fffee4;
	color: #f29c38;
	margin-left: 12px;
}

.site-title {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.site-title a {
	vertical-align: top;
}

.site-image {
	display: inline-block;
	width: 26px;
	border-radius: 13px;
	margin-top: -5px;
}

.site-menus {
	float: right;
}

nav.main-nav {
	text-align: left;
}

.bookshelf_book img {
  padding-top: 0px;
}

.subscribe_form input[type="text"] {
  margin-top: 20px;
  height: 28px;
  border: 1px solid #DEDEDE;
  padding-left: 5px;
  padding-right: 5px;
}

.subscribe_form input[type="submit"] {
  height: 28px;
  border-radius: 14px;
  border: 1px solid #DEDEDE;
  background-color: #EFEFEF;
  padding-left: 15px;
  padding-right: 15px;
}

.quoteback-container {
  margin-top: 15px !important;
}

.gist-file {
  margin-top: 15px;
}

.gist-meta {
  display: none;
}

.conversation_div a {
	font-size: 14px;
	text-decoration: none;
	box-shadow: none;
}

.bookgoals {
  padding-top: 15px;
}

.bookgoals img {
	padding: 5px;
	object-fit: cover;
	max-height: 140px;
}

.car_thumbnail {
  max-width: 200px;
  height: auto;
  padding-bottom: 0px;
}

.microblog_narration_button span {
  vertical-align: middle;
}

.transcript_link {
  display: none;
}

code {
  background-color: #EFEFEF;
  border-radius: 4px;
  padding-left: 2px;
  padding-right: 2px;
}

.archive_posts img {
  height: 100px;
  width: auto;
}

.microblog_category_intro {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #EEEEEE;
}

@media only screen and (max-width: 750px) {

  .site-menus {
	  float: none;
  }

}

@media only screen and (max-width: 600px) {

  nav.main-nav a.cta {
	  display: none;
  }

  nav.main-nav a {
		margin-left: 0px;
		margin-right: 12px;
  }

  nav.main-nav .site-title a {
		margin-left: 12px;
  }

  .photos-grid-container {
	margin-right: 20px;
  }

}

@media (prefers-color-scheme: dark) {

	.site-title {
		margin-left: 30px;
	}

	.site-menus {
		margin-left: 30px;
	}

	@media only screen and (min-width: 900px) {
		nav.main-nav {
			padding-left: 12px !important;
			padding-right: 12px !important;
			padding-top: 12px !important;
			padding-bottom: 0px !important;
		}
	}

    tr:nth-child(odd)>td {
  	  background: #000;
    }

   .e-content p a {
      text-decoration: underline !important;
   }

  code {
    background-color: #2A2A2A;
  }

}
