.wp-caption-text
{ 
	background-color: #000;
	color: #fff;
}
body{ background-color: #000; }
a{ color: #FF0; }


/* Cabeçalho */
header  {
	background-color: #fff;
	-webkit-filter: grayscale(90%) 
          brightness(100%)
          contrast(120%);
 		  filter: grayscale(90%) 
          brightness(120%)
          contrast(120%);
  
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
}


#barra_pesquisa h2{ color: #fff; }

/* Menu superior da UFPR */
#menu_superior{
	color: #fff;
	background: #000;
	opacity: 1;
}
#menu_superior ul li{
	border-right: 1px solid #fff;
}
#menu_superior ul li a{
	color: #ff0;
	text-decoration: underline;
}
#menu_superior ul li a:hover{
	color: #ff0;
}   

/* Menu principal horizontal */
@media screen and (min-width: 1000px){ /* PCS */
	.top-bar {
		background-color: #000;       
	}	
	.top-bar ul {
		background-color: #000;
	}
	.top-bar li {
        border-bottom: 5px solid #000;		
	}
	.top-bar ul li a {
		color: #ff0;
		text-decoration: underline; /* Cor da fonte do MENU */          
	}
	.top-bar ul li a:hover{
		color: #ff0;
		background-color: #000;
	}
	.top-bar li:hover {
		border-bottom: 5px solid #000;
	}  
	.top-bar .current_page_ancestor > a {
		color: #00445E;
	}
	/* SUBMENU */
	.is-dropdown-submenu li{
		background-color: #000;
	}
        .is-dropdown-submenu a{
                color:#ff0 !important;
                text-decoration: underline;
        }
	.is-dropdown-submenu a:hover{
		color: #ff0 !important;
	}
        
}

@media screen and (min-width: 768px) and (max-width: 1000px){ /* TABLETS */
	.top-bar {
		background-color: #000;
	}	
	.top-bar ul {
		background-color: #000;
	}
	.top-bar ul li a {
		color: #ff0; /* Cor da fonte do MENU */
		text-decoration: underline;
	}
	.top-bar ul li a:hover{
		color: #ff0;
	}
	.top-bar .current_page_ancestor > a {
		color: #ff0;
	}
	
	/*	     		 SUBMENU			  */
	.is-dropdown-submenu li{
		background-color: #000;
	}
	.is-dropdown-submenu a{
		color: #ff0 !important;
		text-decoration: underline;;
	}
	.is-dropdown-submenu a:hover{
		color: #ff0 !important;	
	}
}
/**************************************/
/*	     	 MENU RESPONSIVO      */
/**************************************/
@media screen and (max-width: 767px){ /* CELULARES */
	#main-menu{
		background-color: #000;
	}
	.title-bar{
		background-color: #000;
	}
	.top-bar a{
		color: #ff0;
		text-decoration: underline;
	}
	.top-bar ul{
		background-color: #000;
		color: #ff0;
	}
	.top-bar ul li:hover{
		background-color: #000;
	}
	.top-bar .current-menu-item > a,
	.top-bar .current-menu-ancestor > a,
	.top-bar .current_page_item > a,
	.top-bar .current_page_ancestor > a {
		background-color: #000;
	}
        
}
/***********************/
/*    BANNER DO SITE   */
/***********************/
#banner{
	background-color: #000;
	border: #808080 dotted;
	box-shadow: none;
}

/**************************************/
/*    	 	  MENU VERTICAL           */
/**************************************/
.menu_vertical{
	background-color: #000; 
            
}
.menu_vertical h2{           
    background-color: none;
    color: #fff;
}
.menu_vertical  ul {
    background-color: #000;

}
.menu_vertical ul li{
	background-color: #000;
	border: #808080 dotted;  
}
.menu_vertical   ul li a {
    color: #ff0;
    text-decoration: underline;
 }

/* Change the link color on hover */
.menu_vertical  li a:hover {
    color: #ff0;
}

#ver_todas h3{
	background-color: #fff; 
	color: #000;
}


/* Posicionamento da caixa de pesquisa do site.... */
#bloco_pesquisa{
	background-color:#000; 
    color: #fff;
}

#s{
	
	background-color: #000;
    color: #fff;     
}



#equipe_imagem{
        background-image: url('../../imagens/conhec.png');
        background-repeat:no-repeat;
        display: block;
        margin: 0 auto;
        text-indent: -9999px;
        width: 150px;
        height: 150px; 
}

/****************/
/*   NOTICIAS   */
/****************/
#noticias{
	background-color: #000;
	box-shadow: none;
	border: #808080 dotted
}
#noticias h2{ color: #fff; }

#bloco_noticias a{ color: #ff0; text-decoration: underline; }
#bloco_noticias h2{ color: #ff0; }
#bloco_noticias h3{ color: #fff; }
#bloco_noticias h4{ color: #fff; }

#ver_todos {
	float: right; 
	padding-right: 1em;
}
#ver_todos p{
	float: left; 
	margin-left: 5px;
}
#ver_todos h3{
	background-color: #2AA7C5; 
	color: #22536b;
}
hr {
	padding: 0;
	margin-top: 0;
	height: 2px;
	background-color: #E6EAED;
	color: #E6EAED;
	border: 0 none;
}

    
#botao_divisao{
    background-color: #ffffff;
    height:150px;
    width:250px;
    cursor: pointer;
    border-left: 15px solid #ffffff;
    padding: 1em 1em 1em 1em;
    margin: 15px !important;

}
#botao_divisao:hover {
    background-color: #ffffff;
    color:white;
}
#botao_divisao h3{
    font-family: "Fira Sans";
    font-weight: bold;
    color: #000000;
    font-size: 1.0em;
    text-transform: capitalize;
    

}

/**************************************/
/*        PAGINAS INTERNAS            */
/**************************************/
#pagina_interna{
	background-color: #000;
	margin-top: 1em;
	padding: 1em 1em 1em 1em;
        padding-left: 2.5em;              
}
#pagina_interna a{
        color: #ffffff;
}
#pagina_interna a:hover{
    text-decoration: underline;
}
#pagina_interna h2{
	color: #ffffff;
	font-family: "Fira Sans";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
}
#pagina_interna h4{
	color: #ffffff;

}
#pagina_interna h5{
	color: #ffffff;

}
#pagina_interna h6{
	color: #ffffff;

}
#pagina_interna strong{
	color: #ffffff;

}
#pagina_interna p{
	color: #ffffff;
	font-family: "Fira Sans";

}

#pagina_interna li{
	color: #ffffff;
	font-family: "Fira Sans";

}


#pagina_interna h4{
	color: #ffffff;
	font-family: "Fira Sans";
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.5em;
}

/**************************************/
/*    PÁGINA INTERNA DAS NOTÍCIAS     */
/**************************************/
#pagina_interna_noticia{
	background-color: #000;
	margin-top: 1em;	
	padding: 1.5em;
}

#pagina_interna_noticia h2{
	color: #fff;
	font-family: "Fira Sans";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
}

#pagina_interna_noticia h3{
	color: #fff;
	font-family: "Fira Sans";
	font-weight: bold;
	font-size: 1.1em;
}

#pagina_interna_noticia a{
	color: #fff;
	font-family: "Fira Sans";
	font-weight: bold;
	font-size: 1.1em;
}

#pagina_interna_noticia h4{
	font-family: 'Fira Sans', sans-serif;
	font-size: 0.9em; 
	line-height: 1;
	float: left;
	color: #fff;
	margin: 0 !important;
	padding-top: 0.5em;
	width: 100%;
}

#pagina_interna_noticia p{
	color: #fff;
        border-bottom: 1px solid #fff;
	
}

#pagina_interna_noticia hr{
	color: #fff;
	height: 1px;
}
/**************************************/
/*                RODAPE              */
/**************************************/
#rodape_ufpr{
	border-top: 2px solid #fff;
	min-height: 465px;
        background: #000 url('../imagens/rodape_ufpr_preto.png');
	background-repeat: repeat-x;
}
.colunas_de_links h2{
	color:#fff;
	border-bottom: thin solid #fff;
}
.colunas_de_links ul li{
	list-style-image: url('../imagens/seta_branca.png');
}
.colunas_de_links ul li a{
	color: #fff;
}
#rodape{
	border-top: 2px solid #fff;
	background-color: #000;
	color: #fff;
}

/**************************************/
/*     P�GINA DE LOGIN WORDPRESS 	  */
/**************************************/
.login h1 a {
	background-image: url('../imagens/logo_cabecalho.png');
	background-size: 250px 150px;
	width: 250px;
	height: 150px;
}