@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 {float:left;width:480px;}
#commentbox h3 {
margin: 20px 0 15px;
}

#author, #email, #url, #commentform textarea {
width: 99%;
border: none;
border:1px solid #f7c5da;
padding: 2px;
margin: 5px 0;
}

#commentform input[type=submit] {
border: none;
width: 99%;
text-align: right;
margin: 0 0 2px 5px;
color:#1c6184;
background:none;
font-size:1em;
}

#commentform input[type=submit]:hover {
cursor: pointer;
background: url('../images/arrow.png') no-repeat right;
}

.commentlist li {
list-style-type: none;
padding: 10px 10px 20px;
margin: 10px 0;
}
.commentlist .avatar {
float:left;
margin: 0 10px 10px 0;
background: url('../images/gradient900.gif') no-repeat right;
width:40px;
height:40px;
}
.commentlist .says {
display:none;
}
.commentlist .comment-meta {
height:50px;
}
.commentlist .comment-meta p {
font-weight:bold;
margin-bottom:5px;
}
.commentlist .comment-meta span {
font-size:.7em;
}
.commentlist .alt {
border-left:2px solid #CEDCE1;
}
.comment-author-admin {
border:2px solid #1c6184;
}
.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;
}