@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------- */
/* - Gerais ----------------------------------------- */
/* -------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}
body {
	text-align: center; /* para centralizar no IE6 */
	background: #F6F6F6 url(../images/bkgGradiente.jpg) repeat-x top center;
}
#cabecalho {
	width: 774px;
	background: #FFF;
	margin: 0 auto;
}
#centraliza {
	position: relative;
	width: 864px;
	margin: 0 auto;
	text-align: left; /* para no deixar os textos centralizados */
}
#imgTopo {
	background:url(../images/bkgTopo.jpg) no-repeat top center;
	height: 268px;
	margin-bottom: -130px;
}

/* -------------------------------------------------- */
/* - divs Post / Conteudo do post / Comentarios ----- */
/* -------------------------------------------------- */

#post {
	float: left;
	width: 583px;
	color: #333;
}
#post h1 {
	width: 583px;
	background: url(../images/imgTopoPost.png) no-repeat top left;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/imgTopoPost.png');
	font-size: 30px;
	font-weight: lighter;
	color: #FFF;
	padding: 15px 0 14px 25px;
}
#conteudo {
	width: 583px;
	background: url(../images/bkgPost.png) repeat-y top center;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bkgPost.png',sizingMethod='scale');
	margin-bottom: -1px;
}

/* conteudoPost */

#conteudoPost {
	position: relative;
	width: 543px;
	font-size: 11px;
	margin: 0 20px;
}
#conteudoPost h2 {
	background: none;
	padding: 10px 0 0 0;
	font-size: 24px;
	color: #a6254b;
	font-weight: lighter;
}
#conteudoPost h3 {
	padding: 0 0 25px 0;
	font-size: 12px;
	color: #333;
	font-weight: lighter;
}
#conteudoPost h2, #conteudoPost h3 {background: #FFF; margin: 0;}
#conteudoPost dl{
	background: #F3F3F3;
	border: 1px solid #B3B3B3;
	padding: 15px;
	margin: 0 10px 25px 10px;
}
#conteudoPost dl dd {
	font-style: italic;
	margin-top: 15px;
	font-size: 11px;
}
#conteudoPost dl dt, #conteudoPost dl dd {background: #F3F3F3;}
#conteudoPost p {padding: 5px 0;}
#conteudoPost script, #conteudoPost object {margin: 5px 0;}
#conteudoPost img {
	margin: 10px 10px;
}
#conteudoPost a {
	text-decoration: none;
	font-weight: bold;
	color: #00F;
}
#conteudoPost a:hover {
	text-decoration: underline;
}

/* comentarios */

#comentarios {
	position: relative;
	padding: 25px 20px 10px 20px;
	font-size: 11px;
}
#comentarios h2 {
	padding: 0 0 0 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #a6254b;
	border-bottom: 1px solid #a6254b;
}
#comentarios p {
	margin: 15px 10px 5px 10px;
}
#comentarios p.autor {
	background: #FFF;
	text-align: right;
	margin-top: 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #BBB;
}
#comentarios p.autor strong, #comentarios p.autor em {background: #FFF;}
#comentarios p.bto {
	text-align: center;
	margin-top: 30px;
}
#comentarios p.bto a.enviar {
	font-size: 11px;
	text-decoration: none;
	color: #333;
	padding: 7px 35px;
	border: 1px solid #CCC;
	background: url(../images/bkgBtoEnviar.gif) repeat-x center;
}

/* -------------------------------------------------- */
/* - divs colunaDireita / descricao / Arquivos ------ */
/* -------------------------------------------------- */

#colunaDireita {
	float: right;
	width: 271px;
}

/* descricao / arquivos */

#descricao {margin-top: 25px;}
#descricao h1, #arquivos h1 {
	width: 256px;
	background: url(../images/bkgTituloColDir.png) no-repeat top center;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bkgTituloColDir.png');
	padding: 17px 0 8px 15px;
	font-size: 18px;
	color: #26715a;
	font-weight: lighter;
}
#descricao p {
	_width: 271px;
	background: url(../images/bkgColunaDir.png) repeat-y;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bkgColunaDir.png',sizingMethod='scale');
	position: relative;
	font-size: 11px;
	color: #333;
	padding: 5px 20px;
}
#arquivos {
	margin-top: 15px;
}
#arquivos dl {
	width: 231px;
	background: url(../images/bkgColunaDir.png) repeat-y;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bkgColunaDir.png',sizingMethod='scale');
	padding: 10px 20px 0 20px;
	color: #333;
}
#arquivos dl dt {_width: 231px;}
#arquivos dl dt a {
	position: relative;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
#arquivos dl dt a:hover {
	text-decoration: underline;
}
#arquivos dl dd {
	font-size: 10px;
	text-align: right;
	padding: 10px 0 5px 0;
	border-bottom: 1px solid #CCC;
}
#arquivos dl dt, #arquivos dl dt a, #arquivos dl dd {background: #FFF;}
#arquivos p.bto {
	width: 271px;
	background: url(../images/bkgColunaDir.png) repeat-y;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/bkgColunaDir.png',sizingMethod='scale');
	padding: 20px 0 10px 0;
	text-align: center;
}
#arquivos p.bto a {
	position: relative;
	font-size: 11px;
	text-decoration: none;
	color: #333;
	padding: 6px 25px;
	border: 1px solid #CCC;
	background: url(../images/bkgBtoEnviar.gif) repeat-x  top center;
}

/* -------------------------------------------------- */
/* - div rodape ------------------------------------- */
/* -------------------------------------------------- */

#rodape {
	display: table;
	width: 863px;
	margin: 30px 0;
}
#rodape dl {font-size: 10px;}
#rodape dl dt {
	width: 200px;
	float: left;
}
#rodape dl dd {
	text-align: right;
	float: right;
}

/* -------------------------------------------------- */
/* - div historico ---------------------------------- */
/* -------------------------------------------------- */

#tituloH {
	width: 864px;
	background: url(../images/imgTopoHistorico.png) no-repeat top left; 
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/imgTopoHistorico.png',sizingMethod='scale');
}
#tituloH h1{
	padding: 15px 0 10px 25px;
	font-size: 30px;
	font-weight: lighter;
	color: #FFF;
}
#historico {
	width: 864px;
	background: url(../images/bkgHistorico.png) repeat-y top center;
	color: #333;
}
#historico h1{
	padding: 10px 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
#historico img {border: none;}
#historico dl {
	width: 750px;
	margin: 5px 20px 0 30px;
	padding: 5px 0;
	font-size: 11px;
	display: table;
	border-bottom: 1px solid #97A2BA;
}

#historico dl dt {
	padding: 5px 10px;
	margin-right: 10px;
	border-right: 1px solid #CCC;
	float: left;
}

#historico dl dd {padding: 1px 30px 0 0;}
#historico dl dd a {
	text-decoration: none;
	color: #000;
}
#historico dl dd a:hover {text-decoration: underline;}
#historico dl dd em {font-size: 10px;}
#historico dl dd strong {font-size: 12px;}
#historico p.bto {
	padding-top: 30px;
	text-align: center;
	border: none!important;
}
#historico p.bto a{
	font-size: 11px;
	text-decoration: none;
	color: #333;
	padding: 6px 25px;
	border: 1px solid #CCC;
	background: url(../images/bkgBtoEnviar.gif) repeat-x  0 0;
}

