div#conteudo{
	padding-bottom: 50px;
}
div.postagem{
	width: 690px;
	margin-left: 30px;
	padding-top: 20px;
	display: table;
	padding-bottom: 25px;
}
div.calendario{
	color: #1A932C;
	height: 26px;
	border-bottom: 1px solid #ccc;
}
div.postagem h2{
	color: #1A932C;
	font-size: 23px;
	padding-bottom: 3px;
	letter-spacing: -0.5px;
	font-weight: normal;
}
div.postagem h3{
	color: #1A932C;
	font-size:10px;
	font-weight: normal;
}

div.corpo{
	color: #646464;
	font-size: 13px;
	padding: 15px 0 15px 0;
	line-height: 17px;
}
div#comentarios h3{
	padding: 30px 30px 30px 0;
}
div#comentarios{
	clear: both;
}
div#marcadores{
	width: 180px;
	float: right;
	text-align: left;
}

div#marcadores h3{
	margin: 27px 0 0 0;
	color: #1A932C;
	font-size: 12px;
	font-weight: normal;
}
div#marcadores li{
	margin: 0px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}
div#marcadores li a{
	color: #646464;
	font-size: 12px;
}
div#marcadores li a.selected{
	font-weight: bold;
	color: #1A932C;
}
div#comentarios{ width: 630px; }
div.comentario{
	width: 630px;
}
p.comentarioNome{
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	padding-top: 70px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
span.nome{
	display: block;
	float: left;
	font-weight: normal;
	height: 20px;
	font-weight: bold;
}

span.dataHora{
	display: block;
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #1A932C;
	height: 12px;
	padding-top: 5px;
}
p.comentarioDesc{
	padding-top: 10px;
	font-size: 13px;
}
div#divisao_post{
	border-bottom: 1px solid #ccc;
	width: 630px;
}
div#divisao_post span{
	display: block;
	float: right;
	font-size: 10px;
	color: #1A932C;
	background-image: url(../../../img/site/bulletBlog.gif);
	padding: 6px 6px 6px 20px;
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
div#comentar{
	background-image: url(../../../img/site/sprite.jpg);
	width: 560px;
	height: 358px;
	background-position: 0px -398px;
	margin: 80px auto;
}
div#comentar h4{
	color: #4D4D4D;
	font-size: 18px;
	padding: 10px;
}
div.input label{
	display: block;
	color: #1A932C;
	font-size: 16px;
}
div.input{
	margin: 0 auto;
	width: 340px;
	padding-bottom: 8px;
}
div.input input, div.input textarea{
	border: 1px solid #666666;
	width: 340px;
	height: 20px;
}
div.input textarea{
	height: 120px;
}
div.submit {
	float: right;
	margin-right: 100px;
}
div.submit input{
	background: none;
	border: none;
	font-size: 20px;
	color: #1A932C;
}
div.error-message{
	font-size: 11px;
	color: red;
}
