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

body {
	margin: 0;
  padding: 0;	
  min-width:750px;
  font: 13.34px helvetica, arial, clean, sans-serif;
  *font-size: small;
  text-align: center;
  width:100%;
}

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

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #00a;
}

a:hover {
  color: black;
}

a:visited {
  color: #a0a;
}

table {
  font-size: inherit;
  font: 100%;
  border-spacing:0;
}

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

div#name, #hover div.block {
	border: 1px solid #333;
}

div#name {
	position:absolute;
	top: 100px;
	left: 80px;
	background-color: #eee;
	background:url('/img/1.png') repeat;
	/*height:300px;*/
	margin: auto 20px;
	padding: 20px;
	text-align:center;	
}

	#name h1 {
		font-size: 80px;
		margin: 0;
	}

	#name h2 {
			border-top: 1px dotted #000;
			margin: 0;
			padding: 10px 0px;
			font-size:2em;
			text-align:center;
	}
	
	#name h2 a:hover {
		cursor:pointer;
	}
	
	#name h2 a:visited {
		color:#00A;
	}

#hover {
	position:absolute;
	height: 300px;
	top:100px;
	left:440px;
	vertical-align: middle;
	width: 500px;
	text-align:left;	
	font-size:1.2em;
}

#hover div.block {
	background:url('/img/1.png') repeat;
	display:none;
	position:absolute;
	padding: 1em;
	width: 100%;
}

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
	padding-left:0px;
}

  ul.posts li {
    line-height: 2em;
		margin-bottom:0.3em;
  }

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

table#twitter-updates {
	margin-bottom: 2em;
	padding-left: 0px;
	margin-top: 16px;
}

tr.twitter-update {
	text-align:left;
	vertical-align:top;
	line-height: 1.75em;
}

  tr.twitter-update td {
	padding:2px;
  }

  tr.twitter-update td.twitter-date {
    font-family: Monaco, "Courier New", monospace;
    font-size: 80%;
    padding-left:0px;
    /* CSS2, because who needs stupid web browsers */
    white-space:pre;
  }

#avatar {
  float:right;
}

  #avatar img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

#background {
	position: fixed;
	left: 0px;
	height: 20px;
	width: 20px;
	overflow: hidden;
	top: 0px;
	z-index: -1;
}

	#background img {
		position: absolute;
	}

.block .archive {
		margin-top: 2em;
		text-align: center;
}

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

.site {
  font-size: 110%;
  text-align: justify;
  width: 40em;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
  background-color: white;
  padding: 2em;
}

.title {
  color: #21008C;
  font-weight: bold;
  margin-bottom: 2em;
  padding-top: 0.5em;
}

  .site .title a {
    color: #21008C;
    text-decoration: none;
  }

  .site .title a:hover {
    color: black;
  }

  .site .title a#name {
    font-size:200%;
  }

  .site .title a.extra {
    color: #aaa;
    text-decoration: none;
    margin-left: 1em;
  }

  .site .title a.extra:hover {
    color: black;
  }

  .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 {
        color: #8085C1;
      }

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

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

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

#post {

}

  #post h1 {
    font-size: 230%;
    line-height:150%;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #eef;
    margin: 0px 10px;
    padding: 20px 30px;
    font-weight:normal;
    font-family: Georgia, "Times New Roman", serif;
  }

  #post h2 {
	font-size:150%;
	line-height: 150%;
	margin: 0px;
	padding: 20px 10px 0px 0px;
    font-weight:normal;
    font-family: Georgia, "Times New Roman", serif;	
  }

  /* standard */

  #post pre {
    font-family: "Monaco", "Consolas", "Courier New", Courier, mono, serif;
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0 .4em;
	margin: 1em 0em;
  }

  #post ul  {
	margin: 1em 0;
  }

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

  #post code {
    border: 1px solid #ddd;
    background-color: #eef;
    font-size: 95%;
    padding: 0 .2em;
  }

    #post pre code {
      border: none;
    }

  #post div.highlight {
    overflow: auto;
    display: block;
    line-height:1.2em;
    font-size:11px;
    margin: 1em 0em;
  }

  #post blockquote {
    border: 1px solid #ddd;
    background-color: #eef;
    margin: 0px 10px 1em;
    padding: 20px 30px;	
  }



#related {
  margin-top: 2em;
}

  #related h2 {
    margin-bottom: 1em;
  }

#comments {
  margin-top: 2em;
}
