/* http://www.levien.com/type/myfonts/inconsolata.html */
@font-face {
  font-family: "inconsolata";
  src: url("/fonts/Inconsolata.otf");
}

@font-face {
  font-family: "droid sans";
  src: url("/fonts/DroidSans.ttf");
}

@font-face {
  font-family: "droid sans bold";
  src: url("/fonts/DroidSans-Bold.ttf");
}

body {
  color: #333;
  font-family: helvetica, arial, sans-serif;
}

a {
  text-decoration: none;
  border-bottom: 0;
}

a:hover {
  border-bottom: solid 1px;
}

header,
h2 {
  font-family: "droid sans", helvetica, arial, sans-serif;
}

pre,
code {
  font-family: "inconsolata", monospace;
}

header,
footer {
  padding: 1em 0;
}

header {
  color: #a23030;
}

footer {
  text-align: right;
}

ul {
  list-style-type: none;
}

body {
  width: 960px;
  margin: auto;
  line-height: 1.2;
}

#twitter,
#email,
{
  text-align: right;
}

body{
  background: #cf32ff;
  background: linear-gradient(to top, #cf32ff 0%,#2989d8 50%,#efff89 100%);
}

section {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1em;
}
