/*
Theme Name:   Micromal
Theme URI:    http://jesper.sarnesjo.org/
Description:  Stupidly minimal.
Author:       Jesper Särnesjö
Author URI:   http://jesper.sarnesjo.org/
*/

*
{
  border: 0;
  margin: 0;
  padding: 0;
}

body
{
  background-color: #fff;
  color: #000;
  font-family: "trebuchet ms", sans-serif;
  font-size: 12px;
  text-align: justify;
}

a
{
  color: #000;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre
{
  margin-bottom: 10px;
}

h1 { font-size: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

ol, ul
{
  margin-left: 20px;
}

pre
{
  overflow: auto;
}

code
{
  font-family: inconsolata, consolas, monaco, 'dejavu sans mono', 'bitstream vera sans mono', 'lucida console', monospace;
}

div#everything
{
  margin: 0 auto;
  width: 700px;
}

div#header
{
  color: #999;
  float: left;
  font-size: 10px;
  padding-top: 10px;
  width: 170px;
}

div#header a
{
  color: #999;
}

div#content
{
  width: 500px;
  font-size: 12px;
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#content div#posts
{
  margin-bottom: 20px;
}

div#content div#posts div.post
{
  margin-bottom: 20px;
}

div#content div#posts div.post div.post_header
{
  margin-bottom: 10px;
}

div#content div#posts div.post div.post_header h2
{
  display: inline;
}

div#content div#posts div.post div.post_header h2 a
{
}

div#content div#posts div.post div.post_header span.date
{
  font-size: 10px;
  color: #999;
}

div#content div#posts div.post div.post_body
{
  clear: both;
}

div#content div#posts div.post div.post_body a
{
  color: #09f;
}

div#content div#posts div.post div.post_tags
{
  font-size: 10px;
}

div#content div#posts div.post div.post_tags a
{
  color: #999;
}

div#content div#navigation
{
  clear: both;
  font-size: 10px;
}

div#content div#navigation a
{
  color: #999;
}

div#content div#navigation span#newer
{
  float: left;
}

div#content div#navigation span#older
{
  float: right;
}

div#content div#footer
{
  clear: both;
  font-size: 10px;
}

div#content div#footer a
{
  color: #999;
}

div#content div#footer span#left
{
  float: left;
}

div#content div#footer span#right
{
  float: right;
}