@charset "utf-8";
/* CSS Document */
body {
	font-family:arial,verdana,sans-serif;
	background-color:#F0F0F0;
}
a {
	outline: none;
}
#site {
	margin:0 auto;
	width:1000px;
	position:relative;
}
/*cabeçalho */
#header {
overflow:auto;
}
#header h1 {
	text-indent:-9999px;
	background-image:url(../imgs/logotipo.png);
	background-repeat:no-repeat;
	width:193px;
	height:32px;
	display:compact;
	margin:10px 0;
}
#header h1 a{
	display:block;
	height:32px;
}
#header ul {
	padding:0;
	margin:0;
	height:25px;
	display:block;
}
#header ul li{
	float:left;
	list-style:none;
	background-color:#CCC;
}
#header ul li a {
	color:#FFF;
	padding:0 40px 0 5px;
	line-height:25px;
	text-decoration:none;
	font-size:80%;
	display:block;
	font-weight:bold;
	
}
#header ul li a:hover,#header ul li a.menu-active {
	line-height:30px;
	margin-top:-5px;
}

#menu-home {
	background-color:#000;
}
#menu-home:hover {
	background-color:#333;
}

#menu-noticias {
	background-color:#C00;
}
#menu-noticias:hover {
	background-color:#F00;
}

#menu-esportes {
	background-color:#060;
}
#menu-esportes:hover {
	background-color:#090;
}

#menu-entretenimento {
	background-color:#66C;
}
#menu-entretenimento:hover {
	background-color:#69F;
}

#menu-pessoas {
	background-color:#09F;
}
#menu-pessoas:hover {
	background-color:#0CF;
}
#menu-promocoes {
	background-color:#FC0;
}
#menu-promocoes:hover {
	background-color:#FED801;
}
#menu-fotos {
	background-color:#F30;
}
#menu-fotos:hover {
	background-color:#F90;
}

#menu-sites {
	background-color:#039;
}
#menu-sites:hover {
	background-color:#06C;
}

/* Barra lateral*/
#sidebar-content {
	clear:both;
	background-color:#FFF;
	overflow:auto;
}
#sidebar {
	float:right;
	width:219px;
	padding:10px;
}
#sidebar h2 {
	font-size:100%;
	margin:0 0 5px 0;
}
#sidebar #guia {
	margin-bottom:20px;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li{

}
#sidebar ul li a{
	display:block;
}
#sidebar ul li a:hover{
	display:block;
}

#content {
	background-color:#FFF;
}
#footer {
	clear:both;
	text-align:center;
	font-size:80%;
	color:#CCC;
}

.festas-galeria-albuns .festas-galeria-box:hover {
	background-color:#E8F4FF;
}
#plantao li h4 a {
	color:#900;
}