/* Copyright (c) 2006 Lukas Renggli */

/* blog */
.contents .meta {
    font-style: italic;
}
.contents .post {
	margin: 0 0 30px 0px;
}
.contents .comments {
	font-size: 9pt;
	margin: 30px 40px 0px 40px;
}
.contents .comments .paragraph {
	text-indent: 0;
}
.contents .comments .comment {
	margin-bottom: 20px;
}
.contents .comments .container {
	font-size: 9pt;
	width: 440px;
}
.contents .comments textarea {
    height: 80px;
}
.contents .batcher,
.contents .subscribe {
	font-size: 8pt;
	margin: 0 auto 0 auto;
	text-align: center;
}
.contents .subscribe {
	margin-bottom: 10px;
}
.contents ul.postticker {
	text-indent: 0;
	list-style: square;
}
.contents ul.postticker li {
	margin-bottom: 10px;
}
