/* @override http://hochstyle.de/wp-content/themes/chube/layout/css/single.css */

@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;
}

.commentlist { width: 100%; clear: both;display: block; margin:  2em 0; }

.commentlist li { list-style-type: none;border: none;}

.commentlist .vcard { width: 80px; float: left; font-size: 0.7em;}
.commentlist .commentcontent { background: #eee; margin-left: 80px; padding: 0.5em;}
.commentlist .commentcontent cite { font-style: normal; font-size: 0.8em; font-weight: bold; }

.commentlist .commentcontent a  { color: #333; font-weight: bold; text-decoration: none; }

.commentlist a.commentdatum { float: right; font-size: 0.8em; color: #aaa;}

.commentlist .reply { width: 100%; clear: both; text-align: right; font-size: 0.8em; margin-bottom: 3em;}
.commentlist .reply a { text-decoration: none; color: #555;}

.commentlist .children { margin-left: 10%; }

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



/* FORMULAR*/

#commentform { margin: 2em 0; }
#commentform input { border: 1px solid #bbb; padding: 0.5em;color: #000; font-size: 1.1em; width: 33%; }
#commentform label {  }
#commentform textarea { border: 1px solid #bbb; padding: 0.5em;color: #000; font-size: 1.1em; }

#commentform #submit { background: #000; color: #fff; border: 0; width: auto; margin: 0;}
#commentform #submit:hover {background: #666;cursor: pointer;}

