/* Font Awesome by Dave Gandy - http://fontawesome.io */
/* Entypo pictograms by Daniel Bruce - www.entypo.com */
/* Entypo social pictograms by Daniel Bruce - www.entypo.com */

@font-face {
  /* SourceCodePro by Adobe - https://github.com/adobe/source-code-pro */
  font-family: SourceCodePro;
  src: url('fonts/SourceCodePro/OTF/SourceCodePro-Regular.otf') format('opentype'),
       url('fonts/SourceCodePro/TTF/SourceCodePro-Regular.ttf') format('truetype');
}

body {
  font-family: sans-serif;
  background: #000000;
  color: #dddddd;
  margin-top: 3em;
}
a, img {
  border: 0;
  outline: 0;
}
a {
  color: #3768ff;
}

#wastl-topbar {
  box-shadow: 0 0 5px 0 #000000;
  background: rgb(0, 30,80);
  background: rgba(0,30,80,.67);
}
#wastl-topbar h1 a {
  font-family: SourceCodePro;
  color: #bbbbbb;
}
#wastl-topbar h1 a:hover {
  color: #ffffff;
}
#wastl-topbar nav li {
  color: #999999;
}
#wastl-topbar nav li:hover {
  color: #ffffff;
  background: rgb(0,55,152);
  background: rgba(0,55,152,.5);
}
#wastl-topbar nav li ul {
  background: rgb(0, 30,80);
  background: rgba(0,30,80,.5);
}

header.projects-header {
  width: 18.5em;
  text-align: right;
}
header.projects-header h1 {
  font-weight: normal;
  margin: 0;
}
dl.projects-list dt {
  float: left;
  clear: both;
  width: 20em;
  color: #aaaaaa;
  text-align: right;
}
dl.projects-list dt:after {
  content: "\2013";
  padding: 0 .5em;
  color: #666666;
  cursor: default;
}
dl.projects-list dd {
  padding-bottom: 1em;
  color: #999999;
  margin-left: 20em;
}
dl.projects-list dt a {
  color: #3768ff;
  text-decoration: none;
}
dl.projects-list dt a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px #ffffff;
}
dl.projects-list dd a {
  color: #3768ff;
  text-decoration: none;
}
dl.projects-list dd a:hover {
  color: #ffffff;
}

article {
  margin: 0 auto;
  max-width: 60em;
  font-weight: lighter;
}
article strong {
  font-weight: bold;
}
article section section {
  padding: 5px 10px;
  margin: 2em 0;
  margin-left: 10px;
  box-shadow: inset 3px 0px 3px 0px rgba(255, 255, 255, 0.1);
}
article section section > *:last-child {
  margin-bottom: 0;
}
article header {
  font-size: 170%;
}
article header h1 {
  margin: 0;
}
article header p {
  margin: 0;
}
article li p:first-child {
  margin: 0;
}
article a {
  color: #6877ff;
  text-decoration: none;
}
article a:hover {
  color: #ffffff;
  text-shadow: 0 0 6px #ffffff;
}
article code {
  background: #333333;
  border: 1px solid #444444;
  padding: 0 2px;
  margin: 0 1px;
  white-space: nowrap;
  font-family: SourceCodePro, monospace;
}
article pre {
  overflow-x: auto;
  display: block;
  margin: 1em;
  font-size: 10pt;
  padding: .25em .5em;
  white-space: pre;
  background: #222222;
  border: 1px solid #333333;
  font-family: SourceCodePro, monospace;
}
article figure {
  margin: 1em;
  border: 1px solid #333333;
}
article figure figcaption {
  border: 1px solid #333333;
  margin: -1px;
  background: #222222;
  padding: 5px;
}
article blockquote {
  position: relative;
  margin-left: 25px;
  background-color: #111111;
  padding: 5px;
}
article blockquote:before {
  content: "\201c";
  font-size: 40pt;
  display: block;
  position: absolute;
  left: -20px;
  width: 20px;
  top: -.1em;
  color: #333333;
}
article figure.quote {
  border: 0;
  margin: 0;
}
article figure.quote blockquote {
  margin-bottom: .2em;
}
article figure.quote figcaption {
  border: 0;
  margin: 0;
  background: none;
  padding: 0;
  margin-left: 1em;
}
article figure.quote figcaption:before {
  content: "\2014";
  padding-right: .2em;
}
article aside > h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
article table.example {
  border-collapse: collapse;
  width: 95%;
  margin: 1em auto;
}
article table.example table.example {
  width: auto;
  margin: 2px;
}
article table.example th,
article table.example td {
  border: 1px solid #333333;
  padding: 5px;
}
article table.example th {
  background-color: #111111;
}
article table.example td {
  vertical-align: top;
  width: 50%;
}
article table.example td > pre {
  margin: 2px;
}
article table.example td > *:first-child,
article table.example td > aside > *:first-child {
  margin-top: 4px;
}
article table.example td > *:last-child,
article table.example td > aside > *:last-child {
  margin-bottom: 4px;
}
