html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  background: #d2d2d2 url(/assets/images/background.png); }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

article {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px #555555;
  -moz-box-shadow: 0 0 7px #555555;
  box-shadow: 0 0 7px #555555;
  width: 90%;
  min-width: 310px;
  max-width: 440px;
  margin: 20px auto;
  padding-bottom: 20px;
  background: #fefffe;
  border: 1px solid #eeeeee; }
  article header {
    overflow: hidden;
    *zoom: 1;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 20px;
    background: #e6efff;
    border-bottom: 1px solid silver; }
  article header img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 3px #555555;
    -moz-box-shadow: 0 0 3px #555555;
    box-shadow: 0 0 3px #555555;
    float: left;
    margin-right: 18px; }
  article header h1 {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
    text-shadow: 1px 1px 1px white;
    margin-top: 20px; }
  article header h2 {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 1px 1px 1px white;
    margin: 12px 0 5px; }
  article header h3 {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 20px;
    line-height: 22px;
    text-shadow: 1px 1px 1px white; }
  article section {
    padding: 20px 20px 0; }
  article section h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed silver; }
  @media all and (max-width: 460px) {
    article header h2 {
      display: none; } }

.links ul {
  *zoom: 1;
  text-align: center; }
  .links ul:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden; }
.links ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  width: 100px;
  padding: 10px 0; }
@media all and (max-width: 377px) {
  .links ul li {
    float: none;
    width: 120px;
    padding: 20px 0; } }
.links a {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  outline: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px; }
  .links a:hover, .links a:focus {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .links a:active {
    top: 4px; }
.links a:hover strong,
.links a:focus strong {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: block; }
.links a strong:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -7px;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  content: ' ';
  width: 16px;
  height: 16px;
  background: #000000; }
.links a strong {
  -webkit-box-shadow: 0px 0px 4px 2px #eeeeee;
  -moz-box-shadow: 0px 0px 4px 2px #eeeeee;
  box-shadow: 0px 0px 4px 2px #eeeeee;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  bottom: -55px;
  position: absolute;
  padding: 10px 20px;
  white-space: nowrap;
  background: #000000;
  color: white; }
.links a.github {
  background-image: url(/assets/images/github.svg);
  width: 80px;
  height: 80px; }
.links a.github strong {
  left: -34px; }
.links a.twitter {
  background-image: url(/assets/images/twitter.svg);
  width: 80px;
  height: 80px; }
.links a.twitter strong {
  left: -26px; }
.links a.speakerdeck {
  background-image: url(/assets/images/speaker_deck.svg);
  width: 80px;
  height: 80px; }
.links a.speakerdeck strong {
  left: -56px; }
.links a.ghost {
  background-image: url(/assets/images/ghost.svg);
  width: 80px;
  height: 80px; }
.links a.ghost strong {
  left: -10px; }

.projects {
  overflow: hidden;
  *zoom: 1; }
  .projects h4 {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 1px 1px 1px white;
    padding: 5px 0 7px; }
  .projects div {
    min-height: 80px;
    clear: both; }
  .projects div + div {
    margin-top: 10px; }
  .projects a img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    outline: none;
    float: left;
    margin: 0 10px 10px 0; }
    .projects a img:hover, .projects a img:focus {
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      filter: grayscale(0);
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .projects a img:active {
      top: 4px; }

.project-4beats header img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }
.project-4beats header h2 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-shadow: none;
  padding: 4px 6px;
  background: #fc3607;
  color: white;
  font-weight: lighter; }
.project-4beats div {
  text-align: center; }
.project-4beats div img {
  width: 95%;
  margin-top: 10px;
  border: 1px solid black; }
.project-4beats div p {
  margin: 20px 5px 0 5px;
  padding: 20px 2px 0px 2px;
  border-top: 1px solid gray;
  color: gray;
  font-size: 0.9em; }
