/*  Estrutura global
----------------------------------------------- 

*	{
	margin: 0;
	padding: 0;
	border: 0;
}*/	
	
body {
	background: url("../../img/bg_sustenta.jpg") repeat-x top;
	padding: 10px;
	font-family: Trebuchet, Verdana, Arial, Sans-serif;
	font-size: 11pt;   		
	letter-spacing: 0px;
	min-height: 650px;	
}

body a {
	color: #55c3c0;	
}

h1 {

}

h2 {
	
}

/*  Estrutura de Pagina
----------------------------------------------- */	

#divPrincipal	{
	width: 800px;
	min-height: 650px;
	margin: auto;
	background-color: #516e90;	
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;		
}
	
#divCabecalho {   
	width: 800px;
	height: 160px;	
	background: #516e90 url("../../img/palavras.gif") no-repeat 70% top;	
	margin-left: 50;	
}

#divCabecalho .saudacao {
	float: right;
	margin-top: 150px;
	padding-right: 30px;
	color: White;
	font-size: 0.7em;
}

#divBusca {
	background: url(../../img/search.gif) no-repeat left center;
	float: right;
	margin-top: 136px;
	padding-right: 10px;
}

#divBusca .textbox {
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0 0;	
	line-height: 15px;
}
	
#divLateral	{
	float: left;
	margin-top: -8px;
}

#divLateral #divLogin {
	width: 150px;
	
	background-color: #c0e6ee;
	margin: 30px 0px 0px 10px;	
}

#divLateral #divLogin ul {	
	list-style-type: none;	
	padding-left: 25px;
	margin-left: 0;
	margin-bottom: 0;
}

#divLateral #divLogin a {	
	color: #1C3F52;	
}

#divLateral #divLogin .loginErro {	
	color: Red;
	font-size: 0.6em;
}
#divLateral #divArea {
	width: 150px;	
	background-color: #c0e6ee;
	margin: 30px 0px 0px 10px;		
}

#divLateral #divArea ul {
	list-style-type: none;
	padding: 0;
}

#divLateral #divArea li {
	background: url(../../img/seta_menu.gif) no-repeat 0 60%;		
	margin-left: -13px; 
	padding-left: 13px;	
	line-height: 12px;	
}

#divLateral #divArea a {	
	color: #3f5854;
	text-decoration: none;
	font-size: 0.75em;
	margin-left: -5px;
}

#divLateral #divArea ul {	
	list-style-type: none;	
	padding-left: 25px;
	margin-left: 0;
}

#divLateral #divArea2 {
	width: 150px;	
	background-color: #c0e6ee;
	margin: 30px 0px 0px 10px;		
}

#divLateral #divArea2 ul {
	list-style-type: none;
	padding: 0;
}

#divLateral #divArea2 li {
	background: url(../../img/seta_menu.gif) no-repeat 0 60%;		
	margin-left: -13px; 
	padding-left: 13px;	
	line-height: 12px;	
}

#divLateral #divArea2 a {	
	color: #3f5854;
	text-decoration: none;
	font-size: 0.75em;
	margin-left: -5px;
}

#divLateral #divArea2 ul {	
	list-style-type: none;	
	padding-left: 25px;
	margin-left: 0;
}

#divLateral #divAgenda {
	width: 150px;	
	background-color: #c0e6ee;
	margin: 30px 0px 0px 10px;		
}

#divLateral #divAgenda ul {
	list-style-type: none;
	padding: 0;
}

#divLateral #divAgenda li {
	background: url(../../img/seta_menu.gif) no-repeat 0 60%;		
	margin-left: -13px; 
	padding-left: 13px;	
	line-height: 12px;	
}

#divLateral #divAgenda a {	
	color: #3f5854;
	text-decoration: none;
	font-size: 0.75em;
	margin-left: -5px;
}

#divLateral #divAgenda ul {	
	list-style-type: none;	
	padding-left: 25px;
	margin-left: 0;
}

	
#divLateral #divMaisComentados {
	width: 150px;
	background-color: #c0e6ee;
	margin: 30px 0px 10px 10px;
	padding: 10px;
	text-align: left;	
	color: White;
	font-size: 0.75em;
}

#divLateral #divMaisComentados a {	
	color: #1c3f52;	
	text-decoration: none;
	font-weight: bold;	
}

#divLateral #divMaisComentados ul {	
	list-style-type: none;	
	padding: 0 10px;
	margin-left: 0;
}

#divLateral #divMaisComentados li {	
	list-style-type: none;	
	margin: 15px 0;
	color: #3f5854;
}
	
#divConteudo {
	float: left;
	width: 620px;
	margin-left: 0px;
	background-color: #ffffff;
	margin: 20px 0px 10px 10px;
	padding: 10px;		
	color: #3f5854;	
	font-size: 0.85em;
}
	
#divConteudo a {
	color: #3f5854;	
}

#divConteudo .pnlLogin {
	padding: -10px;
}

#divConteudo .pnlLogin a {
	color: #55c3c0;
	font-weight: bold;
}	

#divConteudo DIV {
	padding: 0px 10px;
}

#divConteudo #divPost {
	background: url(../../img/divisoria.gif) repeat-x 0 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	*margin-top: -10px; /* Somente IE */
	*margin-bottom: 30px; /* Somente IE */
	*padding-bottom: 5px; /* Somente IE */
}

#divConteudo #divPost #divRodapePost {
	text-align: right;
	padding: 10px;
}

#divConteudo #divPost .categoria {
	background: #1c3f52 url(../../img/seta_item.gif) no-repeat 20px center;	
	left: 20px;
	*margin-top: 10px; /* Somente IE */
	margin-left: -20px;
	padding: 3px 10px 3px 35px;		
}

#divConteudo #divPost .banner {	
	padding: 0;
		
}

#divConteudo #divComentario DIV {
	padding: 0;
}

#divConteudo #divComentario #comentarios {
	background: url(../../img/divisoria.gif) repeat-x 0 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	*margin-top: -10px; /* Somente IE */
	*margin-bottom: 30px; /* Somente IE */
	*padding-bottom: 5px; /* Somente IE */
}

#divConteudo #divComentario .nomeComentario {
	color: #1c3f52;
	font-weight: bold;
}

#divConteudo .loginCadastro {
	width: 550px;
	margin-right: 10px;	
	*padding-right: 0;
}

#divConteudo .loginCadastro h1 {
	padding-left: 10px;	
}

.PanelBlog {
	padding: 0;
}
	
.Paginador {
	border: 0;
	font-size: 0.9em;
	color: #55c3c0; 
}
	
.Paginador td {
	border: 0;	
}

/*  Templates
----------------------------------------------- 

TEMPLATE 01 	*/

#tblLayout1 {
	background-color: #fff;
	width: 584px; 
	font-family: Trebuchet MS, Verdana; 
	font-size: 10pt;
	margin-right: 5px;
	*margin-right: -8px;
	 margin-left: 0px;
}

#tblLayout1 div {
	padding: 0;
}

#tblLayout1 .curvar p {
	padding: 0 10px;
}

#tblLayout1 #tdTopo1 {
	width: 391px; 
	height: 305px;	
}

#tblLayout1 #tdTopo2 {
	width: 188px;  
	height: 144px;	
	padding-left: 15px;
}

#tblLayout1 #tdTopo3 {
	padding-left: 15px;
}

#tblLayout1 #divTopo3 {
	width: 188px; 	
	height: 124px; 
	background-color: #fedc00; 
	padding: 0 10px;		
}

#tblLayout1 #divTopo4 {	 
	width: 604px; 	
	margin-bottom: 20px; 	
	color: #3f5854;		
}

#tblLayout1 #tdMeio1 {
	height: 302px;
}

#tblLayout1 #tdMeio2 {
	height: 292px; 
	padding-left: 14px;	
}

#tblLayout1 #divMeio2 {	
	margin-top: 0px;
	width: 391px;
	height: 282px; 		
	background-color: #2f63a0; 
	color: #fff;		
	margin-left: 3px;
}

#tblLayout1 #divFim1 {
	width: 604px; 
	margin-top: 20px; 
	color: #3f5854;		
} 
