/*
Theme Name: Sítios da UFC
Theme URI: http://www.sti.ufc.br
Author: Divisão de Portais Universitários
Author URI: http://www.sti.ufc.br
Description: Tema em html5
Version: 1.2.1-20180131
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: ufc, sitios, portais, dpu
Text Domain: sitios

Este tema é reservado a produção de sitios desenvolvidos pela STI para a Universidade Federal do Ceará.
Algumas caracteristicas desse tema reproduz necessidades institucionais específicas.
*/

.login {
    background-image: url(/wp-content/themes/sitios/images/bg-login.png);
}

body {
    background: #e5e5e5 url("images/bg.jpg") repeat fixed center center / cover;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #0f0f0f;
    line-height: 22px;
    margin: 0px;
}

/* Tags comuns */
h6 {
    margin-bottom: 1em;
}
a {
    text-decoration: none;
    color: #21759b;
}
a:active, a:hover, a:focus {
    color: #f90;
}
img {
    max-width: 100%;
	height: auto;
}
table {
    border-collapse: collapse;
}
table tr td, table tr th {
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
}

/* Tags de conteúdo */
#conteudo h1, 
#conteudo h2, 
#conteudo h3, 
#conteudo h4, 
#conteudo h5,
#conteudo h6 {
    color: #00629c;
    line-height: 26px;
}
#conteudo .post-content a {
    border-bottom: 1px dotted #69f;
    color: #069;
    padding-bottom: 2px;
}
#conteudo .post-content a:hover, 
#conteudo .post-content a:focus {
    background-color: #ffc;
    border-bottom: 1px solid #f60;
    color: #f60;
    outline: none;
}
#conteudo .post-content ul {
    padding: 0px;
}
#conteudo .post-content ul li {
    background: url("images/ico-list-orange.png") no-repeat scroll 0 3px;
    list-style: outside none none;
    margin: 5px 0;
    padding-left: 20px;
    line-height: 22px;
    /*resolve bug*/
    clear: both;
}

/* classes */
.alignright {
    float: right;
    margin-left: 10px;
}
.alignright img {
    float: right;
    border: 1px solid #ccc;
    padding: 2px;
}
.alignleft {
    float: left;
    margin-right: 10px;
}
.alignleft img {
    float: left;
    border: 1px solid #ccc;
    padding: 2px;
}
.aligncenter {
}
.aligncenter img {
	border: 1px solid #ccc;
}

.tags {
    color: #4c4c4c;
}
.sticky {
    background-color: #f1f1f1;
    box-shadow: 3px 3px 0 0 #e9e9e9;
    margin-bottom: 20px;
    padding: 10px;
}

/* WP Classes */
.wp-caption-text {
    color: #666;
    font-style: italic;
    text-align: center;
}
.wp-post-image {
    border: 1px solid #cfcfcf;
    float: left;
    margin-right: 10px;
    padding: 1px;
    width: 97px;
    height: auto;
}

/* Classes genéricas */
.container {
    width: 960px;
    margin: 0 auto;
}

/**/
.pagination {
    margin: 10px 0px;
	clear: both;
}
.page-numbers {
    /*border: 1px solid #ccc;*/
    border-bottom-width: 2px;
    padding: 5px;
}
.page-numbers:hover {
    background-color: #e8e8e8;
    border-radius: 2px;
    color: #232323;
}
.page-numbers.current {
    background-color: #f90;
    border-color: #f90;
    border-bottom-color: #a60;
    border-radius: 2px;
    color: #fff;
}
.page-numbers.current:hover {
    background-color: #f90;
}
.page-numbers.dots {
    border: 0;
}
.page-numbers.dots:hover {
    background: none;
}

/* Barra do governo federal */
.govbar {
    height: 33px;
    line-height: 33px;
    color: #606060;
    font-weight: bold;
    font-family: "open_sansregular",Arial,Helvetica,sans-serif;
    background-color: #f9f9f9;
}
.govbar-sites {
    float: left;
}
.govbar-sites a {
    float: left;
    height: 33px;
}
.govbar-sites .brasil {
    background: url(images/flag-br.png) no-repeat 0px center;
    text-transform: uppercase;
    text-indent: 30px;
    border-right: 2px solid #dfdfdf;
    padding-right: 8px;
    margin-right: 8px;
}
.govbar-services {
    float: right;
}
.govbar-services .list-item {
    float: left;
    padding: 0px 8px;
    margin: 0px;
    border-right: 2px solid #dfdfdf;
}
.govbar-sites a, .govbar-services a {
    color: #606060;
}

/**/
.site {
    background-color: #f9f9f9;
    box-shadow: 0px 1px 10px 0px #c9c9c9;
}

/* Estrutura principal */
.top {
    background: url("images/bg-govbar.png") repeat-x 0px 0px;
}
header .brand {
    border-bottom: 1px solid #e8e8e8;
}
main {
}
footer {
    border-bottom: 2px solid #cfcfcf;
}
footer .content .row {
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
    margin-top: 20px;
}

/* Home */
.blog .posts h1 {
    margin-top: 0px;
}

/* Blocos de conteúdo */
.content  {
    padding: 20px;
}
.content h1 {
    margin-bottom: 6px;
    line-height: 0.98em;
}

/* Branding */
.brand-box {
    height: 120px;
    padding-left: 20px;
    display: table;
}
.brand-box > div {
    display: table-cell;
    vertical-align: middle;
}
.brand-banner {
    float: left;
    position: relative;
    height: 120px;
    overflow: hidden;
}
.brand-banner img {
    float: right;
    width: 439px;
    height: 120px;
}
.brand-title {
    margin-top: 2px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}
.brand-description {
    font-size: 14px;
    line-height: normal;
    color: #21759b;
}
.img-over {
    background: url(images/img-over.png) no-repeat 0px 0px;
    width: 448px;
    height: 120px;
    float: left;
    right: 0;
    position: absolute;
    z-index: 99;
}

/* Menus */
.menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu-principal ul {
    margin-top: 0px;
    margin-left:-20px;
}
.menu-principal ul li {
    border-left: 2px solid #fff;
    border-bottom: 1px solid #e8e8e8;
    display:block;
}
.menu-principal ul li:last-child {
    border-bottom: 0px;
}
.menu-principal ul li.current-menu-item, 
.menu-principal ul li.current-page-ancestor {
    border-left: 2px solid #f90;
    background-color: #f0f0f0;
}
.menu-principal ul li a {
    display:block;
    padding:7px 0 7px 20px;
    line-height:normal;
    box-sizing:border-box;
}
.menu-acessibilidade {
    float: left;
    height: 28px;
    margin: 0px;
}
.menu-acessibilidade li {
    line-height: 28px;
    padding: 0px 6px;
    background: url("images/separador.png") no-repeat right 3px;
	font-size: 11px;
}
.menu-acessibilidade li:first-child {
    padding-left: 0px;
}
.menu-acessibilidade li:last-child {
    background: none;
}
.menu-rodape {
    float: left;
}
.menu-inline li {
    float: left;
}
.menu-controller {
    float: right;
}
.menu-controller li {
    padding: 0px 7px;
    background: url("images/separador.png") no-repeat 0px 0px;
}
.menu-controller li:first-child {
    background: none;
}
.menu-controller li:last-child {
    padding-right: 0px;
}

/* Subpáginas */
.subpages {
    float: left;
    width: 100%;
    margin: 1em 0px;
    padding: 0px;
    list-style: none;
}
.subpages .page_item, 
.subpages li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin-right: -20px;
    padding-right: 20px;
}
.subpages .page_item a,
.subpages li a{
    float: left;
    padding: 5px;
    margin: 0px;
    box-sizing: border-box;
}
.subpages .page_item:nth-child(odd),
.subpages li:nth-child(odd){
    background-color: #f0f0f0;
}
.subpages .page_item:last-child,
.subpages li:last-child{
}

/* Breadcrumbs */
.breadcrumbs {
    border: 1px solid #e8e8e8;
    border-right: 0px;
    background-color: #f0f0f0;
    padding: 4px;
    line-height: normal;
    margin-right: -20px;
    margin-bottom: 20px;
}
.breadcrumbs .sep {
    color: #808080;
}
.breadcrumb-location {
    margin-right: 5px;
    float: left;
    line-height: normal;
}
.breadcrumbs .current {
    font-weight: bold;
    color: #3d3d3d;
}

/* Barra de acesso */
.accessbar {
    height: 48px;
}
.accessbar > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Formularios */
.searchform {
    float: right;
}
.searchform label {
    color: #f90;
    display: none;
    float: left;
    font-size: 11px;
    font-weight: 700;
}
.searchform input {
    float: left;
    height: 28px;
}
.searchform input[type="text"] {
    background-image: url("images/bg-input-search.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-radius: 0;
    clear: both;
    color: #777;
    font-family: Tahoma,Geneva,sans-serif;
    width: 160px;
}
.searchform input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("images/bg-input-search-btn.png") no-repeat scroll 0 0;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    text-indent: -999999px;
    width: 36px;
}
.searchform input[type="submit"]:hover {
    background-position: 0 -26px;
    border-color: #ccc;
}
.post-password-form {
    float: left;
    width: 100%;
}
.post-password-form label {
    float: left;
}
.post-password-form input[type="password"] {
    margin-left: 10px;
    height: 28px;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0) url("images/bg-input-search.png") repeat-x scroll 0 0;
}
.post-password-form input[type="submit"] {
    border-radius: 0;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    padding: 0 20px;
}

/* Galeria */
.gallery {
}
.gallery-item {
    width: 150px !important;
    margin-right: 20px;
}
.gallery-icon {
    margin: 0 auto;
    width: 100%;
}
.gallery-icon img {
    padding: 4px;
    border: 1px solid #ccc !important;
}
.gallery-caption {
    display: block;
    clear: both;
    text-align: center;
    line-height: normal;
}

/* Dpu Compartilhar */
.dpu-compartilhar {
    float: left;
    clear: both;
}
.dpu-compartilhar-titulo {
    margin-top: 1em;
    margin-bottom: 0.3em;
    color: #00629c;
}
.dpu-compartilhar-item {
    float: left;
    text-align: center;
    width: 70px;
    margin-right: 10px; 
    color: #fff; 
    font-size: 12px;
    font-weight: bold;
    font-kerning: none;
    box-shadow: 3px 3px 0 0 #c9c9c9;
    border-style: solid;
    border-width: 2px;
}
.dpu-compartilhar-item.twitter {    
    background-color: #45b0e3;
    border-color: #72C0E3 #45a3e3 #45a3e3 #72C0E3;
}
.dpu-compartilhar-item.facebook {
    background-color: #3b5998;
    border-color: #5A6E96 #3b4c98 #3b4c98 #5A6E96;
}
.dpu-compartilhar-item.gplus {
    background-color: #de4c34;
    border-color: #DD6E5D #c7422c #c7422c #DD6E5D;
}
.dpu-compartilhar-item.linkedin {
    background-color: #3a91c3;
    border-color: #589ec1 #327fac #327fac #589ec1;
}
.dpu-compartilhar-item:hover, .dpu-compartilhar-item:focus {
    color: #232323;
    box-shadow: 3px 3px 3px 0 #999;
}

/* Post */
.home .post h1,
.category .post h1 {
    font-size: 20px;
    margin-top: 0px;
}
.posts .post {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    float: left;
}
.posts .post > p {
    margin: 0px;
}
.post-header {
    float: left;
    width: 100%;
    margin-bottom: 0.9em;
}
.post-header h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 0;
    margin-right: -20px;
    padding-right: 20px;
}
.post-header span {
    padding-right: 6px;
    color: #777;
    font-size: 11px;
}
.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
    margin: 0.8em 0;
}

/**/
.sign {
    padding-top: 20px;
    padding-bottom: 100px;
}

/* Endereços */
.rodape-endereco {
    margin: 0px;
}
.rodape-telefones {
    margin: 0px;
}

/**/
.icones-redes-sociais {
    float: right;
}
.link-rede-social {
    margin-left: 2px;
}
.link-rede-social:hover > img {
    border-color: #cfcfcf;
}
.link-rede-social > img {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 1px;
}

/**/
.widgets {
    float: left;
    width: 100%;
}
.widgets section {
    /*margin: 0px;*/
}
.textwidget > img {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 2px;
}

/* Banners */
.dpubanners {
    float: right;
    margin-bottom: 15px;
}
.banner-link {
    padding: 1px;
    border: 1px solid #cfcfcf;
    box-shadow: 1px 1px 3px #ddd;
    float: left;
}
.banner-link img {
    float: left;
}

/* Formatação de cores quando o alto contraste estiver ativo */
#contraste{
    background-image:none;
}
#contraste .site {
    box-shadow: none;
    border: 1px solid #0f0f0f;
}
#contraste, #contraste *, #contraste .breadcrumbs span{
    background-color:#000000 !important;
    color:#FFFFFF !important;
}
#contraste a, #contraste .breadcrumbs a span{
    color:#FFFF00 !important;
}
#contraste .top {
    background-image:none;
}
#contraste .img-over{
    background-color:transparent !important;
    display:none;
}
#contraste .current-menu-item, #contraste .current-menu-item a{
    background-color:#FFFF00 !important;
    color:#000000 !important;
}
#contraste .menu-item:hover, #contraste a:hover, #contraste a:focus{
    background-color:#FF0000 !important;
    color:#FFFFFF !important;
}
#contraste #s{ /* Formulário de busca */
    background-color:#232323 !important;
    background-image:none !important;
    color:#FFFFFF !important;
}
