@charset "utf-8";
/* CSS Document */

/*
	Theme Factory
	Por: Angelo Rocha
	Site: www.angelorocha.com.br
	Email: contato@angelorocha.com.br
	Licença: GPL 2.0
*/

div.sidebar {
	width: 250px;
	float: left;
	position:relative;
	margin:0;
}
div.sidebar > div{
	margin:0 0 5px 0;
}
div.sidebar img {
	max-width:250px !important;
}
div.sidebar h3.widget-title {
	display:none;
}
/*Fim da Side bar Principal*/

/*Bottom Sidebars*/
.first-sidebar-bottom, .second-sidebar-bottom {
	background: #FFF;
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	color: #333;
	text-align:center;
}
.first-sidebar-bottom > li > h3{
	color: #257433;
	font-size:18px;
	line-height:5px;
}
.first-sidebar-bottom > li{
	width: 300px;
	float: left;
	margin: 0 10px 15px 10px;
}
.second-sidebar-bottom > li > h3{
	display:none;
}
.second-sidebar-bottom > li{
	width: 220px;
	height:auto;
	display:inline-table;
	margin:0 10px 20px 10px;
}
.second-sidebar-bottom > h1{
	margin:-5px 0 5px 0;
	border-top:5px solid #257433;
	text-align:left;
	line-height:1px;
}
.second-sidebar-bottom > h1 > strong{
	background:#257433;
	color:#FFF;
	padding:5px 15px 5px 15px;
	line-height:25px;
	margin:10px 0 0 0;
	font-size:16px;
}
.shadow{
	background:url(../images/shadow.png) center no-repeat;
	width:960px;
	height:35px;
	color:#FFF;
	margin:0 auto 0 auto;
	padding:0;
}
/*Fim das Sidebars*/