/*@import "html5-doctor-reset-stylesheet.css";*/
@import url('http://fonts.googleapis.com/css?family=Comfortaa:700');
@import "pygments.css";
/* Colour palette from http://www.colourlovers.com/palette/482774/dream_magnet */
/* Basic styles */
body {
  padding: 0 20px;
  padding-left: 250px;
  margin: 0 0;
  max-width: 800px;
  background-color: #343838;
  color: #fff;
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 18px;
}
a {
  color: #008C9E;
  text-decoration: underline;
}
a:hover {
  color: #00DFFC;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Comfortaa', sans-serif;
  /* Don't make links stand out when they're in headings */
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: inherit;
}
h1 {
  font-size: 230%;
  line-height: 36px;
}
h2 {
  font-size: 185%;
  line-height: 36px;
}
h3 {
  font-size: 140%;
  line-height: 27px;
}
h4 {
  font-size: 110%;
  line-height: 18px;
}
h5 {
  font-size: 110%;
  line-height: 18px;
  font-family: 'Verdana', sans-serif;
}
h6 {
  font-size: 85%;
  line-height: 18px;
  font-family: 'Verdana', sans-serif;
  text-transform: uppercase;
}
p,
blockquote {
  margin: 0 0 9px;
  font-family: 'Verdana', sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}
blockquote {
  padding: 0 20px;
  border-left: 1px solid #00B4CC;
}
blockquote p {
  font-family: 'Georgia', serif;
}
pre {
  margin: 0 0 9px;
  font-family: monospace, monospace;
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid #00B4CC;
  border-bottom: 1px solid #00B4CC;
  background-color: #f5feff;
}
tt {
  font-family: monospace, monospace;
  font-size: 13px;
  background-color: #f5feff;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
footer {
  display: block;
  margin: 0 0 9px;
  font-size: 90%;
}
address {
  display: inline;
  font-style: normal;
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
/* Two-column page layout */
#container-sidebar {
  width: 250px;
  float: left;
  margin-left: -250px;
}
#inner-sidebar {
  padding: 20px;
  text-align: right;
}
#container-content {
  padding: 20px;
  background-color: #fff;
  color: #000;
  border: 3px solid #00B4CC;
  border-top: none;
}
#container-content footer {
  color: #4d4d4d;
}
nav#menu ul {
  list-style: none;
  line-height: 27px;
}
nav#menu ul li a {
  padding-right: 5px;
  border-right: 3px solid;
}
nav#menu ul li.active a {
  color: #00DFFC;
  text-decoration: none;
}
/* One-column layout optimised for phones */
@media (max-width: 767px) {
  body {
    padding: 0 0;
    margin: 0 0;
  }
  #container-sidebar {
    float: none;
    width: auto;
    margin-left: 0;
  }
  #inner-sidebar {
    padding: 10px;
  }
  nav#menu ul {
    display: inline-block;
    margin-left: 0;
  }
  nav#menu ul li {
    display: inline;
    margin-left: 18px;
  }
  nav#menu ul li a {
    border-right: none;
    padding-right: 0;
  }
  #container-content {
    padding: 10px;
    border: 3px solid #00B4CC;
    border-left: none;
    border-right: none;
  }
}
/* Specific styles */
body > footer {
  padding: 5px;
  text-align: center;
}
ol#post-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* reStructuredText admonitions */
div.admonition,
div.caution,
div.note {
  padding: 10px 20px;
  margin: 0 0 9px;
  background-color: #dadddd;
}
div.admonition .admonition-title,
div.caution .admonition-title,
div.note .admonition-title {
  font-weight: bold;
}
article {
  margin-bottom: 18px;
}
