@charset utf-8;
/* 
    Document   : style
    Created on : 18/05/2013, 16:35:16
    Author     : usuario
    Description:
        Purpose of the stylesheet follows.
*/
@import url("fonts.css");

.clearfix {
	clear: both;
	float: none;
	height: 0;
	visibility: 0;
	overflow: hidden;
	content: ".";
}
* { 
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
* strong {	font-weight: bold;}
body {
	background: url("../imagens/bg.jpg") repeat-x fixed center top;
	background-size: cover;
}
.page{
	max-width: 980px;
	margin: 0px auto;
/*	background-color: rgba(255,255,255,0.3);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	padding: 0 10px;
*/	padding-bottom: 20px;
}
.page *, .barra *{
		-webkit-transition:	all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.topo{
	background: url("../imagens/topo.png") no-repeat scroll center;
	width: 100%;
	height: 220px;
	
}
a{
	text-decoration:none;
}
nav{
	display: block;
	margin-bottom: 15px;
}
nav ul{
	margin: 0px auto;
	text-align: center;
}
nav ul li{
	display: inline-block;
	list-style: none;
	margin-left: 0.00px;
}
nav ul a{
	background-color: #8c101b;
	color: #FFF;
	font-family: "DinLight";
	font-size: 18px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
nav ul a:hover{
	background-color: #000;
}
.redes_topo ul{
    margin-top: -10px;
	margin-left: 808px;
    position: absolute;
	z-index: 5;
}
.redes_topo li{
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url(../imagens/redes.png);
}
.redes_topo a[title="Twitter"] li{
    background-position: 0px 0px;
}
.redes_topo a[title="Facebook"] li{
    background-position: -29px 0px;
}
.redes_topo a[title="Flickr"] li{
    background-position: -57px 0px;
}
.redes_topo a[title="Instagram"] li{
    background-position: -85px 0px;
}
.redes_topo a[title="Vimeo"] li{
    background-position: -114px 0px;
}
.redes_topo a[title="YouTube"] li{
    background-position: -142px 0px;
}
.redes_topo a[title="Feed Rss"] li{
    background-position: -170px 0px;
}
.redes_topo a[title="Twitter"] li:hover{
    background-position: 0px -23px;
}
.redes_topo a[title="Facebook"] li:hover{
    background-position: -29px -23px;
}
.redes_topo a[title="Flickr"] li:hover{
    background-position: -57px -23px;
}
.redes_topo a[title="Instagram"] li:hover{
    background-position: -85px -23px;
}
.redes_topo a[title="Vimeo"] li:hover{
    background-position: -114px -23px;
}
.redes_topo a[title="YouTube"] li:hover{
    background-position: -142px -23px;
}
.redes_topo a[title="Feed Rss"] li:hover{
    background-position: -170px -23px;
}
.rodape{
	background-color: #8c101b;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1% 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.rodape a{
	color: #FFF;
}
.rodape a:hover{
	text-decoration: underline;
}
/* Index */
.destaque{
	width: 100%;
	height: 350px;
}
.controles{
	margin-top: -70px;
	margin-left: 850px;
	position: absolute;
	text-align: right;
	font-family: "DinRegular";
	font-size: 52px;
	z-index: 6;
}
.controles span{
	color: rgba(140,16,27,1);
	cursor: pointer;
}
.controles span:hover{
	color: rgba(255,255,255,1);
}
.controles span#next{
	margin-left: 20px;
}
.banner{
	width: 100%;
	height: 350px;
	overflow: hidden;
}
.msg{
	width: 100%;
	height: 350px;
	text-align: left;
	text-transform: uppercase;
	font-size: 38px;
	font-family: "DinRegular";
	margin-top: 20px;
}
.msg a:hover h1{
	color: #000;
}
.msg a:hover p{
	color: #8c101b;
}
.msg div{
	display: inline-block;
	width: 53%;
	text-align: center;
}
.msg div img{
	min-width: 100%;
	max-width: 519px;
	max-height: 350px;
}
.msg h1{
	display: inline-block;
	vertical-align: top;
	position: relative;
	max-width: 45%;
	height: auto;
	margin-top: 0;
	margin-left: 2%;
	padding-right: 0;
	font-size: 100%;
	color: #8c101b;
	letter-spacing: -1px;
}
.msg p{
	display: block;
	font-size: 50%;
	max-width: 100%;
	margin-top: 10px;
	color: #000;
	text-align: left;
}
.photos {
	margin-top: 40px;
	text-align: left;
}
.photos .eventos {
	margin-right: 0px;
	width: 240px;
}
.photos ul > a > li{
	list-style: none;
	max-width: 225px;
}
.photos ul > a{
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	text-decoration: none;
	color: #8c101b;
	font-family: "OpenSansRegular";
	font-size: 14px;
}
.photos ul > a:hover > li > span{
	color: #000;
}
.photos ul > a > li > img{
	display: block;
	border-radius: 5px 5px 0px 0px;
}
.photos ul > a > li > span{
	display: block;
	padding: 5px 5px;
	height: 35px;
	overflow: hidden;
}
.photos ul > li {
	list-style: none;
	width: 225px;
	display: inline-block;
}
.photos .evento{
	display: block;
	font-family: "DinRegular";
	width: 100%;
	float: none;
	clear: both;
	margin-bottom: 5px;
}
.photos .evento:after{
	content: ".";
	display: block;
	float: none;
	clear: both;
	height: 0;
	visibility: hidden;
}
.relacionados h2,.relacionados h3, .title{
	font-size: 18px;
	color: #8c101b;
	font-family: "DinLight";
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-align: left;
}
.title small{
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.photos .data{
	float: left;
	text-align: center;
	font-size: 22px;
	width: 45px;
	padding: 5px 15px;
	height: 66px;
	background-color: #8c101b;
	color: #FFF;
	overflow: hidden;
}
.photos .info{
	background-color: rgba(255,255,255,0.3);
	font-family: "OpenSansLight";
	color: #000;
	padding: 5px;
	float: right;
	width: 155px;
	height: 66px;
	font-size: 12px;
	overflow: hidden;
}
.photos .evento a:hover .data{
	background-color: #000;
}
.photos .evento a:hover .info{
	background-color: rgba(255,255,255,0.6);
}
.ads{
	width: 728px;
	margin: 0px auto;
	clear: both;
	float: none;
	display: block;
}
.redes{
	display: block;
	margin-top: 15px;
}
.redes > ul > li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	width: 240px;
}
.redes .twitter-box {
	margin-right: 20px;
}
.redes .twitter-box li{
	display: block;
	list-style: none;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: rgba(255,255,255,0.3);
}
.redes .twitter-box li:after{
	content: ".";
	clear: both;
	float: none;
	display: block;
	height: 0;
	visibility: hidden;
}
.redes .tweets{
	width: 220px;
	height: 244px;
	border-bottom: 1px solid #8c101b;
	overflow: hidden;
}
.redes .tweets a{
	color: #8c101b;
	text-decoration: none;
}
.redes .tweets strong{
	font-weight: bold;
}
.redes .twitter-box img{
	display: block;
	margin-top: 2.5px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	width: 15%;
}
.redes .twitter-box p{
	float: right;
	width: 75%;
	display: block;
}
.redes .colunistas-box{
	width: 455px;
	margin-right: 25px;
	border-bottom: 1px solid #8c101b;
}
.redes .colunistas-box li.ultimo_colunista{
	margin-right: 0px;
}
.redes .colunistas-box a{
	text-decoration: none;
	color: #000;
}
.redes .colunistas-box a:hover{
	text-decoration: none;
	color: #8c101b;
}
.redes .colunistas-box li{
	width: 145px;
	height: 244px;
	margin-right: 5px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.redes .colunistas-box img{
	display: block;
}
.redes .colunistas-box h1{
	display: block;
	font-family: "DinRegular";
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 5px;
	letter-spacing: -1px;
	height: 140px;
	overflow: hidden;
}
.redes .colunistas-box p{
	display: block;
	font-family: "OpenSansLight";
	font-size: 13px;
	padding: 0px 5px;
	letter-spacing: -1px;
	max-height: 100px;
	overflow: hidden;
}
.redes .colunistas-box span{
	font-family: "OpenSansSemiBold";
	font-size: 12px;
	letter-spacing: -0px;
}
.redes .facebook-box{
	border-bottom: 1px solid #8c101b;
	text-align: center;
	font-family: "OpenSansLight";
	font-size: 12px;
}
.videos_home {
	margin-top: 10px;
}
.videos_home .primeiro_video{
	margin-right: 20px;
}
.videos_home ul > li{
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
.videos_home ul > li a{
	color: #FFF;
	text-decoration: none;
}
.videos_home ul li a:hover img{
	opacity: 0.85;
}
.videos_home ul > li img{
	width: 347.5px;
	max-height: 195px;
	display: block;
}
.videos_home ul > li span{
	display: block;
	width: 337.5px;
	margin-top: -195px;
	background-color: #000;
	position: absolute;
	padding: 2.5px 5px;
	font-family: "OpenSansLight";
	font-size: 12px;
}
.instagram{
	margin-left: 20px;
}
#instagram {
	width: 240px;
	background-color: #000;
}
#instagram li{
	list-style: none;
	display: inline-block;
	
}
#instagram li img{
	width: 100%;
	margin-bottom: 0.5px;
	display: inline-block;
}
#instagram a{
	display: inline-block;
	max-width: 25%;
}
#instagram a:hover img{
	opacity: 0.5;
}
#instagram .load-insta{
	text-align: center;
	padding: 10px;
	position: absolute;
	margin-left: 40px;
	font-family: "OpenSansLight";
	font-size: 12px;
}
#instagram .load-insta img{
	width: 32px;
}
/* noticia */
.noticia {
	max-width: 640px;
	margin-top: 25px;
	display: inline-block;
}
.noticia a{
	color: #000;
}
.noticia a:hover{
	text-decoration: underline;
}
.noticia h1{
	font-family: "DinRegular";
	font-size: 32px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.noticia h2{
	font-family: "DinLight";
	font-size: 18px;
	letter-spacing: -1px;
	margin: 10px 0px;
}
.noticia h3{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.noticia .redes_sociais{
	margin: 10px 0px;
	text-align: right;
	border-top: 1px dashed #8c101b;
	border-bottom: 1px dashed #8c101b;
	padding: 10px;
}
.noticia .alignone {
	margin-bottom: 10px;
}
.noticia .aligncenter, .alignleft, .alignright{
	/*border: 20px solid rgba(255,255,255,0.3);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);*/
}
.noticia .alignleft{
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.noticia .alignright{
	display: inline;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.noticia .aligncenter{
	margin: 0px auto;
	display: block;
	margin-bottom: 20px;
}
.noticia .size-medium, .noticia .size-full, noticia .size-thumbnail{
	max-width: 100%;
	height: auto;
}
.noticia .wp-caption{
	background-color: #FFF;
	color: #000;
}
.noticia .wp-caption-text{
	padding: 5px;
}
.noticia .noticiaconteudo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	word-spacing: 1px;
}
.noticia p{
	margin-bottom: 10px;
}
.noticia .tags{
	text-align: center;
	border-top: 1px dashed #8c101b;
	padding-top: 10px;
	padding-bottom: 10px;
}
.noticia .tags a{
	margin: 2.5px 0;
	padding: 2.5px 5px;
	display: inline-block;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #8c101b;
	text-decoration: none;
}
.noticia .tags a:hover{
	background-color: #000;
}
.noticia .comentarios {
	border-top: 1px dashed #8c101b;
	padding-top: 10px;
}
.noticia .comentarios-fb{
	background-color: rgba(255,255,255,0.3);
}
.barra{
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
	margin-left: 35px;
	width: 300px;
}
.anterior, .proximo{
	display: block;
	padding-top: 10px;
	margin-bottom: 10px;
	font-family: "OpenSansLight";
	font-size: 14px;
}
.anterior a, .proximo a{
	color: #000;
	text-decoration: none;
}
.anterior a:hover, .proximo a:hover{
	color: #8c101b;
	text-decoration: none;
}
.ads-noticia{
	display: block;
	vertical-align: top;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
	max-width: 300px;
	overflow: hidden;
}
.relacionados a{
	color: #000;
	text-decoration: none;
	font-family: "OpenSansLight";
	font-size: 12px;
}
.relacionados a:hover{
	color: #8c101b;
}
.relacionados li{
	list-style:none;
	display: inline-block;
	vertical-align: top;
	width: 140px;
	margin-bottom: 10px;
	padding: 5px;
}
.relacionados li img{
	width: 100%;
}
.noticias {
	display: inline-block;
	width: 640px;
	margin-top: 25px;
}
.noticias a{
	color: #000;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
.noticias a:hover{
	color: #8c101b;
	text-decoration: none;
}
.noticias li{
	list-style: none;
}
.noticias li img{
	display: inline-block;
	width: 200px;
	margin-right: 10px;
}
.noticias li div{
	display: inline-block;
	vertical-align: top;
	width: 400px;
}
.noticias h1{
	font-family: "DinRegular";
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.noticias h3{
	font-family: "OpenSansLight";
	font-size: 12px;
	margin-bottom: 10px;
}
.noticias p{
	font-family: "DinLight";
	font-size: 16px;
	text-transform: uppercase;
}
.colunas .title{
	padding-bottom: 0px;
}
.colunas hr {
	border: 0px;
	border-bottom: 1px dotted #8c101b;
	margin-bottom: 10px;
}
.wp-pagenavi {
	display: block;
	font-family: "DinLight";
	font-size: 14px;
	text-transform: uppercase;
}
.wp-pagenavi span{
	color: #000;
	margin: 0px 5px;
	padding: 5px 7.5px; 
}
.wp-pagenavi a{
	background-color: #8c101b;
	color: #FFF;
	display: inline-block;
	margin: 0px 5px;
	padding: 5px 7.5px;
	min-width: 12px;
	text-align: center;
}
.wp-pagenavi a:hover{
	background-color: #000;
	color: #FFF;
}
.barra .categorias {
	margin-bottom: 20px;
}
.barra .categorias li{
	display: inline-block;
	list-style: none;
}
.barra .categorias li a{
	font-family: "DinLight";
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #8c101b;
	display: block;
	margin-bottom: 5px;
	padding: 5px 10px;
	text-decoration: none;
}
.barra .categorias li a:hover{
	background-color: #000;
}
.agenda {
	display: inline-block;
	width: 640px;
	margin-top: 25px;
}
.agenda .eventos li a{
	color: #000;
	font-weight: bold;
}
.agenda .eventos li a:hover{
	text-decoration: underline;
}
.agenda .eventos li.active{
	background-color: #8c101b;
	color: #fff;
}
.agenda .eventos li.active a{
	color: #fff;
}
.agenda .eventos li{
	list-style: none;
	background-color: rgba(255,255,255,0.3);
	padding: 10px;
	margin-bottom: 10px;
}
.agenda .eventos li h1{
	font-family: "DinRegular";
	font-size: 22px;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.agenda .eventos li h2{
	font-family: "DinLight";
	font-size: 18px;
	letter-spacing: -1px;
	margin:5px 0px;
}
.agenda .eventos li p{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.sandy {
	display: inline-block;
	width: 640px;
	margin-top: 25px;
}
.sandy .conteudo{
	font-family: "OpenSansRegular";
}
.sandy .conteudo h1{
	font-family: "DinLight";
	text-transform: uppercase;
	font-size: 52px;
}
.sandy .conteudo h2{
	font-family: "DinLight";
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 10px;
}
.sandy .conteudo p{
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
}
.sandy .conteudo li{
	text-align: justify;
	margin-left: 15px;
	font-size: 14px;
	line-height: 22px;
	list-style: square;
}
.sandy .sandy_fotos{
	text-align: center;
	margin-top: 12px;
}
.fotos {
	display: inline-block;
	width: 640px;
	margin-top: 25px;
}
.fotos ul a{
	color: #000;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	min-height: 260px;
	margin-bottom: 10px;
	padding: 10px;
}
.fotos ul li img{
	width: 100%;
}
.fotos ul li{
	list-style: none;
}
.fotos ul li h3{
	font-family: "OpenSansLight";
	font-size: 10px;
	margin-bottom: 5px;
}
.fotos ul li h1{
	font-family: "DinLight";
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.fotos a{
	color: #FFF;
	background-color: #8c101b;
	font-family: "DinLight";
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px;
}
.fotos a:hover{
	background-color: #000;
	color: #FFF;
}
.videos {
	display: inline-block;
	width: 640px;
	margin-top: 25px;
}
.video iframe{
	width: 640px;
	height: 360px;
}
.video h1{
	font-family: "DinRegular";
	font-size: 22px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.video p{
	font-family: "DinLight";
	font-size: 18px;
	letter-spacing: -1px;
	margin: 10px 0px;
	max-height: 100px;
}
.video .redes_sociais{
	margin: 10px 0px;
	text-align: right;
	border-bottom: 1px dashed #8c101b;
	padding: 10px;
}
.videos_relacionados a{
	display: block;
	background-color: rgba(255,255,255,0.3);
	margin-bottom: 5px;
	padding: 5px;
	color: #000;
	text-decoration: none;
	font-family: "OpenSansLight";
	font-size: 14px;
}
.videos_relacionados li{
	list-style: none;
	display: block;
}
.videos_relacionados li img{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.videos_relacionados li div{
	display: inline-block;
	width: 55%;
}
.lista-videos {
	border-top: 1px dashed #8c101b;
	margin-top: 10px;
	padding-top: 10px;
}
.lista-videos a{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
	padding: 5px;
	width: 15.2%;
	min-height: 150px;
	color: #000;
	background-color: rgba(255,255,255,0.3);
	text-decoration: none;
	font-family: "OpenSansLight";
	font-size: 12px;
}
.videos_relacionados a:hover, .lista-videos a:hover{
	background-color: rgba(0,0,0,1);
	color: #FFF;
}
.lista-videos li{
	display: block;
	list-style: none;
}
.lista-videos ul li img{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.contato {
	display: inline-block;
	width: 640px;
	margin-top: 25px;
}
.contato .info p{
	font-size: 14px;
	font-family: "OpenSansLight";
	margin-bottom: 20px;
	line-height: 26px;
}
.contato a{
	color: #000;
	text-decoration: none;
}
.contato a:hover{
	color: #8c101b;
}
.contato .info, .contato form{
	margin-left: 20px;
}
.contato form input[type=text], textarea{
	width: 100%;
	height: 20px;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px;
	border:0px;
	font-family: "OpenSansLight";
	font-size: 14px;
	letter-spacing: -0.5px;
}
.contato form textarea{
	height: 120px;
	min-width: 100%;
	max-width: 100%;
}
.contato form input[type=submit]{
	padding: 5px;
	background-color: #8c101b;
	color: #FFF;
	font-family: "DinLight";
	font-size: 18px;
	text-transform: uppercase;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
}
.contato form input[type=submit]:hover{
	background-color: #000;
}
.contato .form_erro{
	background-color: #8c101b;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	text-transform: uppercase;
	margin-left: -1920px;
	padding: 7.5px 5px;
	min-width: 350px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}