.blogpost {
	clear: left;
	margin-bottom: 2em;
}

.blogpost .date {
	float: left;
	margin-right: 1.5em;
	background: #8E8265;
	color: #fff;
	padding: 0.5em;
	line-height: 1;
	text-align: center;
	background: url(../img/blog-date-bg.png) left top no-repeat;
	border-right: 1px solid #89795A;
	border-bottom: 1px solid #89795A;
	width: 4em;
}

.blogpost .date .day {
	font-size: 220%;
	display: block;
}

.blogpost .date .month, .blogpost .date .year {
	font-size: 80%;
}

.blogpost h1 {
	clear: none;
	margin-bottom: 0.5em;
}

.blogpost .author {
	font-size: 80%;
	text-align: right;
}

.blogpost .footer {
	font-size: 80%;
}


/* Blogpost-Lists */

.blogpost.list h2 {
	font-size: 100%;
}

#content .categories ul, #content .categories li {
	display: inline;
	list-style: none;
	padding-left: 0;
}

#content .categories li {
	padding-left: 0.4em;
}

.categories a {
	margin: 0;
	padding: 0;
}



.blogpost.closed {
}

.blogpost.closed p, .blogpost.closed .footer {
	display: none;
}

.blogpost.closed .date {
	margin-bottom: 1em;
	width: 3.8em;
	padding: 0.3em;
}

.fx-enabled .blogpost .date {
	cursor: pointer;
}

.blogpost.closed .date .day {
	font-size: 140%;
}

.blogpost.closed .date .month, .blogpost.closed .date .year {
	font-size: 70%;
}

.blogpost.closed a {
	font-weight: normal;
}



/* CODE IM BLOGPOST */

code {
	font-family: "Terminus", "Courier New", Courier, monospace;
	white-space: pre;
	overflow: auto;
	display: block;
	background: #ececdb;
	border: 1px solid #8e8265;
	padding: 1em;
}

code.shell {
	background: #333333;
	color: #cccccc;
}



/* KOMMENTARE */

.blogpost .comments {
	margin-top: 2em;
}

.blogpost .comments h1 {
	margin-bottom: 0.5em;
}

.blogpost .comments textarea {
	height: 140px;
}

#content img.avatar {
	width: 48px;
	height: 48px;
	border: 1px solid #D3CDC0;
	border-left-color: #8E8265;
	border-top-color: #8E8265;
	background: #ECECDB;
	padding: 10px;
	float: left;
	margin-top: 0.2em;
}

.blogpost .comment-body {
	padding-left: 90px;
	margin-bottom: 3em;
	line-height: 1.2;
}

.blogpost .comment-body p {
	font-size: 90%;
	
}