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

/* Global Reset */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 90%;
}

body {
  background-color: white;
  font: 11px Arial, Helvetica, clean, sans-serif;
  *font-size: small;
  text-align: left;
}

h1 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 12px;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

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

p {
  margin-bottom: 0.7em;
}

a {
  color: black;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited:hover {
  text-decoration: none;
}

a:visited {
  color: #444;
  text-decoration: underline;
}

a:active, a:visited:active {
	color: #cc0000;
}

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

img {
	border: 1px solid #ddd; 
	padding: 4px;
}

ul,ol {
	margin: 9px 9px 9px 18px;
}

ul {
	list-style-type: circle;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/


ul.posts {
  list-style-type: none;
  margin: 0 0 1.5em 0;
}

  ul.posts li {
  	margin-bottom: 0.4em;
    line-height: 1.4em;
  }

  ul.posts span {
    color: #333;
    font-family: Monaco, "Courier New", monospace;
    font-size: 10px;
  }

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

.site {
  font-size: 100%;
  text-align: left;
  width: 40em;
  margin: 0.7em auto 0em auto;
  padding-bottom: 2em;
  line-height: 1.4em;
}

.site .meta {
	color: #999;
}

.site .footer {
    overflow: hidden;
	margin-top: 1.5em;
}

.site .contact {
	margin-bottom: 1.3em;
}

.site .contact p {
	font-color: #333;
}

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

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

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

#post {
	margin-top: 1.2em;
}

  #post p .meta {
	margin-bottom: 1em;
  }

  #post span.img {
  	color: #666;
   }

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

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

  #post code {
    border: 1px solid #ddd;
    background-color: #eee;
    font-size: 10px;
	font-family: Monaco, Consolas, Inconsolata, Courier, monospace; 
    padding: 0 .2em;
  }

    #post pre code {
      border: none;
    }

  /* terminal */

  #post pre.terminal {
    border: 1px solid black;
    background-color: #333;
    color: white;
  }

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


#related {
  margin-top: 1em;
}
