@import url(http://fonts.googleapis.com/css?family=Droid+Serif|Lato:100,400);
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
a {
  color: #7d40bc;
}
a:hover {
  color: #1f1f1f;
}
div#corner {
  position: absolute;
  top: 0px;
  right: 0px;
}
header {
  width: 640px;
  margin: auto;
  text-align: center;
  font-family: 'Lato', sans-serif;
}
header h1 {
  font-weight: 100;
  font-size: 50px;
}
header p {
  font-family: 'Droid Serif', serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
header div#toc {
  text-align: left;
  margin: 50px 0px;
}
header div#toc h1 {
  font-size: 18px;
  font-weight: 400;
}
header div#toc ul {
  font-size: 13px;
}
header div#toc ul ul {
  margin: 2px;
}
header div#buttons {
  margin: 50px 0px;
}
header div#buttons ul {
  list-style: none;
  font-size: 13px;
}
header div#buttons ul li {
  display: inline-block;
  background-color: #7d40bc;
  text-align: center;
  color: white;
}
header div#buttons ul li:hover {
  background-color: #1f1f1f;
}
header div#buttons ul li a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  width: 150px;
  display: block;
  padding: 15px;
}
article {
  width: 940px;
  margin: auto;
  font-family: 'Lato', sans-serif;
}
article p {
  font-family: 'Droid Serif', serif;
}
article p.small {
  font-size: 13px;
  color: #999;
  margin: 0px;
  padding: 0px;
}
article blockquote {
  color: #5f5f5f;
}
article div.figure {
  text-align: center;
}
article div.figure img {
  border-radius: 3px;
}
article div.figure p.caption {
  font-size: 11px;
  color: #5f5f5f;
}
footer {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  color: #666;
}
code {
  border: 1px solid #999;
  padding: 0px 2px;
}
pre.sourceCode {
  background-color: #f1f1f1;
  display: block;
  margin: auto;
  width: 90%;
  padding: 10px;
}
pre.sourceCode span.kw,
pre.sourceCode span.dt {
  color: #7d40bc;
}
pre.sourceCode span.dv,
pre.sourceCode span.bn,
pre.sourceCode span.fl {
  color: ligthen(#7d40bc, 20%);
}
pre.sourceCode span.ch {
  color: #DC322F;
}
pre.sourceCode span.st {
  color: #2AA198;
}
pre.sourceCode span.co {
  color: #93A1A1;
}
pre.sourceCode span.ot {
  color: #A57800;
}
pre.sourceCode span.al {
  color: #CB4B16;
  font-weight: bold;
}
pre.sourceCode span.fu {
  color: #3e205d;
}
pre.sourceCode span.er {
  color: #D30102;
  font-weight: bold;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
