/*comment*/
#comment {
	margin: 0 auto;
	width: 570px;
	padding: 0;
	}	

.commentlist p, .trackbacklist {
	line-height: 20px;
	}


#respond h3,h3#comments,h3#pings {
	font-weight:400;
	font-size:13px;
	text-transform:uppercase;
	border-bottom:1px solid #888;
	margin-bottom:10px;
	padding-bottom:5px;
	}

.comment {
	border: none;
	position:relative;
	min-height:70px;
	padding:15px 0;
	margin-bottom: 10px;
	}

ol.commentlist {
	list-style-type: none;
	width: 100%;
	margin: 0;
	}

.even {
	margin-bottom: 5px;
	background: #000;
	}

.odd {
	background: #000;
	}

.byuser {
	background:#666;
	}

.commentlist .children {
	padding-left:20px;
	}

.cleft {
	position:absolute;
	left:10px;
	top:25px;
	max-width:145px;
	color:#aaa;
	}

.cright {
	margin-left:100px;
	min-height:70px;
	}

.numero {
	font-size:60px;
	color:#FFD666;
	position:absolute;
	right:10px;
	bottom:20px;
	z-index:2;
	font-style:italic;
	font-family:Georgia;
	font-weight:200;
	}

.byuser .numero {
	font-size:60px;
	color:#FFD666;
	position:absolute;
	right:10px;
	bottom:20px;
	z-index:2;
	font-style:italic;
	font-family:Georgia;
	font-weight:200;
	}

.texe {
	z-index:200;
	position:relative;
	padding-right: 60px;
	}
.texe abbr {
	font-size: 11px;
	}
.texe p{
	line-height: 12px;
	}
	
.cleft .avatar {
	height:60px;
	display:block;
	width:60px;
	border:1px solid #999;
	margin-right:10px;
	background:#fff;
	margin-left:10px;
	padding:2px;
	}
.cleft .avatar:hover {
	background:#fff;
	border:1px solid #ccc;
	margin-left:10px;
	padding:2px;
	}

.comment-meta {
	font-size:11px;
	line-height:14px;
	margin-bottom:10px;
	}

.reply {
	font-size:11px;
	position:absolute;
	right:10px;
	bottom:10px;
	}

#respond textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box; /* ie8 only */
	box-sizing: border-box;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	background-color: #444;
	color: #FFF;
	border-color: #555;
	}

#respond input#author,#respond input#email,#respond input#url {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	width: 50%;
	border-width: 1px;
	border-style: solid;
	padding: 5px 0;
	background-color: #333;
	color: #FFF;
	border-color: #555;
	}

.comform {
	background:transparent url(images/main.png) repeat;
	margin-bottom:10px;
	border:none;
	padding:15px;
	}

#submit {
	margin-top: 20px;
	background: #666;
	color: #eee;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
	}
