
/*-- defaults --*/

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

html {
  overflow-y: scroll;
}

html, form, fieldset {
  margin: 0;
  padding: 0;
  font: 100%/1.4 Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 1em 0;
    padding: 0;
}

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

h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 108%; }
h4 { font-size: 104%; }
h5 { font-size: 122%; }
h6 { font-size: 101%; }

h1, h2, h3 {
  margin: 1em 0 0.8em;
}

h2, h3, h4 {
  margin-bottom: 0.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  margin-bottom: 0.5em;
}

li, dd, blockquote {
  margin-left: 2.5em;
  padding-left: 0;
}

form label {
  cursor: pointer;
}

img {
  border: none;
}


/*-- main --*/

body {
  background-color: #333;
  color: #ddd;
  font-family: verdana, geneva, helvetica, arial, sans-serif;
  font-size: 76%;
  word-spacing: 1px;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #7ff;
}
a:hover {
  text-decoration: underline;
  color: #aff;
}

h1, h2, h3, h4 {
  color: #fb42ea;
  font-family: Georgia, Times, serif;
  margin: 0.5em 0;
}

blockquote {
  font-family: Georgia, Times, serif;
  font-style: italic;
}


article dl {
  margin: 0.5em 0;
}

article dd {
  margin: 0 0 0.5em 0;
}

article dt {
  color: #fb42ea;
  float: left;
  font-weight: bold;
}

article dd {
  margin-left: 5em;
}

article dd ul {
  color: #777;
  list-style: circle;
  margin: 0;
}


footer {
  border: 1px dotted #555;
  border-left: none;
  border-right: none;
  clear: both;
  font-style: italic;
  margin: 2em 0 1em 0;
  overflow: auto;
}

  footer p {
    float: left;
  }

  footer p:last-of-type {
    float: right;
  }

  footer img {
    vertical-align: bottom;
  }

  footer a:link {
    color: white;
    opacity: 0.4;
  }

  footer a:hover {
    opacity: 1.0;
  }


#wrapper {
  border: 1px solid #555;
  background-color: #000;
  margin: 0.5em auto;
  padding: 0 1em;
  width: 80%;
  max-width: 72em;
  border-radius: 0.5em /*@sync-vendor*/;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  box-shadow: 0px 10px 25px #222 /*@sync-vendor*/;
  -moz-box-shadow: 0px 10px 25px #222;
  -webkit-box-shadow: 0px 10px 25px #222;
}

  #wrapper > header h1 {
    background-color: #101;
    background: -webkit-linear-gradient(top,
        rgba(39,36,42,1) 0%,
        rgba(33,28,38,1) 50%,
        rgba(19,20,21,1) 51%,
        rgba(37,31,43,1) 100%);
    background: -moz-linear-gradient(top,
        rgba(39,36,42,1) 0%,
        rgba(33,28,38,1) 50%,
        rgba(19,20,21,1) 51%,
        rgba(37,31,43,1) 100%);

    border: 1px dotted #555;
    border-left: none;
    border-right: none;
    border-radius: 0.3em /*@sync-vendor*/;
    color: #04ff9f;
    font-variant: small-caps;
    font-size: 186%;
  }

    #wrapper > header h1 a {
      color: #04ff9f;
      text-decoration: none;
      text-shadow: 0.105em 0.125em 0.08em #101, 0.11em 0.11em 0.4em #04ff9f;
    }
    #wrapper > header h1 a:hover {
      color: #4fa;
      text-shadow: 0.105em 0.125em 0.4em #186, 0.11em 0.11em 0.8em #4fa;
    }


nav {
  float: right;
  margin-top: 1em;
  width: 12.8em;
  margin-right: -8em;
}

  nav ul {
    list-style-type: none;
    margin: 0; padding: 0;
  }

    nav ul ul {
      margin: 0;
    }

    nav li {
        margin: 0; padding: 0;
        display: block;
    }

      nav a:link,
      nav a:visited,
      nav a:hover {
        color: #b7a;
        display: block;
        font-weight: bold;
        padding: 0.2em;
      }

      nav li a:hover {
        background-color: #323;
        text-decoration: none;
      }
      nav li.selected a:hover {
        background-color: inherit;
      }

    nav li.selected {
      background-color: #fff;
    }

      nav li.selected a {
        color: #101;
      }

  nav section {
    margin: 0.8em 0;
  }

  nav header,
  nav li li {
    font-weight: bold;
    display: block;
    margin: 0.2em; padding: 0;
    border: 1px solid #777;
    color: #877;
    background-color: #000;
  }

  nav header {
    color: #aaa;
    background-color: #222;
    margin: 0.2em;
  }

  nav section header {
    padding: 0.2em;
  }


#content a:hover {
  text-decoration: none;
  text-shadow: 0 0 0.2em #cff, 0 0 0.4em #cff, 0 0 0.8em #cff;
}

#content > article {
  font-family: verdana, helvetica, arial, sans-serif;
  margin-right: 6em;
  position: relative;
}

  #content > article > section {
    float: left;
  }

  #content > article > aside {
    color: #545;
    font-size: 0.9em;
    float: right;
    padding: 0 0 2em;
    width: 19em;
  }

    #content > article > aside > h2 {
      color: #555;
    }

    #content > article > aside > canvas {
      cursor: none;
    }


dl.bucket {
  background-color: #222;
  float: left;
  width: 21em;
  padding: 0.4em;
  margin: 0.5em 0.8em;
  border-radius: 0.5em;
  box-shadow: 0px -10px 24px #000;
}

dl.bucket:nth-child(odd) {
  clear: left;
}


/*-- transition effects --*/

a:link, a:hover {
  -webkit-transition-duration: 0.2s;
  -webkit-transition-property: text-shadow, opacity;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-duration: 0.2s;
  -moz-transition-property: text-shadow, opacity;
  -moz-transition-timing-function: ease-out;
}

