/* CSS Document */

body {
	background:url(../img/bg.jpg) repeat-x #E6E6E6;
	margin:0px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container {
	width:999px;
	margin:0 auto 0 auto;
}

#topo {
	display:block;
	overflow:hidden;
	height:174px;
	background:url(../img/bgTopo.jpg) center 30px no-repeat;
	padding-top:5px;
}
	#logo {
		float:left;
		overflow:hidden;
		width:365px;
		height:90px;
		margin:45px 0px 0px 32px;
	}
		#logo h1 {
			display:block;
			text-indent:-400px;
			overflow:hidden;
			height:90px;
		}
			#logo h1 a {
				display:block;
				height:90px;
			}
	#topoFoto {
		width:185px;
		height:174px;
		float:right;
		margin:0px 30px 0px 0px;
		background:url(../img/topoFoto.gif);
	}
	
	#menu {
		clear:both;
		height:40px;
		background:url(../img/bgMenu.gif);
	}
		#menu ul {
			float:left;
			padding-left:20px;
			padding-top:2px;
		}
			#menu ul li {
				float:left;
				height:34px;
				overflow:hidden;
				text-indent:-200px;
				margin-left:10px;
			}
			
				#menu ul li a {
					display:block;
					height:34px;
				}
			
			#menuItem1 {
				background:url(../img/spritesMenu.gif) 0px 0px;
				width:144px;
			}
				#menuItem1:hover {
					background:url(../img/spritesMenu.gif) 0px -34px;
				}
			#menuItem2 {
				background:url(../img/spritesMenu.gif) -924px 0px;
				width:157px;
			}
				#menuItem2:hover {
					background:url(../img/spritesMenu.gif) -924px -34px;
				}
			#menuItem3 {
				background:url(../img/spritesMenu.gif) -287px 0px;
				width:71px;
			}
				#menuItem3:hover {
					background:url(../img/spritesMenu.gif) -287px -34px;
				}
			#menuItem4 {
				background:url(../img/spritesMenu.gif) -358px 0px;
				width:56px;
			}
				#menuItem4:hover {
					background:url(../img/spritesMenu.gif) -358px -34px;
				}
			#menuItem5 {
				background:url(../img/spritesMenu.gif) -414px 0px;
				width:119px;
			}
				#menuItem5:hover {
					background:url(../img/spritesMenu.gif) -414px -34px;
				}
			#menuItem6 {
				background:url(../img/spritesMenu.gif) -736px 0px;
				width:177px;
			}
				#menuItem6:hover {
					background:url(../img/spritesMenu.gif) -736px -34px;
				}
				
		#busca {
			float:right;
			width:200px;
			margin-right:14px;
			margin-top:2px;
		}
			#busca label {
				display:block;
				float:left;
				overflow:hidden;
				text-indent:-400px;
				background:url(../img/spritesMenu.gif) -533px 0px;
				width:61px;
				height:34px;
			}
			#buscaInput {
				float:left;
				width:132px;
				height:34px;
				background:url(../img/spritesMenu.gif) -594px 0px;
			}
				#buscaInput #query {
					background:none;
					border:none;
					width:100px;
					height:16px;
					margin-top:8px;
					margin-left:5px;
				}
				#buscaInput #btnSubmit {
					width:20px;
					height:23px;
					margin-top:4px;
				}
				
/* Conteudo */
#content {
	display:block;
	background:url(../img/bgContent.gif) center repeat-y;
	overflow:hidden;
	height:100%;
}
	#esquerda {
		float:left;
		overflow:hidden;
		height:100%;
		width:635px;
		margin-left:10px;
		padding:20px;
	}
		#noticias {
			display:block;
			clear:both;
			overflow:hidden;
			border-bottom:solid 1px #E6E6E6;
		}
		
			#destaque {
				border-right:solid 1px #E6E6E6;
				float:left;
				width:373px;
				padding-right:20px;
				padding-bottom:25px;
			}
			
				#destaque small {
					display:block;
					font-size:10px;
					color:#999;
					height:14px;
					padding-left:5px;
				}
				#destaque h2 {
					display:block;
					font-size:15px;
					font-weight:bold;
					line-height:16px;
					clear:both;
					padding-left:5px;
				}
					#destaque h2 a {
						color:#1A1A1A;
						text-decoration:none;
						font-weight:bold;
					}
						#destaque h2 a:hover {
							color:#666;
						}
				#destaqueFotoContainer {
					margin-top:10px;
					width:366px;
					height:241px;
					background:url(../img/bgDestaque.gif) no-repeat;
					padding:2px 0 0 7px;
				}
					#destaqueFoto {
						width:360px;
						height:230px;
						overflow:hidden;
					}
				#resumo {
					display:block;
					clear:both;
					padding-left:5px;
					padding-top:4px;
					font-size:12px;
					color:#333;
					line-height:15px;
					font-family:Arial;
				}
					#resumo a {
						font-weight:bold;
						text-decoration:none;
						color:#4C9F35;
						text-transform:uppercase;
					}
						#resumo a:hover {
							text-decoration:underline;
						}
						
			#listaNoticias {
				float:left;
				width:200px;
				padding-left:25px;
			}
				.cadaNoticia {
					padding-top:9px;
					padding-bottom:9px;
					border-bottom:dotted 1px #D6D6D6;
				}
					.cadaNoticia small {
						display:block;
						font-size:10px;
						color:#999;
						height:14px;
					}
					.cadaNoticia h4 a {
						font-size:12px;
						font-weight:bold;
						text-decoration:none;
						color:#44464E;
					}
						.cadaNoticia h4 a:hover {
							text-decoration:underline;
							color:#000;
						}
		
		#newsletter {
			height:42px;
			background:url(../img/bgNewsletter.gif) repeat-x;
			display:block;
			border-bottom:1px solid #ccc;
			border-top:1px solid #FFF;
			overflow:hidden;
		}
		
			#newsLabel {
				background:url(../img/spritesNewsletter.gif) no-repeat 13px 0px;
				height:33px;
				float:left;
				width:212px;
				padding-left:193px;
				padding-top:9px;
				margin-left:5px;
			}
				#newsLabel input {
					-moz-border-radius: 5px;
					-webkit-border-radius: 5px;
					border-top:solid 1px #CCC;
					border-left:solid 1px #CCC;
					border-bottom:solid 1px #FFF;
					border-right:solid 1px #FFF;
					height:17px;
					padding:2px 3px;
					font-weight:bold;
					font-family:Arial, Helvetica, sans-serif;
					font-size:13px;
					color:#333;
					width:195px;
				}
				
				#newsLabel input:focus {
					border:solid 1px #1283C4;
				}
			#newsBtn {
				float:left;
				height:34px;
				width:40px;
				padding-top:8px;
			}
			#newsOrkut {
				background:url(../img/spritesNewsletter.gif) 0px -42px no-repeat;
				height:42px;
				padding-left:33px;
				float:left;
				padding-top:13px;
				margin-left:5px;
			}
				#newsOrkut a, #newsTwitter a {
					color:#0099DA;
					font-weight:bold;
					font-size:11px;
					text-decoration:none;
				}
					#newsOrkut a:hover, #newsTwitter a:hover {
						text-decoration:underline;
					}
					
			#newsTwitter {
				background:url(../img/spritesNewsletter.gif) 0px -84px no-repeat;
				height:42px;
				padding-left:33px;
				float:left;
				padding-top:13px;
				margin-left:15px;
			}
			
		#canais {
			display:block;
			overflow:hidden;
			clear:both;
		}
			#flickr {
				float:left;
				width:250px;
				overflow:hidden;
				padding-top:20px;
			}
				#flickrTitle {
					background:url(../img/spritesCanais.gif) 0px 0px;
					width:57px;
					height:16px;
					margin-left:2px;
				}
					#flickrTitle h3 {
						visibility:hidden;
					}
					
				#flickrFotoContainer {
					width:246px;
					height:157px;
					background:url(../img/spritesCanais.gif) 0px -80px;
					padding-top:3px;
					margin-top:15px;
				}
					#flickrFoto {
						width:240px;
						height:148px;
						margin:0px 0 0 3px;
					}
					
				#flickrMais {
					display:block;
					margin-top:7px;
				}
					#flickrMaisIco {
						float:left;
						background:url(../img/spritesCanais.gif) -61px 0px;
						width:17px;
						height:17px;
					}
					
					#flickrMais a {
						display:block;
						float:left;
						text-decoration:none;
						font-size:12px;
						color:#FF2487;
						font-weight:bold;
						height:17px;
						margin-left:5px;
						padding-top:1px;
					}
					
						#flickrMais a:hover {
							text-decoration:underline;
							color:#2579D0;
						}
			#videoaudio {
				border-left:solid 1px #E6E6E6;
				margin-left:20px;
				float:left;
				width:360px;
				overflow:hidden;
				padding-bottom:25px;
				*padding-bottom:5px;
			}
				#videos {
					padding-left:20px;
					padding-top:20px;
					clear:both;
					overflow:hidden;
				}
					#videosTitle {
						width:60px;
						height:18px;
						background:url(../img/spritesCanais.gif) 0px -16px;
						float:left;
					}
						#videosTitle h3 {
							visibility:hidden;
						}
						
						.mais, .maisAgenda {
							float:right;
							background:url(../img/spritesCanais.gif) -96px 0px;
							width:21px;
							height:20px;
							overflow:hidden;
						}
							.mais a, .maisAgenda a {
								display:block;
								margin-left:-999px;
								height:20px;
							}
					.cadaVideo {
						float:left;
						width:130px;
						margin:11px 14px 0px 14px;
						*margin:0px 14px 0px 14px;
					}
						.cadaVideoFotoContainer {
							width:122px;
							height:97px;
							background:url(../img/spritesCanais.gif) -246px -80px;
							padding-top:3px;
							padding-left:3px;
						}
							.cadaVideoFoto {
								width:120px;
								height:90px;
								overflow:hidden;
							}
						.cadaVideo a {
							color:#0099DA;
							text-decoration:none;
							display:block;
							margin-top:3px;
							font-weight:bold;
						}
							.cadaVideo a:hover {
								text-decoration:underline;
							}
							
				#audio {
					display:block;
					margin-top:20px;
					padding-top:20px;
					border-top:solid 1px #E6E6E6;
					overflow:hidden;
					padding-left:20px;
				}
							
					#audioTitle {
						width:52px;
						height:17px;
						background:url(../img/spritesCanais.gif) 0px -34px;
						float:left;
					}
						#audioTitle h3 {
							visibility:hidden;
						}
						
					.cadaAudio {
						float:left;
						width:160px;
						margin-top:20px;
						*margin-top:0px;
					}
						.cadaAudioPlay {
							/*background:url(../img/spritesCanais.gif) -117px 0px;*/
							width:25px;
							height:20px;
							float:left;
						}
						.cadaAudioTitle {
							float:left;
							margin-left:5px;
							width:130px;
							color:#418A34;
							font-size:11px;
							font-weight:bold;
							line-height:11px;
						}
						
						#bgBase {
							margin:0 auto 0 auto;
							width:983px;
							height:27px;
							background:url(../img/bgBottom.gif) no-repeat;
						}
					#rodape {
						display:block
						width:983px;
						margin:10px auto 35px auto;
						overflow:hidden;
					}
						#rodapeLinks {
							color:#0E5287;
							font-size:11px;
							width:640px;
							float:left;
							padding-left:25px;
							line-height:15px;
						}
							#rodapeLinks a {
								text-decoration:none;
								color:#0E5287;
							}
							#rodapeLinks strong a {
								font-weight:bold;
							}
								#rodapeLinks a:hover {
									text-decoration:underline;
								}
						#rodapeAutor {
							float:right;
							text-align:right;
							color:#0E5287;
							font-size:11px;
							padding-right:30px;
						}
							#rodapeAutor a {
								color:#0E5287;
							}
								#rodapeAutor a:hover {
									color:#FF3366;
								}
			
	#direita {
		float:left;
		overflow:hidden;
		height:100%;
		width:300px;
		padding-left:5px;
	}
		#agenda {
			display:block;
			padding:20px;
		}
			#agendaTitle {
				float:left;
				width:110px;
				height:29px;
				background:url(../img/spritesDireita.gif) 0px 0px;
			}
				#agendaTitle h3 {
					visibility:hidden;
				}
				.maisAgenda {
					background:url(../img/spritesDireita.gif) -220px 0px;
					width:28px;
					height:29px;
					margin-right:0px;
				}
			.cadaAgenda {
				clear:both;
				background:#FFF;
				border-top:dotted 1px #CCC;
				padding:9px 10px;
				overflow:hidden;
			}
				.cadaAgendaData {
					width:42px;
					float:left;
					font-size:15px;
					color:#1188B9;
					font-weight:bold;
					padding-top:3px;
					text-align:right;
					padding-right:14px;
				}
				.cadaAgendaTitle {
					float:left;
					width:183px;
					line-height:13px;
					color:#888;
				}
				
			#responde {
				width:254px;
				height:189px;
				background:url(../img/spritesDireita.gif) 0px -30px;
				margin:10px auto 0 auto;
				display:none;
			}
				#responde textarea {
					background:none;
					margin:80px 0 0 19px;
					width:205px;
					height:45px;
					border:0px;
					font-family:Arial, Helvetica, sans-serif;
					color:#555;
					font-size:12px;
					padding:5px;
				}
				#responde input {
					float:right;
					padding-right:20px;
					padding-top:7px;
				}
		#banners {
			clear:both;

			padding-left:20px;
		}
			.cadaBanner {
				clear:both;
				margin:8px 4px;
			}
			
/* Paginas Internas */
#internaTitle {
	width:635px;
	height:60px;
	background:url(../img/bgInternaTitle.gif);
}
	#internaTitle h2 {
		font-size:22px;
		font-weight:bold;
		color:#000;
		margin:12px 0px 0px 15px;
		float:left;
		width:575px;
	}
	#internaTitle h3 {
		font-size:14px;
		color:#000;
		margin:12px 0px 0px 15px;
		float:left;
		width:575px;
		font-weight:bold;
	}
	#internaTitle small {
		display:block;
		clear:both;
		font-size:10px;
		padding:1px 0px 0px 15px;
		color:#2D66A7;
	}
		#internaTitle small a {
			color:#2D66A7;
		}
	#internaTitleVoltar {
		margin-top:12px;
		width:30px;
		height:25px;
		float:left;
		overflow:hidden;
	}
		#internaTitleVoltar a {
			display:block;
			height:25px;
		}
		
	#internaTexto {
		display:block;
		clear:both;
		padding:30px 10px 0px 10px;
		text-align:justify;
		font-size:12px;
		line-height:16px;
		color:#333;
	}
		#internaTexto p {
			text-indent:50px;
		}
		#internaTexto strong {
			font-weight:bold;
		}
		#internaTexto img {
			float:left;
			margin-right:10px;
			margin-bottom:10px;
		}
		
	#internaBase {
		display:block;
		margin-top:30px;
		background:#EEE;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height:31px;
	}
		#internaBaseVoltar {
			float:left;
			padding:8px 12px;
		}
			#internaBaseVoltar a {
				color:#009EE1;
				font-size:11px;
				font-weight:bold;
			}
		#internaBaseOpcoes {
			height:21px;
			background:#FFF;
			float:right;
			margin:2px 2px 0px 0px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			padding:6px 9px 0px 9px;
			font-size:10px;
		}
			#internaBaseOpcoes a {
				color:#2D66A7;
			}
	#maisNoticias ul {
		display:block;
		padding-top:8px;
	}
		#maisNoticias ul li {
			border-bottom:dotted 1px #CCC;
			padding:9px 13px;
			border-top:solid 1px #FFF;
		}
			#maisNoticias ul li:hover {
				background:#EEE;
			}
		#maisNoticias ul li small {
			font-size:10px;
			color:#666;
			display:block;
			clear:both;
		}
		#maisNoticias ul li a {
			text-decoration:none;
			font-weight:bold;
			color:#005399;
		}
			#maisNoticias ul li a:hover {
				text-decoration:underline;
			}
	#maisNoticias h4 {
		display:block;
		padding-top:20px;
		color:#02214A;
		font-size:15px;
		font-weight:bold;
		padding-left:13px;
	}
		#paginacao {
			text-align:center;
			color:#999;
			clear:both;
			padding-top:20px;
		}
			#paginacao a {
				color:#006699;
				text-decoration:none;
			}
				#paginacao a:hover {
					text-decoration:underline;
				}
				
/*########################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################*/

#nav {
	background:#02214A;
	width:160px;
	display:block;
	position:absolute;
	top:217px;
	margin-left:180px;	
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	overflow:hidden;
}
	#nav li {
		display:block;
		clear:both;
		border-top:solid 1px #ccc;
	}
		#nav li a {
			display:block;
			padding:5px 7px;
			color:#FFF;
			font-weight:bold;
			text-decoration:none;
		}
		#nav li a:hover {
			background:#428A35;
			text-decoration:underline;
			color:#FFF;
		}
		.lastm {
			-moz-border-radius: 0px 0px 5px 5px;
			-webkit-border-radius: 0px 0px 5px 5px;
			overflow:hidden;
		}
		
		#flickrRight {
			float:right;
		}
			#flickrRight:hover, #flickrLeft:hover {
				background:#000;
			}
			#flickrRight img, #flickrLeft img {
				zoom:1;
				filter:alpha(opacity=70);
				-moz-opacity:.70;
				opacity:.70;
				cursor:pointer;
			}
			#flickrRight img:hover, #flickrLeft img:hover {
				zoom:1;
				filter:alpha(opacity=99);
				-moz-opacity:.99;
				opacity:.99;
			}
		#flickrLeft {
			float:left;
		}
		
		.cadaFotoGaleria {
			float:left;
			border:solid 1px #ccc;
			margin:2px;
			padding:1px;
			width:78px;
			height:78px;
			overflow:hidden;
			background-repeat:no-repeat;
			background-position:center center;
		}
			.cadaFotoGaleria:hover {
				border:solid 3px #006699;
				margin:0px;
			}
			.cadaFotoGaleria a {
				text-indent:-300px;
				display:block;
				height:78px;
			}
			
.cadaAba, .cadaAbaSel {
	float:left;
	margin-right:2px;
}
		.cadaAba a {
			background:#DDD;
			display:block;
			color:#2C4460;
			font-weight:bold;
			text-decoration:none;
			padding:7px 12px;
		}
			.cadaAba a:hover {
				background:#EEE;
			}
		.cadaAbaSel a {
			background:#2C4460;
			display:block;
			color:#FFF;
			font-weight:bold;
			text-decoration:none;
			padding:7px 12px;
		}
		#conteudoAbas {
			display:block;
			padding:10px;
			background:#2C4460;
		}
		.textoCadaAba {
			padding:20px;
			background:#FFF;
			display:none;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px; 
			overflow:hidden;
		}
		.textoCadaAba img {
			float:left;
			margin-right:20px;
		}
