
.tag-cloud {
	line-height: normal;
	word-wrap: break-word;
}

	.tag-cloud a.tag {
		color: #aaa;
		padding: 1px 1px 1px 1px;
		margin: 1px 1px 1px 1px;
	}

time {
	font-weight: bold;
	font-size: 15pt;
}

p#time {
	padding-top: 12pt;
	padding-bottom: 12pt;
}

h1.title {
	font-size: 38.5px;
	margin: 10px 0px 10px 0px;
}
h1, h2, h3 {
	margin: 18px 0px 10px 0px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 18px;
}
div#related {
	margin-top: 35px;
}
code {
	color: #000000;
}

.atom {
	background-image: url('/images/atom.png');
	/*background-position: -10px 0px;*/
	background-repeat: no-repeat;
	padding-left: 22px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: block;
	margin-bottom: 12pt;
}
