/*
*	Blog-Optimierung SEO-Strategie
*
*/
/* P 3.1 */
.widget-area .widget_text ul li,
.widget-topArticle li.topArticle {
	list-style: none;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0;
}
.widget-area .widget_text ul li:last-child,
.widget-topArticle li.topArticle:last-child {
	margin-bottom: 0;
}

/* P 5.1 */
#nav-below .pagination {
	text-align: center;
}
#nav-below .pagination .prev,
#nav-below .pagination .next {
	text-decoration: none;
	float: left;
}
#nav-below .pagination .prev {
	float: right;
}
#nav-below .pagination .next span {
	background-image: url('../img/sprite_meta.png');
	background-repeat: no-repeat;
	background-position: -126px -18px;
}
#nav-below .pagination .page-numbers.current {
	font-size: 14px;
}
/* P 6.2 */
.flow_header span.h1 {
	display: inline-block;
	vertical-align: top;
	margin-left: 46px;
	font-size: 32px;
	font-weight: lighter;
	color: #939a9d;
}
/* P 9.1 */
@media screen and (max-width: 640px) {
	body,
	.flow_more_posts_headline a {
		font-size: 16px;
	}
	#nav-below .pagination .page-numbers.current {
		font-size: 120%;
	}
	.entry-content p, 
	.entry-summary p, 
	.comment-content p, 
	.mu_register p, 
	footer.entry-meta,
	.flow_more_posts_date,
	.menu-toggle, input[type="submit"], 
	input[type="button"], 
	input[type="reset"], 
	article.post-password-required input[type="submit"], 
	li.bypostauthor cite span {
		font-size: 95%;
	}
	.entry-content li, .comment-content li, .mu_register li {
		font-size: 15px;
	}
	.flow_more_posts_headline {
		height: auto;
	}
}

.rating {
	margin-bottom: 30px;
}