@charset "UTF-8";
/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* Global Reset */
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  background-color: #FFF;
  font: 13.34px Helvetica, Arial, sans-serif;
  font-size: small;
  font-feature-settings: "palt";
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #00a;
}

a:hover {
  color: #000;
}

a:visited {
  color: #a0a;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
.posts {
  list-style-type: none;
  margin-bottom: 2em;
}
.posts li {
  line-height: 1.75em;
}
.posts span {
  color: #aaa;
  font-family: Monaco, "Courier New", monospace;
  font-size: 80%;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/
.site {
  font-size: 115%;
  text-align: justify;
  max-width: 640px;
  margin: 3em auto 2em;
  line-height: 1.5em;
  word-wrap: break-word;
  padding: 15px;
}
.site h2 {
  text-align: center;
  line-height: 1.2em;
}
@media screen and (max-width: 640px) {
  .site h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 641px) {
  .site h2 {
    font-size: 46px;
  }
}

.header a {
  font-weight: bold;
  text-decoration: none;
}
.header a.extra {
  color: #aaa;
  margin-left: 1em;
}
.header a.extra:hover {
  color: #000;
}

.title {
  display: inline-block;
  margin-bottom: 1em;
  line-height: 1.2em;
}
.title a {
  color: #a00;
}
.title a:hover {
  color: #000;
}
@media screen and (max-width: 640px) {
  .title {
    font-size: 36px;
  }
}
@media screen and (min-width: 641px) {
  .title {
    font-size: 46px;
  }
}

.meta {
  color: #aaa;
  text-align: right;
}

.footer {
  font-size: 80%;
  color: #666;
  border-top: 4px solid #eee;
  margin-top: 2em;
  overflow: hidden;
}
.footer .contact {
  float: left;
  margin-right: 3em;
}
.footer .contact a {
  color: #8085C1;
}
.footer .license {
  clear: both;
  text-align: center;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/
.post pre {
  /* standard */
  border: 1px solid #ddd;
  background-color: #000;
  padding: 0 0.4em;
  overflow: auto;
}
.post pre code {
  border: none;
}
.post pre.terminal {
  /* terminal */
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
}
.post pre.terminal code {
  background-color: #333;
}
.post ul, .post ol {
  margin-left: 1.35em;
}
.post code {
  border: 1px solid #ddd;
  background-color: #000;
  padding: 0 0.2em;
}
.post blockquote {
  border-left: 10px solid #ddd;
  background-color: #eef;
  padding: 2em 1em 0.2em 1em;
  position: relative;
}
.post blockquote:before {
  content: "“";
  font-size: 6em;
  line-height: 1em;
  font-family: serif;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}

.connect {
  margin: 20px auto;
}

.alert {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid transparent;
  border-radius: 4px;
}

/*# sourceMappingURL=main.css.map */