#site {
	padding-bottom: 200px;
}
section, article {
	position: relative;
}
section {
	overflow: hidden;	
}
#meio {
	position: relative;
	width: 1300px;
	margin: 20px auto 0px auto;
}
hr.divisor {
	border-bottom: #a50808 3px solid;
	margin: 10px auto;	
}
section h1.blog {
	font-size: 1.4em;	
}
section h1.blog, section h2.blog {
	display: block;
	padding: 4px 10px;
	background: #d70000;
	border-bottom: 1px dotted #000;
	margin: 0 0 12px 0;
	line-height: 1.0em;
}
section h1.titulo, section h2 {
	border: 1px dotted #000;
	border-width: 0px 0px 1px 0px;
	margin: 15px 0;
	display: block;
	padding: 5px 0;
}
section h1.titulo {
    line-height: 1em;
    text-align: left;
}
section h2 {
	font-weight: normal;
}
section h2.blog {
	font-weight: bold;
}
section h1.titulo a {
	color: #5b5b5c;
}
section h1.blog a, section h2.blog a {
	color: #fff;
}

#breadcumb {
	border-bottom: 1px dotted #a50808;
	padding: 5px 0px;
	text-align: left;
	width: 1050px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 0.9em !important;
	color: #aaa;
}
#breadcumb ol {
	list-style: none;
	padding: 0 0 0 6px !important;
	margin: 0;	
	display: inline;
}
#breadcumb ol li, #breadcumb ol li div {
	display: inline;	
}
#breadcumb ol li:before {
	display: none !important;	
}
#breadcumb span, #breadcumb ol li {
	font-size: 0.9em !important;
}
#breadcumb ol li a {
	color: #999;	
}

article .noticiaCompleta .fotoGrande {
	position: relative;
	width: 1050px;
	height: 590px;
	overflow: hidden;
	background: #a50808;
	margin: 0px 0px 25px 0;
}
article .fotoGrande .desc {
	position: absolute;
	top: 5px;
	left: 0;
	padding: 5px;
	text-align: left;
	width: 1040px;
	font-style: italic;
	background: rgba(255,255,255,0.9);
}
.conteudo {
	text-align: justify;
	line-height: 1.3em;
	width: 1050px;
	float: left;
	margin-top: 40px;
}
.noticiaCompleta {
	padding-top: 35px;
    position: relative;
}
.noticiaCompleta:before {
    background: #a50808;
    content: "";
    display: block;
    height: 590px;
    position: absolute;
    right: 100%;
    top: 35px;
    width: 100%;
}
.noticiaCompleta.video:before {
	height: 590px;
}
.noticiaCompleta h3.categoria {
	left: 0;
    position: absolute;
    top: 0;
}
.noticiaCompleta h3.categoria a {
	background: #a50808;
    display: block;
    padding: 8px 15px;
	color: #fff;
}
#complementar {
    border-left: 5px solid #a50808;
    margin: 10px 15px 0px 85px;
    padding: 0 0 0 20px;
    width: 935px;
}
.postagem p {
	margin: 5px 0px 15px;
	line-height: 1.5em;
	font-size: 1.1em;
}
.postagem strong, .postagem b {
	font-weight: bold !important;
}
.postagem table tr td {
	vertical-align: top;
	padding: 10px
}
.postagem blockquote {
    background: rgba(0,0,0,0.15);
    padding: 12px 18px;
    text-align: justify;
    position: relative;
	margin-bottom: 15px;
}
.postagem blockquote:before, .conteudo blockquote:after {
    content: '';
    background: url(../img/quotes.png) no-repeat;
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
}
.postagem blockquote:before {
    background-position: top left;
    left: -24px;
    top: -5px;
}

.postagem blockquote:after{
    background-position: top right;
    right: -24px;
    bottom: -5px;
}

.postagem ul, .postagem ol {
	padding: 5px 0 5px 20px;
}
.postagem ul li, .postagem ol li {
	position: relative;
	margin-bottom: 10px;
}
.postagem ol > li {
	counter-increment: list-order;
}

.postagem ul > li:before {
	content: "\2022";
	color: #5b5b5c;
	display: block;
	position: absolute;
	top: -3px;
	left: -18px;
	font-family: 'Bebas', Tahoma, Geneva, sans-serif;
}
.postagem ol > li:before {
	content: counter(list-order) ".";
	color: #5b5b5c;
	display: block;
	position: absolute;
	top: -2px;
	left: -18px;
	font-family: 'Bebas', Tahoma, Geneva, sans-serif;
}



.postagem sub {
	font-size: 0.8em;	
}

.postagem span.confirmado {
	background: rgba(0,150,0,1);
}
.postagem span.nao-confirmado {
	background: rgba(180,0,0,1);
}
.postagem span.confirmado,
.postagem span.nao-confirmado {
	border-radius: 5px;
	padding: 6px 10px 6px 38px;
	color: rgba(255,255,255,1);
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}

.postagem span.confirmado:before,
.postagem span.nao-confirmado:before {
	position: absolute;
	top: 7px;
	left: 8px;
	width: 18px;
	height: 18px;
	background: url(../img/icone-curtiu-descurtiu.png) no-repeat;
	display: block;
	content: '';
}

.postagem span.confirmado:before {
	background-position: top left;
}

.postagem span.nao-confirmado:before {
	background-position: top right;
}

.paginacao {
	padding: 7px;
	margin-left: -5px;
	font-size: 1.2em;
}
.paginacao a {
	padding: 2px 6px 2px 6px;
	color: #737373;
	margin: 4px;
	background: rgba(0,0,0,0.15);
	text-decoration: none;
}
.paginacao a:hover, .paginacao span.current {
	padding: 2px 6px 2px 6px;
	color: #fff;
	background: #d70000;
}
.paginacao span.current {
	font-weight: bold;
	margin: 2px;
	background: #000;
	border-bottom: 2px solid #d70000;
}
#shareImg {
	position: fixed;
	top: 20px;
	right: 50%;
	list-style: none;
	padding: 0;
	margin-right: -480px;
	overflow: hidden;
	z-index: 9999;
}
#shareImg li {
	display: block;
	position: relative;
	height: 20px;
	float: left;
}
#shareIMG li iframe {
	padding: 0;
	margin: 0;
	display: block;
	overflow: hidden;	
}
.animacoes, .animacoesVimeo {
	width: 935px;
	height: 525px;
	display: block;
	background: #000;
	margin: 0px 0px 15px 0;
}

.animacoes.grande, .animacoesVimeo.grande {
	width: 1050px;
	height: 590px;
}

.share.noticia {
	position: absolute;
	width: 70px;
	background: #fff;
}
.share.noticia.fixo {
	position: fixed;
	top: 100px;
}
.share.noticia > div {
	width: 70px;
	margin: 0px 0px 20px 0px;
}
.share.noticia > div.pinit {
	padding-top: 40px;	
}
.assinatura {
	font-style: italic;	
}
.tags {
}

#assinatura {
	padding: 1px 10px;
	background: rgba(0,0,0,0.15);
	color: #999;
	margin: 15px 0 0 0;
	font-size: 0.8em;
}
#assinatura div {
	margin: 10px 0;
}
#assinatura a {
	color: #737373;	
}
#boxFacebook {
	margin: 20px 0px;	
}

#boxFacebook .fbDarkWidget .warning a {
	color: #FFBE00;
}

#postagensCategorias, #postagensMes, #postagensRelacionadas {
	margin-top: 20px;	
}
.direita .boxes {
	padding: 0 0 10px 0;	
}

div.direita {
	background: #000;
    color: #999;
    height: 100%;
    padding: 0 20px;
    position: relative;
    width: 190px;
	float: right;
}

.direita a {
	color: #ccc;
}
.direita h4 {
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #aaa;
	font-size: 1.2em;
}
#googleReader {
	padding: 6px 10px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	display: inline-block;
}
#googleReader img {
	display: block;	
}
.filtrosData {
	position: relative;
	display: block;
}
#postagensCategorias .filtrosData {
	padding-left: 35px;
}
.filtrosData span {
	position: absolute;
	font-size: 9pt;
	color: #999;
	font-weight: normal;
	left: 0px;
}
.galerias {
	position: relative;
	overflow: hidden;	
}
.fotosGaleria {
	text-align: center;
	margin: 10px;
	position: relative;
	width: 161px;
	height: 91px;
	float: left;
	background: #ddd;
	overflow: hidden;
	border: solid 5px #ddd;
}

@media (min-width: 1024px)  {
	.galerias .fotosGaleria:nth-child(5n+1) {
		margin-left: 0px;
		clear: left;
	}
	.galerias .fotosGaleria:nth-child(5n+0) {
		margin-right: 0px;	
	}
}
.cleft {
	clear: left;	
}
.cright {
	clear: right;	
}
.escondido {
	display: none;	
}

.googleAd728x90 {
	width: 728px;
	height: 90px;
	margin: 10px auto;	
}

.prevnext {
	position: fixed;
	top: 50%;
	z-index: 5;
	width: 215px;
	display: block;
	padding: 10px;
	cursor: pointer;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.5);
}
.prevnext:hover {
	text-decoration: none;	
}
.prevnext span {
	position: relative;
	display: block;
	top: 0px;
	min-height: 44px;
	width: 155px;
	padding: 10px;
	border-radius: 10px;
}
#next {
	left: 0;
	margin-left: 0px;
	background: rgba(255,255,255,0.9);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
#next span {
	background: rgba(0,0,0,0.15);
	left: 40px;
	color: #5b5b5c;
}
#prev {
	right: 0;
	margin-right: 0px;
	background: rgba(255,255,255,0.9);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;	
}
#prev span {
	background: rgba(0,0,0,0.15);
	left: 0px;
	color: #5b5b5c;
}
#prev img {
	position: absolute;
	clip: rect(32px 64px 76px 32px);
	right: 10px;
	top: -12px
}
#next img {
	position: absolute;
	clip: rect(32px 32px 76px 0px);
	left: 10px;
	top: -12px;
}
#destaque .carregando, #listaNoticias .carregando {
	text-align: center;
	padding: 5px 12px;
	background: #000;
	color: #fff;
	font-family: 'Bebas', Tahoma, Geneva, sans-serif;
}
#destaque .carregando img, #listaNoticias .carregando img {
	vertical-align: middle;
	margin-right: 10px;
}
.updates {
	color: #bababa;	
}

.views {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	background: #d1d1d1;
	padding: 2px 6px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin: 4px 0px 0px 60px;
}
.views:before {
	background: #d1d1d1 url(../img/icone-views.png) 10px 6px no-repeat;
	width: 40px;
	height: 100%;
	position: absolute;
	left: -40px;
	top: 0px;
	display: block;
	content: '';
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}


/* ### CORES ### */

section.animes .noticiaCompleta h3.categoria a, section.animes .noticiaCompleta:before, section.animes article .noticiaCompleta .fotoGrande, section.animes .animacoes, section.animes .animacoesVimeo {
	background: #dc3200;
}
section.animes #complementar {
	border-left-color: #dc3200;
}


section.filmes .noticiaCompleta h3.categoria a, section.filmes .noticiaCompleta:before, section.filmes article .noticiaCompleta .fotoGrande, section.filmes .animacoes, section.filmes .animacoesVimeo {
	background: #eb9600;
}
section.filmes #complementar {
	border-left-color: #eb9600;
}


section.desenho-animado .noticiaCompleta h3.categoria a, section.desenho-animado .noticiaCompleta:before, section.desenho-animado article .noticiaCompleta .fotoGrande, section.desenho-animado .animacoes, section.desenho-animado .animacoesVimeo {
	background: #0041eb;
}
section.desenho-animado #complementar {
	border-left-color: #0041eb;
}


section.games .noticiaCompleta h3.categoria a, section.games .noticiaCompleta:before, section.games article .noticiaCompleta .fotoGrande, section.games .animacoes, section.games .animacoesVimeo {
	background: #f5c300;
}
section.games #complementar {
	border-left-color: #f5c300;
}


section.mangas .noticiaCompleta h3.categoria a, section.mangas .noticiaCompleta:before, section.mangas article .noticiaCompleta .fotoGrande, section.mangas .animacoes, section.mangas .animacoesVimeo {
	background: #a09b9b;
}
section.mangas #complementar {
	border-left-color: #a09b9b;
}


section.ilustracoes .noticiaCompleta h3.categoria a, section.ilustracoes .noticiaCompleta:before, section.ilustracoes article .noticiaCompleta .fotoGrande, section.ilustracoes .animacoes, section.ilustracoes .animacoesVimeo {
	background: #8750c8;
}
section.ilustracoes #complementar {
	border-left-color: #8750c8;
}


section.eventos .noticiaCompleta h3.categoria a, section.eventos .noticiaCompleta:before, section.eventos article .noticiaCompleta .fotoGrande, section.eventos .animacoes, section.eventos .animacoesVimeo {
	background: #6eb43c;
}
section.eventos #complementar {
	border-left-color: #6eb43c;
}


section.action-figure .noticiaCompleta h3.categoria a, section.action-figure .noticiaCompleta:before, section.action-figure article .noticiaCompleta .fotoGrande, section.action-figure .animacoes, section.action-figure .animacoesVimeo {
	background: #b43c8c;
}
section.action-figure #complementar {
	border-left-color: #b43c8c;
}

/* ### CORES ### */

.direita .noticia {
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	margin: 15px 0px;
}
.direita .noticia .foto {
	width: 180px;
	height: 101px;
	overflow: hidden;
	position: relative;
	background: #a50808;
	border: 5px solid #a50808;
	margin: 5px 0px 0px 0px;
}
.direita .noticia .categoria a {
	background: #a50808;
	color: #fff;
	display: inline-block;
	padding: 2px 6px;
	margin-bottom: 10px;
}

.direita .noticia .assinatura {
	display: block;
	background: #222;
	font-size: 0.8em;
	margin: 10px 0px 0px 0px;	
	padding: 3px 6px;
}


/* ### CORES ### */

.direita .noticia.animes .foto {
	border-color: #dc3200;
}
.direita .noticia.animes .categoria a {
	background: #dc3200;
}


.direita .noticia.filmes .foto {
	border-color: #eb9600;
}
.direita .noticia.filmes .categoria a {
	background: #eb9600;
}


.direita .noticia.desenho-animado .foto {
	border-color: #0041eb;
}
.direita .noticia.desenho-animado .categoria a {
	background: #0041eb;
}


.direita .noticia.games .foto {
	border-color: #f5c300;
}
.direita .noticia.games .categoria a {
	background: #f5c300;
}


.direita .noticia.mangas .foto {
	border-color: #a09b9b;
}
.direita .noticia.mangas .categoria a {
	background: #a09b9b;
}


.direita .noticia.ilustracoes .foto {
	border-color: #8750c8;
}
.direita .noticia.ilustracoes .categoria a {
	background: #8750c8;
}


.direita .noticia.eventos .foto {
	border-color: #6eb43c;
}
.direita .noticia.eventos .categoria a {
	background: #6eb43c;
}


.direita .noticia.action-figure .foto {
	border-color: #b43c8c;
}
.direita .noticia.action-figure .categoria a {
	background: #b43c8c;
}

/* ### CORES ### */



@media (min-width: 1024px) and (max-width: 1300px) {
	#meio {
		width: 1000px;	
	}
	article .noticiaCompleta .fotoGrande, .noticiaCompleta:before, .noticiaCompleta.video:before, .animacoes, .animacoesVimeo, .animacoes.grande, .animacoesVimeo.grande {
		height: 422px;	
	}
	#complementar, .animacoes, .animacoesVimeo {
		width: 635px;
	}
	.animacoes, .animacoesVimeo {
		height: 355px;
	}
	#breadcumb, .conteudo, article .noticiaCompleta .fotoGrande, .animacoes.grande, .animacoesVimeo.grande  {
		width: 750px;	
	}
	
	.fb-comments, .fb-comments iframe[style]>body>div._li>div.pluginSkinLight>div {
		width: 635px !important;	
	}
	
	.fotosGaleria {
		width: 100px;
		height: 65px;	
	}
}


@media (min-width: 768px) and (max-width: 1023px) {
	header .googleAd728x90 {
		right: auto;
		left: 50%;
		margin: 0 0 0 -364px;
		top: 180px;
	}
	#meio {
		width: 750px;	
	}
	article .noticiaCompleta .fotoGrande, .noticiaCompleta:before, .noticiaCompleta.video:before, .animacoes, .animacoesVimeo, .animacoes.grande, .animacoesVimeo.grande {
		height: 280px;	
	}	
	#complementar, .animacoes, .animacoesVimeo {
		width: 385px;
	}
	.animacoes, .animacoesVimeo {
		height: 215px;
	}
	#breadcumb, .conteudo, article .noticiaCompleta .fotoGrande, .animacoes.grande, .animacoesVimeo.grande {
		width: 500px;	
	}
	
	.fb-comments, .fb-comments iframe[style]>body>div._li>div.pluginSkinLight>div {
		width: 385px !important;	
	}
	
	.fotosGaleria {
		width: 105px;
		height: 65px;	
	}
	
	.galerias .fotosGaleria:nth-child(3n+1){
		margin-left: 0px;
		clear: left;
	}
	.galerias .fotosGaleria:nth-child(3n+3) {
		margin-right: 0px;	
	}
}


@media (min-width: 640px) and (max-width: 767px) {
	
	header .googleAd728x90 {
		right: auto;
		left: 50%;
		margin: 0 0 0 -364px;
		top: 180px;
	}
	article.conteudo, div.direita {
		float: none;	
	}
	#meio {
		width: 620px;
		padding-top: 1px;
	}
	article .noticiaCompleta .fotoGrande, .noticiaCompleta:before, .noticiaCompleta.video:before, .animacoes, .animacoesVimeo, .animacoes.grande, .animacoesVimeo.grande {
		height: 350px;	
	}	
	#complementar, .animacoes, .animacoesVimeo {
		width: 495px;
	}
	.animacoes, .animacoesVimeo {
		height: 280px;
	}
	#complementar {
		overflow: hidden;	
	}
	#breadcumb, .conteudo, article .noticiaCompleta .fotoGrande, .animacoes.grande, .animacoesVimeo.grande {
		width: 620px;	
	}
	div.direita {
		width: 580px;
		overflow: hidden;
		padding-top: 1px;	
	}
	.fb-comments, .fb-comments iframe[style]>body>div._li>div.pluginSkinLight>div {
		width: 495px !important;	
	}
	
	.fotosGaleria {
		width: 105px;
		height: 65px;
		margin: 5px;	
	}
	
	.galerias .fotosGaleria:nth-child(4n+1){
		margin-left: 0px;
		clear: left;
	}
	.galerias .fotosGaleria:nth-child(4n) {
		margin-right: 0px;	
	}
	
	
	#postagensCategorias, #postagensMes {
		width: 48%;	
	}
	#postagensCategorias {
		float: left;
	}
	#postagensCategorias+hr {
		display: none;	
	}
	#postagensMes {
		float: right;
	}
	
	#postagensMes+hr {
		clear: both;	
	}
	#postagensRelacionadas {
		clear: left;
		overflow: hidden;
	}
	.direita .noticia {
		float: left;
		width: 200px;
		margin: 0px 5px;
	}
	.direita .noticia:nth-child(3n+2){
		margin-left: 0px;
		clear: left;
	}
	.direita .noticia:nth-child(3n+1) {
		margin-right: 0px;	
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	
	header .googleAd728x90 {
		right: auto;
		left: 50%;
		margin: 0 0 0 -364px;
		top: 180px;
	}
	article.conteudo, div.direita {
		float: none;	
	}
	#meio {
		width: 450px;
		padding-top: 1px;
	}
	article .noticiaCompleta .fotoGrande, .noticiaCompleta:before, .noticiaCompleta.video:before, .animacoes, .animacoesVimeo, .animacoes.grande, .animacoesVimeo.grande {
		height: 250px;	
	}	
	#complementar, .animacoes, .animacoesVimeo {
		width: 325px;
	}
	.animacoes, .animacoesVimeo {
		height: 180px;
	}
	#complementar {
		overflow: hidden;	
	}
	#breadcumb, .conteudo, article .noticiaCompleta .fotoGrande, .animacoes.grande, .animacoesVimeo.grande {
		width: 450px;	
	}
	div.direita {
		width: 410px;
		overflow: hidden;
		padding-top: 1px;	
	}
	.fb-comments, .fb-comments iframe[style]>body>div._li>div.pluginSkinLight>div {
		width: 325px !important;	
	}
	
	.fotosGaleria {
		width: 143px;
		height: 85px;
		margin: 8px;	
	}
	
	.galerias .fotosGaleria:nth-child(2n+1){
		margin-left: 0px;
		clear: left;
	}
	.galerias .fotosGaleria:nth-child(2n) {
		margin-right: 0px;	
	}
	
	
	#postagensCategorias, #postagensMes {
		width: 48%;	
	}
	#postagensCategorias {
		float: left;
	}
	#postagensCategorias+hr {
		display: none;	
	}
	#postagensMes {
		float: right;
	}
	
	#postagensMes+hr {
		clear: both;	
	}
	#postagensRelacionadas {
		clear: left;
		overflow: hidden;
	}
	.direita .noticia {
	}
}

@media (max-width: 479px) {
	
	
	.noticiaCompleta {
		position: relative;
		overflow: hidden;
		padding-bottom: 90px;
	}
	
	.noticiaCompleta .share.noticia,
	.noticiaCompleta .share.noticia.fixo
	 {
		display: block;
		position: absolute !important;
		bottom: 0px;
		top: auto;
		height: 80px;
		width: 100%;
	}
	.noticiaCompleta .share.noticia > div,
	.noticiaCompleta .share.noticia.fixo > div {
		float: left;
		margin: 4px;
	}
	
	
	header .googleAd728x90 {
		right: auto;
		left: 50%;
		margin: 0 0 0 -364px;
		top: 180px;
	}
	article.conteudo, div.direita {
		float: none;	
	}
	#meio {
		width: 300px;
		padding-top: 20px;
	}
	article .noticiaCompleta .fotoGrande, .noticiaCompleta:before, .noticiaCompleta.video:before, .animacoes, .animacoesVimeo, .animacoes.grande, .animacoesVimeo.grande {
		height: 170px;	
	}	
	#complementar, .animacoes, .animacoesVimeo {
		width: 285px;
	}
	#complementar {
		margin: 10px 0px 0px 0px;
	}
	.animacoes, .animacoesVimeo {
		height: 110px;
	}
	#complementar {
		overflow: hidden;
		padding-left: 6px;
	}
	#breadcumb, .conteudo, article .noticiaCompleta .fotoGrande, .animacoes.grande, .animacoesVimeo.grande {
		width: 300px;	
	}
	div.direita {
		width: 260px;
		overflow: hidden;
		padding-top: 1px;	
	}
	.fb-comments, .fb-comments iframe[style]>body>div._li>div.pluginSkinLight>div {
		width: 195px !important;	
	}
	
	.fotosGaleria {
		width: 83px;
		height: 55px;
		margin: 4px;
		border-width: 3px;
	}
	
	.galerias .fotosGaleria:nth-child(3n+1){
		margin-left: 0px;
		clear: left;
	}
	.galerias .fotosGaleria:nth-child(3n) {
		margin-right: 0px;	
	}
	
	
	#postagensCategorias, #postagensMes {
		width: 48%;	
	}
	#postagensCategorias {
		float: left;
	}
	#postagensCategorias+hr {
		display: none;	
	}
	#postagensMes {
		float: right;
	}
	
	#postagensMes+hr {
		clear: both;	
	}
	#postagensRelacionadas {
		clear: left;
		overflow: hidden;
	}
	.direita .noticia {
	}
	
}


.animacoes.wrarpYoutube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.animacoes.wrarpYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}