/*
    Theme Name: ROBOT - Debug
    Description: Based on HTML5 Blank WordPress Theme
    Version: 0.0.1
    Author: Ori Livni
*/
.post-details,
.post-date,
.post-controls,
.post-content,
.post-comments, .comment, .comment-controls {
  margin-bottom: 24px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
  display: block;
}

.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}

.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}

.aligncenter {
  margin: 5px auto 5px auto;
  display: block;
}

a img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  margin: 5px 20px 20px 0;
  float: left;
}
a img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption {
  max-width: 96%;
  padding: 5px 3px 10px;
  background: #FFF;
  border: 1px solid #F0F0F0;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  max-width: 98.5%;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0 none;
}

.wp-caption
.wp-caption-text,
.gallery-caption {
  padding: 0 4px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 17px;
}

[hidden],
.hidden {
  display: none;
  visibility: hidden;
}

.clear:before, .clear:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clear:after,
.clearfix:after {
  clear: both;
}
.lt-ie8 .clear, .lt-ie8
.clearfix {
  zoom: 1;
}

.position-relative {
  position: relative;
}

.rtl {
  direction: rtl;
  unicode-bidi: embed;
}

.ltr {
  direction: ltr;
}

::selection {
  background: silver;
  color: white;
  text-shadow: none;
}

html {
  height: 100%;
  overflow: hidden;
  font: 16px / 1.4 "Roboto", Helvetica, Arial, sans-serif;
}
html.touch, html.no-preserve-3d {
  overflow: visible;
}
html.lt-ie9 {
  overflow: auto;
}

body {
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  perspective: 500px;
  background-color: white;
  color: #444444;
  padding: 0;
  margin: 0;
}
body.touch, .touch body, body.no-preserve-3d, .no-preserve-3d body {
  overflow-y: visible;
}

input,
textarea {
  color: inherit;
  font: inherit;
}

small {
  font-size: 0.77em;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li {
  margin-top: 0;
}

h1, .h1,
h2, .h2, .search-page h1, main h1,
[role="main"] h1,
h3, .h3, .search-page h2, main h2,
[role="main"] h2,
h4, .h4, .search-page h3, main h3,
[role="main"] h3,
h5, .h5, .search-page h4, main h4,
[role="main"] h4, .view-article, .copyright, .copyright a,
h6, .h6, .search-page h5, main h5,
[role="main"] h5, .post-date,
.post-details, .comment-meta {
  color: #326e9c;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

h1, .h1 {
  font-size: 48px;
}

h2, .h2, .search-page h1, main h1,
[role="main"] h1 {
  font-size: 28px;
}

h3, .h3, .search-page h2, main h2,
[role="main"] h2 {
  font-size: 24px;
  color: #329c6e;
  font-weight: 600;
}

h4, .h4, .search-page h3, main h3,
[role="main"] h3 {
  font-size: 18px;
}

h5, .h5, .search-page h4, main h4,
[role="main"] h4, .view-article, .copyright, .copyright a {
  font-size: 16px;
}

h6, .h6, .search-page h5, main h5,
[role="main"] h5, .post-date,
.post-details, .comment-meta {
  font-size: 12px;
}

a {
  color: #1d5481;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:focus, a:hover, a:active {
  /* color: #cc8800; */
  color: #3cb6f3;
  transition: color 0.3s;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border-bottom-width: 0;
  color: #326e9c;
  /* color: #329c6e; */
  /* font-weight: 700; */
}

img {
  max-width: 100%;
  vertical-align: middle;
}

hr {
  margin: 48px 0;
  border: 0 none;
  border-top: thin solid silver;
}

textarea {
  max-width: 100%;
  width: 100%;
}

pre {
  border-radius: 3px;
  font-size: 14px !important;
}

abbr[title] {
  border-bottom: none;
  font-size: .8em;
}
abbr[title]::before, abbr[title]::after {
  font-size: 1.25em;
}
abbr[title]::before {
  content: "(";
}
abbr[title]::after {
  content: ")";
}

.post {
  margin-bottom: 72px;
}

.post-date {
  display: block;
  text-transform: uppercase;
}

.page {
  margin-bottom: 72px;
}

.hr-separator {
  padding-bottom: 21px;
  border-top: medium solid #4989b7;
}

.prettyprint p,
.prettyprint li,
.prettyprint ul,
.prettyprint ol {
  margin-bottom: 0;
}

.pagination {
  margin-bottom: 72px;
}
.pagination .next {
  margin-left: 4px;
}

.button, input[type="submit"], .post-edit-link, .pagination .prev,
.pagination .next, .search-submit, .comment-controls > a, .logged-in-as > a:last-child {
  user-select: none;
  padding: 4px 8px;
  margin-right: 8px;
  vertical-align: middle;
  /*
  display: inline-block;
  background-color: transparent;
  background-color: #4989b7;
  box-shadow: 2px 1px 0 0 #1d5481, 2px 1px 4px 1px rgba(0, 0, 0, 0.2);
  border: 0 solid rgba(255, 255, 255, 0.5);
  border-top-width: thin;
  border-bottom-width: thin;
  border-radius: 3px;
  color: white;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 1px -1px 0 #1d5481;
  text-transform: none;
  */
  font-size: 15px;
}
.button:focus, input[type="submit"]:focus, .post-edit-link:focus, .pagination .prev:focus,
.pagination .next:focus, .search-submit:focus, .comment-controls > a:focus, .logged-in-as > a:focus:last-child {
  /* color: #ffdd66; */
}
.button:hover, input[type="submit"]:hover, .post-edit-link:hover, .pagination .prev:hover,
.pagination .next:hover, .search-submit:hover, .comment-controls > a:hover, .logged-in-as > a:hover:last-child {
  /* background-color: #cc8800; */
  /* color: white; */
  /* text-shadow: 1px -1px 0 #995500; */
}
.button:active, input[type="submit"]:active, .post-edit-link:active, .pagination .prev:active,
.pagination .next:active, .search-submit:active, .comment-controls > a:active, .logged-in-as > a:active:last-child {
  transform: translate(3px, 2px);
  box-shadow: inset 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.button {
    color: #326e9c;
}

/*


.button {
    user-select: none;

    padding: 4px 8px;
    margin-right: 8px;

    display: inline-block;
    vertical-align: middle;

    background-color: transparent;

    border: thin solid $brand-blue-1;
    border-radius: $forms-border-radius;

    color: $brand-blue-2;
    font-family: $base-font-family;
    font-size: $base-font-size;
    font-weight: $base-font-weight;
    text-transform: none;


    &:focus {
        border-color: $focus-color;
    }


    &:hover {
        color: white;
        background-color: $brand-blue-1;
    }


    &:active {
        transform: translateY( 1px );
        background-color: $focus-color;
        border-color: $focus-color;
    }
}


*/
.base-text-form, input[type="text"], textarea, .search-input {
  padding: 4px;
  box-sizing: border-box;
  border-width: thin;
  border-style: solid;
  border-color: #326e9c;
  border-radius: 3px;
  -webkit-appearance: none;
}
.base-text-form:focus, input[type="text"]:focus, textarea:focus, .search-input:focus {
  outline: 0;
}
.base-text-form:focus, input[type="text"]:focus, textarea:focus, .search-input:focus {
  border-color: #cc8800;
  box-shadow: 0 0 0 1px #cc8800;
}

.search-base {
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}
.no-flexbox .search-base {
  width: auto;
}

.search-input {
  margin-right: 8px;
  margin-bottom: 4px;
  flex: 1;
}
.no-flexbox .search-input {
  width: 100%;
  display: block;
}

.search-submit {
  top: -2px;
  position: relative;
}

.comments {
  margin-top: 48px;
}
.comments > h1, .comments > h2, .comments > h3 {
  margin-bottom: 12px;
}
.comments ul {
  margin-left: -24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment .comment {
  margin-left: 24px;
}

.comment-body {
  margin-bottom: 48px;
}

.comment-author {
  margin-bottom: 12px;
}
.comment-author > img {
  max-width: 48px;
  height: auto;
  margin-right: 8px;
  vertical-align: bottom;
  border-radius: 3px;
}

.comment-awaiting-moderation {
  margin-bottom: 12px;
}

.comment-meta {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.comment-meta > a {
  margin-right: 8px;
}

.comment-body > p {
  margin-bottom: 12px;
}

.comment-respond {
  margin-top: 48px;
}

.comment-form label {
  min-width: 16%;
  display: inline-block;
}

.comment-reply-title {
  margin-bottom: 12px;
}

.logged-in-as {
  margin-bottom: 12px;
}

.comment-form-comment > label {
  margin-bottom: 12px;
  display: block;
}

.form-allowed-tags {
  font-size: .75em;
  color: #4989b7;
  margin-bottom: 24px;
}

.browsehappy {
  margin: 0;
  padding: 75px 0;
  display: block;
  position: relative;
  background-color: #ffffbb;
  border-bottom: thin solid #bbbb77;
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  direction: ltr;
  z-index: 9999;
}
.browsehappy a {
  color: #444488;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (min-width: 720px) {
  body {
    background-position: left top, right top, left top, left bottom;
    background-size: 64px 1px, 64px 1px, 1px 64px, 1px 64px;
    background-repeat: repeat-y, repeat-y, repeat-x, repeat-x;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)), linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)), linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  }
  .touch body, .no-preserve-3d body {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)), linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
  }
}
.wrapper {
  max-width: 1280px;
  box-sizing: border-box;
  transform-style: preserve-3d;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1280px) {
  .wrapper, .no-csscalc .wrapper {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.inner-wrapper, .no-csscalc .inner-wrapper {
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (min-width: 480px) {
  .inner-wrapper, .no-csscalc .inner-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.header {
  margin-top: 21px;
  margin-bottom: 21px;
  position: relative;
  transform-style: preserve-3d;
}
@media screen and (min-width: 640px) {
  .header {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 720px) {
  .header {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.blog-title {
  position: relative;
  z-index: 10;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 7px;
  color: #326e9c;
}
@media screen and (min-width: 720px) {
  .blog-title {
    font-size: 48px;
  }
}

.nav-robot-img-container {
  position: relative;
  top: 0;
  transition: top 0.5s;
}
.nav-robot-img-container:hover {
  top: 10px;
}

.nav-robot-img {
  right: 0;
  top: -104px;
  width: 140px;
  height: 104px;
  position: absolute;
  /* z-index: -1; */
  background-image: url(img/bg-robot.png);
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.5), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-robot-img {
    background-image: url(img/bg-robot.svg);
  }
}
@media screen and (min-width: 720px) {
  .nav-robot-img {
    transition: right .3s;
  }
}
@media screen and (min-width: 980px) {
  .nav-robot-img {
    right: 6.666%;
    right: calc(100% / 15 );
  }
}

.nav {
  position: relative;
  box-sizing: border-box;
  /* transform-style: preserve-3d; */
  overflow: hidden;
  background-color: #4989b7;
  /* border-bottom: thin solid #d9e9f7; */
  color: white;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  /* line-height: 1.4; */
  letter-spacing: 1px;
  /* text-shadow: 1px -1px 0 rgba(0, 9, 29, 0.3); */
  padding-left: 5px; /* calc(100% / 12 * .5 ); */
  padding-right: calc(100% / 12 * .5 );
  border-radius: 30px;
  border-bottom: 27px solid #8fbbdc;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.lt-ie8 .nav {
  zoom: 1;
}
.no-csscalc .nav {
  padding-left: 4.166%;
  padding-right: 4.166%;
}
@media screen and (min-width: 480px) {
  .nav {
    padding-left: 30px; /* calc(100% / 12 ); */
    padding-right: calc(100% / 12 );
  }
  .no-csscalc .nav {
    padding-left: 8.333%;
    padding-right: 8.333%;
  }
}

.nav-line-separator {
  /* border-top: thin solid rgba(0, 9, 29, 0.8); */
  /* border-bottom: thin solid rgba(255, 255, 255, 0.3); */
  padding: 0;
  margin: 0;
  margin: 0 -100%;
  padding: 0;
  display: none;
}
@media screen and (min-width: 720px) {
  .nav-line-separator {
    display: none;
    visibility: hidden;
  }
}

/*
.nav-bottom-gradient-3d {
  height: 40px;
  width: 100%;
  background-color: #1d5481;
  background-image: linear-gradient(#1d5481, #326e9c);
  position: relative;
  z-index: -1;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: rotateX(-90deg);
}
.touch .nav-bottom-gradient-3d, .no-preserve-3d .nav-bottom-gradient-3d {
  display: none;
  visibility: hidden;
}

.nav-bottom-gradient-shadow {
  bottom: -12px;
  height: 16px;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  filter: blur(4px);
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: rotateX(90deg);
}
.no-cssfilters .nav-bottom-gradient-shadow {
  width: 102%;
  margin-left: -1%;
  height: 29px;
  background-image: url(img/bg-shadow.png);
  background-size: 100% 100%;
}

.touch .nav-bottom-gradient,
.no-preserve-3d .nav-bottom-gradient {
  height: 12px;
  background-image: url(img/bg-bottom-cube.png);
  background-size: 100% 100%;
}
.lt-ie9 .touch .nav-bottom-gradient, .lt-ie9
.no-preserve-3d .nav-bottom-gradient {
  background-repeat: no-repeat;
}
.touch .nav-bottom-shadow,
.no-preserve-3d .nav-bottom-shadow {
  height: 29px;
  background-image: url(img/bg-shadow.png);
  background-size: 100% 100%;
}
.lt-ie9 .touch .nav-bottom-shadow, .lt-ie9
.no-preserve-3d .nav-bottom-shadow {
  background-repeat: no-repeat;
}
*/

.nav-links-container, .nav-search-container {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* @media screen and (min-width: 720px) { */
  .nav-links-container {
    width: 69.231%;
    float: left;
  }
/* } */

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  margin-right: 8.333%;
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .menu-item {
    margin-right: 16.667%;
  }
}
@media screen and (min-width: 720px) {
  .menu-item {
    margin-right: 12.5%;
  }
}
.menu-item > a {
  border-bottom-width: 0;
  color: inherit;
  text-decoration: none;
  text-shadow: inherit;
  padding: 0 20px;
}
.menu-item > a:focus, .menu-item > a:hover {
  text-shadow: none;
  /* color: #ffdd66; */
  /*background: #f4f4f4;
  color: #4989b7;
  box-shadow: inset #284460 0px 2px, inset white 0px -1px;
  text-shadow: white 0px 0px 5px;
   */
  background: #326e9c;
  transition: background 0.3s;
  border-radius: 20px;

}
.menu-item > a:focus {
  outline: none;
}
.menu-item > a:active {
  color: #ffc600;
}

/* @media screen and (min-width: 720px) { */
  .nav-search-container {
    width: 28.205%;
    float: right;
  }
/* } */

.nav-search {
  width: 100%;
  position: relative;
  border-bottom: thin solid white;
}

.nav-search-label {
  height: 1px;
  width: 1px;
  padding: 0;
  margin: -1px;
  position: absolute;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.nav-search-label.focusable:active, .nav-search-label.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.nav-search-input {
  width: calc(100% - 18px - 4px);
  height: auto;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: transparent;
  box-shadow: none !important;
  border: none !important;
  color: white;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-shadow: inherit;
  padding: 0;
  margin: 0;
}
.nav-search-input:focus {
  outline: 0;
}
.no-csscalc .nav-search-input {
  width: 90%;
}
.nav-search-input:focus {
  color: #ffdd66;
}
.nav-search-input::-webkit-input-placeholder {
  color: inherit;
  position: relative;
  top: 2px;
}
.nav-search-input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.nav-search-input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.nav-search-input:hover::-webkit-input-placeholder {
  text-shadow: none;
  color: inherit;
}
.nav-search-input:hover::-moz-placeholder {
  text-shadow: none;
  color: inherit;
}
.nav-search-input:hover:-ms-input-placeholder {
  text-shadow: none;
  color: inherit;
}
.nav-search-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.nav-search-input:focus::-moz-placeholder {
  opacity: 0;
}
.nav-search-input:focus:-ms-input-placeholder {
  opacity: 0;
}

.nav-search-submit {
  width: 17px;
  height: auto;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
.nav-search-submit:focus {
  outline: 0;
}
.no-csscalc .nav-search-submit {
  width: auto;
  max-width: 10%;
  float: right;
}
.nav-search-submit:focus {
  box-shadow: 0 0 0 2px #ffdd66;
}
.nav-search-submit > img {
  width: 100%;
}

main,
[role="main"] {
  margin: 0;
}
@media screen and (min-width: 720px) {
  main,
  [role="main"] {
    float: left;
    width: 69.231%;
  }
}
@media screen and (min-width: 980px) {
  main,
  [role="main"] {
    width: 58.974%;
  }
}
main > h1:first-child,
[role="main"] > h1:first-child {
  font-weight: 700;
}
main h2,
main h3,
main h4,
main h5,
main h6,
[role="main"] h2,
[role="main"] h3,
[role="main"] h4,
[role="main"] h5,
[role="main"] h6 {
  margin-top: 2em;
}

.sidebar {
  padding-top: 21px;
  margin: 0;
  box-sizing: border-box;
  border-top: medium solid #4989b7;
}
@media screen and (min-width: 720px) {
  .sidebar {
    width: 28.205%;
    padding-top: 12px;
    float: right;
    border-top: none;
  }
}

.sidebar-widget > div {
  margin-bottom: 48px;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #d0d0d0d0;
  border-top: 2px solid #fbfbfbd0;
}
.sidebar-widget a {
  border-bottom: none;
}
.sidebar-widget h3 {
  margin-bottom: .5em;
  font-weight: 400;
}
.sidebar-widget ul {
  margin: 0;
  padding: 0 1.5em;
  line-height: 1.4;
  list-style-image: url(img/bullet.png);
}
.sidebar-widget li {
  font-size: 14px;
  margin-bottom: 0.6em;
}

.widget_recent_entries > ul {
  list-style-image: url(img/bullet-post.png);
}

.widget_recent_comments > ul {
  list-style-image: url(img/bullet-comment.png);
}

.widget_archive > ul {
  list-style-image: url(img/bullet-archive.png);
}

.widget_categories > ul {
  list-style-image: url(img/bullet-category.png);
}

.footer-padding {
  height: 36px;
  clear: both;
}

.footer {
  padding-top: 21px;
  padding-bottom: 21px;
  box-sizing: border-box;
  border-top: medium solid #4989b7;
}
@media screen and (min-width: 640px) {
  .footer {
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 720px) {
  .footer {
    padding-bottom: 63px;
  }
}

.copyright {
  line-height: 1.4;
}
.copyright a {
  line-height: inherit;
  text-decoration: none;
}

.designed-by {
  opacity: .8;
}

.categories-title {
  margin-top: 24px !important;
  font-size: 21px !important;
  list-style-image: url(img/bullet-category-big.png);
  margin-bottom: 48px;
}

@media print {
  .hide-print {
    display: none;
    visibility: hidden;
  }

  html {
    overflow: visible;
  }

  body {
    overflow-y: visible;
  }

  a {
    border-bottom: none;
  }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


span.pln { color: #444 !important; }
span.str { color: #080 !important; }
span.kwd { color: #44f !important; }
span.pun { color: #444 !important; }  


.menu > ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 2px;
}

.menu > ul > li {
    float: left;
    margin-right: 25px;
}
.menu a {
  color: white;
}

.blog-title {
    display: inline-block;
}

.header > .inner-wrapper {
	display: inline-block;
}

.syntaxhighlighter, .lines, div.lines, div.syntaxhighlighter {
    margin: 15px 0 1em 0 !important;
    padding: 15px !important;
    position: relative !important;
    border: 1px solid #d0d0d0 !important;
    font-size: 13px !important;
}

p {
    line-height: 23px;
}

code {
    background: #eeee;
    padding: 3px;
}
