@import "socialcount.css";
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Variables
====================================================== */
/* Styles
====================================================== */
html,
body {
  min-height: 100%;
  background: none;
}
html {
  background: url(../img/graphy.png);
  background-size: 80px 160px;
}
.gswd {
  font-family: "Rock Salt", "Marker Felt", "Helvetica Neue", helvetica, arial, cursive;
}
#site-container {
  background: #fff;
  border-radius: 0.25em;
  -webkit-box-shadow: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.4);
  box-shadow: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.4);
  margin: 2em;
}
.navbar-gswd {
  color: rgba(0, 0, 0, 0.8);
  margin: 0.75em 0 1em;
}
.navbar-gswd .nav > li > a {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-gswd .navbar-inner {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  box-shadow: none;
  padding: 0;
}
.navbar-gswd .navbar-inner .container-fluid {
  padding: 0;
}
header[rel="banner"],
#header {
  background: url(../img/graphy.png);
  background-position: 1.25em 4.75em;
  background-size: 80px 160px;
  border-radius: 0.25em;
  -webkit-box-shadow: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0.25em 0.25em 0.75em rgba(0, 0, 0, 0.4) inset;
  margin: 1em;
  padding: 1em 0;
}
header[rel="banner"] h1,
#header h1 {
  height: 200px;
  background: url(../img/gswdlogo.svg) center center no-repeat;
  background-size: 300px auto;
}
header[rel="banner"] h1 a,
#header h1 a {
  display: block;
  height: 100%;
  text-align: center;
  text-indent: -20000em;
  line-height: 200px;
}
.centered {
  text-align: center !important;
}
.white {
  background: #fff;
}
.padded {
  padding: 1em;
}
.top-padding {
  padding-top: 1em;
}
.bottom-margin {
  margin-bottom: 1em;
}
.left-margin {
  margin-left: 1em;
}
.top-margin {
  margin-top: 1em;
}
.top-border {
  border-top: 1px solid #999;
}
.block {
  display: block;
}
.no-display {
  display: none;
}
.flat {
  *zoom: 1;
}
.flat:before,
.flat:after {
  display: table;
  content: "";
  line-height: 0;
}
.flat:after {
  clear: both;
}
.flat li {
  float: left;
  margin-left: 1em;
}
.flat li:first-child {
  margin-left: 0;
}
.footnote-link {
  font-size: 0.75em;
  vertical-align: super;
}
.footnotes {
  font-size: 0.75em;
}
.btn-tall {
  font-size: 2em;
  padding-bottom: 1em;
  padding-top: 1em;
}
.center {
  text-align: center;
}
.text-yellow {
  color: #FFBE00;
}
#article-body {
  display: inline;
  float: left;
}
#article-body.stuck {
  margin-left: 275px;
}
.article-content img {
  max-width: 75%;
}
.article-footer {
  border-top: 1px solid lightslategray;
  margin-top: 1em;
  padding-top: 1em;
}
#toc {
  background: #ccc;
  color: #000;
  margin-bottom: 20px;
  padding: 20px 10px;
  width: 225px;
}
#toc.stuck {
  position: fixed;
  top: 10px;
}
#toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#toc ul li {
  padding: 5px 10px;
}
#toc a {
  color: #000;
  display: block;
  text-decoration: none;
}
#toc a:hover {
  text-decoration: underline;
}
#toc .toc-h2 {
  padding-left: 10px;
}
#toc .toc-h3 {
  padding-left: 20px;
}
#toc .toc-active {
  background: #105038;
  box-shadow: inset -5px 0 10px -5px #000;
}
#toc .toc-active a {
  color: #fff;
}
.influads_block {
  border: 1px solid #ccc;
  margin: 20px 10px 10px;
  padding: 10px;
}
.influads_block:before {
  content: "Advertisement";
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.question-cta {
  border: 2px solid #eee;
  border-radius: 1em;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}
.form-actions {
  background: none;
}
#question {
  padding-bottom: 60px;
}
#question aside dl {
  margin-bottom: 0;
}
#question #answer-form {
  border-top: 2px solid #eee;
  margin-top: 40px;
  padding-top: 10px;
}
#question #answer-form label {
  color: #999;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
#question #answer-form textarea {
  width: 98%;
}
#question #answer-form .form-actions {
  border-top: 0;
  margin: 0;
  padding: 0;
}
#answers {
  border-top: 3px solid #eee;
}
#answers h1 {
  color: #999;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
#answers .answer-comments article {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  font-size: 0.9em;
  margin-bottom: 0;
}
#answers .answer-comments .comment-form {
  margin-top: 20px;
}
#answers .answer-comments .comment-form input[type="text"] {
  width: 98%;
}
#answers article {
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-top: 10px;
}
#answers article.accepted {
  border-color: #FFBE00;
  border-width: 3px;
}
#answers article aside div {
  line-height: 3;
  text-align: center;
}
#answers article aside div a,
#answers article aside div strong {
  display: block;
  height: 100%;
}
/* For use with the code_line-number_word-wrap_switcher_jquery.js Pelican plugin */
code {
  overflow: auto;
  /* This uses `white-space: pre-wrap` to get elements within <pre> tags to wrap. Python, for code chunks within three backticks (```), doesn't wordwrap code lines by default, because they're within <pre> tags, which don't wrap by default. See https://github.com/github/markup/issues/168 , which is specifically about this parsing issue, even though that link's discussion is talking about GitHub. */
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
/* Following http://bililite.com/blog/2012/08/05/line-numbering-in-pre-elements/, use CSS to add line numbers to all spans that have the class 'code-line' */
.codehilite {
  display: inline-block;
  margin: 0 auto;
  overflow: auto;
  width: 50rem;
}
.codehilite pre {
  counter-reset: linecounter;
  display: block;
  padding-left: 2rem;
}
.codehilite pre span.code-line {
  counter-increment: linecounter;
  padding-left: 1rem;
  text-indent: -1rem;
  display: inline-block;
}
.codehilite pre span.code-line:before {
  content: counter(linecounter);
  padding-right: 1rem;
  display: inline-block;
  color: grey;
  text-align: right;
}
/* Retina rules
====================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  html {
    background-image: url(../img/graphy_-2X.png);
  }
  header[rel="banner"],
  #header {
    background-image: url(../img/graphy_-2X.png);
  }
}
/* Responsive rules
====================================================== */
@media (max-width: 768px) {
  .center {
    text-align: left;
  }
  .offset4 {
    margin-left: 0 !important;
  }
  #toc {
    display: none;
  }
  #article-body.stuck {
    margin-left: 0;
  }
}
/* SocialCount
====================================================== */