@charset "UTF-8";
/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
/* line 59, ../../_scss/_frameless.scss */
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
}

/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
/* line 72, ../../_scss/_frameless.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
  display: block;
}

/* line 76, ../../_scss/_frameless.scss */
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 82, ../../_scss/_frameless.scss */
body {
  min-height: 100%;
  font-size: 100%;
}

/* line 84, ../../_scss/_frameless.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 91, ../../_scss/_frameless.scss */
sup {
  top: -0.5em;
}

/* line 92, ../../_scss/_frameless.scss */
sub {
  bottom: -0.25em;
}

/* line 94, ../../_scss/_frameless.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 100, ../../_scss/_frameless.scss */
b, strong {
  font-weight: bold;
}

/* line 101, ../../_scss/_frameless.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 103, ../../_scss/_frameless.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 108, ../../_scss/_frameless.scss */
a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}

/* line 113, ../../_scss/_frameless.scss */
input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}

/* line 123, ../../_scss/_frameless.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 129, ../../_scss/_frameless.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 137, ../../_scss/_frameless.scss */
textarea {
  overflow: auto;
}

/*
	These are easy to forget
*/
/* line 144, ../../_scss/_frameless.scss */
::selection {
  background: red;
  color: white;
}

/* line 148, ../../_scss/_frameless.scss */
::-moz-selection {
  background: red;
  color: white;
}

/* line 153, ../../_scss/_frameless.scss */
img::selection {
  background: transparent;
}

/* line 156, ../../_scss/_frameless.scss */
img::-moz-selection {
  background: transparent;
}

/* line 160, ../../_scss/_frameless.scss */
body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62);
}

/*
	Style overrides for IE6-8
	http://jonikorpi.com/leaving-old-IE-behind/
*/
/*
	An easy way to zoom your entire layout in or out (as long as it's set in ems).
	Just change the media queries to activate them.
	Assuming your base font-size is 16:
	- the first one zooms out by a factor of (16-2)/16 = 0.875
	- the second one zooms in by a factor of (16+2)/16 = 1.125  
*/
@media screen and (max-width: 1px) {
  /* line 184, ../../_scss/_frameless.scss */
  body {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1px) {
  /* line 190, ../../_scss/_frameless.scss */
  body {
    font-size: 1.125em;
  }
}
/*
	Sketchblog		
	by Chris Tessmer		<http://christessmer.com/>
*/
/* line 28, ../../_scss/sketchblog.scss */
body {
  background-color: #a3b3bb;
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: #3c3836;
}

/* line 36, ../../_scss/sketchblog.scss */
a {
  text-decoration: none;
  font-weight: bold;
  color: #3c3836;
}

/* line 42, ../../_scss/sketchblog.scss */
#masthead {
  color: #3c3836;
  text-align: left;
  margin-left: 0.75em;
  font-size: 80%;
}
/* line 47, ../../_scss/sketchblog.scss */
#masthead h1 {
  display: inline-block;
}
/* line 48, ../../_scss/sketchblog.scss */
#masthead li {
  display: inline-block;
  list-style-type: "»";
  margin-left: 1em;
}

/* line 55, ../../_scss/sketchblog.scss */
#copyright {
  font-size: 80%;
  color: #888481;
}

/* line 60, ../../_scss/sketchblog.scss */
header {
  border-bottom: 4px solid #d5d0cc;
  border-bottom-color: #888481;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  margin-bottom: 0.75em;
}

/* line 68, ../../_scss/sketchblog.scss */
footer {
  border-top: 4px solid #d5d0cc;
  border-top-color: #888481;
  border-top-width: 1px;
  border-top-style: dashed;
  margin-top: 0.75em;
}

/* der sketchpost */
/* line 77, ../../_scss/sketchblog.scss */
article.sketch {
  width: 100%;
  max-width: 600px;
  vertical-align: top;
  margin: 0.375em;
  padding: 0.3em 0em 0em 0em;
  border: none;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  display: inline-block;
}
/* line 103, ../../_scss/sketchblog.scss */
article.sketch h1, article.sketch h2, article.sketch h3, article.sketch h4, article.sketch h5, article.sketch h6, article.sketch header, article.sketch footer {
  font-family: 'Droid Sans', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
  margin: auto 1em;
}
/* line 109, ../../_scss/sketchblog.scss */
article.sketch h1, article.sketch h2, article.sketch h3, article.sketch h4, article.sketch h5, article.sketch h6 {
  float: clear;
  text-align: center;
  font-weight: bolder;
  line-height: 1.0em;
  font-size: 180%;
}
/* line 118, ../../_scss/sketchblog.scss */
article.sketch header {
  width: 100%;
  margin: 0em;
  margin-bottom: 0em;
  border: none;
}
/* line 123, ../../_scss/sketchblog.scss */
article.sketch header h1, article.sketch header h2, article.sketch header h3 {
  margin: 0.5em 0.5em 0em 0.5em;
  border-bottom: 1px #888481 solid;
}
/* line 130, ../../_scss/sketchblog.scss */
article.sketch img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 16px;
  height: auto;
  display: block;
}
/* line 141, ../../_scss/sketchblog.scss */
article.sketch figure {
  margin: 1em 0em;
}
/* line 145, ../../_scss/sketchblog.scss */
article.sketch img.border-normal {
  border: 4px solid #d5d0cc;
  border-width: 1px;
}
/* line 150, ../../_scss/sketchblog.scss */
article.sketch img.border-hbars {
  border-top: 4px solid #d5d0cc;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #d5d0cc;
  border-width: 1px;
}
/* line 158, ../../_scss/sketchblog.scss */
article.sketch img.border-thick {
  border: 4px solid #d5d0cc;
  border-width: 8px;
  border-radius: 0.3em;
}
/* line 164, ../../_scss/sketchblog.scss */
article.sketch figcaption {
  font-weight: 300;
  font-size: 70%;
  font-style: italic;
  margin: 0.2em 2em 1em;
  opacity: 0.5;
}
/* line 172, ../../_scss/sketchblog.scss */
article.sketch .content {
  margin-top: 1em;
}
/* line 175, ../../_scss/sketchblog.scss */
article.sketch .prose {
  display: block;
  max-width: 500px;
  text-align: left;
  margin: 1em 2em;
}
/* line 182, ../../_scss/sketchblog.scss */
article.sketch ul, article.sketch ol {
  list-style-position: inside;
  margin: 0.5em 2em 1em;
}
/* line 187, ../../_scss/sketchblog.scss */
article.sketch footer {
  border-top: none;
  padding: 0em 1em;
  margin-top: 1em;
  padding-bottom: 0.5em;
  font-weight: 300;
  font-size: 70%;
}
/* line 194, ../../_scss/sketchblog.scss */
article.sketch footer .date {
  float: left;
  opacity: 0.5;
}
/* line 199, ../../_scss/sketchblog.scss */
article.sketch footer .details {
  max-width: 30em;
  display: inline-block;
}
/* line 203, ../../_scss/sketchblog.scss */
article.sketch footer .apps {
  float: right;
}
/* line 207, ../../_scss/sketchblog.scss */
article.sketch footer .apps img {
  float: right;
  opacity: 0.3;
}

/* line 217, ../../_scss/sketchblog.scss */
.white {
  background: white;
  color: #3c3836;
}
/* line 220, ../../_scss/sketchblog.scss */
.white a, .white a:visited {
  color: #3c3836;
}

/* line 223, ../../_scss/sketchblog.scss */
.light {
  background: #d5d0cc;
  color: dark;
}
/* line 226, ../../_scss/sketchblog.scss */
.light a, .light a:visited {
  color: #3c3836;
}
/* line 227, ../../_scss/sketchblog.scss */
.light header h1 h2 h3 {
  border-bottom-color: #888481;
}
/* line 228, ../../_scss/sketchblog.scss */
.light img.border-normal {
  border-color: #888481;
}
/* line 229, ../../_scss/sketchblog.scss */
.light img.border-thick {
  border-color: #888481;
}
/* line 230, ../../_scss/sketchblog.scss */
.light img.border-hbars {
  border-top-color: #888481;
  border-bottom-color: #888481;
}

/* line 236, ../../_scss/sketchblog.scss */
.dark {
  background: #3c3836;
  color: #d5d0cc;
}
/* line 239, ../../_scss/sketchblog.scss */
.dark a, .dark a:visited {
  color: #d5d0cc;
}
/* line 240, ../../_scss/sketchblog.scss */
.dark img.border-normal {
  border-color: #888481;
}
/* line 241, ../../_scss/sketchblog.scss */
.dark img.border-thick {
  border-color: #888481;
}
/* line 242, ../../_scss/sketchblog.scss */
.dark img.border-hbars {
  border-top-color: #888481;
  border-bottom-color: #888481;
}

/* customizations for larger screens */
@media screen and (min-width: 767px) {
  /* line 251, ../../_scss/sketchblog.scss */
  figcaption {
    display: none;
  }
}
