/*
  Data: Jun-2012
  Autor: Everton Fraga
 */
/* Cores dos boxes dos filmes */
/* Geral */
html, body {
  background: #2d9ec0;
  color: #f7f7f7;
}
a:link, a:visited {
  color: #fff;
}
body { background: #2d9ec0 url(../img/bg-1440.jpg) no-repeat 50% top; }
@media screen and (min-width: 1441px) {
    body { background: #2d9ec0 url(../img/bg-1984.jpg) no-repeat 50% top; }
}

/* Header */
#hd .form-busca input.text{
  background-color: #ede4e4;
  border: 1px solid #000;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.4s;
}
#hd .form-busca input.submit {
  background: #003425 url(../img/bt-search.jpg) no-repeat center center;
  border: 1px solid #000;
}
#hd .form-busca input.text:hover, #hd .form-busca input.text:focus {
  background-color: #fff;
}

/* Footer */
#ft {
  background-color: #fff;
}

/* Menu */
#menu li {
}
#menu a {
  color: #fff;
}

/* Cores de background */
.bg1 {
  background-color: #E6007A;
}
.bg2 {
  background-color: #FB6E07;
}
.bg3 {
  background-color: #920006;
}
.bg4 {
  background-color: #0F7DD4;
}
.bg5 {
  background-color: #F3C823;
}
.bg6 {
  background-color: #15A209;
}
.bg7 {
  background-color: #900ec6;
}

.bg6-1 {
  background-color: #137106;
}
.bg6-2 {
  background-color: #116706;
}

.content .bg6-1 {
  background-color: #ff7e00;
}


/* Sidebar */
.calendar table th, .calendar td:hover a, .programacao.content-inner ul li.programacao-data {
  background-color: #42BBE7;
  color: #fff;
}
.calendar a {
  color: #ff0;
}

.newsletter { background-color: #32add1; }

.box-content.calendar {
  background-color: #FF7E00;
}

/* Home */
.caroussel-noticias ul li.selected {
  border-color: #68ac62;
}
.caroussel-noticias ul li:hover {
  border-color: #2e9327;
}

/* Conteúdo */
.content {
  background-color: #ffa922;
}
.content h2, .content h2 a {
  color: #fcff00;
}

/* Filme */
.bt-programacao {
  color: #fcff00;
  background-color: #137106;
}
.bt-programacao:hover {
  background-color: #0d8a04;
}

/* Galeria */
.galeria table td img:hover {
  border-color: #2e9327;
}

.anchor{
  color: #BFD595;
  background-color: rgba(0,0,0,0.1);
}
.anchor:hover{
  background-color: rgba(0,0,0,0.15);
  color: #fff;
}

.content a {
  color: #ff0;
}
.content a:hover {
  color: #fff;
}
.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;
}
