/*
Theme Name: Serviceplan Blog
Theme URI: http://serviceplan.de/blog
Description: Theme for Serviceplan-Websited
Author: Hannes Mehring, Social Media Schmiede
Author URI: http://frischr.com/socialmediaschmiede
Version: 0.1
test
.
All rights reserved.
.
*/

/* including for compatibility */

#content a { 
color: rgb(135, 136, 138);
text-decoration:underline;
}

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: left;
	/*background-color: #fff;*/
	padding-top: 4px;
	/*margin: 10px;*/
	/* optional rounded corners for browsers that support it */
	/*-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}
.wp-caption img {
	margin: 0;
	padding: 1px;
	border:1px solid #DBDBDB;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0 !important;
}

/* @group #main_middle */

#main_middle {

}

#main_middle div.post {
	margin: 15px 0 0;
	padding: 0 0 15px;
}

#main_middle .entry_author_image {
	float: left;
	margin: -2px 5px 5px 0;
}
#main_middle .entry_author_image img {
	max-width: 60px;
	max-height: 70px;
	padding: 1px;
	border: 1px solid #ddd;
}

#main_middle h2 {
	font-size: 22px; line-height:25px;
	margin:5px 0;
	color:#888888;
}

#main_middle h3 {
	font-size: 16px;
	margin: 15px 0 10px;
}

#main_middle h2 a:link,
#main_middle h2 a:visited {
	color:#888888;
}
#main_middle h2 a:hover {
	color: #C2404A;
}

#main_middle div.post .postmeta,
#main_middle div.page .postmeta {
	float:left;
	font-size:12px;
	line-height:15px;
	margin:5px 0;
	max-width:410px;
	color:#888888;
}
#main_middle div.post .postmeta a:link,
#main_middle div.post .postmeta a:visited {
	color:#666666;
}
#main_middle div.post .postmeta a:hover {
	color:#C2404A;
}


#main_middle div.post .postmeta .categories {
	text-transform: uppercase;
}

#main_middle .entry {
	clear: both; margin:10px 0 0 10px; /* margin von flow */
}

#main_middle .entry a { text-decoration:underline; } /* von flow */
#main_middle .entry a:hover { text-decoration:none; } /* von flow */

#main_middle .entry p,
#main_middle .commentbody p {
	margin:0 0 10px;
}

#main_middle .entry ul {
	list-style-type: disc;
	margin: 0 0 5px 30px;
}
#main_middle .entry ol {
	list-style-type: decimal;
	margin: 0 0 5px 30px;
}
#main_middle .entry ul li,
#main_middle .entry ol li {
	margin: 0 0 5px;
}

#main_middle .entry blockquote {
	background-color:#EAEAEA;
	border-left:3px solid #CCCCCC;
	font-style:italic;
	margin:0 12px;
	padding:13px 3px 3px 5px;
}

/* @group comments */

#main_middle p.commentinfo {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#FFFFFF;
	border:1px solid #DBDBDB;
	clear:both;
	color:#888888;
	margin:10px 0;
	padding:3px 6px;
	width:99%;
}
#main_middle h3#comments {
	padding: 15px 0 0;
	border-top: 1px solid #dbdbdb;
}
#main_middle h4#comments {
	margin:15px 0 3px 3px;
	font-size: 14px;
}
ol.commentlist li {
	clear:both;
	float:left;
	padding:5px;
	width: 100%;
}
ol.commentlist .comment-reply-link {
	float: left;
}
ol.commentlist ul.children  {
	margin: 0 0 0 30px;
}

ol.commentlist li.comment-author-admin {
	background-color: #fff;
	margin:5px 0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ol.commentlist .avatar {
	float: left;
}
ol.commentlist .avatar img {
	margin:1px 0 0;
	padding:2px;
	border: 1px solid #dbdbdb;
}
ol.commentlist .commentmetadata {
	margin-left: 3px;
}
ol.commentlist .commentbody {
	float: left;
	margin:0 0 0 10px;
	max-width:430px;
}
ol.commentlist .commentbody .comment-meta-links {
	padding: 0;
	margin: 0;
}

ol.commentlist .comment-text {

}
ol.commentlist .comment-text p.moderation {
	font-size: 1.1em;
	color: #C2404A;
}
ol.trackbacklist li {
	list-style-type: decimal;
	margin:4px 0 4px 25px;
}

#main_middle #respond {
	clear: both;
}

#main_middle .nocomments {
	margin: 30px 0 0;
	font-style: italic;
}
/* @end */

/* @group post edit button */

.hentry {
	position:relative;
}
.hentry .edit {
	background-color:#C2404A;
	border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11.5px;
	/*opacity:.60;*/
	padding:3px 5px 1px;
	left:-32697px;
	position:absolute;
	top:0;
}
.hentry:hover .edit,
.post:hover .edit-post,
.comment.hentry:hover .edit-comment {
	left: auto;
	right:0;
}
.hentry:hover .edit-comment {
	left:-32697px;
	right: auto;
}
.comment.hentry.bypostauthor:hover .edit-comment {
	top: 2px;
	right: 2px;
}
.edit a,
.edit a:visited,
.edit a:hover{
	color:#fff;
}

/* @end */

/* @group form */

form input {
	border:1px solid #999999;
	margin:0 5px 5px 0;
	padding:1px;
	width:185px;
}
form input#submit {
	width:135px;
}
form textarea {
	border:1px solid #999999;
	margin:0 5px 5px 0;
	padding:1px;
	width: 100%;
	height: 150px;
}

form label {

}

form input.searchfield {
	width: 100px;
	background-color:#F0F0F0;
	border:1px solid #C0C0C0;
	color:#888888;
	float: left;
}
form input.searchbutton {
	background-color:transparent;
	background-image:url("../serviceplan/images/buttons/bu_searchbox.gif");
	background-position:0 0;
	background-repeat:no-repeat;
	border:0 none;
	display:block;
	float:left;
	height:17px;
	width:15px;
}

/* @end */

/* @end */

/* @group #main_right */

#main_right {

}

#main_right #searchtab {
	margin: 0 0 35px;
}

#main_right h3 {
	display: none;
}

#main_right li.the-tagcloud {
	clear: both;
}
#main_right .sidebar-headline {

}

#main_right ul {
	margin: 5px 0 20px;
}

#main_right ul li.cat-item {
	text-transform: uppercase;
}

#main_right ul.lastcomments li {
	font-size: 12px;
	list-style:none outside none;
	margin:0 0 15px;
}

#main_right ul li.the-author .entry_author_image img {
	padding: 2px;
	margin:0 0 3px;
	border: 1px solid #dbdbdb;
}
#main_right ul li.the-author {
	font-size: 12px;
}
#main_right ul li.the-author span.author-name {
	font-size: 12px;
	font-weight: bold;
}
#main_right ul li.the-author span.author-telephone {
	font-size: 12px;
}

#main_right ul.meta li {
	background: url(images/feed-icon.png) no-repeat left 2px;
	padding: 0 0 0 14px;
}


/* @end */

