@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
/* MeyerWeb Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
/* Base text styles */
body {
  background: #efefef url("../images/paper.png") repeat center top;
  color: #333333;
  padding: 10px 0 0;
  font: normal 14px/1.8em 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  border-top: 15px solid #c30043;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arvo', Georgia, serif;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 36px 0 10px;
}
p,
ul,
ol,
table,
dl {
  margin: 0 0 22px;
}
h1,
h2,
h3 {
  border-bottom: 1px solid #ccc;
  display: block;
  font-weight: normal;
  line-height: 1.3;
  padding-bottom: 5px;
}
h4,
h5,
h6 {
  font-weight: 700;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
a {
  color: #c30043;
  font-weight: 200;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a small {
  font-size: 12px;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
ul {
  list-style-position: inside;
  list-style: disc;
  padding-left: 25px;
}
ol {
  list-style-position: inside;
  list-style: decimal;
  padding-left: 25px;
}
dl,
dt,
dd,
dl p {
  font-color: #444;
}
dl dt {
  font-weight: bold;
}
dl dd {
  padding-left: 20px;
  font-style: italic;
}
dl p {
  padding-left: 20px;
  font-style: italic;
}
hr {
  border: 0;
  background: #ccc;
  height: 1px;
  margin: 0 0 24px;
}
/* Images */
img {
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  padding: 5px;
  margin: 10px 0 32px 0;
  border: 1px solid #ccc;
}
p img {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  border: none;
}
/* Code blocks */
code,
pre {
  font-family: "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  color: #000;
  font-size: 14px;
}
pre {
  background: #FDFEFB;
  border-radius: 4px;
  border: 1px solid #D7D8C8;
  margin-bottom: 32px;
  padding: 4px 12px;
  overflow: auto;
  overflow-y: hidden;
}
/* Tables */
table {
  width: 100%;
}
table {
  border: 1px solid #ccc;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 32px;
  text-align: left;
}
th {
  font-family: 'Arvo', Georgia, serif;
  font-size: 18px;
  font-weight: normal;
  padding: 10px;
  background: #232323;
  color: #FDFEFB;
}
td {
  padding: 10px;
  background: #ccc;
}
.wrapper {
  width: 960px;
}
a.name {
  white-space: nowrap;
}
#nav {
  background-color: rgba(0, 0, 0, 0.9);
  color: #FDFDFB;
  width: 170px;
  float: left;
  position: fixed;
  border: 1px solid #000;
  padding: 34px 25px 22px 50px;
  margin: 30px 25px 0 0;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#nav p.header {
  font-size: 16px;
}
#nav h1.header {
  font-family: 'Arvo', Georgia, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3em;
  border-bottom: none;
  margin-top: 0;
}
#nav h1.header,
#nav a.header,
#nav a.name,
#nav header a {
  color: #fff;
}
#nav a.header {
  text-decoration: underline;
}
#nav h4 {
  color: #777;
}
#nav ul {
  list-style-type: none;
  padding: 0;
}
#nav ol li {
  padding-left: 20px;
}
#nav ul li,
#nav ol li {
  width: 132px;
  height: 15px;
  line-height: 1em;
  padding: 2px 0;
}
#nav ul li a,
#nav ol li a {
  color: #3399dd;
  text-decoration: none;
}
#nav ul li a:hover,
#nav ol li a:hover {
  color: #5fafe4;
  text-decoration: underline;
}
#nav ul li.title,
#nav ol li.title {
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}
section {
  width: 650px;
  float: right;
  padding-bottom: 50px;
}
.page-content blockquote {
  background-color: #e2e2e2;
  border-radius: 2px;
  font-family: georgia, serif;
  font-style: italic;
  margin: 0 0 20px 0;
  padding: 0 12px 8px 12px;
}
.page-content blockquote > p,
.page-content blockquote > ul,
.page-content blockquote > ol {
  margin: 0;
  padding: 8px 0 0 0;
}
.page-content p code {
  background-color: #e2e2e2;
  display: inline-block;
  border: 1px solid #c9c9c9;
  padding: 1px 3px;
  line-height: 1.1;
  font-family: "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}
footer {
  width: 170px;
  float: left;
  position: fixed;
  bottom: 10px;
  padding-left: 50px;
}
@media print, screen and (max-width: 960px) {
  body {
    padding-top: 0;
  }
  div.wrapper {
    width: auto;
    margin: 0;
  }
  #nav,
  section,
  footer {
    float: none;
    position: static;
    width: auto;
  }
  #nav {
    margin-right: 0;
    margin-top: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 0;
  }
  #nav a small {
    display: inline;
  }
  #nav h4,
  #nav ul,
  #nav ol,
  #nav li,
  #nav a {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #nav h4,
  #nav ol li,
  #nav ul li {
    width: auto;
  }
  footer {
    border-top: 1px solid #ccc;
    margin: 0 84px 0 50px;
    padding: 0;
  }
  section {
    padding: 20px 84px 20px 50px;
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width: 720px) {
  body {
    word-wrap: break-word;
  }
  #nav {
    padding: 10px 20px 20px;
    margin-right: 0;
  }
  #nav ul,
  #nav ol,
  #nav p.view {
    position: static;
  }
  section {
    padding: 10px 0 10px 20px;
    margin: 0 0 30px;
  }
  footer {
    margin: 0 0 0 30px;
  }
}
@media print, screen and (max-width: 480px) {
  footer {
    margin: 0 0 0 20px;
  }
  footer a {
    display: block;
  }
}
@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444;
  }
}
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+java+php+c+cpp+python+sql+ruby+pascal&plugins=line-highlight+line-numbers */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: 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;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
pre[data-line] {
  position: relative;
  padding: 1em 0 1em 3em;
}
.line-highlight {
  position: absolute;
  left: 0;
  right: 0;
  padding: inherit 0;
  margin-top: 1em;
  /* Same as .prism’s padding-top */
  background: rgba(153, 122, 102, 0.08);
  background: -moz-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -webkit-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: -o-linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  background: linear-gradient(left, rgba(153, 122, 102, 0.1) 70%, rgba(153, 122, 102, 0));
  pointer-events: none;
  line-height: inherit;
  white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
  content: attr(data-start);
  position: absolute;
  top: .4em;
  left: .6em;
  min-width: 1em;
  padding: 0 .5em;
  background-color: rgba(153, 122, 102, 0.4);
  color: #f5f2f0;
  font: bold 65%/1.5 sans-serif;
  text-align: center;
  vertical-align: .3em;
  border-radius: 999px;
  text-shadow: none;
  box-shadow: 0 1px white;
}
.line-highlight[data-end]:after {
  content: attr(data-end);
  top: auto;
  bottom: .4em;
}
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -3.8em;
  width: 3em;
  /* works for line-numbers below 1000 lines */
  letter-spacing: -1px;
  border-right: 1px solid #999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
/*# sourceMappingURL=styles.css.map */