/* BEM VINDO MENSAGEM */
div.bemvindo { width: 322px; height: 73px; background: url(../imgs/titulo_topo_esquerdo.jpg); background-repeat: no-repeat; background-position: top; }
div.bemvindo h2 { display: none; }


/* POSTS */
div#posts div.post { clear: both; }

	/* TITULO */
	div#posts div.post div.titulo { margin-bottom: 5px; margin-top: 30px; color:#FFFFFF; background-color:#FFC000; }
	div#posts div.post div.titulo div.texto { padding-right:53px; }
	
		div#posts div.post div.titulo h3 { font-size: 22px; padding: 2px; padding-left: 10px; background-repeat: no-repeat; background-position: top right; }	
		div#posts div.post div.titulo h3 a { color:#FFFFFF; text-decoration: none; }		
		div#posts div.post div.titulo h3 a:hover { color:#fffc00; }		
	
		/* titulo > post > categorias */
		div#posts div.post div.titulo h3.video 		{ background-image: url(../imgs/icone_post_video.jpg); }
		div#posts div.post div.titulo h3.tecnologia { background-image: url(../imgs/icone_post_tecno.jpg); }
		div#posts div.post div.titulo h3.mix 		{ background-image: url(../imgs/icone_post_mix.jpg); }
		div#posts div.post div.titulo h3.games 		{ background-image: url(../imgs/icone_post_games.jpg); }
		div#posts div.post div.titulo h3.design 	{ background-image: url(../imgs/icone_post_design.jpg); }
		div#posts div.post div.titulo h3.musica		{ background-image: url(../imgs/icone_post_musica.jpg); }																		

	
	/* CONTEUDO */	
	div#posts div.post div.conteudo { overflow: hidden; color: #0c5b5d; padding-top:15px; }						
	div#posts div.post div.conteudo img { border:0; }
	div#posts div.post div.conteudo a { color: #0c5b5d; font-weight:bold; }
	div#posts div.post div.conteudo pre code { background-color:#EEEEEE; color:#000000; display:block; padding:5px; }
	
	div#posts .sharethis { text-align:right; }
	div#posts .sharethis a { color:#999; text-decoration:none }
	
		div#posts div.post div.conteudo div.leiamais a { color: #f59c00; text-decoration: none; font-weight:bold; }
		div#posts div.post div.conteudo div.leiamais a:hover { color: #e64100; }
				
		
	/* RODAPE */			
	div#posts div.post div.rodape { margin-top: 10px; padding-top: 10px; border-top: solid 1px #dedede; overflow: hidden; }
	
		div#posts div.post div.rodape a{ color: #f59c00; text-decoration: none; }			
		div#posts div.post div.rodape a:hover{ color: #e64100; }
	
		div#posts div.post div.rodape span.divisoria { display: none; }		

		/* rodape > comentario */			
		div#posts div.post div.rodape span.comentario { float: left; padding-left: 15px; width:auto; background-image: url(../imgs/icone_comentarios.jpg); background-repeat: no-repeat; }

		/* rodape > postagem */
		div#posts div.post div.rodape span.postagem { float: right; overflow: hidden; }
		
			div#posts div.post div.rodape span.postagem span.postado { padding-left: 15px; margin-right: 20px; background-image: url(../imgs/icone_postado.jpg); background-repeat: no-repeat; }
			div#posts div.post div.rodape span.postagem span.data { padding-left: 15px; background-image: url(../imgs/icone_data.jpg); background-repeat: no-repeat; }
			
	
/* ARQUIVOS-POSTS */
div.arquivo-posts { margin-top: 60px; overflow: hidden; background-repeat: no-repeat; }

	div.arquivo-posts h4 a span { display: none; }
	
	div.arquivo-posts span.posts-antigos { float: left; }
	
	div.arquivo-posts h4.antigos { color:#5ACBCF; }		
	div.arquivo-posts h4.antigos a { display: block; width: 98px; height: 14px; }
	div.arquivo-posts h4.antigos a:hover { text-decoration:underline; }
	
	div.arquivo-posts span.posts-recentes { float: right; }
	
	div.arquivo-posts h4.recentes { color:#5ACBCF; }		
	div.arquivo-posts h4.recentes a { display: block; width: 104px; height: 12px; }
	div.arquivo-posts h4.recentes a:hover { text-decoration:underline; }


/* DIVISORIA-POSTS */				
div#posts div.post span.divisoria { display: none; }
						
						
						
		
		
/**/
div.comentarios-area { margin-top:15px; }

div.comentarios-area a { color:#F59C00; }

div.comentarios-area ol {  }
div.comentarios-area ol li { border-bottom:1px dotted #A5A5A5; margin-bottom:20px; padding-bottom:10px; }
/*div.comentarios-area ol li:last-child { border-bottom:0; }*/

div.comentarios-area .gravatar { float:left; margin:3px 7px 0 0; }

div.comentarios-area .assinatura { margin-top:10px; } 
