/*   
Theme Name: Slimejam, 2013
Author: Christopher Miles
*/
/*  RESETS  ---------------------------------------------------------------  */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
textarea {
  margin: 0;
}
p,
div,
ul,
ol,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
table,
a,
span {
  background-repeat: no-repeat;
}
code {
  font-size: 90%;
}
del a:hover,
del a:active {
  cursor: default;
  text-decoration: none;
}
small {
  font-size: 85%;
}
sup {
  font-size: 85%;
  vertical-align: super;
  line-height: 1;
}
q,
cite {
  font-style: normal;
}
/*  RE-USABLES  -----------------------------------------------------------  */
.clear,
.separator {
  clear: both;
}
.notice {
  color: orange;
}
.warning {
  color: red;
}
.ie-warning {
  display: none;
  font-size: 75%;
  background-color: red;
  color: #FFF;
  padding: 5px;
}
.ie-warning a:link {
  color: #FFF;
}
.ie-warning a:hover {
  color: #DDD;
  text-decoration: underline;
}
.ie8 .ie8-warning,
.ie7 .ie7-warning,
.ie7 .ie7-warning {
  display: block;
}
.divider {
  height: 0;
  border: 0;
  margin-top: 52.5px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #FFF;
  margin-bottom: 52.5px;
}
.nav-horizontal li {
  display: inline-block;
  margin-right: .5em;
}
.ie6 .nav-horizontal li,
.ie7 .nav-horizontal li {
  display: inline;
  zoom: 1;
}
/*  LESS VARIABLES --------------------------------------------------------  */
/*  LESS CLASSES  ---------------------------------------------------------  */
.icomoon {
  font-family: 'icomoon';
  speak: none;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
/*  TYPOGRAPHY  -----------------------------------------------------------  */
html {
  font-size: 21px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 35.699999999999996px;
  font-weight: 900;
}
h2 {
  font-size: 23.1px;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 17.849999999999998px;
  }
  h1 {
    font-size: 30.344999999999995px;
  }
  h2 {
    font-size: 19.635px;
  }
}
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 500;
}
.post-title {
  font-weight: 700;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  LAYOUT AND PRESENTATION -----------------------------------------------  */
html {
  text-align: center;
  height: 100%;
  background: #ffffff url(img/background.jpg);
}
body {
  background: rgba(253, 253, 253, 0.8);
  font-family: "franklin-gothic-urw", sans-serif;
  color: #333;
  position: relative;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #575;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
a:visited {
  color: #575;
}
a:hover,
a:active {
  color: #242;
}
/* MAIN LAYOUT BLOCKS */
#site-header,
#content,
#site-footer {
  padding-top: 2em;
  margin-bottom: 3em;
  margin-left: 21px;
  margin-right: 21px;
  text-align: left;
}
@media screen and (min-width: 672px) {
  #site-header,
  #content,
  #site-footer {
    max-width: 630px;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1302px) {
  #site-header {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  #content {
    display: inline-block;
    max-width: none;
  }
  .ie6 #content,
  .ie7 #content {
    display: inline;
    zoom: 1;
  }
}
/* SITE HEADER */
#site-header > * {
  display: inline-block;
}
.ie6 #site-header > *,
.ie7 #site-header > * {
  display: inline;
  zoom: 1;
}
#site-graphic {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  z-index: -1;
  opacity: 0.35;
}
.ie8 #site-graphic,
.ie7 #site-graphic,
.ie6 #site-graphic {
  filter: alpha(opacity=10);
}
@media screen and (min-width: 672px) {
  #site-graphic {
    width: 630px;
    left: 50%;
    margin-left: -315px;
  }
}
#site-title {
  color: #686;
  margin-right: 1em;
}
@media screen and (min-width: 1302px) {
  #site-title {
    width: 315px;
    margin-right: 0;
    text-align: right;
    padding-right: 1.5em;
  }
}
#site-title a {
  color: #686;
  text-decoration: none;
}
#site-title a:hover {
  border-bottom: 2px solid #797;
}
#site-tagline {
  color: #777;
  font-size: 18.900000000000002px;
  font-weight: 300;
}
#site-tagline a {
  color: #777;
  text-decoration: none;
  font-weight: 500;
}
#site-tagline a:hover {
  color: #575;
  border-bottom: 1px solid #797;
}
/* POSTS */
.post {
  max-width: 630px;
}
@media screen and (min-width: 1302px) {
  .post {
    max-width: 1260px;
    padding-bottom: 0;
  }
}
/* Posts - Main layout blocks */
@media screen and (min-width: 1302px) {
  .post-meta,
  .post-header,
  .post-body,
  .post-footer {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
  }
  .ie6 .post-meta,
  .ie7 .post-meta,
  .ie6 .post-header,
  .ie7 .post-header,
  .ie6 .post-body,
  .ie7 .post-body,
  .ie6 .post-footer,
  .ie7 .post-footer {
    display: inline;
    zoom: 1;
  }
}
/* Post header */
.category-links .post-header,
.category-foundobjects .post-header,
.category-microposts .post-header,
.category-listening .post-header,
.category-photoquickies .post-header,
.category-reading-quote .post-header,
.category-reading-reviews .post-header {
  position: absolute;
  left: -9999px;
}
.ie8 .category-links .post-header,
.ie8 .category-foundobjects .post-header,
.ie8 .category-microposts .post-header,
.ie8 .category-listening .post-header,
.ie8 .category-photoquickies .post-header,
.ie8 .category-reading-quote .post-header,
.ie8 .category-reading-reviews .post-header {
  display: none;
}
.category-links.category-customlinks .post-header {
  position: static;
}
@media screen and (min-width: 1302px) {
  .post-header {
    width: 630px;
  }
  .category-links .post-header,
  .category-foundobjects .post-header,
  .category-microposts .post-header,
  .category-photoquickies .post-header,
  .category-listening .post-header,
  .category-quote .post-header {
    width: 0;
    margin-right: 0;
  }
  .category-links.category-customlinks .post-header {
    width: 630px;
  }
}
/* Post meta */
.post-meta {
  margin-bottom: .5em;
  font-weight: 300;
}
.post-meta,
.post-meta a:link,
.post-meta a:visited {
  color: #999;
  font-size: 12.6px;
  margin-top: 8.4px;
}
@media screen and (min-width: 1302px) {
  .post-meta {
    width: 315px;
    text-align: right;
    padding-right: 1.5em;
  }
}
.post-meta a {
  text-decoration: none;
}
.post-meta a:hover {
  text-decoration: none;
  border-bottom: 1px solid #BBB;
}
.post-meta-item {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.ie6 .post-meta-item,
.ie7 .post-meta-item {
  display: inline;
  zoom: 1;
}
.post-category-name {
  position: absolute;
  left: -9999px;
}
/* Post category icons */
.post-category-icon {
  position: relative;
  top: -1px;
}
.category-photoquickies .post-category-icon {
  top: -2px;
}
.post-category-icon:before,
.category-microposts .post-category-icon:before,
.category-links .post-category-icon:before,
.category-foundobjects .post-category-icon:before,
.category-photoquickies .post-category-icon:before,
.category-listening .post-category-icon:before,
.category-reading .post-category-icon:before {
  font-family: 'icomoon';
  speak: none;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
.category-microposts .post-category-icon:before {
  content: "\e003";
}
.category-links .post-category-icon:before,
.category-foundobjects .post-category-icon:before {
  content: "\e004";
}
.category-photoquickies .post-category-icon:before {
  content: "\e005";
}
.category-listening .post-category-icon:before {
  content: "\e006";
}
.category-reading .post-category-icon:before {
  content: "\e007";
}
/* Post body */
.category-microposts .post-body {
  font-size: 23.1px;
  font-weight: 300;
  color: #464;
}
@media screen and (min-width: 1302px) {
  .post-body {
    width: 630px;
    margin-left: 315px;
  }
  .category-links .post-body,
  .category-foundobjects .post-body,
  .category-microposts .post-body,
  .category-photoquickies .post-body,
  .category-listening .post-body,
  .category-reading-quote .post-body,
  .category-reading-reviews .post-body {
    margin-left: 0;
  }
  .category-links.category-customlinks .post-body {
    margin-left: 315px;
  }
}
/* Images and other media */
.post-body figure {
  width: 100%;
  margin: 1em auto;
  padding: 0;
}
.post-body figure:first-child {
  margin-top: .5em;
}
.post-body img,
.post-body iframe,
.post-body audio,
.post-body video {
  display: block;
  width: 100%;
}
.post-body img,
.post-body iframe {
  margin: 0;
  padding: 0;
  border: 8px solid #FFF;
  -webkit-box-shadow: 0 0 5px #BBB;
  -moz-box-shadow: 0 0 5px #BBB;
  box-shadow: 0 0 5px #BBB;
}
.post-body iframe[src*="spotify"] {
  display: inline-block;
  width: auto;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post-body .photoset img {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .js .post-body figure img,
  .js .post-body figure figcaption {
    display: none;
  }
  .js .post-body figure .loading {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #999;
    font-size: 15.75px;
    -webkit-animation: loading infinite 2s;
    -moz-animation: loading infinite 2s;
    -ms-animation: loading infinite 2s;
    -o-animation: loading infinite 2s;
    animation: loading infinite 2s;
  }
  .js .post-body figure .loading:before {
    font-family: 'icomoon';
    speak: none;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    content: "\e000";
  }
  .js.no-fontface .post-body figure .loading:before {
    content: "Loading";
  }
  @keyframes "loading" {
    0% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    50% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    100% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
  }
  @-moz-keyframes loading {
    0% {
      filter: alpha(opacity=0);
      opacity: 0;
    }
    50% {
      filter: alpha(opacity=100);
      opacity: 1;
    }
    100% {
      filter: alpha(opacity=0);
      opacity: 0;
    }
  }
  @-webkit-keyframes "loading" {
    0% {
      filter: alpha(opacity=0);
      opacity: 0;
    }
    50% {
      filter: alpha(opacity=100);
      opacity: 1;
    }
    100% {
      filter: alpha(opacity=0);
      opacity: 0;
    }
  }
  @-ms-keyframes "loading" {
    0% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    50% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    100% {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
  }
  @-o-keyframes "loading" {
    0% {
      filter: alpha(opacity=0);
      opacity: 0;
    }
    50% {
      filter: alpha(opacity=100);
      opacity: 1;
    }
    100% {
      filter: alpha(opacity=0);
      opacity: 0;
    }
  }
  .post-body figure.horizontal {
    max-width: 90%;
  }
  .post-body figure.vertical {
    max-width: 50%;
  }
  .post-body figure.square {
    max-width: 70%;
  }
  .post-body .photoset img {
    max-width: none;
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 1%;
  }
  .ie6 .post-body .photoset img,
  .ie7 .post-body .photoset img {
    display: inline;
    zoom: 1;
  }
}
.post-body figcaption {
  font-size: 16.8px;
  color: #888;
  font-weight: 300;
}
.post-body figcaption a {
  color: #888;
  text-decoration: underline;
}
.post-body figcaption a:hover {
  color: #444;
}
/* Blockquotes */
.post-body blockquote {
  padding: 0 .5em;
  color: #555;
}
@media screen and (min-width: 735px) {
  .post-body blockquote {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.post-body blockquote p + p {
  text-indent: 1em;
}
/* Blockquote and micropost quote mark icons */
.post-body blockquote p:first-child:before,
.category-microposts .post-body p:first-child:before {
  font-family: 'icomoon';
  speak: none;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: '\e001';
  margin-right: .25em;
  position: relative;
  top: -0.25em;
}
/* Pull quotes */
.post-body .pulledquote {
  display: none;
  color: #464;
}
@media screen and (min-width: 672px) {
  .post-body .pulledquote {
    display: block;
    width: 320px;
    float: right;
    text-align: right;
    margin-left: 3%;
  }
}
/* List elements */
.post-body ul,
.post-body ol {
  list-style-position: inside;
}
/* Credits */
.credit {
  font-weight: 200;
  color: #555;
}
.credit a:link,
.credit a:hover {
  color: #666;
}
.credit a:hover {
  color: #333;
}
/* End of post divider */
.post:last-of-type .divider {
  display: none;
}
@media screen and (min-width: 1302px) {
  .post .divider {
    margin-left: 315px;
    margin-right: 315px;
  }
}
/* Post footer */
.post-footer {
  margin-top: 1.5em;
  text-align: right;
  font-weight: 300;
}
@media screen and (min-width: 1302px) {
  .post-footer {
    width: 315px;
    padding-left: 2em;
    margin-top: .4em;
    text-align: left;
  }
}
.post-footer,
.post-footer a:link,
.post-footer a:visited {
  color: #999;
  font-size: 12.6px;
}
.post-footer a {
  text-decoration: none;
}
.post-footer a:hover {
  text-decoration: none;
  border-bottom: 1px solid #BBB;
}
.post-tags:before {
  font-family: 'icomoon';
  speak: none;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  content: '\e002';
  margin-right: .25em;
}
/* Pagination */
#pagination {
  margin: 6em 0;
  font-size: 17.849999999999998px;
  font-weight: 200;
  color: #797;
  text-align: center;
}
#pagination ul.page-numbers {
  display: inline-block;
  margin: 0 auto;
}
.ie6 #pagination ul.page-numbers,
.ie7 #pagination ul.page-numbers {
  display: inline;
  zoom: 1;
}
@media screen and (min-width: 1302px) {
  #pagination ul.page-numbers {
    width: 630px;
  }
}
#pagination li {
  display: inline-block;
}
.ie6 #pagination li,
.ie7 #pagination li {
  display: inline;
  zoom: 1;
}
#pagination a {
  font-weight: 400;
  color: #686;
  text-decoration: none;
}
.next {
  margin-left: 1em;
}
.prev {
  margin-right: 1em;
}
.next:after,
.prev:before {
  font-family: 'icomoon';
  speak: none;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 12.6px;
  position: relative;
  top: -0.05em;
}
.next:after {
  content: '\e009';
  margin-left: .2em;
}
.prev:before {
  content: '\e008';
  margin-right: .2em;
}
#pagination a:hover {
  border-bottom: 1px solid #575;
  color: #353;
}
#pagination a:not(.prev):not(.next) {
  display: inline;
  padding: 4px;
  border: 1px solid #9A9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 .2em;
}
#pagination a:not(.prev):not(.next):hover {
  background-color: #353;
  border-color: #353;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 672px) {
  #pagination a,
  #pagination .current,
  #pagination .dots {
    display: none !important;
  }
  #pagination .prev,
  #pagination .next {
    display: inline !important;
  }
}
/* Site footer */
#site-footer {
  padding: 40px;
  font-size: 14.7px;
  color: #777;
  font-weight: 300;
  text-align: center;
}
#site-footer a {
  font-weight: 500;
  color: #777;
  text-decoration: none;
}
#site-footer a:hover {
  color: #575;
  text-decoration: none;
  border-bottom: 1px solid #797;
}
