/* normalize.css 2011-09-22T17:42 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 20, ../../compass/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 30, ../../compass/sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
/* line 40, ../../compass/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 49, ../../compass/sass/_normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 66, ../../compass/sass/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 77, ../../compass/sass/_normalize.scss */
body {
  margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 89, ../../compass/sass/_normalize.scss */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 98, ../../compass/sass/_normalize.scss */
a {
  color: #00e;
}

/* line 102, ../../compass/sass/_normalize.scss */
a:visited {
  color: #551a8b;
}

/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 110, ../../compass/sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 120, ../../compass/sass/_normalize.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 133, ../../compass/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
/* line 142, ../../compass/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 146, ../../compass/sass/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 154, ../../compass/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 162, ../../compass/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 175, ../../compass/sass/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 185, ../../compass/sass/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 198, ../../compass/sass/_normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 205, ../../compass/sass/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 210, ../../compass/sass/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 220, ../../compass/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 227, ../../compass/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 231, ../../compass/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 241, ../../compass/sass/_normalize.scss */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 246, ../../compass/sass/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 251, ../../compass/sass/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 267, ../../compass/sass/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */
/* line 276, ../../compass/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 289, ../../compass/sass/_normalize.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 302, ../../compass/sass/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
/* line 310, ../../compass/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
/* line 321, ../../compass/sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 335, ../../compass/sass/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 347, ../../compass/sass/_normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Corrects inner spacing displayed oddly in IE7 without effecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 361, ../../compass/sass/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */
/* line 373, ../../compass/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 383, ../../compass/sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
/* line 394, ../../compass/sass/_normalize.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 404, ../../compass/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 414, ../../compass/sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
/* line 428, ../../compass/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, ../../compass/sass/style.scss */
body {
  font: 14px Verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #e9e8e7;
  background: #353433;
  overflow: auto;
}

/* line 15, ../../compass/sass/style.scss */
a:link, a:visited {
  color: #ffffbb;
}

/* line 19, ../../compass/sass/style.scss */
a:focus {
  outline: 1px dotted #8b8685;
}

/* line 23, ../../compass/sass/style.scss */
.me-head, .me-content-data h1 {
  color: #8b8685;
  font: bold 40px/48px Free Sans, FreeSans, Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0.5em 0;
}

/* line 30, ../../compass/sass/style.scss */
.me-subhead, .me-content-data h2 {
  color: #d7fc70;
  border-top: 2px solid #4e4c4b;
  font-size: 21px;
  margin: 0.5em 0;
}

/* line 40, ../../compass/sass/style.scss */
.me-content-data em {
  font-style: normal;
  color: #fff;
  background: #494847;
  margin: -2px;
  padding: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
}
/* line 43, ../../compass/sass/style.scss */
.me-content-data p, .me-content-data ul, .me-content-data ol, .me-content-data pre, .me-content-data .syntaxhighlighter {
  margin: 1em 0;
  padding: 0;
}
/* line 49, ../../compass/sass/style.scss */
.me-content-data p code, .me-content-data li code, .me-content-data th code, .me-content-data td code {
  border: 1px solid #555453;
  background: #252423;
  padding: 2px;
  border-radius: 2px;
  border-bottom-width: 2px;
  box-shadow: 0 1px 0 #252423;
  color: #e9d7c5;
}
/* line 63, ../../compass/sass/style.scss */
.me-content-data ul ul,
.me-content-data ul ol,
.me-content-data ol ul,
.me-content-data ol ol {
  margin: 0.2em 0;
}
/* line 67, ../../compass/sass/style.scss */
.me-content-data h1, .me-content-data h2 {
  margin: 0.5em 0;
}
/* line 71, ../../compass/sass/style.scss */
.me-content-data ul, .me-content-data ol, .me-content-data pre {
  padding-left: 2.5em;
}
/* line 83, ../../compass/sass/style.scss */
.me-content-data h2 {
  margin-top: 2em;
  padding-top: 1.5em;
}
/* line 88, ../../compass/sass/style.scss */
.me-content-data hr {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.5em;
  height: 0;
  border: 0;
  padding: 0;
  border-top: 2px solid #4e4c4b;
}
/* line 98, ../../compass/sass/style.scss */
.me-content-data .image-container {
  text-align: center;
}
/* line 102, ../../compass/sass/style.scss */
.me-content-data .image {
  text-align: center;
}
/* line 104, ../../compass/sass/style.scss */
.me-content-data .image img {
  max-width: 100%;
}
/* line 109, ../../compass/sass/style.scss */
.me-content-data pre {
  white-space: pre-wrap;
}
/* line 112, ../../compass/sass/style.scss */
.me-content-data code, .me-content-data pre {
  font-family: Consolas, Monaco, Droid Sans Mono, DejaVu Sans Mono, sans-serif;
}
/* line 117, ../../compass/sass/style.scss */
.me-content-data .caption {
  text-align: center;
  font-style: italic;
  color: #a9a8a7;
  margin-top: -1em;
  font-size: 0.9em;
}
/* line 118, ../../compass/sass/style.scss */
.me-content-data .center {
  text-align: center;
}
/* line 120, ../../compass/sass/style.scss */
.me-content-data pre {
  background: #252423;
  padding: 1em;
}
/* line 122, ../../compass/sass/style.scss */
.me-content-data blockquote {
  margin: 1em 32px;
}

/* line 128, ../../compass/sass/style.scss */
blockquote.me-quote {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
  font-size: 12pt;
  font-style: italic;
}
/* line 134, ../../compass/sass/style.scss */
blockquote.me-quote cite {
  display: block;
  color: #8b8685;
  text-align: right;
  font-style: normal;
}
/* line 139, ../../compass/sass/style.scss */
blockquote.me-quote cite:before {
  content: "~ ";
}

/* line 145, ../../compass/sass/style.scss */
blockquote.me-preamble {
  margin-bottom: 5em;
}
/* line 147, ../../compass/sass/style.scss */
blockquote.me-preamble blockquote.me-quote {
  margin-left: -49px;
  margin-right: -49px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #454443;
  background: #2e2d2c;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 159, ../../compass/sass/style.scss */
ul.me-posts {
  padding: 0 28px;
}

/* line 164, ../../compass/sass/style.scss */
ul.posts span.date {
  color: #999;
  font-weight: normal;
  font-size: 18px;
}

/* line 171, ../../compass/sass/style.scss */
p.me-view-raw {
  text-align: center;
}
/* line 172, ../../compass/sass/style.scss */
p.me-view-raw a:link, p.me-view-raw a:visited {
  text-decoration: none;
}

/* line 179, ../../compass/sass/style.scss */
.me-meta, #disqus_thread #dsq-footer, .me-responses .dsq-brlink, .me-meta a:link, #disqus_thread #dsq-footer a:link, .me-responses .dsq-brlink a:link, .me-meta a:visited, #disqus_thread #dsq-footer a:visited, .me-responses .dsq-brlink a:visited {
  color: #8b8685;
}

/* line 180, ../../compass/sass/style.scss */
p.me-meta, #disqus_thread p#dsq-footer, .me-responses p.dsq-brlink {
  padding-top: 2em;
}

/* line 181, ../../compass/sass/style.scss */
ul#me-meta {
  margin-top: 2em;
}

/* line 183, ../../compass/sass/style.scss */
.me-content {
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* line 190, ../../compass/sass/style.scss */
.me-center-align {
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
}
/* line 194, ../../compass/sass/style.scss */
.me-center-align.wide {
  max-width: 100%;
}

/* line 199, ../../compass/sass/style.scss */
.me-control-panel {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: #8b8685;
  font-size: 12pt;
}
/* line 205, ../../compass/sass/style.scss */
.me-control-panel a {
  padding: 4px;
}

/* line 210, ../../compass/sass/style.scss */
.me-pad {
  padding: 20px;
}

/* line 214, ../../compass/sass/style.scss */
.me-table {
  border-collapse: collapse;
}
/* line 216, ../../compass/sass/style.scss */
.me-table td, .me-table th {
  border: 1px solid #454443;
}
/* line 219, ../../compass/sass/style.scss */
.me-table th {
  background: #252423;
  padding: 3px 10px;
}
/* line 220, ../../compass/sass/style.scss */
.me-table td {
  background: #090807;
  padding: 7px 10px;
  font-size: 12pt;
}
/* line 222, ../../compass/sass/style.scss */
.me-table td.post-title {
  font-weight: bold;
}
/* line 224, ../../compass/sass/style.scss */
.me-table td.post-title a {
  text-decoration: none;
  color: #e9e8e7;
}

/* line 232, ../../compass/sass/style.scss */
.me-editor-form {
  width: 256px;
  margin-bottom: 20px;
}
/* line 235, ../../compass/sass/style.scss */
.me-editor-form .actions {
  text-align: center;
  padding: 10px;
}
/* line 239, ../../compass/sass/style.scss */
.me-editor-form .actions input {
  background: #8b8685;
  border: 1px solid #9b9695;
  color: #e9e8e7;
}

/* line 247, ../../compass/sass/style.scss */
.me-editor-panel {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 296px;
}

/* line 258, ../../compass/sass/style.scss */
.me-title-field, .me-content-field {
  position: absolute;
}
/* line 260, ../../compass/sass/style.scss */
.me-title-field input, .me-title-field textarea, .me-content-field input, .me-content-field textarea {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 264, ../../compass/sass/style.scss */
.me-title-field label, .me-content-field label {
  position: absolute;
  top: 3px;
  right: 5px;
  pointer-events: none;
  opacity: 0.3;
}

/* line 272, ../../compass/sass/style.scss */
.me-title-field {
  top: 0;
  right: 0;
  height: 40px;
  left: 0;
}
/* line 274, ../../compass/sass/style.scss */
.me-title-field input {
  border: 1px solid #555453;
  background: #454443;
  font-family: sans-serif;
  font-size: 20px;
  text-align: center;
  color: #e9e8e7;
  text-shadow: 0 -1px 0 black;
}

/* line 284, ../../compass/sass/style.scss */
.me-content-field {
  top: 39px;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 286, ../../compass/sass/style.scss */
.me-content-field textarea {
  border: 1px solid #555453;
  background: #090807;
  color: #fff;
  font: 12pt/1.5 Consolas, Monaco, Droid Sans Mono, DejaVu Sans Mono, sans-serif;
}

/* line 294, ../../compass/sass/style.scss */
.me-editor-window, .me-editor-form .actions {
  margin-bottom: 1em;
  background: #090807;
  border: 1px solid #454443;
}
/* line 298, ../../compass/sass/style.scss */
.me-editor-window h2, .me-editor-form .actions h2 {
  margin: 0;
  padding: 3px 5px;
  background: #252423;
  font-size: 1.2em;
  text-align: right;
}

/* line 307, ../../compass/sass/style.scss */
.me-editor-window-content {
  padding: 0 1px;
}
/* line 309, ../../compass/sass/style.scss */
.me-editor-window-content .field {
  margin: 7px 5px;
  position: relative;
  line-height: 24px;
}
/* line 313, ../../compass/sass/style.scss */
.me-editor-window-content .field input {
  background: #353433;
  border: 1px solid #454443;
  color: #e9e8e7;
  height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 320, ../../compass/sass/style.scss */
.me-editor-window-content .field .me-input {
  position: relative;
  left: 5em;
  margin-left: 10px;
}
/* line 325, ../../compass/sass/style.scss */
.me-editor-window-content .field .me-label {
  display: block;
  position: absolute;
  width: 5em;
  height: 24px;
  text-align: right;
}

/* line 336, ../../compass/sass/style.scss */
.field .field_with_errors {
  display: inline;
}
/* line 338, ../../compass/sass/style.scss */
.field .field_with_errors label {
  color: #fbb;
}
/* line 339, ../../compass/sass/style.scss */
.field .field_with_errors input {
  border-color: #c77;
}

/* line 343, ../../compass/sass/style.scss */
#disqus_thread {
  /*
  .dsq-textarea-background {
  	background: #252423;
  	box-shadow: 0 1px 4px #090807 inset;
  	border-color: #666;
  }
  .dsq-post-tools {
  	background-image: image-url('dsq.png');
  	box-shadow: 0 1px 0 #454443 inset, 0 -1px 3px rgba(0, 0, 0, 0.04) inset;
  	border-top: 1px solid #666;
  }
  .dsq-post-tools .dsq-post-as .dsq-button {
  	background: #090807;
  	border-color: #666;
  	color: $text;
  	text-shadow: none;
  	box-shadow: none;
  }
  */
}
/* line 345, ../../compass/sass/style.scss */
#disqus_thread #dsq-content #dsq-global-toolbar {
  margin-top: -35px;
  margin-bottom: 1ex;
}
/* line 349, ../../compass/sass/style.scss */
#disqus_thread #dsq-content #dsq-reply {
  margin-top: 1em;
}
/* line 351, ../../compass/sass/style.scss */
#disqus_thread #dsq-content #dsq-reply h3 {
  display: none;
}
/* line 353, ../../compass/sass/style.scss */
#disqus_thread #dsq-content #dsq-account-dropdown {
  display: none;
}
/* line 356, ../../compass/sass/style.scss */
#disqus_thread #dsq-content #dsq-sort-by {
  display: none;
}
/* line 357, ../../compass/sass/style.scss */
#disqus_thread #dsq-content h3 {
  display: none;
}

/* line 383, ../../compass/sass/style.scss */
#me-responses {
  min-height: 360px;
}

/* line 387, ../../compass/sass/style.scss */
.me-responses {
  position: relative;
}
/* line 389, ../../compass/sass/style.scss */
.me-responses .dsq-brlink {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 396, ../../compass/sass/style.scss */
.me-responses-button {
  margin-bottom: 70px;
}
/* line 398, ../../compass/sass/style.scss */
.me-responses-button h2 {
  text-align: center;
}
/* line 400, ../../compass/sass/style.scss */
.me-responses-button h2 a:link, .me-responses-button h2 a:visited {
  display: block;
  text-decoration: none;
  color: #8b8685;
  margin: 0 100px;
  background: #252423;
  border: 1px solid #666;
  border-radius: 10px;
  box-shadow: 0 0 1px #090807 inset, 0 -10px 20px rgba(9, 8, 7, 0.2) inset, 0 2px 15px rgba(69, 68, 67, 0.7) inset, 0 3px 4px rgba(9, 8, 7, 0.4);
  -moz-transition: 0.1s background;
  -webkit-transition: 0.1s background;
  transition: 0.1s background;
}
/* line 413, ../../compass/sass/style.scss */
.me-responses-button h2 a:hover {
  background: #353433;
}
/* line 416, ../../compass/sass/style.scss */
.me-responses-button h2 a:focus {
  outline: none;
  border-color: #aaa;
}

/* line 424, ../../compass/sass/style.scss */
.me-no-comments #me-responses {
  display: none;
}

/* line 428, ../../compass/sass/style.scss */
.me-show-comments #me-responses-button {
  display: none;
}

/* line 431, ../../compass/sass/style.scss */
.oldblog-image {
  text-align: center;
}
/* line 433, ../../compass/sass/style.scss */
.oldblog-image img {
  max-width: 100%;
}

/* line 439, ../../compass/sass/style.scss */
.oldblog-head small {
  display: block;
  font-size: 20px;
}
/* line 442, ../../compass/sass/style.scss */
.oldblog-head small a {
  color: #8b8685;
  text-decoration: none;
}

/* line 446, ../../compass/sass/style.scss */
.date-placeholder {
  position: relative;
}
/* line 448, ../../compass/sass/style.scss */
.date-placeholder .date {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
/* line 452, ../../compass/sass/style.scss */
.date-placeholder .date .date-text {
  position: absolute;
  bottom: 8px;
  left: 2px;
  color: #757170;
  white-space: nowrap;
  font: 11px Verdana, sans-serif;
}
/* line 458, ../../compass/sass/style.scss */
.date-placeholder .date .date-text dfn {
  display: none;
}

/* line 463, ../../compass/sass/style.scss */
a.read-more {
  color: #8b8685;
  text-decoration: none;
}

/* line 3, ../../compass/sass/_prettyprint.scss */
.prettyprint .str {
  color: #f9f979;
}
/* line 4, ../../compass/sass/_prettyprint.scss */
.prettyprint .kwd {
  color: #ecb760;
}
/* line 5, ../../compass/sass/_prettyprint.scss */
.prettyprint .typ {
  color: #ecb760;
}
/* line 6, ../../compass/sass/_prettyprint.scss */
.prettyprint .com {
  color: #8bef50;
}
/* line 7, ../../compass/sass/_prettyprint.scss */
.prettyprint .lit {
  color: #f08686;
}
