@import "/stylesheets/reset.css";
@import "/stylesheets/typography.css";
@import "/stylesheets/960.css";


body {
  color: #2E2633;
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 150%;
}

a {
  color: #0065A7;
  text-decoration: none;
}

@font-face {
  font-family: 'BebasRegular';
  src: url('/fonts/BEBAS___-webfont.eot');
  src: local('BebasRegular'), url('/fonts/BEBAS___-webfont.woff') format('woff'), url('/fonts/BEBAS___-webfont.ttf') format('truetype'), url('/fonts/BEBAS___-webfont.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

#top {
  height: 60px;
  background: #222;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}

  #top #logo {
    position: absolute;
    width: 50%;
  }

  #top #logo p.title {
    padding-top: 6px;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'BebasRegular', Georgia, 'Times New Roman', Times, serif;
  }

  #top #logo p.slogan {
    font-size: 14px;
    color: #9d9d9d;
    font-family: 'BebasRegular', Georgia, 'Times New Roman', Times, serif;
  }

#topwrapper nav {
  float: right;
  margin-top: 15px;
}

  #topwrapper #logo {
    float: left;
  }

#menu {
  list-style: none;
}

  #menu li {
    float: left;
    margin: 0 13px 0 0;
    padding-bottom: 5px;
    position: relative;
  }

  #menu li a {
    display: block;
    color: #bbb;
    font-size: 14px;
    font-family: 'BebasRegular', Georgia, 'Times New Roman', Times, serif;
  }

  #menu li a:hover {
    color: #0065A7;
    text-decoration: none;
  }

  #menu li.current a {}

.post h3 {
  margin-bottom: 0;
}

#posts_aside {
  float: right;
}

pre {
  overflow: auto;
  background: #f6f6f6;
  margin: 7px;
  padding: 5px;;
  margin-bottom: 1.80em;
  border: 1px solid #E7E5DC;
  color: black;
  line-height: 100%;
  font-family: "Consolas","Courier New",Courier,monospace;
}

#posts time {
  font-size: 1.4em;
  margin-bottom: 1.5em;
}

#posts article {
  padding-bottom: 15px;
}

#posts article div.title h1 {
  margin-bottom: 0;
}

#posts article div.elements {
  padding-top: 1.5em;
}

#posts article div.elements iframe {
  padding-bottom: 15em;
}

#posts article div.elements blockquote {
  padding: .4em;
  background: #f6f6f6;
}

.contact {
  padding: .4em;
  background: #f6f6f6;
}

.black {
  padding: .4em;
  background: #222;
  color: #fff;
}

div.white_title h2, div.black h3 {
  color: #fff;;
}

footer {
  padding-top: 1.5em;
  font-size: .75em;
}

