/* line 7, ../sass/_structure.scss */
html,
body {
  margin: 0;
  padding: 0;
}

/* line 13, ../sass/_structure.scss */
#container {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 40px;
}
@media only screen and (max-width: 960px) {
  /* line 13, ../sass/_structure.scss */
  #container {
    padding: 0 15px;
  }
}

/* line 22, ../sass/_structure.scss */
#masthead {
  height: 90px;
  padding: 40px 0;
}
@media only screen and (max-width: 960px) {
  /* line 22, ../sass/_structure.scss */
  #masthead {
    padding: 15px 0;
  }
}

/* line 29, ../sass/_structure.scss */
#main {
  margin-right: 240px;
}
@media only screen and (max-width: 960px) {
  /* line 29, ../sass/_structure.scss */
  #main {
    margin-right: 0;
  }
}

/* line 35, ../sass/_structure.scss */
section {
  margin-bottom: 50px;
}

/* line 39, ../sass/_structure.scss */
#sidebar {
  float: right;
  width: 180px;
}
/* line 42, ../sass/_structure.scss */
#sidebar section {
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  /* line 39, ../sass/_structure.scss */
  #sidebar {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 960px) {
  /* line 51, ../sass/_structure.scss */
  #sidebar .no-mobile {
    display: none;
  }
}

/* line 56, ../sass/_structure.scss */
footer {
  clear: both;
  padding: 40px 0 80px;
}

/* line 61, ../sass/_structure.scss */
article footer {
  clear: left;
  border-top: 1px dotted #ddd;
  margin: 40px 0 0;
  padding: 20px 0 0;
}

/*
 * Basics
 */
/* line 17, ../sass/_typography.scss */
html {
  font-family: "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

/* line 26, ../sass/_typography.scss */
body {
  font-size: 18px;
}

/* line 30, ../sass/_typography.scss */
h1, h2, h3, h4, h5 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 20px;
}

/* line 36, ../sass/_typography.scss */
h1 {
  font-weight: 400;
}

/* line 40, ../sass/_typography.scss */
h2, h3 {
  margin: 20px 0 5px 0;
}

/* line 44, ../sass/_typography.scss */
h3 {
  font-size: 18px;
}

/* line 48, ../sass/_typography.scss */
a {
  color: #509BF3;
  text-decoration: none;
}
/* line 51, ../sass/_typography.scss */
a:hover {
  color: #FD5361;
}

/* line 56, ../sass/_typography.scss */
p {
  margin: 0 0 15px;
}

/* line 60, ../sass/_typography.scss */
strong {
  font-weight: 500;
}

/* line 64, ../sass/_typography.scss */
small {
  font-size: 85%;
  color: #bbb;
}

/*
 * Lists
 */
/* line 73, ../sass/_typography.scss */
ul, ol, dl {
  margin: 0 0 15px 20px;
  padding: 0;
}

/* line 77, ../sass/_typography.scss */
li {
  margin: 0 0 0 1em;
  padding: 0;
}

/* line 81, ../sass/_typography.scss */
ol li {
  list-style: decimal;
}

/* line 84, ../sass/_typography.scss */
ul li {
  list-style: circle;
}

/*
 * Misc
 */
/* line 91, ../sass/_typography.scss */
hr {
  position: relative;
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/*
 * Images
 */
/* line 102, ../sass/_typography.scss */
p img {
  display: block;
  margin: 0 0 10px;
  border-radius: 5px;
}

/* line 107, ../sass/_typography.scss */
img {
  max-width: 100%;
}

/*
 * Code
 */
/* line 114, ../sass/_typography.scss */
code,
pre {
  font-family: Menlo, Monaco, "Courier New", monospace;
}

/* line 118, ../sass/_typography.scss */
code {
  padding: .25em .5em;
  font-size: 85%;
  color: #FD5361;
  background-color: #f9f9f9;
  border-radius: 3px;
}

/* line 125, ../sass/_typography.scss */
pre {
  display: block;
  margin: 0 0 15px;
  padding: 10px 15px;
  line-height: 1.4;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f9f9f9;
}

/* line 136, ../sass/_typography.scss */
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
}

/* line 141, ../sass/_typography.scss */
.highlight {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 4px;
}

/* line 147, ../sass/_typography.scss */
.highlight pre {
  margin-bottom: 0;
  background-color: transparent;
}

/*
 * Quotes
 */
/* line 155, ../sass/_typography.scss */
blockquote {
  padding: 5px 50px 5px 12px;
  margin: 0 0 15px 24px;
  color: #999999;
  border-left: 1px solid #bbb;
}

/* line 161, ../sass/_typography.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/*
 * Sections
 */
/* line 169, ../sass/_typography.scss */
#masthead h1 {
  font-size: 24px;
  font-weight: 500;
}
/* line 172, ../sass/_typography.scss */
#masthead h1 a {
  color: #000;
  text-decoration: none;
}
/* line 176, ../sass/_typography.scss */
#masthead h1 span {
  border-bottom: 3px solid #509BF3;
}
/* line 179, ../sass/_typography.scss */
#masthead h1 em {
  font-style: normal;
  border-bottom: 3px solid #FD5361;
}
/* line 183, ../sass/_typography.scss */
#masthead h1 small {
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
  color: #bbb;
}
/* line 184, ../sass/_typography.scss */
#masthead h1 small em {
  font-style: italic;
  border-bottom: none;
}
@media only screen and (max-width: 960px) {
  /* line 183, ../sass/_typography.scss */
  #masthead h1 small {
    display: block;
    padding-top: 15px;
    font-size: 14px;
  }
}

/* line 202, ../sass/_typography.scss */
#sidebar {
  font-size: 16px;
}
/* line 204, ../sass/_typography.scss */
#sidebar h1 {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 5px;
}
/* line 209, ../sass/_typography.scss */
#sidebar ol {
  margin: 0;
}
/* line 212, ../sass/_typography.scss */
#sidebar li {
  margin: 0 0 5px 0;
  list-style: none;
}

/* line 220, ../sass/_typography.scss */
#main section h1 {
  font-size: 18px;
}
/* line 225, ../sass/_typography.scss */
#main section#page h1 {
  font-size: 32px;
  margin: 0 0 15px;
}
/* line 231, ../sass/_typography.scss */
#main section article {
  margin-bottom: 30px;
}
/* line 233, ../sass/_typography.scss */
#main section article h2 {
  margin-top: 30px;
}
/* line 236, ../sass/_typography.scss */
#main section article header {
  margin-bottom: 15px;
}
/* line 238, ../sass/_typography.scss */
#main section article header h1 {
  font-size: 32px;
  line-height: 1.3em;
  margin-bottom: 40px;
}
/* line 245, ../sass/_typography.scss */
#main section article.excerpt header {
  margin-bottom: 5px;
}
/* line 247, ../sass/_typography.scss */
#main section article.excerpt header h1 {
  font-size: 24px;
  line-height: 1.3em;
}
/* line 254, ../sass/_typography.scss */
#main section article.excerpt h1 {
  margin: 0;
}
/* line 260, ../sass/_typography.scss */
#main #related {
  padding-top: 20px;
}

/* line 265, ../sass/_typography.scss */
footer {
  font-size: 14px;
  color: #bbb;
}
/* line 267, ../sass/_typography.scss */
footer section {
  margin: 0;
}

/* line 273, ../sass/_typography.scss */
.pin-item {
  line-height: 1.3em;
  margin-bottom: 10px;
}
/* line 276, ../sass/_typography.scss */
.pin-item .pin-description {
  font-size: 14px;
}
/* line 279, ../sass/_typography.scss */
.pin-item .pin-tag {
  display: none;
}

/* line 2, ../sass/_fusion.scss */
#fusion_ad a {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 10px;
  color: #bbb;
}
/* line 12, ../sass/_fusion.scss */
#fusion_ad img {
  display: block;
}

/* line 6, ../sass/site.scss */
html, body {
  margin: 0;
  padding: 0;
}

/* line 11, ../sass/site.scss */
body {
  background-color: #fff;
}

/* line 15, ../sass/site.scss */
.button {
  padding: 8px 12px;
  background: #509BF3;
  color: #fff;
  display: block;
  float: left;
  border-radius: 3px;
  font-size: 16px;
}
/* line 23, ../sass/site.scss */
.button:hover {
  text-decoration: none;
  background: #FD5361;
  color: #fff;
}

/* line 30, ../sass/site.scss */
.pagination-item {
  float: left;
}
/* line 32, ../sass/site.scss */
.pagination-item.newer {
  float: right;
}
