@charset 'UTF-8';

/**
 * @CSS for single, page
 * @version (1.0)
 * @date (19.02.2008 21:01:00)
 * @lastmodified (19.02.2008 21:00:58)
 * @author (Frank Bueltge)
 */

/**
 * @css-for (Kommentare)
 */
#commentbox h3 {
margin: 20px 0 15px;
}

#author, #email, #url, #commentform textarea {
	width: 99%;
	border: none;
	border-left: 1px solid #BBB;
	border-top: 1px solid #BBB;
	padding: 2px;
	margin: 5px 0;
	background-color: #f3f5f2;
	font-size: 120%;
}

#commentform input[type=submit] {
border: none;
width: 99%;
text-align: right;
margin: 0 0 2px 5px;
background: url('images/arrow.png') no-repeat left;
}

#commentform input[type=submit]:hover {
border-bottom: 1px solid #010101;
cursor: pointer;
}

.commentlist li {
	list-style-type: none;
	border: 1px solid #DEDDC9;
	padding: 5px 10px;
	margin: 20px 0;
	background: #F3F5F2;
}

.commentlist p { margin-left: 1em; }

.commentlist .alt {
	border-left: 1px solid #76BAFE;
	border-bottom: 1px solid #76BAFE;
}

.comment-author { margin-bottom: 1em; }
.comment-author img { float: left; border: 1px solid #DEDDC9; }
.comment-author p { margin-left: 0; margin-bottom: .25em; }
.comment-author span { font-size: 95%; color: #9F9F9F; }
.comment-author span a { text-decoration: none; color: #9F9F9F; }
.comment-author span a:hover { text-decoration: underline; }
.comment-author cite { font-weight: normal; font-size: 1.2em; }
.comment-author cite a { text-decoration: none; }


.comment-meta { margin-left: 54px; }

.comment_author, .comment_time {
font-family: Verdana, Helvetica, Arial, Tahoma, Sans-Serif;
font-size: 12px;
}

.comment_text {
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
padding: 10px 0;
}

.alt .comment_text {
border-top: 1px solid #76BAFE;
border-bottom: 1px solid #76BAFE;
padding: 10px 0;
}

.comment-number {
float: right;
font-size: 25px;
margin: 0;
color: #BBB;
}

.alt .comment-number {
float: right;
font-size: 25px;
margin: 0;
color: #76BAFE;
}

.approve {
font-weight: 700;
}