@font-face {
  font-family: 'MarketingScriptRegular';
  src: url('fonts/MarketingScript-webfont.eot');
  src: local('☺'), url('fonts/MarketingScript-webfont.woff') format('woff'), url('fonts/MarketingScript-webfont.ttf') format('truetype'), url('fonts/MarketingScript-webfont.svg#webfontZ5AiaAsu') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 1px #fff;
  background-color: #FEFEF5;
}

br {
  letter-spacing: 0em;
}

pre, code {
  font-size: 16px;
  overflow-x: hidden;
  line-height: 20px;
}

div.admonition {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-style: dotted;
    border-width: thin;
    border-color: #dcdcdc;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 40px;
}
div.note {
    padding: 10px 20px 10px 20px;
    background: #e4ffde url(alert_info_32.png) 15px 15px no-repeat;
    min-height: 42px;
}
div.warning {
    padding: 10px 20px 10px 20px;
    background: #fffbc6 url(alert_warning_32.png) 15px 15px no-repeat;
    min-height: 42px;
}

.navbar-inner a.brand {
  font: normal 24px "MarketingScriptRegular", Georgia, serif;
  letter-spacing: 0;
  text-shadow: 1px 1px 1px #ff1a00;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  margin-left: 30px;
  color: #f6f6f6;
  text-indent: 0px;
}

h1 {
  margin: 30px 0px;
}

#logo {
  text-indent: -9999px;
}

h2, h3 {
  margin: 20px 0px;
}

.section h1, h2, h3 {
  color: #D96226;
}

h1::-moz-selection, h2::-moz-selection {
  background: #58C9FE; color: #fff;
}

h1::selection, h2::selection {
  background: #58C9FE; color: #fff;
}

div.highlight-cl {
  margin: 5px 0px 5px 0px; }
  div.highlight-cl > pre {
    margin-left: 40px; }

blockquote li {
  font-size: 16px;
}

.documentwrapper  table {
  border-style: none;
  border-color: #f3f3f3;
  letter-spacing: 0;
  word-break: break-all;
}

a.reference.internal em {
  text-emphasis:              none;
     -moz-text-emphasis:     none;
     -o-text-emphasis:       none;
     -webkit-text-emphasis:  none;
}

div.linenodiv > pre {
  padding-top: 18px;
  line-height: 20.7px;
}

span.pre {
  color: #468847;
  padding: 0 3px;
}

tt {
  margin:0 2px;
  padding:0px 5px;
  border:1px solid #eaeaea;
  background-color:#fcfcfc;
  border-radius:3px
}

div.figure {
  display: block;
  text-align: center;
  margin: 20px 100px;
  width: auto;
  height: auto;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 1px 2px #ccc;
  -moz-box-shadow: 0px 1px 2px #ccc;
  box-shadow: 0px 1px 2px #ccc; }

  div.figure > img {
    margin: 5px;
    -moz-box-shadow: 2px 2px 3px #f4f4f4;
    -webkit-box-shadow: 2px 2px 3px #f4f4f4;
    box-shadow: 2px 2px 3px #f4f4f4; }
  div.figure img {
    verticle-align: middle; }
  div.figure + p {
    font-style: bold;
    font-family: ff-latin-sans-italic;
    margin-bottom: 20px;
    text-align: center; }

#top-bar {
  background: hsla(225, 100%, 50%, 0.5);
  -webkit-box-shadow: 4px 4px 5px hsla(225, 100%, 50%, 0.3);
  -moz-box-shadow: 4px 4px 5px hsla(225, 100%, 50%, 0.3);
  box-shadow: 4px 4px 5px hsla(225, 100%, 50%, 0.3);
  border-style: none; }
  #top-bar a:hover {
    color: hsl(55, 100%, 85%); }

div.sphinxsidebar {
  position: absolute;
  top: 7em;
  left: 50%;
  margin-left: 26.5%;
  width: 23.5%;
  max-height: 30em;
  overflow: hidden; }
  div.sphinxsidebar:hover {
    overflow: auto; }
  div.sphinxsidebar ul {
    margin-bottom: 20px; }
  div.sphinxsidebar ul ul {
    list-style: none; }
    div.sphinxsidebar ul li a {
      display: block;
      padding: 5px 5px 5px 25px; }

.navbar h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}

table.footnote.table {
  margin-top: 20px;
}

#sidenav {
  background: hsl(60, 29%, 97%, 0.7);
  border: 5px solid #e9e9e4; }
  #sidenav h4 a {
    color: #717165; }
  #sidenav h4 a:hover {
    background: rgba(208, 208, 198, .5); }
    #sidenav ul li a {
      color: #98988c;
      margin-top: 6px;
      padding: 5px 0 5px 10px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius-top-right: 5px;
      -moz-border-radius-bottom-right: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      -webkit-transition: width 0.3s linear, background 0.2s ease;
      -moz-transition: width 0.3s linear, background 0.2s ease;
      -o-transition: width 0.3s linear, background 0.2s ease;
      transition: width 0.3s linear, background 0.2s ease; }
    #sidenav ul li a:hover {
      background: rgba(208, 208, 198, .5); }

::-moz-selection {
    background: #db7132;
    text-shadow: none;
}

::selection {
    background: #db7132;
    text-shadow: none;
}
