@CHARSET "UTF-8";

/** INICIO BASE **/

body {  
	margin:0px; padding:0px;  
	font:12px Verdana,Arial,sans-serif;
}

img { border:0; }

ul { margin: 0; padding: 0; list-style-type: none; }

a { border:0; text-decoration:none; outline:none; }
a:hover { text-decoration:underline; border:0;  }

div { outline:none; }

h1 { margin:0; padding:0; border:0; }

/** FIM BASE **/

/* INICIO GERAL */

.centralizado { text-align:center; }
.on { display:block; }
.off { display:none; }

.titulo-rss {

	background: none no-repeat scroll left center #000000;
	margin-left:225px;
	margin-top:-19px;
	position:absolute;
	width:18px;
	height:18px;

}

.titulo-rss-esquerdo { margin-left:225px; }
.titulo-rss-video { margin-left:489px; }
.titulo-rss-direito { margin-left:113px; }
.titulo-rss-blog-destaque { margin-left:636px; }

/* FIM GERAL */

#main {

	
}

#main .container {  
	width:1000px;  
	margin:0 auto;
}

#bloco-esquerdo {
	
	width:248px;
	background-color:none;
	float:left;
	margin-right:21px;
	
}

#bloco-direito {
	
	width:659px;
	background-color:#none;
	float:left;

}

.box-bloco {
	
	border:2px solid black;
	background: none repeat scroll 0 0 #FFF;
	border-top: none !important;
	
}

.titulo-bloco, .titulo-bloco a {
	
	height:21px;
	background-color:#000;
	color:white;
	font-weight: bold;
	/*padding-left: 27px;*/
	
}


/** INICIO ESQUERDO **/

.titulo-radio-tempo { background: #000 url("img/tf-titulo-radio-tempo.gif") no-repeat left; text-indent:-9999em; }
.titulo-efemero { background: #000 url("img/tf-titulo-efemero.gif") no-repeat left; text-indent:-9999em; }
.titulo-imagens { background: #000 url("img/tf-titulo-imagens.gif") no-repeat left; text-indent:-9999em; }
.titulo-google-translate { background: #000 url("img/tf-titulo-google-translate.gif") no-repeat left; text-indent:-9999em; }
.titulo-climatempo { background: #000 url("img/tf-titulo-climatempo.gif") no-repeat left; text-indent:-9999em; position: absolute; width:133px; }
.titulo-links { background: #000 url("img/tf-titulo-links.gif") no-repeat left; text-indent:-9999em; }
.titulo-processos-blogs { background: #000 url("img/tf-titulo-processos-blogs.gif") no-repeat left; text-indent:-9999em; }
.titulo-pilulas-do-festival { background: #000 url("img/tf-titulo-pilulas-do-festival.gif") no-repeat left; text-indent:-9999em; }
.titulo-contato { background: #000 url("img/tf-titulo-contato.gif") no-repeat left; text-indent:-9999em; }
.titulo-tv-tempo { background: #000 url("img/tf-titulo-tv-tempo.gif") no-repeat left; text-indent:-9999em; }
.titulo-parceiros { background: #000 url("img/tf-titulo-parceiros.gif") no-repeat left; text-indent:-9999em; }
.titulo-quem-somos { background: #000 url("img/tf-titulo-quem-somos.gif") no-repeat left; text-indent:-9999em; }
.titulo-press { background: #000 url("img/tf-titulo-press.gif") no-repeat left; text-indent:-9999em; }
.titulo-programacao { background: #000 url("img/tf-titulo-programacao.gif") no-repeat left; text-indent:-9999em; }


#logo, #data, #banner-lateral, #soundcloud, #twitter, #flickr {
	
	margin-bottom:17px;
	
}

#logo {
	
	height:194px;
	
}

#logo h1 {
	
	text-indent:-9999em;
	
}

#data {
	
	background-color:#000;
	height:24px;
	text-align:center;
	padding-bottom:3px;
	width:243px;
	
}

#data p.relogio {
	
	color:#f4ed16;
	font-size:20px;
	
}

#banner-lateral {
	
}

#banner-lateral ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#banner-lateral li {
	
	margin-bottom: 4px;
	
}

#soundcloud-embed {
	
	background: none repeat scroll 0 0 #FFF;
	margin: 0;
	padding: 0;
	
}

#soundcloud-track {
	
	background: none repeat scroll 0 0 #FFF;
	padding: 0 0 3px 6px;
	
}

#soundcloud-embed span {
	
	background: none repeat scroll 0 0 #FFF;
	padding: 0 0 0 6px;	
	
}

#soundcloud-embed span, #soundcloud-embed span a {

	color: black;
	
	
}

#twitter {
	
	/*background: none repeat scroll 0 0 #000;*/
	
}

#twitter ul {
	
	margin: 0;
	padding: 0;
	background: none repeat scroll 0 0 #FFFFFF;
	color: black;
	
}

#twitter ul li {
	
	border-bottom: #000 solid 2px;
	padding:10px !important;
	overflow:hidden;
	
}

#twitter ul li a {
	
	color: #bebfc1;
	
}

#twitter ul li a:hover {
	
	color: #58595b;
	
}



#flickr {
	
	background: none repeat scroll 0 0 #000;
	
}

#galeria-full {
	
	overflow:hidden;
	padding-bottom:2px;
	text-align:center;
	
}

#galeria-thumbs {
	
	display:table;
	width:243px;
	padding-left:2px;
	
}

#galeria-thumbs ul {
	
	padding: 0 0 0 1px;
	
}

#galeria-thumbs ul li {
	
	display:block;
	margin-right:2px;
	float: left;
	
}

/*
#galeria-thumbs ul li a img, #galeria-thumbs ul li a { border: none; overflow: hidden; float: left; }
#galeria-thumbs ul li a:hover, #galeria-thumbs ul li a.ativo { border: 2px solid white; }
#galeria-thumbs ul li a:hover img, #galeria-thumbs ul li a img.ativo { margin: -2px; }
*/

#flickr li.lista-primeiro {
	
	/*margin:0;*/
	
}

#translate { 
	
	display:table;
	
}

#google-translate {
	
	padding:10px;
	
}

/** FIM ESQUERDO **/

/** INICIO DIREITO **/

#topo {

	height:154px;
	margin-bottom:19px;
	padding-top:40px;

}

#banner-topo {
	
	height:89px;
	width:659px;
	
}

#banner-rodape {

	margin-bottom:15px;
	
}

#menu {
	
	padding-top:13px;
	
}

#menu li {
	
	display:inline;
	
}


/** FIM DIREITO **/

/** INICIO CONTEUDO **/

#conteudo {
	
	width: 659px;
	margin-bottom: 23px;
	
}

/** FIM CONTEUDO **/

/** INICIO INFERIOR **/

#bloco-inferior-esquerdo {
	
	float:left;
	padding-right:13px;
	
}

#bloco-inferior-direito {
	
	float:left;
	
}


#clima-tempo {
	
	width:131px;
	margin-bottom: 20px;
	
}

#clima-tempo-embed {
	
	background:none repeat scroll 0 0 #000000 !important;
	padding-top:6px;
	text-align:center;
	
}

#processos {
	
	width:507px;
	margin-bottom: 20px;	
	background:none !important;
	overflow:hidden;
	height:176px;
	
}

#processos-descricao {
	
	width:312px;
	float:left;
	padding-bottom:16px;
	font-size:11px;
	border-right: 2px solid black;
	height:157px;
	
}

#processos-descricao p {

	padding-left:18px;
	padding-right:8px;
	
}

#processos-lista {
	
	width:193px;
	float:left;
	height:155px;
	
}

#processos-lista a {
	
	text-decoration:none;
	color:black !important;
	
}

.processos-titulo a {
	
	text-decoration:none;
	color:black !important;
	
}


.processos-titulo {
	
	height:28px;
	margin-top:3px;
	line-height:28px;
	font-weight:bold;
	text-transform:uppercase;
	overflow:hidden;
	
}

.processos-titulo-principal {
	 
	padding-left:18px;
	font-size:14px !important;
	
}

.processos-titulo-secundario {
	
	font-size:11px;
	padding-left:7px;
	
}

#video {
	
	width:507px;
	margin-bottom:25px;
	
}

#video-embed {
	
	background:none repeat scroll 0 0 #000000 !important;
	overflow:hidden;
	padding-left:-1px;
	
}

#video-descricao {
	
	padding:7px 14px 9px 14px;
	border-top: 2px solid black;
	
}

#video-descricao p {
	
	font-size:11px;
	
}

#video-descricao p strong {
	
	font-size:14px !important;
	
}

#delicious {
	
	width:131px;
	font-size:9px;
	
}

#delicious ul {
	
	margin: 0;
	padding: 0;
	background: none !important;
	color: black;
	
}

#delicious ul li {
	
	padding-left:6px;
	border-bottom: #000 solid 2px;
	background: none repeat scroll 0 0 #FFFFFF;
	
}

#delicious ul li a {
	
	color:#000;

}

/** FIM INFERIOR **/

/** INICIO HOME **/

.blog-destaque {
	
	width:654px;
	height:221px;
	/*font-size:14px !important;*/
	line-height: 21px;
	
	
}

.blog-destaque-post-imagem {
	
	float:left;
	
}

.blog-destaque-post-conteudo {
	
	float:left;
	padding-left:19px;
	width: 458px;
	height:200px;
	
}

.blog-destaque-post-link {
	
	float:left;
	padding-top: 10px;
	
}

.titulo-blog-destaque {

	text-transform:none !important;
	padding-left:7px;
	
}

.blog-destaque-post-titulo {
	
	font-size:16px !important;
	font-weight:bold;
	margin-bottom:-10px;
	
}

.blog-destaque-post-data {
	
	font-size:10px !important;
	color: #58595b;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.blog-destaque-post-resumo {
	
	font-size:12px !important;
	
}

.blog-destaque-instantaneo { 
	
	background: none repeat scroll 0 0 #f4ed16 !important;

}

.blog-destaque-simultaneo { 
	
	background: none repeat scroll 0 0 #16bcf4 !important;
	
}

/** FIM HOME **/

