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

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

html,
body {
}

body {
  background-color: #fff;
  font: 14px Helvetica, Arial, sans-serif;
  text-align: center;
  color: #444;
}

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

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

a {
  color: #e84c3d;
}
a:hover {
  color: #e84c3d;
}
a:visited {
  color: #e84c3d;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/
ul.posts {
  list-style-type: none;
  margin-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 {
  font-size: 115%;
  text-align: justify;
  width: 42em;
  margin: 3em auto 2em;
  line-height: 1.5em;
  position: relative;
}

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

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

.site .header h1.title a {
}

.site .header h1.title a:hover {
}

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

.site .header a.extra:hover {
}

.site .meta {
  color: #aaa;
}

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

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

.site .footer .contact a {
}

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

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

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

/* standard */
.post pre {
  border: 1px solid #ddd;
  background-color: #ffecea;
  padding: 0 0.4em;
}

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

.post code {
  border: 1px solid #ddd;
  background-color: #ffecea;
  padding: 0 0.2em;
}

.post pre code {
  border: none;
}

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

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

.post img {
  max-width: 100%;
}

#home {
  /*text-align: center;*/
}
#support {
  position: absolute;
  right: 0px;
  top: 0px;
}

p.dense {
  line-height: 1em;
}
p small {
  font-size: 0.7em;
  color: #666;
}

.notice {
  color: #e84c3d;
  margin-bottom: 1em;
  /*background-color: rgba(232, 76, 61, 0.15);
  	padding: 0 1em;
	border: 1px solid rgba(232, 76, 61, 0.2);
	border-radius: 4px;*/
}
.notice p {
  margin-left: 1em;
}

/*------------------------------------*\
    $MOBILE
\*------------------------------------*/
@media handheld, only screen and (max-width: 720px) {
  .site {
    width: auto;
    margin: 1em;
  }

  #support {
    position: relative;
  }
}
