#wrapper { 
  /*width: 900px; */
  /*margin: 0 auto; */
	margin-left: 200px;
}

a {
  color: #336699  
}

body {
    font-size: 16px;
    line-height: 24px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
article {
    max-width: 944px;
    margin: auto;
}
h1 {
    font-size: 80px;
    line-height: 80px;
    margin-top: 24px;
    margin-bottom: 48px;
}
h2 {
    font-size: 42px;
    line-height: 48px;
    margin-top: 48px;
    margin-bottom: 24px;
}
h3 {
    font-size: 26px;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 0px;
}

h1, h2, h3, #toc a {
  font-family: 'Voces', sans-serif;
}
p, ul {
    margin-top: 0px;
    margin-bottom: 24px;
}
small, aside {
    font-size: 10px;
}

#toc {
  top: 0px;
  left: 0px;
  height: 100%;
  position: fixed;
  background: #333;
  box-shadow: inset -5px 0 5px 0px #000;
  width: 150px;
  padding-top: 20px;
  color: #fff;
}

#toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#toc li {
  padding: 5px 10px;
}

#toc a {
  color: #fff;
  text-decoration: none;
  display: block;
}

#toc .toc-h2 {
  padding-left: 10px;
}

#toc .toc-h3 {
  padding-left: 20px;
}

#toc .toc-active {
  background: #336699;
  box-shadow: inset -5px 0px 10px -5px #000;
}
