@charset 'UTF-8';

/**
 * @CSS for single, page
 * @version (1.0)
 * @date (19.02.2008 21:01:00)
 * @lastmodified (08.09.2008 20:13:27)
 * @author (Frank Bueltge)
 */


#comments {
margin-top:1em;
}

/**
 * @css-for (Kommentare)
 */
#commentbox h3 {
margin:20px 0 15px;
}

#commentform label{
float:left;
width:99%;
margin:1em 0 0 0;
}

#commentform input, #commentform textarea {
float:left;
border:1px solid #BBB;
padding:2px;
margin-bottom:.5em;
max-width:100%
}

#commentform input[type=submit]{
float:left;
border:none;
text-align:right;
margin:0 0 2px 5px;
padding:1px 2px 1px 2px;
border:1px solid #BBB;
}

#commentform input[type=submit]:hover{
border:1px solid #000;
cursor:pointer;
}

.commentlist li {
list-style-type:none;
border:none;
border:1px solid #BBB;
padding:10px;
margin:20px 0;
}

.commentlist .avatar {
float:left;
margin:0 5px 0 0;
}

.commentlist cite {
font-style:normal;
margin:0;
padding:0;
}

.commentlist .alt {
border:1px solid #808080;
}

.commenttext {
border-top:1px solid #BBB;
padding:5px 0 0 0;
margin-top:5px;
}

.alt .commenttext {
border-top:1px solid #808080;
}

.comment-number {
float:right;
font-size:25px;
margin:0;
color:#BBB;
}

.alt .comment-number {
color:#808080;
}

.approve {
font-weight:700;
}
