@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 33, ../../_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 46, ../../_scss/_frameless.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 103, ../../_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 111, ../../_scss/_frameless.scss */
textarea {
  overflow: auto;
}

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

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

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

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

/* line 134, ../../_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 158, ../../_scss/_frameless.scss */
  body {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1px) {
  /* line 164, ../../_scss/_frameless.scss */
  body {
    font-size: 1.125em;
  }
}
/*
	Sketchblog		
	by Chris Tessmer		<http://christessmer.com/>
*/
/* line 10, ../../_scss/sketchblog.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  color: #3c3836;
  background-color: #a3b3bb;
  background-image: url("/assets/media/20090117_BLOG_BG2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/post_bg.jpg', sizingMethod='scale')";
  background: url("/assets/media/20090117_BLOG_BG2.png") center/cover fixed no-repeat, linear-gradient(to bottom, #ffffff 0%, #88adac 50%, #adb67d 100%) center/cover fixed no-repeat, #a3b3bb;
}

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

/* line 43, ../../_scss/sketchblog.scss */
#masthead {
  color: #3c3836;
  text-align: left;
  padding-left: 0.75em;
  font-size: 80%;
  width: 100%;
  background: rgba(213, 208, 204, 0.7);
}
/* line 49, ../../_scss/sketchblog.scss */
#masthead h1 {
  display: inline-block;
}
/* line 50, ../../_scss/sketchblog.scss */
#masthead ul {
  display: inline-block;
  margin-right: 1em;
}
/* line 54, ../../_scss/sketchblog.scss */
#masthead li:before {
  content: "»";
  opacity: 0.3;
  padding: right 2em;
}
/* line 59, ../../_scss/sketchblog.scss */
#masthead li {
  display: inline-block;
  margin-left: 1em;
}
/* line 72, ../../_scss/sketchblog.scss */
#masthead li.selected {
  font-weight: bolder;
}
/* line 77, ../../_scss/sketchblog.scss */
#masthead li:hover {
  background: yellow;
}

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

/* line 85, ../../_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 93, ../../_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 102, ../../_scss/sketchblog.scss */
article.sketch {
  box-sizing: border-box;
  width: 100%;
  max-width: 500px;
  vertical-align: top;
  margin: 0.375em;
  padding: 0.3em 0em 0em 0em;
  border: none;
  border: solid rgba(60, 56, 54, 0.85) 2px;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  display: inline-block;
}
/* line 129, ../../_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 135, ../../_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 144, ../../_scss/sketchblog.scss */
article.sketch header {
  width: 100%;
  margin: 0em;
  margin-bottom: 0em;
  border: none;
}
/* line 149, ../../_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 156, ../../_scss/sketchblog.scss */
article.sketch img {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 16px;
  width: auto;
  height: auto;
  display: block;
}
/* line 169, ../../_scss/sketchblog.scss */
article.sketch figure {
  margin: 1em 0em;
}
/* line 173, ../../_scss/sketchblog.scss */
article.sketch img.border-normal {
  border: 4px solid #d5d0cc;
  border-width: 1px;
}
/* line 178, ../../_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 186, ../../_scss/sketchblog.scss */
article.sketch img.border-thick {
  border: 4px solid #d5d0cc;
  border-width: 8px;
  border-radius: 0.3em;
}
/* line 192, ../../_scss/sketchblog.scss */
article.sketch figcaption {
  font-weight: 300;
  font-size: 70%;
  font-style: italic;
  margin: 0.2em 2em 1em;
  opacity: 0.5;
}
/* line 200, ../../_scss/sketchblog.scss */
article.sketch .content {
  margin-top: 1em;
}
/* line 203, ../../_scss/sketchblog.scss */
article.sketch .prose {
  display: block;
  max-width: 500px;
  text-align: left;
  margin: 1em 2em;
}
/* line 210, ../../_scss/sketchblog.scss */
article.sketch ul, article.sketch ol {
  list-style-position: inside;
  margin: 0.5em 2em 1em;
}
/* line 215, ../../_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 222, ../../_scss/sketchblog.scss */
article.sketch footer .date {
  float: left;
  opacity: 0.5;
}
/* line 227, ../../_scss/sketchblog.scss */
article.sketch footer .details {
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
/* line 232, ../../_scss/sketchblog.scss */
article.sketch footer .apps {
  float: right;
}
/* line 236, ../../_scss/sketchblog.scss */
article.sketch footer .apps img {
  float: right;
  opacity: 0.3;
}

/* line 246, ../../_scss/sketchblog.scss */
.details table {
  width: 100%;
  opacity: 0.5;
  border-collapse: separate;
  border: solid #3c3836 2px;
  border-radius: 6px;
  -moz-border-radius: 6px;
}
/* line 255, ../../_scss/sketchblog.scss */
.details td, .details th {
  background-color: white;
  border-left: solid #3c3836 1px;
  border-top: solid #3c3836 1px;
  padding: 0.25em;
}
/* line 263, ../../_scss/sketchblog.scss */
.details th:first-child, .details td:first-child {
  border-left: none;
}
/* line 267, ../../_scss/sketchblog.scss */
.details td {
  font-weight: bold;
}
/* line 271, ../../_scss/sketchblog.scss */
.details td:first-child {
  font-weight: normal;
}
/* line 273, ../../_scss/sketchblog.scss */
.details td:first-child a {
  font-weight: normal;
}
/* line 276, ../../_scss/sketchblog.scss */
.details th {
  background-color: #d5d0cc;
  text-align: center;
  border-top: none;
}

/* line 285, ../../_scss/sketchblog.scss */
.white, article.white, article.white-alpha {
  background: white;
  color: #3c3836;
}
/* line 288, ../../_scss/sketchblog.scss */
.white a, .white a:visited, article.white a, article.white a:visited, article.white-alpha a, article.white-alpha a:visited {
  color: #3c3836;
}

/* line 291, ../../_scss/sketchblog.scss */
.light, article.light, article.light-alpha {
  background: #d5d0cc;
  color: dark;
}
/* line 294, ../../_scss/sketchblog.scss */
.light a, .light a:visited, article.light a, article.light a:visited, article.light-alpha a, article.light-alpha a:visited {
  color: #3c3836;
}
/* line 295, ../../_scss/sketchblog.scss */
.light header h1 h2 h3, article.light header h1 h2 h3, article.light-alpha header h1 h2 h3 {
  border-bottom-color: #888481;
}
/* line 296, ../../_scss/sketchblog.scss */
.light img.border-normal, article.light img.border-normal, article.light-alpha img.border-normal {
  border-color: #888481;
}
/* line 297, ../../_scss/sketchblog.scss */
.light img.border-thick, article.light img.border-thick, article.light-alpha img.border-thick {
  border-color: #888481;
}
/* line 298, ../../_scss/sketchblog.scss */
.light img.border-hbars, article.light img.border-hbars, article.light-alpha img.border-hbars {
  border-top-color: #888481;
  border-bottom-color: #888481;
}

/* line 304, ../../_scss/sketchblog.scss */
.dark, article.dark, article.dark-alpha {
  background: #3c3836;
  color: #d5d0cc;
}
/* line 307, ../../_scss/sketchblog.scss */
.dark a, .dark a:visited, article.dark a, article.dark a:visited, article.dark-alpha a, article.dark-alpha a:visited {
  color: #d5d0cc;
}
/* line 308, ../../_scss/sketchblog.scss */
.dark img.border-normal, article.dark img.border-normal, article.dark-alpha img.border-normal {
  border-color: #888481;
}
/* line 309, ../../_scss/sketchblog.scss */
.dark img.border-thick, article.dark img.border-thick, article.dark-alpha img.border-thick {
  border-color: #888481;
}
/* line 310, ../../_scss/sketchblog.scss */
.dark img.border-hbars, article.dark img.border-hbars, article.dark-alpha img.border-hbars {
  border-top-color: #888481;
  border-bottom-color: #888481;
}
/* line 315, ../../_scss/sketchblog.scss */
.dark .details table, article.dark .details table, article.dark-alpha .details table {
  border-color: #d5d0cc;
}
/* line 318, ../../_scss/sketchblog.scss */
.dark .details td, .dark .details th, article.dark .details td, article.dark .details th, article.dark-alpha .details td, article.dark-alpha .details th {
  color: black;
}
/* line 320, ../../_scss/sketchblog.scss */
.dark .details td a, .dark .details td a:visited, .dark .details th a, .dark .details th a:visited, article.dark .details td a, article.dark .details td a:visited, article.dark .details th a, article.dark .details th a:visited, article.dark-alpha .details td a, article.dark-alpha .details td a:visited, article.dark-alpha .details th a, article.dark-alpha .details th a:visited {
  color: black;
}

/* line 325, ../../_scss/sketchblog.scss */
article.white-alpha {
  background: rgba(255, 255, 255, 0.7);
}

/* line 328, ../../_scss/sketchblog.scss */
article.light-alpha {
  background: rgba(213, 208, 204, 0.7);
}

/* line 331, ../../_scss/sketchblog.scss */
article.dark-alpha {
  background: rgba(60, 56, 54, 0.85);
}

/* customizations for larger screens */
@media screen and (min-width: 767px) {
  /* line 338, ../../_scss/sketchblog.scss */
  article.sketch {
    border-width: 3px;
    max-width: 600px;
  }
  /* line 341, ../../_scss/sketchblog.scss */
  article.sketch figcaption {
    display: none;
  }
}
