/*--------------------------------------------------------------
1.0 - 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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

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

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

body {
  font-family: helvetica, arial, sans-serif;
  font-size: 0.875em; }

.container {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px; }

strong {
  font-weight: bold; }

h1, h2, h3, h4 {
  font-weight: bold; }

h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 40px; }

h2 {
  font-size: 1.375em;
  margin-bottom: 1.6em; }

h3 {
  font-size: 1.125em;
  margin-bottom: 1.6em; }

p {
  line-height: 1.6em;
  margin-bottom: 1.6em; }

.section {
  border-bottom: 1px solid #dcdcdc;
  padding-top: 50px;
  padding-bottom: 50px; }

.tableofcontents {
  border-top: 1px solid #dcdcdc; }

ol li {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style: decimal;
  margin-left: 20px; }

ul li {
  padding-bottom: 0.8em;
  list-style: disc;
  margin-left: 20px;
  line-height: 1.6em; }

ul, ol {
  margin-bottom: 0.8em; }

.theme-documentation {
  margin-bottom: 10px;
  /*	border-top: 1px solid $grey-border;  */
  display: inline-block;
  padding-top: 10px; }

a {
  color: #000;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.raw-code {
  font-family: courier, monospace; }
