/*
Willkommen bei den Individuellen CSS

Wie es funktioniert, steht unter http://wp.me/PEmnE-Bt
*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Open Sans";
	font-size: 12px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.lcp_catlist li{
  list-style: none;
}

.entry-title {
    font-size: 4.0rem;
		font-family: "Open Sans";
	 font-weight: lighter;
/* from 3.9rem */
}
 
.entry-content, .comment-content {
    font-size: 1.4rem;
/* from 1.9rem */
}
 
.entry-content .more-link::after, .entry-summary .more-link::after, .author-link::after {
    font-size: 20px;
/* from 24px */
}
 
.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
    font-size: 2.1rem;
/* from 2.4rem */
}
 
.entry-footer {
    font-size: 1.3rem;
/* from 1.6rem */
}
 
.posted-on::before, .byline::before, .cat-links::before, .tags-links::before, .comments-link::before, .entry-format::before, .edit-link::before, .full-size-link::before {
    top: 2px;
/* from 4px */
}
 
.page-title, .comments-title, .comment-reply-title, .post-navigation .post-title {
    font-size: 2.5rem;
		font-family: "Open Sans";
/* from 2.7rem */
}
 
.post-password-form label, .post-navigation .meta-nav, .comment-navigation, .image-navigation, .author-heading, .author-bio, .entry-footer, .page-links a, .page-links span, .comment-metadata, .pingback .edit-link, .comment-list .reply, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .comment-form label, .form-allowed-tags, .site-info, .wp-caption-text, .gallery-caption, .entry-caption {
    font-size: 1.3rem;
		font-family: "Open Sans";
/* from 1.6rem */
}
 
.comment-metadata .edit-link::before {
    top: 5px;
/* from 8px */
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51,51,51,0.7);
	color: #707070;
	color: rgba(51,51,51,0.7);
	font-size: 16px;
	font-size: 1.6rem;
	font-style: light;
	line-height: 1.6;
	margin-bottom: 1.6667em;
	padding-left: .7778em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 500;
	font-family: "Open Sans";
	font-size: 24px;
	font-size: 1.8rem;
	line-height: 1.8;
}

a {
	color: rgba(200,55,55,1.0);
	text-decoration:none!important;
	border-bottom: none!important;
}

.shortcode-author-avatars .avatar { 
float:left;
text-align:left;
padding:3px;
margin:4px;
border: 0px solid #EEE;
}
.shortcode-author-avatars div.author-list .user {
text-align: left;
}

