@charset "UTF-8";
body {
  background: #eee;
  color: #222; }

a {
  color: #1a53e6; }
  a:hover {
    color: #6e95f7; }

#sidebar {
  background: linear-gradient(to right, #000, #111); }

#sidebarNav > a.hasSubpages, #sidebarNav > .subpages {
  background: #1a243d; }
#sidebarNav > a, #sidebarNav > .subpages > a {
  color: #e0e3eb; }
  #sidebarNav > a:hover, #sidebarNav > .subpages > a:hover {
    background: #263559;
    color: #e0e3eb; }
  #sidebarNav > a.selected, #sidebarNav > .subpages > a.selected {
    background: #364a7d;
    text-shadow: 0px 0px 2px #020204;
    font-weight: bold; }

.sbHeader {
  background: #263c73;
  color: #d9e0f2;
  border-bottom: 1px solid #4064bf; }

.sbBody {
  background: #1a284d; }
  .sbBody > a {
    color: #d9e0f2; }
    .sbBody > a:hover {
      background: #263c73; }
    .sbBody > a.selected {
      font-weight: bold;
      background: #2d4686; }

#footer {
  background: linear-gradient(to bottom, #c2c8d6, #e0e3eb);
  color: #525d7a; }

.home-post-list > li {
  border: 1px solid #335ecc; }

.home-post-meta {
  background: #335ecc;
  color: #d1ddfa; }

.home-post-link {
  background: #c2cff0;
  color: #1443b8; }
  .home-post-link:hover {
    color: #082f91; }

.home-post-summary {
  border-top: 1px solid #335ecc;
  background: #fff; }
  .home-post-summary:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }

.shiny-button {
  border: 1px solid #5433cc;
  background: linear-gradient(to bottom, #bbadeb, #4329a3 10%, #765cd6 90%, black);
  color: #ddd6f5; }

.blog-post-list > li {
  background: #dee2ed; }

.blog-post-meta {
  background: #335ecc;
  color: #d1ddfa; }

.blog-post-link {
  color: #1443b8; }
  .blog-post-link:hover {
    background: #c2cff0;
    color: #082f91; }

.blog-post-summary {
  border: 1px solid #335ecc;
  background: #fff; }

h1 {
  color: #3e4e74;
  border-bottom: 2px dashed #6683cc; }

h2 {
  color: #475985;
  border-bottom: 1px dotted #6683cc; }

h3 {
  color: #506495;
  border-bottom: 1px dotted #6683cc; }

.post-meta {
  border-bottom: 2px solid #6683cc;
  color: #596fa6; }

p > code, li > code, td > code {
  background: #e0e3eb;
  color: #3d465c;
  border-color: #e0e3eb; }

tr:nth-child(2n) > td > code {
  background: #e0e3eb;
  border-color: #e0e3eb; }

blockquote {
  border-left: 0.5em solid #6683cc;
  border-bottom: 1px solid #6683cc;
  background: #d9e0f2; }

.notices.yellow {
  border-left: 0.5em solid #ccbb66;
  background: #ece6c6; }

#body > table th {
  background: #8590ad;
  color: #f0f1f5;
  border: 1px solid #a3acc2; }
  #body > table th.hover-emphasis {
    background: #667499 !important; }
#body > table td {
  background: #d1d5e0;
  border: 1px solid #a3acc2; }
  #body > table td.hover-emphasis {
    background: #a3acc2 !important; }
#body > table tr:nth-child(2n) > td {
  background: #c2c8d6; }
#body > table tr.bg1 > td {
  background: #d1d5e0; }
#body > table tr.bg2 > td {
  background: #c2c8d6; }

tr.verticalText > th > div.bg {
  border-bottom: 1px solid #a3acc2;
  background: #8590ad; }

tr.verticalText > th.corner > div.bg {
  border-top: 1px solid #a3acc2; }

#body > table tr.verticalText > th.hover-emphasis {
  background: #8590ad !important; }
  #body > table tr.verticalText > th.hover-emphasis > div.bg {
    background: #667499; }

.home-icon-credit {
  color: #555; }

.quote-bold-text > blockquote > p > strong {
  color: #0a3ec2; }

.projects-special td > strong {
  color: #3d548f; }

.deal {
  color: #09aa59;
  font-style: italic; }

.product {
  color: #aa3e09;
  font-style: italic; }

code[class*="language-"],
pre[class*="language-"] {
  font-size: 90%;
  text-align: left;
  direction: ltr;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.namespace {
  opacity: .7; }

/*

Name:       Base16 Brewer Light
Author:     Timothée Poisot (http://github.com/tpoisot)

Prism template by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/prism/)
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/
code[class*="language-"],
pre[class*="language-"] {
  background: #fcfdfe;
  color: #515253; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #dadbdc; }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  text-shadow: none;
  background: #dadbdc; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #959697; }

.token.punctuation {
  color: #515253; }

.token.operator,
.token.boolean,
.token.number {
  color: #e6550d; }

.token.property {
  color: #dca060; }

.token.tag {
  color: #3182bd; }

.token.string {
  color: #80b1d3; }

.token.selector {
  color: #756bb1; }

.token.attr-name {
  color: #e6550d; }

.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #80b1d3; }

.token.attr-value,
.token.keyword,
.token.control,
.token.directive,
.token.unit {
  color: #31a354; }

.token.statement,
.token.regex,
.token.atrule {
  color: #80b1d3; }

.token.placeholder,
.token.variable {
  color: #3182bd; }

.token.deleted {
  text-decoration: line-through; }

.token.inserted {
  border-bottom: 1px dotted #0c0d0e;
  text-decoration: none; }

.token.italic {
  font-style: italic; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.important {
  color: #e31a1c; }

.token.entity {
  cursor: help; }

pre > code.highlight {
  outline: 0.4em solid #e31a1c;
  outline-offset: .4em; }

.line-numbers .line-numbers-rows {
  border-right-color: #dadbdc !important; }

.line-numbers-rows > span:before {
  color: #b7b8b9 !important; }

.line-highlight {
  background: rgba(12, 13, 14, 0.2) !important;
  background: -webkit-linear-gradient(left, rgba(12, 13, 14, 0.2) 70%, rgba(12, 13, 14, 0)) !important;
  background: linear-gradient(to right, rgba(12, 13, 14, 0.2) 70%, rgba(12, 13, 14, 0)) !important; }

/*# sourceMappingURL=light.css.map */
