/* vi:se tw=78 ts=4 sw=4 ai: */

div.post pre, div.comment pre {
	white-space: pre-wrap;
}

div.post {
	margin-top: 3em;
}

div.post div.timestamp + * {
	margin-top: -.2em;
}

div.post div.timestamp {
	margin-left: -7em;
}

.timestamp a {
	font-size: 70%;
	color: #888;
}

.timestamp a:hover,
.timestamp a:active,
.timestamp a:focus {
	color: #d33;
}

div.post div.meta {
	font-size: 75%;
}

div.comment {
	margin-top: 2em;
	overflow: auto;
	max-height: 20em;
}

div.comment span.timestamp {
	margin-left: 1em;
}

div.comment .author {
	font-size: 120%;
}

.owner, .anonym {
	font-style: italic;
}

form.post-comment {
	background-color: #f4f4f4;
	margin: 3em -.7em 0;
	padding: .5em .7em;
	width: 40em;
}

form.post-comment label {
	display: block;
}

form.post-comment input[type=text],
form.post-comment textarea {
	width: 100%;
}

form.post-comment input[type=submit] {
	font-size: 120%;
}

