body {
   color: #323232;
   background-image: url("../images/groovepaper+mk4izt.png");
   font-family: "Georgia", serif;
   font-size: 1.125em;
   font-weight: 400;
   line-height: 1.5em;
   overflow-x: hidden;
}

/* Base */
#wrap {
   margin: 0 auto;
   top: 0px;
   left: 0px;
   bottom: 0px;
   right: 0px;
   position: absolute;
   width: 1024px;
}

#logo {
   top: 100px;
   left: 0px;
   position: relative;
   text-align: right;
   width: 125px;
}

#side-bar {
   top: 100px;
   left: 25px;
   position: relative;
   text-align: right;
   width: 125px;
}

#content {
   top: 0px;
   left: 200px;
   position: relative;
   background: white;
   border: 1px solid #f8f8f8;
   padding: 0;
   width: 650px;
}

article {
   margin: 40px 50px 60px 50px;
}

/* Tablet */
@media only screen and (min-width: 650px) and (max-width: 900px) {
   #wrap {
      width: 650px;
   }

   #logo {
      top: 40px;
      left: 55px;
      text-align: left;
   }

   p#by-line {
      visibility: hidden;
   }

   #side-bar {
      top: -15px;
      left: 160px;
      text-align: left;
   }

   #content {
      top: 30px;
      left: 0px;
      right: 0px;
   }
}

p.image {
   margin: 2em 0 1.75em 0;
   text-indent: 0;
}

p.image-with-caption {
   margin: 2em 0 0 0;
   text-indent: 0;
}

p.caption {
   font-size: 0.9em;
   font-style: italic;
   text-align: center;
   margin-bottom: 1.75em;
   -webkit-font-smoothing: antialiased;
}

img.overflow {
   position: relative;
   left: -85px;
}

/* Mobile */
@media only screen and (max-width: 649px) {
   #wrap {
      width: 100%;
   }

   #logo {
      top: 40px;
      left: 5px;
      text-align: left;
      margin-left: 8%;
   }

   p#by-line {
      visibility: hidden;
   }

   #side-bar {
      top: -15px;
      left: 110px;
      text-align: left;
      margin-left: 8%;
   }

   #content {
      top: 30px;
      left: 0px;
      width: 100%;
   }

   article {
      margin: 40px 8% 60px 8%;
   }

   img.overflow {
      position: inherit;
      max-width: 100%;
   }
}

p#some-thoughts {
  color: #ff6017;
  text-indent: 0;
}

p#by-line {
  color: #6c7c8b;
  font-family: "Lato", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 0.833em;
  margin-top: 10px;
  padding-right: 4px;
  text-indent: 0;
}

#pagination {
   padding: 0 50px 70px 50px;
   text-align: center;
}
#pagination .previous {
   float: left;
}
#pagination .next {
   float: right;
}
span.next, span.previous {
   color: rgb(220, 220, 220);
}

h1 {
   color: rgb(130, 130, 220);
   font-family: "Lato", "Helvetica", "Arial", sans-serif;
   font-size: 1.5em;
   margin-bottom: 2em;
   text-align: center;
}
h1 a {
   color: #a2ad45;
}
h1 a:hover {
   color: #6c7c8b;
}

h2 {
   color: rgb(130, 130, 220);
   font-family: "Lato", "Helvetica", "Arial", sans-serif;
   font-size: 1.15em;
   margin-bottom: 1em;
   margin-top: 2em;
}

h3 {
   font-family: "Lato", "Helvetica", "Arial", sans-serif;
   font-size: 0.9375em;
   margin-bottom: 0.75em;
}

p {
   margin: 0;
   text-indent: 1.5em;
   -webkit-font-smoothing: antialiased;
}

blockquote {
   font-size: 0.9375em;
   line-height: 1.4375em;
   margin: 1em 1.5em 1em 1.5em;
}

code {
   background-color: rgb(245, 245, 245);
}

pre {
   background-color: rgb(245, 245, 245);
   margin: 1.5em 0em;
   padding: 1em 1.5em;
   overflow-x: scroll;
   -webkit-font-smoothing: antialiased;
}

ul {
   -webkit-font-smoothing: antialiased;
}

ul.posts {
   font-weight: 400;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
ul.posts li {
   line-height: 2.5em;
}

a {
   color: #6c7c8b;
   text-decoration: none;
}
a img {
   border: none;
}
a:hover {
   color: #a2ad45;
}
a:active {
   color: #323232;
   outline: none;
}
a:visited {
   outline: none;
}

button {
   background: none;
   border: 0;
   cursor: pointer;
   outline: 0;
}

img.thumb {
   margin-right: 7px;
   margin-bottom: 4px;
   height: 125px;
   width: 125px;
   opacity: 1.0;
}
img.thumb:hover {
   opacity: 0.75;
}

strong {
   font-weight: normal;
   color: #a2ad45;
}

.flush {
   text-indent: 0;
}

.note {
   color: rgb(130, 130, 130);
   font-size: 0.85em;
   padding-bottom: 1em;
   text-align: center;
   text-indent: 0;
   font-style: italic;
}

.right-align {
   text-align: right;
}

.lb-overlay {
   background-color: rgba(255, 255, 255, 0.95);
   margin: auto;
   position: fixed;
   top: 0; left: 0; bottom: 0; right: 0;
   height: 100%;
   width: 100%;
   /*overflow-x: scroll;*/
   z-index: 1 !important;
}

.lb-prev {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   background-image: url('/images/leftarrow+mssjwv.png');
   background-position: left center;
   background-repeat: no-repeat;
   position: absolute;
   top: 25%; left: 0;
   height: 50%;
   width: 15%;
   opacity: 0.1;
   z-index: 101;
}
.lb-prev:hover {
   opacity: 0.5;
}
.lb-prev-label {
   visibility: hidden;
   line-height: 0;
   position: absolute;
   right: 50px;
}

.lb-next {
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   background-image: url('/images/rightarrow+mssjs7.png');
   background-position: right center;
   background-repeat: no-repeat;
   position: absolute;
   top: 25%; right: 0;
   height: 50%;
   width: 85%;
   opacity: 0.1;
   z-index: 101;
}
.lb-next:hover {
   opacity: 0.5;
}
.lb-next-label {
   visibility: hidden;
   line-height: 0;
   position: absolute;
   right: 50px;
}

.lb-close {
   background-image: url('/images/close+msskb2.png');
   position: absolute;
   top: 20px; right: 20px;
   width: 40px;
   height: 40px;
   opacity: 0.25;
   z-index: 101;
}
.lb-close:hover {
   opacity: 0.5;
}

img.lb-image {
   margin: auto;
   max-height: 100%;
   max-width: 100%;
   position: absolute;
   top: 0; left: 0; bottom: 0; right: 0;
   z-index: 100;
}


/* loading spinner */

@-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
.loading {
   border-radius: 50%;
   position: absolute;
   top: 50%;
   left: 50%;
   width: 24px;
   height: 24px;
   margin-top: -16px;
   margin-left: -16px;
   border: 0.25rem solid rgba(90, 90, 90, 0.25);
   border-top-color: #5a5a5a;
   -webkit-animation: spin 1s infinite linear;
   animation: spin 1s infinite linear;
}
