﻿/*
Theme Name: Tema A47 - ANE Tecnologia
Theme URI: anetecnologia.com.br
Author: ANE Tecnologia
Author URI: anetecnologia.com.br
Description: Tema A46 responsivo
Version: 1.0
License: Código registrado e Desenvolvido por Ane Tecnologia
*/

html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #f4f4f4;
    color: #111;
    font-family: 'Noto Sans',sans-serif;
    font-size: 14px;
    line-height: 22px;
}

body, html {
    height: 100% !important;
}

html {
    font-family: sans-serif;
}

form {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
}

iframe {
   border: none;
}

* {
    box-sizing: border-box;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

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

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #EAEAEA;
}

a {
    color: #ed2553;
    text-decoration: none;
}

a:hover {
    color: #C61139;
    text-decoration: underline;
}

h1 {
    font-size: 20px;
}

h2,
h3,
h4,
h5 {
    font-size: 18px;
}

.row {
    margin: 0 -5px;
    overflow: hidden;
}

.col-md-4,
.col-md-6 {
    float: left;
    padding: 0 5px;
    width: 100%;
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }
}

.hidden {
    display: none;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    text-decoration: none;
}

.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-site {
    background-color: #e34582;
    border-color: #e34582;
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark,
.btn-site,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover {
    color: #fff;
}

.btn-dark:hover,
.btn-site:hover,
.btn-danger:hover,
.btn-success:hover {
    color: #EAEAEA;
    opacity: 0.8;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.title-truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-to-top {
    display: none;
}

.back-to-top {
    position: fixed;
    bottom: 5px;
    right: 5px;
    background-color: #911d47;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 0 14px;
    line-height: 38px;
    font-size: 16px;
}

.back-to-top button:hover {
    opacity: .8;
}

.clearfix {
    clear: both;
}

.botao-menu,
.botao-busca {
    display: none;
}

.text-center {
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1580px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

.post-embed {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    margin-bottom: 10px
}

.post-embed iframe,
.post-embed object,
.post-embed video{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-aspect-ratio: 640/640) and (max-width: 767px){
    .post-embed{
        padding-bottom: 81% !important
    }
}

@media (min-width: 930px){
    .post-embed{
        height: 505px;
        padding-bottom: 0
    }
}

/* Banners */
.anuncios {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.anuncios li {
    display: inline-block;
    margin: 0 5px 10px;
    vertical-align: top;
    line-height: 0;
}

.anuncios img,
.anuncios iframe {
    max-width: 100%;
}

.anuncios li.anuncio-mobile {
    display: none;
}

@media (max-width: 768px) {
    .anuncios li.anuncio-mobile {
        display: inline-block;
    }

    .anuncios li.anuncio-desktop {
        display: none;
    }
}

.topo {
    background-color: #e34582;
    border-bottom: 2px #CCC solid;
    position: relative;
}

.topo-logo {
    float: left;
    margin-right: 35px;
}

.topo-logo a:hover {
    text-decoration: none;
}

.topo-logo img {
	max-height: 39px;
	margin: 2px 0;
}

.logo-nome {
    font-weight: bold;
    font-size: 28px;
    color: #111;
    line-height: 49px;
    display: block;
}

.logo-nome:hover {
    opacity: 0.9;
}

.busca {
    float: right;
    width: 100%;
    max-width: 336px;
    position: relative;
    padding-right: 40px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 7px;
}

.busca input {
    border: none;
    width: 100%;
    padding: 0 8px;
    height: 34px;
}

.busca button {
    background-color: #911d47;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 34px;
    border: none;
}

.busca button:hover {
    opacity: 0.9;
}

.topo-menu {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.topo-menu li {
    display: inline-block;
}

.topo-menu li:last-child {
    margin-right: 0; 
}

.topo-menu li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 49px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 10px;
}

.topo-menu li > a .fa {
    margin-left: 8px;
    font-size: 12px;
    color: #ff7aa9;
    margin-top: -3px;
}

.topo-menu li > a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,.1);
    box-shadow: 0 2px 7px rgba(0,0,0,.1);
}

.sub-menu .btn-dark {
    float: left;
    margin: 0 4px 4px 0; 
}

@media (min-width: 960px) {
    .topo-menu li:hover .sub-menu {
        display: block;
    }
}

@media (max-width: 960px) {

    .topo-logo {
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0 40px;
    }

    .topo-logo button {
        background-color: #eaeaea;
        border: none;
        color: #333;
        cursor: pointer;
        display: block;
        width: 36px;
        height: 33px;
        position: absolute;
        top: 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .topo-logo button:hover {
        opacity: 0.9;
    }

    .botao-menu {
        left: 0;
    }

    .botao-busca {
        right: 0;
    }

    .busca,
    .topo-menu {
        display: none;
    }

    .busca {
        margin: 12px 0 10px 0;
        max-width: 100%;
    }

    .topo-menu {
        width: 100%;
        margin-bottom: 10px;
    }

    .topo-menu li {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px #ff5d97 solid;
    }
    
    .topo-menu li:last-child {
        border-bottom: 0;
    }

    .topo-menu a {
        display: block;
        padding: 8px 6px;
    }

    .topo-menu a:hover {
        background-color: #ff5d97;
        text-decoration: none;
    }

    .topo-menu li .fa {
        display: none;
    }
}

.meio {
    margin-top: 20px;
    margin-bottom: 25px;
}

/* Posts */
.lista {
    margin: 0 -1px 20px;
    overflow: hidden;
}

.lista ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lista li {
    float: left;
    padding: 0 1px;
    width: 16.66666666666667%;
    margin-bottom: 1px;
}

.thumb-conteudo {
    position: relative;
}

.thumb-imagem {
    background-color: #000;
    display: block;
    line-height: 0;
    margin-bottom: 2px;
    overflow: hidden;
    position: relative;
    padding-top: 146%;
}

.thumb-imagem img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.selos {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
}

.selos span {
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    padding: 0 6px;
    line-height: 18px;
    margin: 0 4px 4px 0;
    text-shadow: 1px 1px #111;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.thumb-info {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 6px 12px;
    z-index: 1;
}

.thumb-titulo {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #FFF;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-weight: 600;
    width: 100%;
    line-height: 20px;
}

.thumb-likes,
.thumb-views {
    color: #CCC;
    font-size: 12px;
}

.thumb-likes {
    float: left;
}

.thumb-views {
    float: right;
}

.lista li:hover .thumb-conteudo::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    background: linear-gradient(to bottom,transparent 0%,#000 100%);
}

.lista li:hover .thumb-info {
    display: block;
}

.lista li:hover a {
    text-decoration: none;
}

.lista li:hover .thumb-imagem img {
    opacity: 0.9;
}

@media (max-width: 1080px) {
    .lista li {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .lista li {
        width: 33.33333%;
    }
}

@media (max-width: 540px) {
    .lista li {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .lista li {
        width: 100%;
    }
}

/* Páginação */
.paginacao {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.paginacao li {
    display: inline-block;
    margin: 2px;
}

.paginacao li a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.paginacao li a,
.paginacao li em {
    border: 1px #dcdcdc solid;
    color: #333;
    display: inline-block;
    font-size: 12px;
    padding: 8px 18px;
    font-weight: 600;
}

.paginacao li.active a,
.paginacao li a:hover {
    background-color: #911d47;
    border-color: #911d47;
    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px #911d47; 
}

/* Pagina */
.pagina-titulo {
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
}

.pagina-titulo i {
    color: #ff7aa9;
}

.pagina-texto {
    background-color: #FFF;
    color: #868686;
    margin-bottom: 25px;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.titulo-botao {
    position: relative;
    padding-right: 25px;
}

.btn-texto {
    background-color: #911d47;
    color: #FFF;
    float: right;
    border: none;
    width: 22px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.titulo-botao .btn-texto {
    position: absolute;
    right: 0;
    top: 3px;
}

.btn-texto:hover {
    opacity: 0.9;
}

@media (max-width: 960px) {
    .pagina-titulo {
        line-height: 22px;
        font-size: 16px;
    }
}

.rodape {
    background-color: #1c1c1c;
    color: #cecece;
    padding: 10px 0;
    text-align: center;
}

.rodape-texto {
    margin-bottom: 15px;
}

.rodape-menu {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.rodape-menu li {
    display: inline-block;
    margin: 0 8px 4px;
}

.rodape-menu a,
.rodape-menu a:hover {
    color: #FFF;
}

.rodape-copy {
    font-size: 12px;
}

.categorias {
    margin: 0 -1px 15px;
}

.categoria {
    float: left;
    width: 16.66666666666667%;
    padding: 0 1px;
    margin-bottom: 2px;
}

.categoria .conteudo {
    position: relative;
}

.categoria .thumb {
    background-color: #000;
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 72%;
}

.categoria .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 100%;
}

.categoria .titulo {
    background-color: rgba(26,26,26,0.5);
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 40px 0 8px;
    transition: 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 26px;
}

.categoria .titulo span {
    background-color: #e34582;
    padding: 0 4px;
    position: absolute;
    top: 4px;
    right: 8px;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 1px 1px #911d47;
}

.categoria:hover {
    opacity: 0.9;
}

@media (max-width: 1080px) {
    .categoria {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .categoria {
        width: 33.33333%;
    }
}

@media (max-width: 540px) {
    .categoria {
        width: 50%;
    }
}

@media (max-width: 320px) {
    .categoria {
        width: 100%;
    }
}

/* Post */
.post-titulo {
    border-bottom: 1px #EAEAEA solid;
    padding: 0 0 8px;
    margin: 0 0 15px;
}

.pagina-post {
    max-width: 1280px;
    margin: 0 auto;
}

.post-texto:first-of-type p {
    margin-top: 0;
}

.pagina-post .conteudo {
    float: left;
    width: 970px;
    margin-bottom: 15px;
}

.post-texto img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.post-infos {
    background-color: #FFF;
    color: #7c7c7c;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 6px 12px;
}

.linha {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.itens {
    margin: 0;
    padding: 0;
    list-style: none;
}

.itens li {
    display: inline-block;
    margin-right: 10px;
}

.itens li:last-child {
    margin-right: 0;
}

.botoes {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.botoes li {
    display: inline-block;
    margin-right: 6px;
}

.botoes li:last-child {
    margin-right: 0;
}

.botoes a {
    border: 1px solid rgba(0,0,0,0.2);
    color: #7c7c7c;
    display: block;
    font-size: 13px;
    padding: 0 14px;
    line-height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.botoes a:hover,
.botoes a.ativo {
    background-color: #e34582;
    border-color: #e34582;
    color: #FFF;
    text-decoration: none;
}

@media (max-width: 768px) {
    .botoes span {
        display: none;
    }
}

.pagina-post .lateral {
    float: right;
    width: 300px;
    text-align: center;
    margin-bottom: 15px;
}

.pagina-post .lateral li {
    margin: 0 0 10px;
}

.pagina-post .lateral img, 
.pagina-post .lateral iframe {
    max-width: 100%;
}

/* Votos */
.votos {
    float: right;
    font-size: 19px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    line-height: 18px;
}

.votos span {
    color: #999999;
    font-size: 12px;
    display: block;
}

.voto-like,
.voto-dislike {
    position: absolute;
    top: 0;
}

.voto-like {
    left: 0;
}

.voto-dislike {
    right: 0;
}

.votos a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.voto-like img,
.voto-dislike img {
    height: 34px;
}

.tab-conteudo {
    margin-top: 15px;
}

.post-tags {
    margin-top: 4px;
} 

.post-tags span, 
.post-tags a {
    float: left;
    font-size: 13px;
    margin-right: 4px;
    margin-bottom: 4px;
    line-height: 24px;
    padding: 0 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.post-tags span {
    background-color: #ed2553;
    color: #FFF
}

.post-tags a {
    background-color: #CCC;
    color: #333;
}

.post-tags a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.comentarios {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.comentarios li {
    border: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 15px;
    position: relative;
    padding: 6px 6px 6px 90px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 90px;
}

.comentarios li:last-child {
    margin-bottom: 0;
}

.comentario-thumb {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comentario-data {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    color: #6d6b6b;
}

@media (max-width: 1334px) {
    .pagina-post .conteudo {
        width: 68%;
    }

    .pagina-post .lateral {
        width: 30%;
    }
}

@media (max-width: 960px) {
    .pagina-post .conteudo,
    .pagina-post .lateral {
        width: 100%;
    }
}

/* Lateral */
.lateralDiv {
    float: right;
    width: 324px;
}

@media (max-width: 992px) {
    .lateralDiv {
        width: 100%;
    }
}

.lateralDiv aside {
    background-color: #f8f8f8;
    padding: 12px;
    margin-bottom: 15px;
}

.widgetTitulo {
    border-bottom: 2px #efefef solid;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px;
    padding: 0 0 4px;
    position: relative;
    text-transform: uppercase;
}

.widgetTitulo:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 25%;
    background-color: #D90000;
}

.widgetConteudo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widgetConteudo li {
    margin-bottom: 8px;
}

.searchForm {
    border: 1px #e4e4e4 solid;
    position: relative;
    padding-right: 50px;
}

.searchForm input {
    width: 100%;
    border: 0;
    height: 34px;
    padding: 0 8px;
}

.searchForm button {
    background-color: #333333;
    background-image: url(img/buscar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    border: 0;
    cursor: pointer;
}

.searchForm button:hover {
    opacity: 0.9;
}

.textwidget {
    color: #555;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_recent_entries li,
.widget_archive li,
.widget_meta li,
.widget_categories li {
    margin-bottom: 6px;
}

.widget_recent_entries li:last-child,
.widget_archive li:last-child,
.widget_meta li:last-child,
.widget_categories li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries li {
    border-bottom: 1px #f1f1f1 solid;
    padding-bottom: 6px;
}

.widget_recent_entries li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.widget_tag_cloud .tagcloud a {
    background-color: #ddd;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 13px !important;
    margin: 0 5px 5px 0;
    padding: 2px 5px;
    text-decoration: none;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #999;
    color: #FFF;
}