/*
Theme Name: Info Séries 2.0
Theme URI: http://www.infoseries.com.br/
Description: Tema desenvolvido e adaptado ao WordPress por Edson Pedroso
Author: Edson Pedroso
Author URI: http://www.edsonpedroso.com.br
Version: 2.0
*/

@import "reset.css";

* {
	list-style: none;
}




.parceiros p {
	width: 120px;
	margin: 0 auto;
	padding: 5px 0;
}

.publicidade_sidebar {
	margin: 0 auto;
	padding: 10px 15px;
}

.navegacao {
	margin: 10px 0;
}






/********************** Plugin Sidebar Login *********************/


.avatar_container {
	background: url(imagens/fundo_series.jpg) repeat-y;
	padding: 0 5px;
}

.pagenav {
	background: url(imagens/fundo_series.jpg) repeat-y;
	padding: 0 5px;
}

.avatar_container img {
	padding: 10px;
}




/********************** Header *********************/

#header {
	height: 65px;
	background-color: #252526;
}

#header h1 {
	float: left;
	width: 400px;
	height: 53px;
	background: url(imagens/logo.jpg) no-repeat;
	text-indent: -999px;
}

#header h2 {
	clear: right;
	float: left;
	padding-top: 35px;
	padding-left: 15px;
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 17px;
	color: #BBE800;
	font-style: italic;
}

#form_busca {
	float: right;
	margin-top: 23px;
	padding-right: 25px;
}

.botao_form {
	margin-left: 10px;
	background: none;
	border: none;
	width: 65px;
	color: #BBE800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.botao_form:hover {
	border-bottom: 1px dashed #BBE800; 
}


/********************** Estrutura *********************/


#estrutura {
	width: 990px;
	margin: 0 auto;
}



/********************** Menu *********************/

#menu {
	clear: both;
	height: 40px;
	background: #BBE800;
}

#div_menu {
	width: 1090px;
	margin: 0 auto;
}

#menu ul {
	padding-left: 80px;
}

#menu ul li a {
	display: block;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a:hover {
	color: #FFFFFF;
	border-bottom: 2px dotted #FFFFFF;
}

#menu ul li {
	float: left;
	padding-left: 45px;
}




/********************** Publicidade Top *********************/


#publicidade_top {

	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #000000;
}


/********************** Banner *********************/

#banner {
	width: 990px;
	height: 150px;
	background: url(imagens/banner.jpg) no-repeat;
	margin: 15px auto 0;
}



/********************** Lista Series - Sidebar *********************/

ul#nav1 li:hover ul, ul#nav1 li.over ul {
	display: block;
}

ul#nav2 li:hover ul, ul#nav2 li.over ul {
	display: block;
}

.lista_series {
	width: 200px;
	float: left;
	padding: 20px 0 20px;
	
}

.lista_series1 {
	background: url(imagens/top_series.jpg) no-repeat center top;
	width: 200px;
	margin-bottom: 10px;
}

.lista_series2 {
	background: url(imagens/rodape_series.jpg) no-repeat center bottom;
	width: 200px;
	padding-bottom: 5px;
}

.lista_series h2 {
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}

.textwidget {
	background: url(imagens/fundo_series.jpg) repeat-y;
	padding: 0 5px;
}

.lista_series ul li {
	display: inline;
}

.lista_series ul li a {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px dashed #000000;
	color: #000000;
	text-indent: 25px;
	line-height: 25px;
	background-image: url(imagens/icone_seta.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.lista_series ul li a:hover {
	background-color: #252526;
	background-image: url(imagens/icone_seta2.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: none;
}

.lista_series ul {
	width: 190px;
}

.lista_series ul li ul {
	width: 170px;
}

.lista_series li ul{
	padding-left: 20px;
	display: none;
}

.lista_series li:hover ul {
	display: block;
}

.lista_series ul li ul li a {
	background: #ffffff;
	background-image: url(imagens/icone_seta3.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	border-top: none;
}


/********************** Content Destaque *********************/

#content {
	width: 790px;
	float: left;
}


#linha2 {
	float: left;
	width: 790px;
}

#linha3 {
	float: left;
	width: 790px;
}

#linha4 {
	float: left;
	width: 790px;
}


#linha5 {
	float: left;
	width: 790px;
}

#destaque_slide {
	width: 780px;
	padding: 20px 0 20px 10px;
	float: left;
}

#destaque_slide h2 {
	background: url(imagens/top_destaque_g.jpg) no-repeat;
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
}

#fundo_destaque_slide {
	background: url(imagens/fundo_destaque_g.jpg) repeat-y;
	padding-left: 4px;
	height: 240px;
	
}

#rodape_destaque_slide {
	background: url(imagens/rodape_destaque_g.jpg) no-repeat;
	height: 4px;
}



/********************** Content Listas *********************/

#listas {
	width: 410px;
	float: left;
	padding: 0 0 20px 10px;
}

#listas h2 {
	background: url(imagens/top_destaque_cinza_410.jpg) no-repeat;
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
}

#fundo_listas {
	background: url(imagens/fundo_destaque_cinza_410.jpg) repeat-y;
	padding: 0 15px 10px;
	float: left;
}

#rodape_listas {
	background: url(imagens/rodape_destaque_cinza_410.jpg) no-repeat;
	height: 5px;
	width: 410px;
	float: left;
}

.content_lista {
	width: 380px;
	float:left;
	border-bottom: 1px dashed #252526;
	padding: 10px 0; 
}

.imagem_destaque {
	clear: left;
	float: left;
}

.titulo_lista {
	float: left;
	padding-left: 10px;
	width: 290px;
}

.titulo_lista a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252526;
	text-decoration: none;
}

.titulo_lista a:hover {
	color: #FC8400;
}


.resumo_lista {
	float: left;
	padding: 5px 0 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 290px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
}







/********************** Content Notícias *********************/


#noticias {
	width: 360px;
	float: left;
	padding: 0 0 20px 10px;
}

#noticias h2 {
	background: url(imagens/top_destaque_cinza_360.jpg) no-repeat;
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
}

#fundo_noticias {
	background: url(imagens/fundo_destaque_cinza_360.jpg) repeat-y;
	padding: 0 15px 10px;
	float: left;
}

#rodape_noticias {
	background: url(imagens/rodape_destaque_cinza_360.jpg) no-repeat;
	height: 5px;
	width: 360px;
	float: left;
}




.content_noticias {
	width: 330px;
	float: left;
	border-bottom: 1px dashed #252526;
	padding: 10px 0; 
}


.titulo_noticias {
	float: left;
	padding-left: 10px;
	width: 240px;
}

.titulo_noticias a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252526;
	text-decoration: none;
}

.titulo_noticias a:hover {
	color: #FC8400;
}


.resumo_noticias {
	float: left;
	padding: 5px 0 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 240px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
}




/********************** Content Publicidade *********************/

#publicidade_content {
	float: left;
	width: 260px;
	padding: 0 0 10px 10px;
}

#publicidade_content h2 {
	background: url(imagens/top_destaque_cinza_260.jpg) no-repeat;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

#adsgoogle {
	background: url(imagens/fundo_destaque_cinza_260.jpg) repeat-y;
	padding: 0 5px;
}

#rodape_publicidade {
	background: url(imagens/rodape_destaque_cinza_260.jpg) no-repeat;
	height: 5px;
	
}



/********************** Content Sala das Confusões *********************/


#sala_confusoes {
	width: 510px;
	float: left;
	padding: 0 0 10px 10px;
}

#sala_confusoes h2 {
	background: url(imagens/top_destaque_laranja_510.jpg) no-repeat;
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
}

#fundo_confusoes {
	background: url(imagens/fundo_destaque_laranja_510.jpg) repeat-y;
	padding: 10px 15px;
	float: left;
}

#rodape_confusoes {
	background: url(imagens/rodape_destaque_laranja_510.jpg) no-repeat;
	height: 5px;
	width: 510px;
	float: left;
}







.content_confusoes {
	width: 480px;
	float: left;
	border-bottom: 1px dashed #252526;
	padding: 10px 0; 
}


.titulo_confusoes {
	float: left;
	padding-left: 10px;
	width: 390px;
}

.titulo_confusoes a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #252526;
	text-decoration: none;
}

.titulo_confusoes a:hover {
	color: #FC8400;
}


.resumo_confusoes {
	float: left;
	padding: 5px 0 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 390px;
	line-height: 15px;
	text-decoration: none;
	color: #000000;
}






/********************** Footer *********************/

#footer {
	clear: left;
	height: 100px;
	background: #252526;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content_footer {
	width: 990px;
	margin: 0 auto;
	padding-top: 15px;
}

#copyright {
	line-height: 18px;
	float: left;
	font-size: 11px;
}


#menu_footer {
	float: right;
	font-size: 11px;
}

#menu_footer ul li {
	float: left;
	border-right: 1px solid #BBE800;
	padding: 0 10px;
}

#menu_footer ul li a {
	display: block;
	color: #BBE800;
	text-decoration: none;
}

#menu_footer ul li a:hover {
	border-bottom: 1px dashed #BBE800;
}






/********************** Arquivo *********************/

.onde_estou {
	margin: 20px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.content_arquivo {
	margin: 16px 0 0 10px;
	width: 780px;
	background: url(imagens/top_categoria.jpg) no-repeat center top;
}

.content_arquivo h3 {
	float: left;
	margin-top: 3px;
	width: 600px;
}

.content_arquivo h3 a {
	text-decoration: none;
	color: #FC8400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}

.content_arquivo h3 a:hover {
	color: #BBE800; 
}

.data_content_arquivo {
	width: 250px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	padding-right: 35px;
}


.imagem_arquivo_img {
	background: url(imagens/img_arquivo_padrao.jpg) no-repeat;
	float: left;
	margin: 45px 10px 0 10px;
}



.texto_content_arquivo {
	width: 595px;
	padding: 10px 10px 10px 0;
	float: left;
}

.continue_lendo_arquivo a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 0 20px;
	background-color: #252526;
	color: #BBE800;
	margin-left: 300px;
}

.continue_lendo_arquivo a:hover {
	color: #000000;
	background-color: #BBE800;
}

.rodape_arquivo {
	background: url(imagens/rodape_categoria.jpg) no-repeat center bottom;
	width: 780px;
	height: 35px;
	clear: both;

	color: #FFFFFF;
	padding-top: 10px;
}

.autor_arquivo {
	float: right;
	padding-right: 65px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.autor_arquivo a {
	color: #BBE800;
	text-decoration: none;
}

.autor_arquivo a:hover {
	border-bottom: 1px dashed #BBE800;
}

.categoria_arquivo {
	float: left;
	padding-top: 12px;
	padding-left: 10px;
}

.categoria_arquivo ul {
	float: left;
}

.categoria_arquivo ul li {
	float: left;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.categoria_arquivo ul li a {
	display: block;
	color: #BBE800;
	text-decoration: none;
}

.categoria_arquivo ul li a:hover {
	border-bottom: 1px dashed #BBE800;
}







/********************** Single *********************/

.content_single {
	margin: 20px 0 0 10px;
	width: 780px;
	background: url(imagens/top_categoria.jpg) no-repeat center top;
}

.titulo_pagina_single h3 {
	width: 760px;
	float: left;
	margin-left: 10px; 
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
}

.texto_content_single {
	width: 760px;
	padding: 10px 10px 0 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	position: relative;
	font-weight: inherit;
}


/*********** Início - Classes copiadas do template antigo ************/


.aligncenter, div.aligncenter
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright img, img.alignright
{
    margin: 1em;
    margin-right: 0;
}

.alignleft img, img.alignleft
{
    margin: 1em;
    margin-left: 0;
}

.alignleft
{
  float: left;
}

.alignright
{
  float: right;
}

.wp-caption
{
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img
{
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text
{
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/*********** Fim - Classes copiadas do template antigo ************/
 
.texto_content_single p {
	padding: 10px 0;
}

.texto_content_single a {
	color: #FC8400;
	text-decoration: none;
}

.texto_content_single a:hover {
	color: #BBE800;
}

.texto_content_single h1, .texto_content_single h2, .texto_content_single h3, .texto_content_single h4, .texto_content_single h5, .texto_content_single h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #CCDD4B;
	text-align: left;
	clear: both;
}


 
 
 
/********************** Comentarios *********************/
 
#deixe_comentario {
	margin: 10px 0 0 10px;
	width: 780px;
	line-height: 35px;
	background: url(imagens/top_categoria.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
}

.comentario_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

#author, #email, #url {
	margin: 10px 5px 0 10px;
	width: 250px;
}

#comment {
	margin: 15px 10px;
	width: 750px;
}

#submit {
	margin: 0 0 10px 10px;
}

#rodape_comentario {
	background: url(imagens/rodape_categoria.jpg) no-repeat center bottom;
	width: 780px;
	height: 35px;
	margin: 0 0 15px 10px;
}

.text_coment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 10px;
}


#top_comentarios {
	
}

#rodape_comentarios {
	background: url(imagens/rodape_comentarios.jpg) no-repeat center bottom;
	width: 780px;
	height: 19px;
	margin: 10px 0 0 10px;
}

#comments {
	background: url(imagens/top_comentarios_g.jpg) no-repeat center bottom;
	width: 780px;
	height: 35px;
	margin: 10px 0 10px 5px;
	padding-left: 10px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#comments a {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	color: #000000;
}

#comments a:hover {
	border-bottom: 1px dashed #BBE800;
	color: #BBE800;
}

#commentlist {
	margin-left: 10px;
}

.li_comment {
	background-color: #252526;
	border: 1px dashed #FFFFFF;
	margin-bottom: 10px;
	padding: 5px;
}

.autor_comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 600px;
	float: left;
	padding: 30px 0 5px 10px;
}

.autor_comment a {
	text-decoration: none;
	color: #BBE800;
}

.autor_comment a:hover {
	border-bottom: 1px dashed #BBE800; 
}

.data_comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-bottom: 5px;
	width: 600px;
	padding-left: 10px;
	float: left;
}

.data_comment a {
	text-decoration: none;
	color: #BBE800;
}

.data_comment a:hover {
	border-bottom: 1px dashed #BBE800;
}

.foto_comment {
	width: 60px;
	height: 60px;
	float: left;
}

.texto_comment {
	clear: left;
	width: 600px;
	padding: 10px 0 5px 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.texto_comment a {
	text-decoration: none;
	color: #FC8400;
}

.texto_comment a:hover {
	color: #BBE800;
}
 
.logado_como {
	padding: 10px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.logado_como a {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
	color: #000000;
}

.logado_como a:hover {
	border-bottom: 1px dashed #BBE800;
	color: #BBE800;
}
 
 
 
/********************** Publicidade Single *********************/

.publicidade_single {
	width: 468px;
	height: 60px;
	margin: 10px auto;
	background-color: #000000;	
}



/********************** Pesquisa *********************/

.nada_encontrado, .resultado_pesquisa {
	margin: 20px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}











