@charset "utf-8";

/* AULUS RESET.CSS */
@import url("reset.css");
@import url(".css");

/* 
===================
  ESTRUTURA
===================*/
#global{
    width: 100%;
		min-height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
		text-align: left;
  }


div#logo{
	width: 570px;
  height: 194px;
	margin: 50px auto;
	background: #000;
	
}


/*--------
  TWITTER
---------*/
#twitter{
	width: 900px;
	clear: both;
	bottom: 0;
	margin: 0 auto;

}

#twitter h2 a{
	margin-bottom: 10px;
	color: #0A63A5;
}

#twitter h2 a:hover{
	text-decoration: none;
	color: #07436F;
}

#twitter h2{
	color: #ccc;
	line-height: 130%;
	margin-bottom: 10px;
}

/*twitter*/
.twtr-hd, .twtr-ft{
	display: none;
}

.twtr-tweet{
	float: left;
	width: 200px;
	border-right: 1px dotted #eee;
	min-height: 80px;
	padding: 5px 12px;
	-moz-border-radius: 5px;
}

.twtr-timeline{	
	float: left;
	width: 100%;
	min-height: 130px!important;
	height: auto!important;
}

.twtr-bd{
	float: left;
	width: 100%!important;
}

.twtr-doc{
	width: 900px!important;
}

.twtr-widget .twtr-tweet{
	border-bottom: none!Important;
}

.twtr-user{
  font-weight: bold;
}

