/*
	Data: Jun-2010
	Autor: Everton Fraga
*/

/* Debug */
/*div {background-color: rgba(0,0,255,0.1)}*/
/*#menu a {background-color: rgba(255, 0, 0, 0.2)}*/

/* Seletores gerais */
* {
	outline: 0;
}
html, body {
	font-family: 'Tahoma', Arial, 'Sans Serif';
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
}
strong {
	font-weight: bolder;
}
img {
	border: 0;
}
.clear {
	clear:both;
	line-height: 1%;
}
em {
	font-style: oblique;
}

.anchor{
	color: #BFD595;
	display:block;
	padding:4px 6px;
	margin:2px;
	background-color: #75AD35;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.anchor:hover{
	background-color: #5C9827;
	color: #fff;
}

/* Títulos */
h2 {
	font-size: 14px;
}
h3 {
	font-size: 16px;
}
h3.breadcrumb {
	font-size: 14px;
}
h3.breadcrumb span.destaque {
	font-size: 18px;
	color: #fcff00;
}


/* layout */
div#custom-doc {margin-bottom: 10px;}
div#hd {height: 180px;}
div#bd {padding: 10px 0;}
.box-content, #sidebar h3 {
	padding: 8px;
}
.box-content {
	margin-bottom: 10px;
}


/* Header */
#hd {
	position: relative;
}
#hd h1, #hd img.chars {
	position: absolute;
}
#hd h1 {
	left: 28px;
	top: 25px;
}
#hd img.chars {
	left: 228px;
	top: 5px;
}
#hd .language {
	position: absolute;
	right: 0;
	top: 108px;
	text-transform: uppercase;
	font-size: 10px;
}
#hd .form-busca {
	position: absolute;
	right: 0;
	top: 126px;
}
#hd .form-busca input {
	float: left;
}
#hd .form-busca input.text{
	height: 20px;
	padding-left: 3px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#hd .form-busca input.submit{
	width: 26px;
	height: 22px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ticket {
	position:fixed;
	top: 0; right: 0;
	z-index: 10;
}

#hd .ticket {
	position: absolute;
	right: 0;
	top: 25px;
}

/* Menu */
#menu-container {
	position: absolute;
	top: 131px;
	width: 100%;
}
#menu-container .search {
	position: ;
}
#menu {
	position: relative;
	font-size: 12px;
	width: 100%;
}
#menu li {
	display: inline;
	text-transform: uppercase;
}
#menu li a {
	padding: 7px 15px;
}
#menu .submenu {
	position: absolute;
	width: 100%;
	top: 21px;
	height: 28px;
	font-size: 10px;
	display: none;
}
#menu .submenu li, #menu .submenu li a {
	line-height: 28px;
}
#menu .submenu li a:hover, #menu .submenu li.active a {
	*text-decoration: underline;
	_text-decoration: underline;
	background-color: rgba(255,255,255,0.15);
}

/* Footer */
#ft {
	text-align: center;
	padding: 20px;
/*	position: fixed;
	bottom:0; width: 100%;*/
}

/* Sidebar */
h3 .learnmore {
	float: right;
	font-size: small;
	line-height: 1.5em;
}
#sidebar .box {
	margin-bottom: 10px;
}
#sidebar .newsletter form {
	display: none;
	padding: 10px 15px 15px;
	font-size: 14px;
	line-height: 1.5em;
}
#sidebar .box.social img {
	width: 46px;
}

/* Calendário */
.calendar {
	text-align: center;
}
.calendar table {
	width: 90%;
	font-size: normal;
	margin: 0 auto;
}
.calendar table th, .calendar table td {
	padding: 5px 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.calendar table td {
	border-right: 1px dotted #999;
}
.calendar table td a {
	display: block;
}

/* Box de notícias */
.caroussel-noticias {
	padding: 8;
}
.caroussel-noticias #noticia-container .noticia {
	margin-top: 10px;
	position: relative;
}
.caroussel-noticias #noticia-container .noticia a.desc {
	font-size: 11px; color: #AED556;
}
.caroussel-noticias #noticia-container .noticia:hover {
	background-color: #007E0C;
}
.caroussel-noticias ul {
	text-align: center;
/*	float: left;*/
}
.caroussel-noticias ul li {
	display: inline-block;
	margin-right: 5px;
	font-size: large;
}
.caroussel-noticias ul li a {
	padding: 3px 5px;
}

#programacao_rotator, #programacao_rotator div, #programacao_rotator div a {
	height: 2.8em;
}
#programacao_rotator {
	overflow: hidden;
	font-size: larger;
}
#programacao_rotator div a {
	display: block;
	text-align: center;
}
#programacao_rotator div a:hover {
	
}

/* Conteúdo */
.content {
	padding: 8px 6px;
}
.content-inner {
	padding: 17px 14px;
	position: relative;
}
.content h3, .content h2 {
	margin: 4px 0;
	text-transform: uppercase;
}
.content h3 {
	margin: 4px 8px 12px;
}
.content a {
	color: #cec;
}
.content a:hover {
	color: #eee;
}
.content-inner .text p{
	margin: 10px 0;
}
.leiamais {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-right: 13px;
	display: block;
	background: transparent url(../img/bullet-go.gif) no-repeat center right;
}

/* Filmes */
.listagem-filmes .filme {
	margin-bottom: 5px;
	padding: 9px;
	position: relative;
	-webkit-opacity: .8;
	-webkit-transition: opacity 500ms ease-out;
}
.listagem-filmes .filme:hover {
	-webkit-opacity: 1;
}
.filme .film-thumb {
	width: 284px;
	float: left;
	margin: 0 8px 6px 0;
}
.listagem-filmes .filme .leiamais{
	bottom: 9px; right: 9px;
	font-size: 10px;
	text-transform: uppercase;
}
.filme .download {
	float: right;
	display: block;
	height: 18px; line-height: 18px;
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	background: transparent url(../img/icon-pdf.png) no-repeat center left;
}

.listagem-filmes .filme .download {
	float: none;
	position: absolute;
	bottom: 9px;
	left: 300px;
}
div.content.filme .container {
	margin-bottom: 5px;
	padding: 9px;
}
div.filme .bt-programacao {
	display: block;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;
}

/* Galeria */
.galeria table td {
	padding: 10px;
}
.galeria table td img {
	width: 195px;
	border: 4px solid transparent;
}

/* Programação */
.programacao.content-inner ul {
	width: 400px;
	float: left;
	max-height: 600px;
	overflow-y: scroll;
	background-color: #fff;
}
.programacao.content-inner ul li a {
	display: block;
	padding: 5px 10px;
	color: #6C6C6C;
}
.programacao.content-inner ul li a:hover {
	background-color: #CDE9F8;
}
.programacao.content-inner ul li a:active {
	background-color: #A5DAF1;
}
.programacao.content-inner ul li.odd {
	background-color: #EDF5FB;
}
.programacao.content-inner ul li.programacao-data {
	padding: 3px 7px 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, 'Sans Serif';
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
	*border-bottom: 2px solid #878787;
	_border-bottom: 2px solid #878787;
}
.programacao.content-inner ul li .small {
	text-transform: uppercase;
	font-size: 9px;
	line-height: 9px;
}

.programacao.content-inner .programacao-sidebar {
	float: right;
	width: 250px;
}

/* Caroussel */
.caroussel {
	position: relative;
}
.caroussel-filmes {
/*	height: 350px;*/
}
.caroussel-filmes .filme {
	position: absolute;
	display: none;
	width: 447px;
	overflow: hidden;
}
.caroussel-filmes .filme.selected {
	display: block;
}
.caroussel-filmes h2 {
	margin: 2px 0 4px;
}
.caroussel-filmes img.thumb {
	margin: 8px 0;
}
.caroussel .prev, .caroussel .next {
	display: block;
	width: 40px;
	background-color: rgba(0,0,0,0.5); color: #fff;
	font-size: 40px;
	padding: 0px 15px 8px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	text-align: center;
	
	opacity: 0;
	-moz-opacity: 0;
	*display: none;
	_display: none;
	-webkit-transition: opacity 200ms ease-out, background-color 100ms ease-out;
}
.caroussel:hover .prev, .caroussel:hover .next {
	opacity: 1;
	-moz-opacity: 1;
	*display: block;
	_display: block;
}
.caroussel .prev:hover, .caroussel .next:hover {
	background-color: rgba(0,0,0,0.7);
}
.caroussel .prev:active, .caroussel .next:active {
	background-color: rgba(30,150,30,0.7);
}
.caroussel .prev {
	left: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
.caroussel .next {
	right: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

/* Noticias */
.content-inner.noticias span.data {
	font-size: x-small;
	color: #cc0;
	font-style: oblique;
	margin-bottom: 5px;
	display: block;
}


form table td {
	padding: 5px;
}
