.posts-index a.read-more {
  border-bottom: 1px solid #bd10e0;
  padding-bottom: 1px; }
  .posts-index a.read-more:hover {
    color: #bd10e0; }
  .posts-index a.read-more:active {
    color: #222;
    border-color: #222; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  dd {
    margin-left: 180px; } }

caption, figcaption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left; }

.img-responsive, .post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  background-color: transparent;
  border-collapse: collapse; }

table {
  border-spacing: 0; }

td,
th {
  padding: 0; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.posts-index article {
  border-top: 16px solid #222;
  padding: 16px 0;
  margin-top: 16px; }

.posts-index h2 a {
  border-bottom: none; }

.posts-index .sleeve:first-of-type article {
  border-top: none;
  margin-top: 0; }

.posts-index article + article {
  margin-top: 48px; }

.list-index-pagination {
  padding-top: 16px;
  padding-bottom: 48px; }
  .list-index-pagination a {
    display: inline-block;
    width: 100px;
    margin-right: 10px; }

@media only screen and (min-width: 1049px) {
  .list-pagination {
    width: 192px;
    float: left;
    margin-left: 192px;
    overflow: visible; }
    .list-pagination .wrapper {
      width: 230px; } }

.post-author {
  margin-top: 6px;
  font-weight: 300;
  line-height: 1.4; }

.post-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 600; }

.post-content {
  margin-top: 0;
  padding-bottom: 2px;
  font-weight: 300; }
  .post-content p:first-child {
    margin-top: 0; }
  .post-content ul, .post-content ol {
    padding-left: 0; }
  .post-content p, .post-content ul, .post-content ol {
    line-height: 1.4;
    font-size: 17px; }
  .post-content .embed-container {
    margin-top: 30px;
    margin-bottom: 30px; }
  .post-content img {
    margin-right: auto;
    margin-left: auto; }
  .post-content .author-intro img {
    float: left;
    width: 25%;
    margin: 0px 1em 0px 0px; }
  .post-content .author-intro p {
    font-style: italic;
    margin-top: 0; }
  .post-content .author-intro .name {
    font-weight: bold; }
  .post-content .author-intro + p {
    margin-top: 8px; }
  .post-content .roundup-item {
    font-size: 17px;
    font-weight: 400;
    padding-top: 8px;
    margin-top: 32px;
    border-top: 1px solid #bd10e0; }
    .post-content .roundup-item + .roundup-item {
      margin-top: 48px; }
    .post-content .roundup-item p {
      margin-bottom: 0; }
  .post-content .roundup-title {
    margin-bottom: 0; }
    .post-content .roundup-title a {
      color: #bd10e0;
      text-decoration: none;
      border-bottom: none; }
      .post-content .roundup-title a:link {
        color: #bd10e0; }
      .post-content .roundup-title a:visited {
        color: #bd10e0; }
      .post-content .roundup-title a:hover {
        color: #222; }
      .post-content .roundup-title a:active {
        color: #bd10e0; }
      .post-content .roundup-title a:after {
        content: '';
        height: 8px;
        width: 10px;
        display: inline-block;
        background-image: url("../images/ui-arrow-sprite.svg");
        background-position-x: 0;
        margin-left: 4px;
        vertical-align: middle;
        bottom: 1px;
        margin-right: -14px; }
      .post-content .roundup-title a:hover::after {
        background-position-x: -20px; }
      .post-content .roundup-title a:active {
        color: #bd10e0; }
        .post-content .roundup-title a:active:after {
          background-position-x: 0px; }
  .post-content .screenshot {
    margin: 16px 0;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .post-content .submitted-by {
    font-weight: 300;
    margin-top: 8px; }
    .post-content .submitted-by:before {
      content: '/';
      color: #bd10e0;
      padding-right: 2px; }
  .post-content img.size-full {
    margin: 16px 0; }
  .post-content > p + p {
    margin-top: 1em; }
  .post-content > ol, .post-content > ul {
    margin: 16px 0; }
    .post-content > ol li, .post-content > ul li {
      padding-left: .8em;
      text-indent: -.8em; }
      .post-content > ol li + li, .post-content > ul li + li {
        margin-top: .75em; }
  .post-content > p + a img {
    margin-top: 16px; }
  .post-content blockquote {
    margin: 16px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 16px; }
    .post-content blockquote p + p {
      margin-top: 1em; }
    .post-content blockquote ul {
      margin: 1em 0; }
      .post-content blockquote ul li + li {
        margin-top: .75em; }

.pagination {
  margin-top: 16px; }
  .pagination .small-btn {
    display: inline-block;
    width: 49%;
    margin-bottom: 0px; }

@media only screen and (min-width: 696px) {
  .post-title {
    font-size: 40px; }
  .post-author {
    padding-bottom: 16px; }
  .post-content p, .post-content ul, .post-content ol {
    font-size: 22px; }
  .post-content .roundup-item p {
    font-size: 17px; }
  .post-content .roundup-title {
    font-weight: 400; }
  .post-content .roundup-item + .roundup-item {
    margin-top: 16px; }
  .post-content .submitted-by {
    font-weight: 400; }
  .post-content .screenshot {
    float: left;
    width: 30%; }
  .text-frame {
    font-weight: 300; }
  .roundup-item .metadata {
    float: left;
    width: 70%;
    padding: 16px; }
  article.post + article.post {
    margin-top: 64px; }
  .embed-container:first-child {
    margin-top: 4px; } }

@media only screen and (min-width: 1049px) {
  article, .pagination {
    max-width: 596px;
    margin: auto;
    margin-top: 16px; }
  .post-content > p, .post-content > ul, .post-content > ol {
    font-size: 24px; }
  .post-content .lil-list {
    font-size: 17px; } }

footer {
  margin-top: 24px; }

.tag, .category {
  display: inline-block;
  margin: 0px 5px 5px 0px;
  padding: 0px 1em 2px;
  border-radius: 8px;
  font-size: .9em;
  line-height: 1.6em;
  color: white;
  background-color: #bd10e0; }
  .tag:hover, .tag:focus,
  .tag a:hover, .tag a:focus, .category:hover, .category:focus,
  .category a:hover, .category a:focus {
    color: white;
    background-color: #17C5E3; }

figure.highlight pre {
  overflow: scroll; }

figure.highlight {
  background: #f8f8f8;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  figure.highlight .hll {
    background-color: #ffffcc; }
  figure.highlight .c {
    color: #408080;
    font-style: italic; }
  figure.highlight .err {
    border: 1px solid #FF0000; }
  figure.highlight .k {
    color: #008000;
    font-weight: bold; }
  figure.highlight .o {
    color: #666666; }
  figure.highlight .cm {
    color: #408080;
    font-style: italic; }
  figure.highlight .cp {
    color: #BC7A00; }
  figure.highlight .c1 {
    color: #408080;
    font-style: italic; }
  figure.highlight .cs {
    color: #408080;
    font-style: italic; }
  figure.highlight .gd {
    color: #A00000; }
  figure.highlight .ge {
    font-style: italic; }
  figure.highlight .gr {
    color: #FF0000; }
  figure.highlight .gh {
    color: #000080;
    font-weight: bold; }
  figure.highlight .gi {
    color: #00A000; }
  figure.highlight .go {
    color: #808080; }
  figure.highlight .gp {
    color: #000080;
    font-weight: bold; }
  figure.highlight .gs {
    font-weight: bold; }
  figure.highlight .gu {
    color: #800080;
    font-weight: bold; }
  figure.highlight .gt {
    color: #0040D0; }
  figure.highlight .kc {
    color: #008000;
    font-weight: bold; }
  figure.highlight .kd {
    color: #008000;
    font-weight: bold; }
  figure.highlight .kn {
    color: #008000;
    font-weight: bold; }
  figure.highlight .kp {
    color: #008000; }
  figure.highlight .kr {
    color: #008000;
    font-weight: bold; }
  figure.highlight .kt {
    color: #B00040; }
  figure.highlight .m {
    color: #666666; }
  figure.highlight .s {
    color: #BA2121; }
  figure.highlight .na {
    color: #7D9029; }
  figure.highlight .nb {
    color: #008000; }
  figure.highlight .nc {
    color: #0000FF;
    font-weight: bold; }
  figure.highlight .no {
    color: #880000; }
  figure.highlight .nd {
    color: #AA22FF; }
  figure.highlight .ni {
    color: #999999;
    font-weight: bold; }
  figure.highlight .ne {
    color: #D2413A;
    font-weight: bold; }
  figure.highlight .nf {
    color: #0000FF; }
  figure.highlight .nl {
    color: #A0A000; }
  figure.highlight .nn {
    color: #0000FF;
    font-weight: bold; }
  figure.highlight .nt {
    color: #008000;
    font-weight: bold; }
  figure.highlight .nv {
    color: #19177C; }
  figure.highlight .ow {
    color: #AA22FF;
    font-weight: bold; }
  figure.highlight .w {
    color: #bbbbbb; }
  figure.highlight .mf {
    color: #666666; }
  figure.highlight .mh {
    color: #666666; }
  figure.highlight .mi {
    color: #666666; }
  figure.highlight .mo {
    color: #666666; }
  figure.highlight .sb {
    color: #BA2121; }
  figure.highlight .sc {
    color: #BA2121; }
  figure.highlight .sd {
    color: #BA2121;
    font-style: italic; }
  figure.highlight .s2 {
    color: #BA2121; }
  figure.highlight .se {
    color: #BB6622;
    font-weight: bold; }
  figure.highlight .sh {
    color: #BA2121; }
  figure.highlight .si {
    color: #BB6688;
    font-weight: bold; }
  figure.highlight .sx {
    color: #008000; }
  figure.highlight .sr {
    color: #BB6688; }
  figure.highlight .s1 {
    color: #BA2121; }
  figure.highlight .ss {
    color: #19177C; }
  figure.highlight .bp {
    color: #008000; }
  figure.highlight .vc {
    color: #19177C; }
  figure.highlight .vg {
    color: #19177C; }
  figure.highlight .vi {
    color: #19177C; }
  figure.highlight .il {
    color: #666666; }

.gist .markdown-body p {
  font-size: 1rem; }

.gist-data {
  max-height: 350px;
  overflow: auto;
  padding: 0.25rem; }

.gist-file {
  border: 0px; }

iframe {
  display: block;
  width: 100% !important; }

figure {
  margin: 0px;
  padding: 0px; }

figure figcaption {
  text-align: center;
  display: block;
  padding-top: 0.75rem; }

/*# sourceMappingURL=blog.css.map */