@CHARSET "UTF-8";

#divColuna {
	text-align: left;
	margin: auto;
}

#divColunaCabecalho {
	background-color: #000;
	padding: 6px;
	color: #FFFFFF;
	font-size: 14px;
}

#divColunaCorpo {
	font-family: Verdana, Geneva, sans-serif;
	margin: 8px;
	background-image: url(../images/colunasBg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#divPosts {
	font-family: arial;
	line-height: 20px;
	margin: 8px;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}

.clsDataHora {
	text-align: right;
	margin-top: 6px;
	font-size: 12px;
	padding-bottom: 2px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

.clsTitulo {
	margin-top: 8px;
	font-size: 24px;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.clsSubTitulo {
	font-size: 14px; 
	margin-top:8px;
	margin-bottom: 10px; 
	font-weight: bold;
	color:#666;
}

.clsTexto {
	font-size: 14px;
	margin-bottom: 8px;
	color:#222;
	text-align: justify;
}

.clsComentarios {
	font-size: 16px;
	margin-bottom: 8px;
	text-align: right;
}

.clsComentarios a {
	color:#069;
}

.clsMidia {
	width: 120px;
	height: 120px;
	float: left;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: right;
	border: 3px solid #eee;
}

.clsMidiaI {
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
}

.clsComentariosPost {
	font-size: 12px;
	font-style: italic;
	color: #000;
	background-color: #0FF;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px solid #0CF;
}

.clsComentTitulo {
	color: #036;
	margin-bottom: 5px;
}
