/***********************************************/
/* Blog                                 */
/***********************************************/
#blog {
	overflow:auto;
	height:650px;
	font-size:13px;
	font-family:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	color:#000;
}

#blog a, a:hover, a:visited {
	color:#000;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	font-size:17px;
}

#blog img {
	text-align:center;
	display:block;
}


@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #444;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  color:#000;
  }
.post-title a {
  text-decoration:none;
  color:#000;
  }
.post-title a:hover {
  color:#000;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#000;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#000;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #222;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

