@charset "utf-8";

/* inicio reset */
* { margin: 0; padding: 0; text-decoration: none; outline: none; }
a, img { border: none; }
body { line-height: 1; background: black; color: white; font:12px Verdana,Arial,sans-serif; }
ul { margin: 0; padding: 0; list-style-type: none; }
a { border:0; text-decoration:none; }
a:hover { text-decoration:underline; }
h1 { margin:0; padding:0; border:0; }
/* fim reset */

/* inicio geral */

.clear { clear:both; }
.on { display:block; }
.off { display:none }

/* fim geral */

/* inicio base */

#main { }

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

/* fim base */

/* inicio header */

#header {
	
	
	margin-bottom:47px;
	height:194px;
	
}

#header-direito {
	
	float:left;
	/*background: url(img/logo.gif) no-repeat left;*/
	height:194px;
	width:547px;
	
}

#header-direito p {
	
	float:left;
	
}

#header-direito h1 {
	
	float:left;
	margin-top:118px;
	margin-left:13px;
	
}

#header-direito h1 a {
	
	text-transform:uppercase;
	font-size:35px;
	font-weight:normal;	
	
}

#header-direito h1 a:hover {
	
	cursor: pointer;
	
}


#header-esquerdo {
	
	float:left;
	width:385px;
	height:194px;
	
}

#header-esquerdo-baixo {
	
	margin-top:34px;
	
}

#descricao {
	
	margin-top:87px;
	margin-left:10px;
	font-size:20px;
	
}

#sobre {
	
	margin-right:7px;
	float:left;
	
}

#sobre a { text-indent:-9999em; }

#busca {
	
	float:left;
	
}

#busca img {
	
	width:76px;
	height:22px;
	border:0;
	margin:0;
	float: left;
	
}

#busca input.busca-termo {
	
	width:155px;
	height:22px;
	border:0;
	float: left;
	margin-right:2px;
	
}

#busca input.search {
	
	width:37px;
	height:22px;
	float: left;
	
}



/* fim header */

/* inicio conteudo */

#content {
	
	width:935px;
	clear:both;
	
}
	
#colaboradores-nav {
	
	width:100%;
	text-align:right;
	margin-bottom:8px;
	height:20px;
	
}

#colaboradores {
	
	clear:both;
	margin-bottom:56px;
	overflow:hidden;
	
}

#colaboradores-lista {
	
	height:50px;
	
}

#colaboradores-lista ul {
	width:935px;
	float:left;
}

#colaboradores-lista ul li {
	
	padding-left:8px;
	font-weight: bold;
	text-transform:uppercase;
	line-height:21px;
	margin-right:6px;
	display:block;
	float:left;
	margin-bottom:8px;
	width:215px !important;
	height:21px;
	background-color:#f4ed16;	

}

#colaboradores-lista ul li.ultimo {
	
	margin-right:0px !important;


}


#colaboradores ul li a {
	
	color:black;
	
}

p.navegacao {
	
	margin-top:50px;

}

p.navegacao a {
	
	color:#f4ed16;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	margin-right:15px;

}

		
#colaboradores-posts ul li {
	
	display: block;
	margin-right:29px;
	margin-bottom:27px;
	float:left;
	width:452px !important;
	height:216px !important;	
	
}

#colaboradores-posts ul li.segundo {

	margin-right:0px !important;
	
}


#colaboradores-posts {
	
}

#colaboradores-posts ul li div.colaborador-post-holder {
	
	width:450px !important;
	height:216px !important;
	background:#f4ed16 url("img/tf-post-resumo-border.gif") no-repeat right top;
	
}

#colaboradores-posts ul li div.colaborador-post-holder div.imagem {
	
	float:left;
	width:138px;
	height:216px;
	
}

#colaboradores-posts ul li div.colaborador-post-holder div.info {
	
	float:left;
	margin:28px 17px 0px 17px;
	width:278px;
	
}

#colaboradores-posts ul li div.colaborador-post-holder div.info p.titulo {
	
	margin-bottom:25px;
	
}

#colaboradores-posts ul li div.colaborador-post-holder div.info p.titulo a {
	
	color:black;
	font-weight:bold;
	font-size:18px;
	
}

#colaboradores-posts ul li div.colaborador-post-holder div.info p.data-autor {
	
	color:#707173;
	font-size:12px;
	margin-bottom:24px;
	
}

#colaboradores-posts ul li div.colaborador-post-holder div.info p.resumo {
	
	color:black;
	font-size:12px;
	
}



/* fim conteudo */

/* inicio rodape */

#footer {
	
	border-top: #f4ed16 2px solid;
	margin-top:21px;
	padding-top:28px;
	margin-bottom:80px;
	
}

#tag-cloud {
	
	width:416px;
	float:left;
	min-height:100px;
	
}

#tag-cloud a {

	color:#f4ed16;
	font-weight:bold;
	
}

ul.links-footer {
	
	margin-left:5px;
	
}

ul.links-footer li a {
	
	color:white;
	font-weight:bold;
	font-size:10px;
	
	
}

#passado {
	
	float:left;
	width:123px;
	margin-right:6px;
	background:#000 url("img/tf-titulo-passado.gif") no-repeat left top;
	padding-top:32px;
	
}

#temas {
	
	float:left;
	width:135px;
	margin-right:6px;
	background:#000 url("img/tf-titulo-temas.gif") no-repeat left top;
	padding-top:32px;
	
}

#links {
	
	float:left;
	width:210px;
	margin-right:6px;
	background:#000 url("img/tf-titulo-links.gif") no-repeat left top;
	padding-top:32px;
	
}

#perfis {
	
	float:left;
	
}

#perfis p {
	
	margin-bottom:6px;
	
}

/* fim rodape */


