/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */
* {
  margin: 0;
  padding: 0;
}

html, body { height: 100%; }

body {
  background-color: #FFF;
  font: 13.34px Georgia, Times New Roman, serif;
  font-size: small;
  text-align: center;
}

h1, h2, h3, h4, h5, h6, .header, .meta, .contact, #mark, #home {
  font-family: Helvetica, Arial, sans-serif;
}

h1 { padding-bottom: 1em; }
p { padding: 1em 0; }

a, a:visited {
  color: #c3883b;
  text-decoration: none;
}
a:hover {
  color: #c3883b;
  text-decoration: underline;
}

table {
  font-size: inherit;
  font: 100%;
}

.container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0px auto -32px auto;

  max-width: 44em;
  font-size: 115%;
}

#push {
  height: 32px;
}


/* mark */

#mark {
  height: 32px;
}


/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
ul.posts {
  list-style-type: none;
  padding-bottom: 2em;
}

ul.posts li {
  line-height: 1.75em;
}

ul.posts span {
  color: #aaa;
  font-family: Monaco, "Courier New", monospace;
  font-size: 80%;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  text-align: left;
  max-width: 42em;
  padding: 3em 1em 2em 1em;
  line-height: 1.5em;
}

.site .header a {
  font-weight: bold;
  text-decoration: none;
}

.site .header h1.title {
  display: inline-block;
  padding-bottom: 2em;
}

.site .header a.extra {
  color: #aaa;
  margin-left: 1em;
}

.site .header a.extra:hover {
  color: #000;
}

.site .meta {
  color: #aaa;
}

.site .footer {
  font-size: 80%;
  color: #666;
  border-top: 4px solid #eee;
  padding-top: 2em;
  overflow: hidden;
}

.site .footer .contact {
  float: left;
  margin-right: 3em;
}

.site .footer .contact a {
  color: #dbd253;
}

.site .footer .rss {
  padding-top: 1.1em;
  margin-right: -.2em;
  float: right;
}

.site .footer .rss img {
  border: 0;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

/* standard */
#post h3 {
  border-left: 5px solid #ffff70;
  padding-left: 10px;
  font-size: 110%;
  margin-top: 32px;

  background: #ffffd0;

  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffff70), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(right, #ffff70 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(right, #ffff70 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(right, #ffff70 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(right, #ffff70 0%, #ffffff 100%);
  background-image: linear-gradient(to right, #ffff70 0%, #ffffff 100%);
}

#post h3:first-child {
  margin-top: 0px;
}

#post h4 {
  border-left: 15px solid #ffff70;
  padding-left: 10px;
  font-size: 90%;
  margin-top: 32px;

  background: #ffff70;

  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffff70), color-stop(0.6, #ffffff));
  background-image: -o-linear-gradient(right, #ffff70 0%, #ffffff 60%);
  background-image: -moz-linear-gradient(right, #ffff70 0%, #ffffff 60%);
  background-image: -webkit-linear-gradient(right, #ffff70 0%, #ffffff 60%);
  background-image: -ms-linear-gradient(right, #ffff70 0%, #ffffff 60%);
  background-image: linear-gradient(to right, #ffff70 0%, #ffffff 60%);
}

#post pre {
  border: 1px solid #ddd;
  background-color: #ffe;
  padding: 0 .4em;
  overflow-x: scroll;
}

#post ul, #post ol {
  margin-left: 1.35em;
}

#post code {
  border: 1px solid #ddd;
  background-color: #ffe;
  padding: 0 .2em;
  white-space: nowrap;
}

#post pre code {
  border: none;
  white-space: inherit;
}

/* terminal */
#post pre.terminal {
  border: 1px solid #000;
  background-color: #333;
  color: #FFF;
}

#post pre.terminal code {
  background-color: #333;
}

#post pre code {
  font-size: 12px;
}

#post blockquote {
  background: #fafafa;
  border-left: 3px solid #ddd;
  padding: 0px 10px;
}

#post img {
  border: 1px solid #ddd;
  width: 100%;
}

#post .footnotes > hr {
  border-bottom: none;
  border-top: 1px dotted #ddd;
}

#post .footnotes > ol > li > a {
  position: relative;
  float: right;
  top: -37px;
}

/* vim: set sw=2 et: */
