@import "post.css";

#content #posts {
	margin-top: 15px;
	}
	#content p.history-back {
		margin-bottom: 15px;
		}
		#content p.history-back a {
			font-weight: bold;
			color: #353745;
			}
	#content .post .comments {
		background: url('../imagem/balao_comentarios2.gif') no-repeat;
		}
#content #comments h2.tit-comentarios {
	background: url('../imagem/single/tit_comentarios.gif') no-repeat;
	width: 421px;
	height: 99px;
	text-indent: -9999em;
	overflow: hidden;
	margin-bottom: 20px;
	}
#content #comments p#login a {
	color: #3a3a3a;
	font-weight: bold;
	}
#content #comments #comments-list {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #353745;
	background: url('../imagem/bg_post_bottom.gif') no-repeat right bottom;
	}
	#content #comments #comments-list ul li {
		line-height: 17px;
		padding: 15px 0;
		border-bottom: 1px solid #cdced2;
		}
	#content #comments #comments-list ul li.last {
		border-bottom: none;
		}
		#content #comments #comments-list ul li p.comment-author {
			font-size: 10px;
			}
			#content #comments #comments-list ul li p.comment-author a {
				color: #353745;
				}

#content #comments form .field {
	margin-bottom: 5px;
	clear: both;
	overflow: hidden;
	}
	#content #comments form .field label {
		display: block;
		width: 99px;
		_width: 94px;
		float: left;
		padding-top: 3px;
		}
	#content #comments form .field input {
		border: none;
		background: none;
		padding: 7px 5px;
		color: #fff;
		background: url('../imagem/single/bg_input.gif') no-repeat;
		width: 411px;
		font: 10px "Tahoma", Verdana, Arial, Helvetica, Sans-serif;
		font-weight: bold;
		}
#content #comments form .form-textarea {
	width: 510px;
	height: 234px;
	background: url('../imagem/single/bg_textarea.gif') no-repeat;
	padding: 5px;
	}
	#content #comments form .form-textarea textarea {
		width: 510px;
		height: 220px;
		border:none;
		background: none;
		font: 10px "Tahoma", Verdana, Aria, Helvetica, Sans-serif;
		color: #fff;
		font-weight: bold;
		}
