@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background: url(../layout/bg.jpg) #56371a fixed center no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#333;
}

#tudo{
	width:900px;	
}

#topo{
	width:900px;
	height:300px;
	background-color:none;	
}

#menu{
	background-image:url(../layout/bg-menu.png);
    background-color:none;
    padding-top:5px;
    width:620px;
    height:32px;
	float:right;
	margin-right:20px;
}

#conteudo{
	width:900px;
	height:463px;
	background-image:url(../layout/bg-conteudo.png);
	text-align:justify;
	clear:both;
}

#conteudo-scroll{
	width:900px;
	height:350px;
	margin-top:10px;
	overflow:auto;
	overflow-x:hidden;
	text-align:justify;
}

#video{
	width:480px;
	height:350px;
	float:left;
}

#noticias{
	width:350px;
	height:350px;
	float:right;
}

#textos{
	width:500px;
	float:left;
}

#fotos{
	width:300px;
	float:right;
}

#box-noticia{
	border-bottom: #fff 1px dotted;
}

#holder {
	width:850px;
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:25px;
}

#rodape-etnias{
	width:900px;
	height:300px;
	margin-top:-40px;
	background-color:none;	
}

#ancoras{
	display:none;
}

.carousel_container {
	background-image:url(../layout/palco.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width: 900px;
	height: 100%;
	margin: 0px auto;
	border: none;
}

#shows-left{
	width:351px;
	float:left;
	margin-left:45px;
	margin-top:10px;
}

#shows-right{
	width:351px;
	float:right;
	margin-right:45px;
	margin-top:10px;
}

/*/////// TEXTOS ///////*/

p{
	margin-bottom:15px;
}

p.data-noticia{
	color:#F90;
}

h3.noticia{
	color:#930;
	margin-bottom:10px;
}

h2{
	font-size:18px;
	color:#630;
	border-bottom: #8A2E25 1px dotted;
	padding-bottom:10px;
}


/*/////// IMAGENS ///////*/

img.chamada{
	margin-left:25px;
	margin-top:25px;
}

img.borda-esquerda{
float:left;
}

img.borda-direita{
float:right;
}

/*/////// LINKS ///////*/

a{
outline: none;
}

a.noticia{
	color:#333;
	text-decoration:none;
}

a.noticia:hover{
	color:#333;
	text-decoration:underline;
}


a img {
border:none;
} /* Remove IE's blue borders */


/*/////// MENU DROP DOWN ///////*/

ul.menubar{
  font-size:12px;
  text-align:center;
  float:right;
  margin-right:48px;
  padding: 0px;
}
 
ul.menubar .submenu{
  margin: 0px;
  padding: 0px;
  list-style: none;
  border: none;
  float:left;
}
 
ul.menubar ul.menu{
  display: none;
  position: absolute;
  margin: 0px;
}
 
ul.menubar a{
  padding: 5px;
  display:block;
  text-decoration: none;
}
 
ul.menu, ul.menu ul{
  margin: 0;
  padding: 0;
  background-image:url(../layout/bg-sub.png);
  background-color:none;
  width: 160px; /* Width of Menu Items */
}
 
ul.menu li{
  position: relative;
  list-style: none;
  border: 0px;
}
 
ul.menu li a{
  display: block;
  text-decoration: none;
  border-bottom: 0px;
  color: #FFFFFF;
  padding: 5px 10px 5px 5px;
}

 
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */
 
ul.menu ul{
  position: absolute;
  display: none;
  left: 149px; /* Set 1px less than menu width */
  top: 0px;
}
 
ul.menu li.submenu ul { 
display: none; } /* Hide sub-menus initially */
 
ul.menu li a:hover { 
color: #FFFFFF;
background-color:#D17802;}

	
a.bt-atracoes{
background-image:url(../layout/bt-atracoes.png);
background-position:top;
background-repeat:no-repeat;
display: block;
width:81px;
height:22px;
}

a.bt-sobre-feira{
background-image:url(../layout/bt-sobre-feira.png);
background-position:top;
background-repeat:no-repeat;
display: block;
width:118px;
height:22px;
}

a.bt-sobre-ijui{
background-image:url(../layout/bt-sobre-ijui.png);
background-position:top;
background-repeat:no-repeat;
display: block;
width:90px;
height:22px;
}

a.bt-shows{
background-image:url(../layout/bt-shows.png);
background-position:top;
background-repeat:no-repeat;
display: block;
width:60px;
height:22px;
}

a.bt-programacao{
background-image:url(../layout/bt-programacao.png);
background-position:top;
background-repeat:no-repeat;
display: block;
width:122px;
height:22px;
}
