/* Estilos geral */

body {
	margin:0;
	color:#000000;
	font-family:Trebuchet MS, Arial;
	font-size:13px;
	line-height:16px;
	background-color:#FFFFFF;
}
	
a:link{color: #ff2a84; text-decoration: none; font-weight:bold;} 
a:visited{color: #ff2a84; text-decoration: none; font-weight:bold;}
a:active{color: #ff2a84; text-decoration: none; font-weight:bold;}
a:hover{color: #000000; text-decoration: none; font-weight:bold; background-color:#ffee2c;}
	
	
.estilotextarea {
		width:120px;
		height:60px;
		border:0px;
		color:#000000;
		font-family:Trebuchet MS, Arial;
		font-size:10px;
		background-color: #ffffff; 
		padding:5px 0px 5px 0px;
		}
	
.centralizador {
	width:1028px;
	margin:0 auto;
	position:relative;
	}
	
.imagem_topo {
	background-image:url(imagens/imagem_topo.jpg);
	background-repeat:no-repeat;
	width:1028px;
	height:458px;
	float:left;
	}
	
.pena {
	position:absolute;
	top:235px;
	left:665px;
	width:125px;
	height:181px;
	z-index:99999;
	}

.botao_logo {
	position:absolute;
	top:28px;
	left:99px;
	width:342px;
	height:288px;
	z-index:9999;
	}
	
.botao_perfil {
	position:absolute;
	top:44px;
	left:762px;
	width:206px;
	height:214px;
	z-index:9999;
	}
	
.botao_links {
	position:absolute;
	top:282px;
	left:802px;
	width:153px;
	height:102px;
	z-index:9999;
	}
	
.fundo_esticando {
	background-image:url(imagens/fundo.jpg);
	background-repeat:repeat-y;
	position:absolute;
	top:339px;
	left:0px;
	width:1028px;
	}

.coluna_perfil {
	position:relative;
	margin-left:80px;
	margin-top:75px;
	margin-bottom:50px;
	width:283px;
	float:right;
	font-color="#8d8d8d"
	}
	
.coluna_enquete {
	position:relative;
	margin-left:80px;
	margin-top:75px;
	margin-bottom:50px;
	width:150px;
	float:right;
	font-color="#8d8d8d"
	}

.coluna_posts {
	position:relative;
	margin-left:80px;
	width:582px;
	float:left;
	}
	
.title{
	color: #000000;
	font-family: Courier New, serif;
	font-size: 24px;
	font-weight:bold;
	margin-bottom:13px;
	text-align: left;
}

.post{
	color:#000000;
	font-family: Trebuchet MS, Arial;
	font-size:13px;
	line-height:16px;
	text-align:justify;
	background-image:url(imagens/transparencia_post.png);
	padding-bottom:20px;
}

.link-comentarios {
	text-align:right;
	margin-bottom:40px;
	}
	


/* FORMULÁRIOS */

input {
		width:450px;
		border:0px;
		color:#000000;
		background-image:url(imagens/fundo_comentarios.jpg);
		background-position:left bottom;
		background-repeat:no-repeat;
		font-family: Trebuchet MS, Arial;
		font-size:14px;
		background-color: #fbcaf3; 
		padding:13px 0px 3px 0px;
		font-weight:bold;
		}

textarea {
		width:580px;
		height:108px;
		border:0px;
		color:#000000;
		font-family:Trebuchet MS, Arial;
		font-size:14px;
		font-weight:bold;
		background-color: #fbcaf3; 
		padding:13px 0px 3px 0px;
		background-image:url(imagens/fundo_comentarios.jpg);
		background-position:left bottom;
		background-repeat:repeat;
		}
		


code {
		font-family: monospace;
		color: #999;
		cursor: default;
		}

form {
		margin: 0;
		padding: 0;
		border: 0;
		}



.postspermonth {
		margin: 5px 0 10px 0; 
		list-style: none; 
		padding-left: 5px;
		}

/* COMENTÁRIOS */

.titulocomentario {
		font-weight: bolder;
		margin-bottom: 3px;
		color: #333333;
       		font-size : 17px; 
        	line-height : 17px; 
        	font-family : Georgia; 
		margin-top: 5px;
		padding-top: 0px;
		background: #transparent;
		padding-bottom: 0px;
		padding-left: 3px;
		border-left: 10px solid #ffffff;
		}


.bgcinza{
		background: #transparent;
		font-size: 11px;
		line-height: 13px;
		text-align: justify; 
        	font-family : 'Georgia';  
		}


.comentario{
		background: #f8f8f8;
		background-image:url(images/fundo_comentarios.jpg);
		border-top: 0px solid #000000;
		border-left: 0px solid #000000;
		border-right: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		margin: 0px 10px;
		padding: 10px 10px 10px 10px;
		font-size: 11px;
		line-height: 13px;
		text-align: justify; 
        	font-family : 'Georgia';  
		}


div.comment-number {
		float: right;
		color: #999;
		width: 40px;
		text-align: right;
		}

p {		
	text-align:justify;
 	color:#282828;
	font-family: Trebuchet MS, Arial;
	font-size:13px;
	line-height:20px;
		}


/* POSTS e PÁGINAS */


.post ol {
		font-size: 1em;
		line-height: 1.5em;
		margin: 1.2em 0 1.2em 4.3em;
		padding: 0;
		}

.post ul li {
		padding-left:28px;
		}

.post ul {
		list-style:none;
		font-size: 1em;
		line-height: 1.5em;
		margin: 1.2em 0 1.2em 1.2em;
		padding: 0;
		}
