/* Listenansicht: Beitraege linksbuendig mit Ueberschrift */
div.entry {
	margin-left: 0px;
}

/* Einzelansicht: Related Posts-Listen */
div.entrytext ol,
div.entrytext ul {
	margin-left: 20px;
}

/* Eingebettete Bilder im Textfluss */
img.alignleft {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
}

img.alignright {
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Sociable-Plugin immer umbrechen, egal welcher Inhalt vorher kommt */
div.sociable { clear:both; }

/* Links bei Hover fett machen */
.content div.entry a:hover,
.content p.postmetadata a:hover {
	background-color: #9B0E0E;
	color: #FFFFFF;
	text-decoration: none;
}

.post {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #294A74;
	clear: both;
}
.post p {
	font-size: 12px;
}

.navigation {
	float: left;
	width: 100%;
}
.alignleft { float: left }
.alignright { float: right }

/* Listen formatieren */
ul, li ol, li {
	line-height: 18px;
	margin-bottom: 8px;
}
