/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'espi_boldregular';
  src: url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espibold-webfont.eot");
  src: url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espibold-webfont.eot?#iefix") format("embedded-opentype"), url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espibold-webfont.woff") format("woff"), url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espibold-webfont.ttf") format("truetype"), url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espibold-webfont.svg#espi_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'espi_slab_regularregular';
  src: url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espislabregular-webfont.eot");
  src: url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espislabregular-webfont.eot?#iefix") format("embedded-opentype"), url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espislabregular-webfont.woff") format("woff"), url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espislabregular-webfont.ttf") format("truetype"), url("../../../wp-content/themes/spiekerblog/fonts/espi-fonts/espislabregular-webfont.svg#espi_slab_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fira-mono';
  src: url("../../../wp-content/themes/spiekerblog/fonts/fira/eot/FiraMono-Regular.eot");
  src: url("../../../wp-content/themes/spiekerblog/fonts/fira/eot/FiraMono-Regular.eot#iefix") format("embedded-opentype"), url("../../../wp-content/themes/spiekerblog/fonts/fira/woff/FiraMono-Regular.woff") format("woff"), url("../../../wp-content/themes/spiekerblog/fonts/fira/ttf/FiraMono-Regular.ttf") format("truetype"), url("../../../wp-content/themes/spiekerblog/fonts/fira/otf/FiraMonoOT-Regular.otf") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fira-mono-bold';
  src: url("../../../wp-content/themes/spiekerblog/fonts/fira/eot/FiraMono-Bold.eot");
  src: url("../../../wp-content/themes/spiekerblog/fonts/fira/eot/FiraMono-Bold.eot#iefix") format("embedded-opentype"), url("../../../wp-content/themes/spiekerblog/fonts/fira/woff/FiraMono-Bold.woff") format("woff"), url("../../../wp-content/themes/spiekerblog/fonts/fira/ttf/FiraMono-Bold.ttf") format("truetype"), url("../../../wp-content/themes/spiekerblog/fonts/fira/otf/FiraMonoOT-Bold.otf") format("svg");
  font-weight: normal;
  font-style: normal;
}

.arve-maxwidth-wrapper {
  width: 100%;
}

.arve-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  margin-bottom: 20px;
  height: 0;
  overflow: hidden;
}

.arve-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.arve-thumb-wrapper {
  /* Background image is applied with inline CSS */
  background-position: center center;
  background-size: cover;
  background-color: #000;
  width: 300px;
  height: 180px;
  position: relative;
  margin-bottom: 20px;
  behavior: url(http://192.168.178.21/spblog/_new/wp-content/plugins/advanced-responsive-video-embedder/js/backgroundsize.min.htc);
  /* IE polyfill for background size */
}

.arve-maxwidth-wrapper.alignright, .arve-wrapper.alignright {
  margin-left: 20px;
}

.arve-maxwidth-wrapper.alignleft, .arve-wrapper.alignleft {
  margin-right: 20px;
}

.arve-play-background {
  background: transparent url(http://192.168.178.21/spblog/_new/wp-content/plugins/advanced-responsive-video-embedder/img/play.png) no-repeat center center;
}

.arve-hidden {
  display: none;
}

.arve-hidden-obj {
  width: 100%;
  height: 100%;
}

.arve-fakethumb {
  background-color: transparent;
}

body {
  font-size: 100%;
  line-height: 1.2em;
  font-family: "espi-slab-1","espi-slab-2",serif;
}

h1, h2 {
  font-family: "espi-1","espi-2",sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}

h1, h2, p, ul, ol {
  margin: 0;
  padding: 0;
}

h1.entry-title {
  font-size: 1.4rem;
  line-height: 1.2em;
}

h3, p, ul {
  font-size: 1rem;
}

a {
  color: #ff0000;
}

a {
  text-decoration: none;
}
a:hover {
  color: #1e1e1e;
}

aside, aside p, aside ul {
  font-size: 0.8rem;
}
aside a, aside p a, aside ul a {
  color: #969696;
  -webkit-transition: color .8s ease-in;
  -moz-transition: color .8s ease-in;
  -o-transition: color .8s ease-in;
  transition: color .8s ease-in;
}
aside a:hover, aside p a:hover, aside ul a:hover {
  color: #ff0000;
}
aside li, aside p li, aside ul li {
  margin-top: 1em;
}
aside:hover a, aside p:hover a, aside ul:hover a {
  color: #ff0000;
  -webkit-transition: color 0.1s ease-in;
  -moz-transition: color 0.1s ease-in;
  -o-transition: color 0.1s ease-in;
  transition: color 0.1s ease-in;
  transition-delay: 0s !important;
}

.comment-awaiting-moderation {
  color: #969696;
}

p {
  line-height: 1.5em;
}

html, body {
  background: #e0e0e0;
  color: #1e1e1e;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

body {
  padding-bottom: 3em;
}

li {
  list-style-type: none;
}

a {
  color: #ff0000;
  text-decoration: none;
}

div.reply a {
  color: #969696;
}

div#page {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  border-top: 10px solid #ff0000;
}
div#page img {
  max-width: 100% !important;
  height: auto !important;
}
div#page iframe, div#page div[id^="attachment_"] {
  max-width: 100% !important;
}

header.site-header {
  padding: 10px 0 30px 0;
}
header.site-header h1 {
  font-size: 1.4rem;
  margin-left: 40px;
  padding-top: 7px;
}
header.site-header div.col-left {
  position: relative;
}
header.site-header div.col-left .toggle-menu {
  position: absolute;
  cursor: pointer;
}
header.site-header div.col-left .toggle-menu span {
  width: 30px;
  height: 5px;
  background: #ff0000;
  display: block;
  margin-top: 5px;
}

nav#site-navigation ul.nav-menu {
  font-size: 0.8rem;
  margin-top: 2em;
  margin-bottom: 1em;
}
nav#site-navigation ul.nav-menu:after {
  content: "";
  display: table;
  clear: both;
}
nav#site-navigation ul.nav-menu li {
  margin-right: 20px;
  margin-bottom: 10px;
}
nav#site-navigation ul.nav-menu li a {
  color: #969696;
}
nav#site-navigation ul.nav-menu li a:hover {
  color: #ff0000;
}
nav#site-navigation ul.nav-menu li:last-child {
  margin-right: 0;
}

cite {
  font-style: normal;
}

.screen-reader-text, nav#site-navigation {
  display: none;
}

nav#site-navigation, div#search {
  display: none;
}
nav#site-navigation.visible, div#search.visible {
  display: block;
}

article.post {
  border-top: 3px solid white;
  margin-bottom: 50px;
}
article.post h1 {
  margin-bottom: .5em;
}
article.post div.entry-meta p.entry-date span {
  color: #969696;
  font-size: 0.8rem;
  padding: 2px 9px;
  margin-bottom: none;
  display: inline-block;
  background: white;
}
article.post div.entry-meta ul.tags {
  line-height: 1em;
  margin-top: none;
  font-size: 0.8rem;
}
article.post div.entry-meta ul.tags li {
  color: #969696;
  padding: .4em;
  display: inline-block;
  margin-left: .5em;
}
article.post div.entry-meta ul.tags li a {
  color: #969696;
}
article.post div.entry-meta ul.tags li a:hover {
  color: #ff0000;
}
article.post div.entry-main {
  padding-top: 10px;
}
article.post div.entry-main img {
  margin: 20px 0;
}
article.post div.entry-main p {
  margin-bottom: .5em;
}

div#comments ol.comment-list li {
  margin: 3em 0;
}
div#comments ol.comment-list li[class*="depth-"]:not(.depth-1) {
  padding-left: 18%;
  margin-bottom: 5em;
}
div#comments ol.comment-list li p {
  margin-bottom: .5em;
}

article.comment-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
article.comment-body footer.comment-meta {
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}
article.comment-body div.comment-content {
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
}

div#respond p.comment-notes {
  font-size: 0.8rem;
  margin-bottom: 1em;
}
div#respond form input, div#respond form textarea {
  width: 93%;
  margin-bottom: 1em;
  box-sizing: border-box;
}
div#respond form input#submit, div#respond form textarea#submit {
  width: 99.9%;
}

div.comment-author {
  display: table;
  margin-bottom: 10px;
}
div.comment-author img.avatar {
  border-radius: 100%;
  width: 40px;
}
div.comment-author cite {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

div.arve-embed-container {
  margin: 15px 0;
}

input, textarea {
  padding: 7px;
  background: #e3e3e3;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  font-size: 0.8rem;
}
input:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 7px #bdbdbd;
  border: 1px solid #bdbdbd;
}

div#search label {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
div#search label input.search-field {
  background: #e0e0e0;
  flex: 1;
  box-sizing: border-box;
}

footer.site-footer {
  padding: 4em 0 2em 0;
}
footer.site-footer p {
  font-size: 0.8rem;
  color: #969696;
}
footer.site-footer a {
  color: #969696;
}

body.search header.archive-header h1, body.archive header.archive-header h1, body.error404 header.archive-header h1 {
  margin: 0 0 1em 0;
  line-height: 1.2em;
  font-size: 1.4rem;
}
body.search header.archive-header.header-404 h1, body.archive header.archive-header.header-404 h1, body.error404 header.archive-header.header-404 h1 {
  margin-bottom: 0;
}
body.search.search-no-results h1, body.archive.search-no-results h1, body.error404.search-no-results h1 {
  margin-bottom: 0;
}
body.search .page-content p, body.archive .page-content p, body.error404 .page-content p {
  margin-bottom: 1em;
}
body.search article:first-of-type, body.archive article:first-of-type, body.error404 article:first-of-type {
  margin-top: 2em;
}

.hilite {
  background: #ffeb99;
  display: inline-block;
  padding: 0 .4em;
}

#sticky {
  z-index: 2;
}

#sticky-sticky-wrapper {
  z-index: 999;
}
#sticky-sticky-wrapper.is-sticky header.archive-header {
  background: #e0e0e0;
  width: 100%;
  padding-top: 10px;
}
#sticky-sticky-wrapper.is-sticky .aktt_tweets {
  margin-top: 20px;
  -webkit-transition: margin .2s ease-out;
  -moz-transition: margin .2s ease-out;
  -o-transition: margin .2s ease-out;
  transition: margin .2s ease-out;
}
.aktt_tweets h2 {
  margin-bottom: 20px;
}
.ctf-tweets .ctf-item {
  margin-bottom: 20px;
}

.is-sticky {
  width: 100%;
  top: 0;
}

.aktt_tweets {
  margin-bottom: 2em;
}
.aktt_tweets li {
  font-size: .75rem;
}

div.aktt_tweets, div.aktt_tweets p, div.aktt_tweets h2 {
  font-family: 'fira-mono', mono, sans-serif !important;
}
div.aktt_tweets strong, div.aktt_tweets p strong, div.aktt_tweets h2 strong {
  font-family: 'fira-mono-bold', mono, sans-serif !important;
}

@media only screen and (min-width: 600px) {
  nav#site-navigation ul.nav-menu li {
    float: left;
  }

  div#comments ol.comment-list li[class*="depth-"]:not(.depth-1) {
    padding-left: 18%;
    margin-bottom: 5em;
  }

  div#respond form input {
    padding: 2%;
    width: 50%;
  }
  div#respond form input#submit {
    width: 55%;
  }
  div#respond form input textarea {
    width: 100%;
  }

  article.comment-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  article.comment-body footer.comment-meta {
    -webkit-flex: 0 1 15%;
    -moz-flex: 0 1 15%;
    -ms-flex: 0 1 15%;
    flex: 0 1 15%;
    width: 15%;
  }
  article.comment-body div.comment-content {
    -webkit-flex: 0 1 82%;
    -moz-flex: 0 1 82%;
    -ms-flex: 0 1 82%;
    flex: 0 1 82%;
    width: 82%;
  }

  div.comment-author {
    display: block;
    text-align: center;
  }
  div.comment-author img.avatar {
    border-radius: 100%;
    width: 50px;
  }
  div.comment-author cite {
    display: block;
    padding-left: 0;
    font-size: 0.8rem;
  }

  html.no-flexbox article.comment-body:after {
    content: "";
    display: table;
    clear: both;
  }
  html.no-flexbox footer.comment-meta, html.no-flexbox div.comment-content {
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  div#page {
    max-width: 600px;
  }

  .menu-toggle {
    display: none;
  }

  header.site-header {
    padding: 15px 0 50px 0;
  }

  article.post {
    margin-bottom: 30px;
  }
  article.post div.entry-main {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  div#page {
    max-width: 900px;
  }

  .menu-toggle {
    display: none;
  }

  header.site-header h1 {
    font-size: 1.3rem;
    margin-left: 0;
    padding-top: 0;
  }
  header.site-header div.col-left .toggle-menu {
    display: none;
  }

  nav#site-navigation, div#search {
    display: block;
  }

  nav#site-navigation ul.nav-menu {
    float: right;
    margin-top: .5em;
  }

  article.post div.entry-meta p.entry-date span {
    padding: 2px 9px;
  }
  article.post div.entry-meta ul.tags {
    line-height: 1.2em;
    margin-top: 1.1em;
  }
  article.post div.entry-meta ul.tags li {
    display: block;
    margin-left: .3em;
  }
  article.post div.entry-meta ul.tags li a {
    color: #969696;
  }
  article.post div.entry-meta ul.tags li a:hover {
    color: #ff0000;
  }

  div#respond, h2.comments-title {
    margin-left: 20%;
  }

  div.comment-author img.avatar {
    width: 60px;
  }
  div.comment-author cite {
    display: block;
    padding-left: 0;
    font-size: 0.83333rem;
    padding: 0 10%;
    line-height: 1.2em;
  }

  div#main.site-main, header.site-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  div#main.site-main div#primary, div#main.site-main div.col-left, header.site-header div#primary, header.site-header div.col-left {
    -webkit-flex: 0 1 70%;
    -moz-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    width: 70%;
  }
  div#main.site-main aside.main, div#main.site-main div#search, header.site-header aside.main, header.site-header div#search {
    -webkit-flex: 0 1 23.5%;
    -moz-flex: 0 1 23.5%;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 23.5%;
    width: 23.5%;
  }

  div.col-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  div.col-left div#site-name {
    -webkit-flex: 0 1 20%;
    -moz-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
  div.col-left div#navbar {
    -webkit-flex: 0 1 80%;
    -moz-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%;
  }

  article.post, article.comment-body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  article.post div.entry-meta, article.post footer.comment-meta, article.comment-body div.entry-meta, article.comment-body footer.comment-meta {
    -webkit-flex: 0 1 20%;
    -moz-flex: 0 1 20%;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    width: 20%;
  }
  article.post div.entry-main, article.post div.comment-content, article.comment-body div.entry-main, article.comment-body div.comment-content {
    -webkit-flex: 0 1 80%;
    -moz-flex: 0 1 80%;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%;
  }

  html.no-flexbox div#main.site-main:after, html.no-flexbox header.site-header:after, html.no-flexbox article.post:after, html.no-flexbox article.comment-body:after, html.no-flexbox div.col-left:after {
    content: "";
    display: table;
    clear: both;
  }
  html.no-flexbox div#primary, html.no-flexbox aside.main, html.no-flexbox div#site-name, html.no-flexbox div#navbar, html.no-flexbox div#search, html.no-flexbox div.entry-meta, html.no-flexbox div.entry-main, html.no-flexbox footer.comment-meta, html.no-flexbox div.comment-content, html.no-flexbox div.col-left {
    float: left;
  }
  html.no-flexbox div#primary, html.no-flexbox div.col-left {
    margin-right: 6.5%;
  }
  html.no-flexbox div.entry-meta {
    width: 15%;
  }
  html.no-flexbox div.entry-meta, html.no-flexbox footer.comment-meta {
    margin-right: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  div#page {
    max-width: 1100px;
  }
}

div.site-content p {
    margin-bottom: .5em;
}
div.site-content h2 {
    line-height: 2em;
}
header.entry-header {
	margin-bottom: 1em;
}
div.ctf-context a.ctf-retweet-icon {
	 display: none !important;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
	margin-right: 1em !important;
    margin-top: 0.5em !important;
    margin-bottom: 0 !important;
	
}
.alignright,
img.alignright {
    display: inline;
    float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p {
     clear: both;
}