@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 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; }

/* 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; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 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.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 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 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

.pure-table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #cbcbcb; }

.pure-table caption {
  color: #000;
  font: italic 85%/1 arial, sans-serif;
  padding: 1em 0;
  text-align: center; }

.pure-table td, .pure-table th {
  border-left: 1px solid #cbcbcb;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */ }

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child, .pure-table th:first-child {
  border-left-width: 0; }

.pure-table thead {
  background-color: #e0e0e0;
  color: #000;
  text-align: left;
  vertical-align: bottom; }

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
  background-color: transparent; }

.pure-table-odd td {
  background-color: #f2f2f2; }

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

/* BORDERED TABLES */
.pure-table-bordered td {
  border-bottom: 1px solid #cbcbcb; }

.pure-table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0; }

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td, .pure-table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb; }

.pure-table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0; }

.floppy-svg {
  width: 70px;
  height: 70px; }
.floppy-svg #sliding_thingy {
  -webkit-transition: all .5s linear;
          transition: all .5s linear; }
.floppy-svg:hover #sliding_thingy {
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px); }

.diskette-icon {
  background: url(../img/icons/floppy.png);
  height: 46px; }

.noodles-icon {
  background: url(../img/icons/Noodle-Bowl-Low.png);
  height: 72px; }

.multi-knife-icon {
  background: url(../img/icons/Multi-Knife-Low.png);
  height: 74px; }

.toy-robot-icon {
  background: url(../img/icons/Toy-Robot-Low.png);
  height: 83px; }

.jekyll-logo {
  background-image: url(/assets/img/jekyll-logo.png);
  background-image: url(/assets/img/jekyll-logo.svg);
  height: 7em; }

.sass-logo {
  background-image: url(/assets/img/sass-logo.png);
  background-image: url(/assets/img/sass-logo.svg);
  height: 10em; }

.grunt-logo {
  background-image: url(/assets/img/grunt-logo.png);
  background-image: url(/assets/img/grunt-logo.svg);
  height: 10em; }

.git-logo {
  background-image: url(/assets/img/git-logo.png);
  background-image: url(/assets/img/git-logo.svg);
  height: 5.5em; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'ClearSans';
  src: url("clear_sans/clearsans_regular_greek/ClearSans-Regular-webfont.woff") format("woff"), url("clear_sans/clearsans_regular_greek/ClearSans-Regular-webfont.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3έΑΦ5 */ }
body {
  background-color: #7ed6ff;
  font-family: 'ClearSans', Verdana, Arial, sans-serif;
  margin: 0 auto; }

a {
  text-decoration: none; }
a.link:hover {
  text-decoration: underline; }

.a-left-line {
  height: 1px;
  background-color: white;
  margin: .3em 0;
  width: 50%;
  margin-left: -.3em;
  position: relative;
  overflow: hidden; }
.a-left-line .runner {
  width: 30px;
  background: black;
  position: absolute;
  height: 5px;
  left: 0;
  bottom: 0;
  margin-left: -30px;
  -webkit-transition: all 2s ease-in;
          transition: all 2s ease-in; }

.a-right-line {
  border-bottom: 1px solid white;
  margin: .3em 0;
  margin-left: 50%;
  margin-right: -.3em; }

.full-width {
  width: 100%; }

.table-container {
  overflow: auto; }

.site-header {
  background: #006798;
  color: white;
  overflow: hidden; }
.site-header .site-logo {
  margin-top: 1.5em;
  text-align: center;
  text-shadow: 1px 1px 3px #888; }
.site-header .site-logo a {
  color: white; }
.site-header .site-logo .site-logo-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: .5em; }
.site-header .site-logo .site-title-link .site-title {
  font-size: 2em;
  -webkit-transition: .2s all ease-out;
          transition: .2s all ease-out; }
.site-header .site-logo .site-title-link .site-title:hover {
  text-shadow: 2px 2px 3px black; }
.site-header .site-logo .site-title-link:hover .runner {
  margin-left: 100%; }
.site-header .site-logo .site-slogan {
  font-style: italic;
  font-size: 1.5em;
  text-align: right;
  margin-top: 1em;
  margin-right: 1em; }
.site-header .site-nav {
  margin-top: 1em;
  overflow: hidden;
  background-color: yellow;
  padding-left: 2em; }
.site-header .site-nav li {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1em; }
@media (min-width: 50em) {
  .site-header .site-nav li {
    margin-bottom: 0; } }
.site-header .site-nav li a {
  padding-bottom: .2em;
  position: relative;
  overflow: hidden;
  display: inline-block; }
.site-header .site-nav li a .border1, .site-header .site-nav li a .border2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 4px; }
.site-header .site-nav li a .border1 {
  background: #0079b1;
  left: 0; }
.site-header .site-nav li a .border2 {
  background: #7ed6ff;
  right: 0;
  margin-right: 100%;
  -webkit-transition: all 1s ease-in;
          transition: all 1s ease-in; }
.site-header .site-nav li a:hover {
  color: #0079b1; }
.site-header .site-nav li a:hover .border2 {
  margin-right: 0; }

.main-content {
  padding: 1em .5em; }
.main-content .post-title-link {
  color: black; }
.main-content .post-title-link h1 {
  margin: 0; }
.main-content .post-title-link:hover {
  color: #006798; }
.main-content .post {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #e4e4e4;
  box-shadow: 0 15px 2px -10px #444; }
.main-content .post:before, .main-content .post:after {
  content: "";
  display: table; }
.main-content .post:after {
  clear: both; }
.main-content .post p, .main-content .post ul {
  font-size: 1.1em; }
.main-content .post p a:hover {
  text-decoration: underline; }
.main-content .post ul {
  line-height: 2em; }
.main-content .post .post-date {
  color: #666;
  margin: .5em 1em;
  font-style: italic;
  font-size: .8em; }
.main-content .post .post-icon-image {
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: .5em;
  background-size: contain; }
.main-content .post svg.icon {
  max-width: 100%; }
.main-content .post .post-attachments {
  border-top: 1px solid #eee;
  padding: .5em 0; }
.main-content .post .post-attachments .attachment-title {
  font-weight: bold; }
.main-content .post .post-attachments .attachment {
  clear: both;
  margin: .5em 0 0 1em; }
.main-content .post .post-attachments .attachment:hover {
  color: black; }
.main-content .post .read-more {
  font-weight: bold;
  margin: 1em 0;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  color: black; }
.main-content .post .read-more .read-more-text {
  background: #7ed6ff;
  padding: 1em 2em 1em 1em;
  line-height: 2.5em;
  -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
.main-content .post .read-more .cross {
  background: yellow;
  padding: .5em;
  font-size: 1.5em;
  margin-left: -1em;
  -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
.main-content .post .read-more:hover .read-more-text {
  background: #006798;
  color: white; }
.main-content .post .read-more:hover .cross {
  background: #b2b300; }
.main-content .post .posts-nav .go-to {
  color: yellow;
  font-weight: bold;
  font-size: 2em;
  background: #006798;
  margin-top: 1.5em;
  width: 50px;
  text-align: center;
  border-radius: 50%; }
.main-content .post .posts-nav .go-to:hover {
  background: #494949;
  text-decoration: none; }
.main-content .post .posts-nav .left-post {
  float: left; }
.main-content .post .posts-nav .right-post {
  float: right; }
@media (min-width: 50em) {
  .main-content {
    width: 66.66%;
    float: left; } }
.main-content.full-width {
  width: 100%; }
.main-content .pagination {
  text-align: center; }
.main-content .pagination .current_page, .main-content .pagination .page:hover {
  background: #006798;
  color: white; }
.main-content .pagination .page {
  color: black;
  padding: 6px;
  border-radius: 50%;
  margin-right: 2em;
  display: inline-block;
  width: 2em;
  height: 2em; }
.main-content .attachments-table {
  width: 100%; }
.main-content .attachments-table a:hover {
  text-decoration: underline; }
.main-content .attachments-table .attachment-title {
  font-weight: bold; }
.main-content .third-party a {
  display: block;
  margin-bottom: 2em !important;
  -webkit-transition: all .3s ease-in;
          transition: all .3s ease-in; }
.main-content .third-party a:hover {
  opacity: .6; }

.site-sidebar {
  padding: 1em .5em; }
.site-sidebar .post {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #e4e4e4;
  box-shadow: 0 15px 2px -10px #444;
  padding: 0; }
.site-sidebar .post-body {
  padding: 0 .5em; }
.site-sidebar .block-post-header {
  background: yellow; }
.site-sidebar .block-post-header h2 {
  margin: 0;
  padding: .5em; }
@media (min-width: 50em) {
  .site-sidebar {
    width: 33.33%;
    float: left; } }

.site-footer {
  clear: both;
  padding: .5em;
  background: #006798;
  color: white; }
.site-footer a {
  color: yellow; }
.site-footer a:hover {
  text-decoration: underline; }
