/* 
 * tango color palette:
 * Butter       #fce94f  #edd400  #c4a000
 * Orange       #fcaf3e  #f57900  #ce5c00
 * Chocolate    #e9b96e  #c17d11  #8f5902
 * Chameleon    #8ae234  #73d216  #4e9a06
 * Sky Blue     #729fcf  #3465a4  #204a87
 * Plum         #ad7fa8  #75507b  #5c3566
 * Scarlet Red  #ef2929  #cc0000  #a40000
 * Aluminium    #eeeeec  #d3d7cf  #babdb6
 *              #888a85  #555753  #2e3436
 */

/*
 * general
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


html
{
  overflow-y: scroll;
}

html,
body
{
  color: #2e3436;
  font-size: 10px;
  line-height: 16px;
  font-family: "verdana",sans-serif;
  height: 100%;
}

/*
 * elements
 */

a
{
  color: #3465a4;
  text-decoration: none;
}

a:hover,
a:active
{
  text-decoration: underline;
}

ul, ol
{
  margin-left: 32px;
}

li
{
  line-height: 16px;
  margin-bottom: 8px;
}

code
{
  display: block;
  font-family: monospace;
  border: 1px solid #d3d7cf;
  margin: 16px;
  padding: 8px;
}

p code
{
  display: inline;
  font-family: monospace;
  border: 0;
  margin: 0;
  padding: 0;
}

blockquote
{
  font-style: italic;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 16px;
}

/*
 * layout
 */

#container
{
  margin: auto;
  width: 500px;
  min-height: 100%;
}

#body
{
  text-align: justify;
  padding-bottom: 60px;
}

#copyright
{
  width: 500px;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-top: 1px solid #d3d7cf;
  clear: both;
}

/*
 * header
 */

#menu
{
  padding-top: 30px;
  padding-bottom: 60px;
}

#menu a
{
  color: #000;
  text-decoration: none;
}

#menu a:active,
#menu a:hover
{
  color: #3465a4;
}

#header
{
  padding-bottom: 15px;
}

#header span
{
  font-size: 36px;
  letter-spacing: 1px;
}

#header #second
{
  color: #3465a4;
}

/*
 * posts
 */

.post
{
  margin-bottom: 60px;
  position: relative;
}

.post_date
{
  text-align: center;
  position: absolute;
  top: 0px;
  width: 60px;
  left: -60px;
}

.post_date_day
{
  font-size: 20px;
}

#body p
{
  line-height: 18px;
  margin-bottom: 16px;
}

.post img
{
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

.post h2,
.post h3
{
  color: #2e3436;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #d3d7cf;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.post h3
{
  font-size: 12px;
}

.post h2 a,
.post h3 a
{
  color: #000;
  text-decoration: none;
}

.post h2 a:active,
.post h2 a:hover,
.post h3 a:active,
.post h3 a:hover
{
  color: #3465a4;
}

.archive
{
  margin-bottom: 60px;
  text-align: center;
}

/*
 * photos and files
 */

.thumb,
.thumb_overview,
.file
{
  float: left;
  width: 150px;
  height: 150px;
  padding: 4px;
  margin: 3px 3px 16px;
  border: 1px solid #d3d7cf;
}

.thumb_overview
{
  width: 150px;
  height: 195px;
  text-align: center;
}

.thumb_caption,
.file_caption
{
  margin: 4px;
}

.file
{
  height: 120px;
  text-align: center;
  border: 0;
}

/*
 * writing
 */

.writing .post img
{
  float: left;
  padding: 4px;
  margin: 3px 10px 3px 0px;
  border: 1px solid #d3d7cf;
}

