
/**
Europeers Blog Stylesheet
Author: Søren Birkemeyer / webfactory.de
Grid: 7 units á 93px with 18px gutter
Feature base font size: 12px
Colors:
- orange #f37c04
- blue #284A5F
*/


/* =Blog Post Liste
------------------------------------------------------------ */

.blogpost.list {
	clear: left;
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

.blogpost.list h2 {
	margin-top: 0;
}


/* =Blog Post Detailansicht
------------------------------------------------------------ */

.blogpost .teaser p {
	font-weight: bold;
}

.blogpost .imageframe {
	float: left;
	margin-right: 18px;
	margin-bottom: 18px;
}

.blogpost .imageframe.right {
	float: right;
	margin-right: 0;
	margin-left: 18px;
}

.blogpost .imageframe span {
	display: block;
	color: #555;
	font-size: 0.857em;
	font-weight: normal;
}

.blogpost a:hover .imageframe span,
.blogpost a:focus .imageframe span {
	color: #555;
}

.blogpost #comments,
.blogpost #comments p {
	clear: left;
}

.blogpost .comment {
	clear: left;
	margin-bottom: 1.5em;
}

.blogpost .comment-meta {
	float: left;
	font-size: 0.857em;
	margin: 4px 18px 21px 0;
	text-align: right;
	width: 140px;
}

.blogpost .comment-meta .comment-user {
	font-weight: bold;
}

.blogpost .comment-text {
	float: right;
	width: 350px;
}

/* =Blogbeitrag anlegen
------------------------------------------------------------ */

.formsection-blog_post textarea {
	height: 200px;
}

form.new .formsection-post_photos .caption {
	margin-top: 1em;
}

form.new .formsection-post_photos div.row  .caption label {
	margin-left: -105px;
	width: 105px;
	display: inline;
}

form.new .formsection-post_photos div.field .caption input.text {
	width: 45%;
}