/*** CSS BROWSER RESET ***/
@import url("reset.css");
/*** GERAL ***/
html {
}
body {
	font-size:1.4em;
	color:#1a2022;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 3% 0 3%;
}
img {
	border:0;
}
a {
	color:#999999;
}
#cabecalho h3 {
	padding:10px 0;
	font-size:1em;
}
#cabecalho h3 a {
	display:block;
	background:#333;
	padding:5px;
	float:left;
	color:#fff;
	text-decoration:none;
}
#sobre {
	display:none;
}
#menu {
	display:none;
}
#principal {
	padding:20px 0 0 0 ;
	float:left;
	clear:both;
}

#tweets {
	list-style:none;
}
.botaofechar {
	display:none;
}
#tweets li {
	padding:10px 0 10px 0;
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px dashed #d1d1d1;
}
.user_info a {
	display:none;
}
.user_info .name {
	font-weight:bold;
	width:90%;
	display:block;
	float:left;
	clear:both;
}
.user_info .time {
	font-style:italic;
	font-size:0.8em;
	width:90%;
	display:block;
	float:left;
	clear:both;
}
.user_tweet {
	display:block;
	float:left;
	clear:both;
}
#paginador {
	padding:10px 0 20px 0;
	float:left;
	clear:both;
}
#lateral {
	padding:10px 0 20px 0;
	float:left;
	clear:both;
}
.responder {
	font-size:0.8em;
	color:#666666;
	text-decoration:none;
}
#tit_toptwitters {
	padding:20px 0 0 0;
}
#top_twitters {
	list-style:none;
}
#tit_naotem {
	padding:20px 0 0 0;
}
#rodape {
	font-size:0.7em;
}
