.tx-t3blog-pi2 {
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
	color: #666;
	line-height: 1.2em;
	font-size: 90%;
}

.tx-t3blog-pi2 a:hover {
	color: #005588 !important;
}

.tx-t3blog-pi2 a {
	text-decoration: none;
}

/* Liste */
.blogList .item {
	padding-top: 20px;
}

.blogList .itemTop, .single .itemTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	padding: 5px 0;
}

.blogList .itemTop a, .single .itemTop a {
	color: #000;
}

.blogList .itemTop div, .single .itemTop div {
	display: inline;
}

.blogList .itemBody h2 {
	padding-bottom: 7px;
}

.blogList .itemBody h2 a {
	color: #000;
}

.blogList .more {
	font-size: 80%;
}

/* Kategorien */
.tx-t3blog-pi2 #categories h3 {
	padding: 0;
}

/* Navigation vor/zurück*/
div#singleNavigation .previous {
    float:left;
}

div#singleNavigation .next {
    float: right;
}

div#singleNavigation .previous a{
    background: url(/typo3conf/ext/t3blog/icons/nav_arrow_prev.png) no-repeat left 50%;
    padding-left: 15px;
}

div#singleNavigation .next a{
    background: url(/typo3conf/ext/t3blog/icons/nav_arrow_next.png) no-repeat right 50%;
    padding-right: 15px;
}

div#singleNavigation .backtolist {
	width: 100%;
	text-align: center;
}

/* Kopfzeile Single View */
.tx-spsocialbookmarks-pi1 {
	width: 100%;
	height: 30px;
}

#sp_socialbookmarks_link_bar {
	float: right;
}

.single h2 {
	margin: 10px 0;
	padding: 4px 0;
}

.single .itemNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 15px 0;
}

.single .itemNav a {
	color: #000;
}

.single .itemNav img {
	margin-right: 10px;
	vertical-align: top;
}

.single .itemNav .tags {
	margin-left: 60px;
}

/* Kommentare */
#commentList, #trackbackList {
	margin-top: 20px;
}

.commentsNr {
	padding-left: 15px;
	background:  url(/typo3conf/ext/t3blog/icons/comment_icon.png) no-repeat 0 50%;
}

#commentListTitle, #trackbackListTitle {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0;
	margin-bottom: 5px;
	padding: 5px 0;
}

#commentListTitle li, #trackbackListTitle li {
	padding: 0 20px;
	display: inline;
}

.commentListListing .commentComments {
	float: right;
}

.commentListListing .commentTopNav img {
	margin-right: 10px;
	float: left;
}

.commentListListing h4 {
	padding: 3px 0;
}

.commentListListing .commentFooter {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#commentForm {
	width:100%;
	font-family: Georgia, Palatino, Times, "Times New Roman", serif;
}

#commentForm legend {
	padding-bottom: 15px;
	color: #000;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}

#commentForm fieldset {
	border: 0;
}

#commentForm .formElement {
	margin-bottom:10px;
}

#commentForm input.hidden, #commentForm input[type="hidden"] {
        display: none;
        border: none;
}

#commentForm input.submit, #commentForm input[type="submit"] {
	border: 1px solid #bcc1c5;
	width: auto;
	display: inline;
	clear: both;
}

#commentForm input[type="text"], #commentForm textarea {
	border: 0;
	background-color: #DDD;
	width: 400px;
	display: block;
	float: left;
	padding: 5px;
}

#commentForm textarea {
	height: 150px;
}

#commentForm input {
	padding:5px;
}

#commentForm label {
	display: block;
	float: left;
	width: 100px;
}

#commentForm .formClear {
	clear:both;
}


#commentForm #commentCaptcha input {
	width: 100px;
}

/*


.error {
	color:red;
	font-weight:bold;
}



#formhandler_contact_form #row_freecapfield {
	padding-top: 15px;
}

#formhandler_contact_form #freecapfield inpu {
	width: 100px;
}

.tx-srfreecap-pi2-cant-read {
	font-style: italic;
	color: #666;
}
*/

.tx-pagebrowse li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.tx-pagebrowse .tx-pagebrowse-pages li {
	padding: 5px;
	margin: 2px;
	padding-bottom: 0;
}

.tag-cloud {
	width: 240px;
}

.tag-cloud span {
	padding-right: 10px;
	display: block;
	float: left;
	height: 24px;
}

h6.commentError {
	padding-top: 5px;
	color: #c00;
	font-size: 14px;
}

.commentError li {
	padding-top: 3px;
}

/* Listenheader ausblenden */
.blogList .itemBody div.csc-header-n1 {
	display: none;
	visibility: hidden;
}

.blogrepositorylist {
	margin-top: 200px;
}

.tx-t3blog-pi2 #searchBox {
	padding-bottom: 15px;
}

.tx-t3blog-pi2 #searchBox .button {
	border: 1px solid #bcc1c5;
	background-color: #DDD;
	margin-left: 5px;
}

.tx-t3blog-pi2 #searchBox input[type="text"] {
	border: 0;
	background-color: #DDD;
	padding-top: 2px;
	padding-bottom: 3px;
}

.blogCommentMessage {
	display: block;
	background-color: #6F6;
	padding: 5px;
	color: #030;
	border: 1px dashed #030;
}