.tx-t3blog-pi2 .item {
	margin-bottom:10px;
}

.tx-t3blog-pi2 h1 a {
	text-decoration: none;
}

.tx-t3blog-pi2 h1 a:hover {
	text-decoration: underline;
}

.tx-t3blog-pi2 h1 {
	font-size:28px;
	margin-bottom:15px;
	padding-bottom:0px;
}

.tx-t3blog-pi2 .date {
	margin:0px 0px 10px 10px;
	float:right;
	text-align:right;
}

.tx-t3blog-pi2 #singleNavigation {
	width:100%;
	border-bottom: 1px solid gray;
	margin-bottom: 15px;
	padding:5px;
	background-color:#EEEEEE;
}

.tx-t3blog-pi2 #singleNavigation .previous {
	float:left;
}

.tx-t3blog-pi2 #singleNavigation .next {
	float:right;
}

.tx-t3blog-pi2 .tx-pagebrowse-pi1 {
	width:100%;
	border-bottom: 1px solid gray;
	margin-bottom: 15px;
	padding:5px;
	background-color:#EEEEEE;	
}

.badge {
	background:url(/fileadmin/templates/thorsten-schneider.org/new/images/badge.png) no-repeat 0 0;
	width:41px;
	height:38px;
	position:absolute;
	top:-10px; 
	left:-50px;	
	text-align:center;
	vertical-align:center;
}

.badge-text {
	margin-top:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.gravatar {
	background:url(/fileadmin/templates/thorsten-schneider.org/new/images/flag_green.png) no-repeat 0 0;
	width:73px;
	height:96px;
	position:absolute;
	top:0px; 
	left:-93px;
}

.gravatar img {
	border:2px solid #83A85E;
	margin:11px 9px;
}

.itemTop {
	position:relative;
}

.itemBody {
	line-height:2;
}

.itemBody p{
	margin-bottom:20px;
}

p.postmetadata {text-align:center; margin-top:5px; margin-bottom:5px;}

.tx-t3blog-pi2 div.itemNav {
	text-align:center; 
	margin-top:5px; 
	padding-bottom:15px; 
	border-bottom:1px solid #a4a59f;
}

.itemNav span{
	/*float: right;*/
	/*clear:both;*/
	color: #a4a59f;
	padding: 0 5px;
	border-left: 1px #a4a59f solid;
}

.itemNav span.tags{
	border-left: 0 none;
}

.itemNav span.permalink{
	border-left: 0 none;
}

.itemNav span.blogtipafriendlink{
	padding: 0 5px 0 0;
	border-left: 0px solid red;
}

.itemNav span.comments a{
	color: #a4a59f;
	/*display: block;*/
	padding-left: 15px;
	background:  url(/typo3conf/ext/t3blog/icons/comment_icon.png) no-repeat 0 50%;
	font-weight: bold;
}

/* ### COMMENTS ### */
.comment-gravatar {
	background:url(/fileadmin/templates/thorsten-schneider.org/new/images/flag_green.png) no-repeat 0 0;
	width:73px;
	height:96px;
	position:absolute;
	top:0px; 
	left:-43px;
}

.comment-gravatar img {
	border:2px solid #83A85E;
	margin:11px 9px;
}

.tx-t3blog-pi2 div.commentComments {
	margin-bottom:10px;
	text-align:right;
}

.tx-t3blog-pi2 ul#commentListTitle {
	list-style-type:none;
}

#commentListTitle li.middle {
	border-bottom: 0 none; 
	width: 100%; 
	margin-bottom: 0px;
}

.tx-t3blog-pi2 .item_even {
	position:relative;
	background-color:#EEEEEE;
	padding:20px 30px;
	margin-bottom:10px;
	margin-top:0px;
	border:1px solid #AAAAAA;
}

.tx-t3blog-pi2 .item_odd {
	position:relative;
	background-color:#EEEEEE;
	padding:20px 30px;
	margin-bottom:10px;
	margin-top:0px;
   	border:1px solid #AAAAAA;
}

.commentFooter {
	float:left;
}
.commentComments {
	float:right;
}
/* ### COMMENT FORM ### */
#comment {
	margin-top: 35px;
}
.formElement {
    padding: 5px 0;
}

.formElement label {
    width: 84px !important;
    width: 120px;
    padding: 0 0 0 13px;
    float: left;
    display:block;
    /*color: #A5A6A0;
    font-weight: bold;*/
}

.mailform input[type=text] {
	border:1px solid #AAAAAA;
	width: 300px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

.mailform textarea {
	border:1px solid #AAAAAA;
	width: 300px;
	padding: 2px;
}

.mailform .button {
	margin: 0;
	float: right;
}
	
/* ### SIDEBAR ### */
.archive .entries {
	visibility:hidden;
	display:none;
}

/* ### OTHER WIDGETS ### */
.tagCloud {
	/*height:195px;
	overflow:hidden;
	top:80px;
	width:200px;*/
}

.tagCloud .tag-cloud li {
	list-style-type:none;
	float:left;
	margin-right:6px;
	margin-top:3px;
}

.latestPostList dd {
	margin-left:0px;
}

.latestCommentsList dd {
	margin-left:0px;
}
