@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 (comments)
 */
#commentbox h3 {
	margin: 20px 0 15px;
	}

#author, #email, #url, #commentform textarea {
	margin: 5px 0;
	}

#commentlist li {
	list-style-type: none;
	padding: 5px 10px;
	margin: 20px 0;
	}

#commentlist .alt {
	border-left: 2px solid #232221!important;
	}

/*.comment_author, .comment_time {} */

.comment_text {
	padding: 10px 0;
	}

.alt .comment_text {
	padding: 10px 0;
	}

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

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

.approve {
	font-weight: 700;
	}

/**
 * customization
 */
#commentform {
	width:300px;
	}
#commentform input,
#commentform textarea {
	width:290px;
	padding:4px 8px;
	background:#232221;
	color:#666769;
	border:2px solid #3a3938;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	opacity:.8;-moz-opacity:.8;-khtml-opacity:.8;
	filter:alpha(opacity:80);
	}
#commentform #submit {
	padding:2px 4px;
	width:100px;
	margin-left:205px;
	cursor: pointer;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-webkit-border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	opacity:.8;-moz-opacity:.8;-khtml-opacity:.8;
	}
#commentform input:focus,
#commentform textarea:focus,
#submit:hover, #submit:active, #submit:focus {
	background:#fefefe!important;
	color:#232221!important;
	border:2px solid #fefefe!important;
	opacity:1;-moz-opacity:1;-khtml-opacity:1;
	filter:alpha(opacity:100)!important;
	}
