#title {
	font-size:20px;
}

.infos {
	font-size:10px;
	color:#ac9999;
}

.tags {
	clear:both;
	background:url('../images/tags.png') no-repeat top left;
	padding:0 0 0 20px;
	margin:10px 0;
}

.tags strong {
	display:none;
}

/*
Comments list
*/
#comments {
	clear:both;
}
#comments ol li {
	list-style:none;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	margin:15px 0;
}

#comments ol li .text {
	padding:5px 10px;
}

#comments ol li .text p {
	text-indent:5px;
	margin:0;
	padding:3px 0;
}

#comments ol li cite {
	background:#341a1a;
	display:block;
	padding:3px 5px;
}
/*
End Comments list
*/

/*
Comment form
*/
#comments form fieldset {
	padding:5px 20px 20px 20px;
	border:none;
	background:#412a2c;
	margin:10px auto 0 auto;
}


#comments form h3 {
	margin:10px 0 10px 0;
}

#comments form textarea {
	width:475px;
}

#comments form p input {
	width:240px;
	margin:0 10px 0 0;
}

#comments form p.captcha input {
	margin:5px 0 10px 0;
}

#comments form p {
	margin:0 0 15px 0;
}

#comments .note {
	margin:10px 0 0 0;
	text-decoration:none;
	text-align:center;
}

#comments .note a {
	text-decoration:none;
}
#comments .note a:hover {
	text-decoration:underline;
}

#comments input.submit {
	margin:5px 4px 0 0;
	padding:5px 10px 5px 10px;
	width:auto;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}

#comments .errorlist li {
	background:url('../images/error-comment.png') left center no-repeat;
}
/*
End comment form
*/
