﻿html,body {
	font-size: 14px;
	min-width: 1100px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	min-height: 100%;
	color: #000001;
}

html {
	background-color: #131313;
}

#on {
	position: relative;
}

#off {
	position: absolute;
	z-index: -99;
	left: -999em;
}

img.aligncenter {
    margin: 20px auto;
    display: block;
}

.box-cinza-titulo {
	background: #333;
	color: white;
	font-weight: bold;
	padding: 4px 20px;
	display: block;
	margin: 10px auto 0;
	border: 1px solid #333;
	outline: 1px solid #333;
	max-width: 700px;
	font-size: .9em;
}

.box-cinza {
	background: #f1f1f1;
	border: 1px solid white;
	outline: 1px solid #cacaca;
	padding: 6px 20px;
	margin: 2px auto 20px;
	display: block;
	max-width: 700px;
	font-size: .85em;
	color: #333;
}

body {
	margin-top: -20px;
	background-image: url(../img/bg/alola.jpg);
	background-color: white;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

a, a:hover, a:active, a:visited {
	text-decoration: none !important;
	color: #131313;
}

ul.menu {
	padding: 0 !important;
}

.topo {
	height: 52px;
	background: white;
	border-bottom: 2px solid #f1f1f1;
	box-shadow: 0px 0px 1px rgb(169,169,169);
	box-shadow: 0px 0px 1px rgba(169,169,169,.6);
	width: 100%;
}

.topo-evo {
	margin-left: 10px;
	display: inline-block;
	float: left;
}

.topo-evo a {
	color: #282828;
	font-size: 2em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-decoration: none;
	float: left;
	display: inline-block;
	padding: 6px 10px;
}

.topo-evo a:hover {
	color: #a71212;
	text-decoration: none;
}

.topo-left {
	height: 100%;
	display: inline-block;
	margin-left: 10px;
	float: left;
}

.topo-left .menu li {
    display: inline-block;
	margin: -1px -2px 0;
}

.topo-left a, .topo-left a:active, .topo-left a:visited {
	padding: 18px 15px 15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	float: left;
	text-decoration: none;
	color: #8a8a8a !important;
}

.topo-left a:hover, .topo-left .current-page-ancestor a, .topo-left .current a {
	padding: 18px 15px 13px;
	text-decoration: none;
	color: #282828 !important;
	border-bottom: 2px solid #a71212;
}

.topo-right {
	height: 100%;
	display: inline-block;
	float: right;
}

.topo-right a {
	padding: 17px 22px 14px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	float: left;
	text-decoration: none;
	color: #8a8a8a;
	border-left: 1px solid #f1f1f1;
}

.topo-right a:hover, .topo-right .current-page-ancestor a, .topo-right .current a {
	text-decoration: none;
	color: #282828;
	border-bottom: 2px solid #a71212;
}

.principal {
	position: relative;
	height: 400px;
	width: 100%;
}

.titulo-site {
	display: block;
	width: 100%;
	text-align: center;
	margin: 95px auto 0 auto;
}

.titulo-site a {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 7em;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgb(0,0,0);
	text-shadow: 2px 2px 2px rgba(0,0,0,.8), -1px -1px 3px rgba(0,0,0,.4);
}

.titulo-site a:hover {
	color: #a71212;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	text-decoration: none;
}

.busca-principal {
	margin: 35px 0 0;
	display: block;
	text-align: center;
	position: relative;
}

.busca-principal input {
	width: 660px;
	margin: 0 auto;
	padding: 4px 64px 2px 40px;
	text-align: left;
	height: 58px;
	font-size: 1.3em;
	font-family: 'Roboto Condensed', sans-serif;
	border-radius: 3px;
	border: 2px solid #c1c0c0;
	color: #666;
	background: white;
}

.busca-principal span {
	position: absolute;
	font-size: 1.4em;
	margin-left: -45px;
	margin-top: 40px;
	background: white;
}

::-webkit-input-placeholder {
   color: #666;
}

:-moz-placeholder { /* Firefox 18- */
   color: #666;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
}

:-ms-input-placeholder {  
   color: #666;
}

.busca-principal input:focus {
	outline: 0px solid black;
}

#pokemon-search input[value=""] ~ ul.list {
	display: none;
}

#pokemon-search a, #pokemon-search a:hover, #pokemon-search a:active, #pokemon-search a:visited {
	color: #131313 !important;
}

.busca-principal ul.list {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
    margin: -1px auto;
    padding: 0;
    width: 656px;
}
.busca-principal ul.list > a {
  display:none;
  background-color: #eee;
  box-shadow: inset 0 1px 0 #fff;
  opacity: .9;
}
.busca-principal ul.list > a:nth-child(1), ul.list > a:nth-child(2), ul.list > a:nth-child(3), ul.list > a:nth-child(4) {
	display: block;
}
.busca-principal ul.list > a:hover {
  background-color: #dedede;
}
.busca-principal ul.list li {
	display: block;
	text-align: left;
	padding: 10px 22px 8px;
}
.busca-principal ul.list p {
	margin: 0;
	display: inline-block;
}
.busca-principal ul.list p.sprite {
	width: 44px;
}
.busca-principal ul.list p.sprite .minisprite {
	position: relative;
	top: -5px;
}
.busca-principal ul.list p.numero {
	width: 40px;
}
.busca-principal ul.list p.nome {
}

.conteudo {
	min-height: 800px;
	float: left;
	width: 100%;
	background: white;
	padding: 20px 5% 40px;
}

.conteudo p {
	margin: 0 0 20px;
}

#tabela_wrapper {
	font-family: 'Open Sans', sans-serif !important;
}

#tabela_wrapper input.input-sm {
	border-radius: 0px !important;
	height: 26px !important;
	font-family: 'Open Sans', sans-serif !important;
	margin: -1px 5px 1px !important;
}

#tabela_wrapper input.input-sm:focus {
	border: 1px solid #999 !important;
	outline: 0px solid white !important;
	box-shadow: none !important;
}

#tabela thead th {
	border: 0;
}

#tabela tr {
	position: relative;
    margin-bottom: 4px;
    display: flex;
	background: white;
	border-radius: 2px;
	box-shadow: 1px 2px 1px rgb(169,169,169);
	box-shadow: 1px 2px 1px rgba(169,169,169,.6);
}

#tabela thead tr {
	margin-bottom: 6px;
}

#tabela tr.hover {
   cursor: pointer;
   background: #f9f9f9;
}

#tabela td {
	min-height: 47px;
	position: relative;
	font-family: 'Open Sans', sans-serif !important;
}

#tabela td a {
	color: #131313;
	text-decoration: none;
}

#tabela td a:hover {
	color: #131313;
	text-decoration: none;
}

#tabela td, #tabela th {
	text-align: center;
    vertical-align: middle;
	width: 100px !important;
	border-top: 0 !important;
}

#tabela tr td:nth-child(1) {
	text-align: left;
	padding: 20px 30px 10px 10px;
	width: calc(100% - 300px) !important;
}

#tabela tr th:nth-child(1) {
	width: calc(100% - 110px) !important;
}

#tabela tr td:nth-child(2), #tabela tr td:nth-child(3), #tabela tr td:nth-child(4) {
	padding-top: 30px;
}

#tabela tr td img.sprite {
	margin: -5px 42px 0 20px;
	float: left;
	width: 60px;
	height: auto;
}

#tabela tr td img.type {
	margin: 5px 5px 0;
}

.table-bordered {
	border: 0 !important;
}

.conteudo .dataTables_wrapper {
	float: left;
	width: 100%;
}

div.dataTables_filter label {
	float: right;
}

.conteudo-nav {
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 40px;
}

.conteudo-nav:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: white;
	box-shadow: 0px 0px 2px white;
	border-radius: 5px;
}

.conteudo-nav span {
	font-size: .8em;
	margin: 0 14px;
	position: relative;
	top: -0.5px;
}

.conteudo-nav a {
	text-decoration: none;
	color: #131313;
}

.conteudo-nav a:hover {
	text-decoration: underline;
	color: #131313;
}

.conteudo-nav a:nth-child(1) {
	font-weight: 600;
}

.conteudo-left {
	width: calc(95% - 260px);
	float: left;
	display: inline-block;
	position: relative;
	text-align: justify;
	line-height: 160%;
}

.conteudo-left:after {
	content: "";
	position: absolute;
	top: 150px;
	right: -3.5%;
	height: 75%;
	min-height: 430px;
	width: 3px;
	background: white;
	box-shadow: 0px 0px 2px white;
	border-radius: 5px;
}

.conteudo-left-titulo {
	color: #131313;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 2.6em;
	width: 100%;
	padding: 0 10px 20px 0;
	border-bottom: 2px solid #a71212;
	margin-top: -9px;
	position: relative;
	z-index: 5;
}

.conteudo-left-texto {
	margin-top: 34px;
}

.dataTables_length, .dataTables_info, .dataTables_paginate {
	display: none;
}

.dataTables_filter {
	margin-top: -76px;
    position: relative;
    z-index: 5;
}

.conteudo-right {
	width: 260px;
	float: right;
	display: inline-block;
	margin-top: -28px;
}

.conteudo-right .menu li {
    display: block;
}

.conteudo-right-titulo {
	color: #131313;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	width: 100%;
	padding: 15px 0 15px 0;
	border-bottom: 2px solid #131313;
}

.conteudo-right-titulo-hot {
	color: #a71212;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	width: 100%;
	padding: 15px 0 11px 0;
	border-bottom: 2px solid #a71212;
	position: relative;
}

.conteudo-right-titulo-hot:after {
	content: "\e104";
    position: absolute;
    right: 20px;
    top: 19px;
	
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.conteudo-right-titulo-hot + .conteudo-right-menu a {
    margin-left: 32px;
}

.conteudo-right-titulo-hot + .conteudo-right-menu a:before {
	content: "\e122";
    position: relative;
    top: 1px;
	left: -19px;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;

  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.conteudo-right-titulo-hot + .conteudo-right-menu a:hover:before {
	left: -11px;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
}

.conteudo-right-menu {
	margin-top: 34px;
	margin-bottom: 30px;
}

.conteudo-right-menu a {
	display: block;
	margin-left: 15px;
	position: relative;
	line-height: 30px;
	color: #131313;
	text-decoration: none;
}

.conteudo-right-menu a .arrow {
	margin: 0 25px 0 0;
	display: inline-block;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
}

.conteudo-right-menu a .arrow span {
	font-size: .8em;
	margin: -5px;
}

.conteudo-right-menu a:hover, .conteudo-right-menu .current-menu-item a, .conteudo-right-menu .current-page-ancestor a, .conteudo-right-menu .current a {
	color: #a71212;
	text-decoration: none;
	font-weight: 700;
}

.conteudo-right-menu a:hover .arrow, .conteudo-right-menu .current-menu-item a .arrow, .conteudo-right-menu .current-page-ancestor a .arrow, .conteudo-right-menu .current a .arrow {
	margin: 0 15px 0 10px;
	transition: .2s all linear;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
}

.conteudo-right-texto {
	margin-top: 34px;
	margin-bottom: 30px;
}

.conteudo-right-face {
	display: block;
}

.footer {
	float: left;
	min-height: 300px;
	width: 100%;
	background: #131313;
	padding: 20px 5% 0;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	min-height: 20px; /*fix até o rodapé estar plenamente operante */
}

.footer-1, .footer-2, .footer-3, .footer-4 {
	float: left;
	display: inline-block;
	min-width: 200px;
	min-height: 200px;
	margin: 0 30px;
	padding-bottom: 40px;
	border: 1px solid red;
	
	display: none; /*fix até o rodapé estar plenamente operante */
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: white;
	text-decoration: underline;
}

.footer p {
	padding: 18px 20px 8px;
	border-top: 1px solid #999;
}

.footer p a {
	font-weight: bold;
}

.footer strong {
	display: block;
	margin-bottom: 12px;
	font-size: 1.1em;
}

.parceiros {
	width: 100%;
	text-align: center;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
}

.parceiros:before {
	content: "PARCEIROS:";
	display: block;
	color: #f1f1f1;
	font-size: .85em;
	margin-bottom: 15px;
}

.parceiros a {
	display: inline-block;
	padding: 5px 20px;
	border-right: 1px solid #999;
	line-height: .8em;
}

.parceiros a:last-child {
	border-right: none;
	margin-right: 16px;
}

.parceiros a:hover {
	text-decoration: underline !important;
}


/***** bbPress *****/

body.forum-archive .conteudo-titulo {
	display: none;
}

.bbp-breadcrumb {
	display: none;
}

.bbp-topic-freshness-author-avatar .bbp-author-name {
	display: none;
}

.bbp-topic-meta {
	display: inline-block;
}

.bbp-topic-freshness-sep {
	display: inline-block;
	margin-left: -2px;
}

.bbp-topic-freshness-author .bbp-author-name {
	margin-left: -2px;
}

.bbp-topic-freshness-author img {
	display: none;
}