/* @group Geral */
* {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

body {
	background: url(images/header-bg.jpg) #fff repeat-x;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

body.without-submenu {
	background: url(images/header-bg-home.jpg) #fff repeat-x;
}

#geral, #footer-content {
	width: 915px;
}

img{
	border: none;
}

hr {
	display: none;
}

a{
	color: #1886cd;
}

a:hover {
	color: #2083c3;
}

.clear {
	clear: both;
}

.submit {
	cursor: pointer;
}


.sidebar-box{
	padding: 0 3px 3px 0;
	background: url(images/sidebar-box-border.gif) bottom right no-repeat;
}

#sidebar  .sidebar-box-content h2, 
.sidebar-box-content h2 {
	padding: 0 0 5px 0;
	margin: 0;
	color: #1B78C1;
	font-size: 14px;
	font-weight: bold;
}

.sidebar-box-content{
	padding: 10px;
	border-top: solid 1px #cfdfec;
	border-left: solid 1px #cfdfec;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}
/* @end */

/* @group Header */

#header {
	height: 186px;
	position: relative;
	margin: 0 0 30px 0;
}

.without-submenu #header {
	height: 158px;
}

/* @group Navbar */
#header #navbar {
	color: #fff;
	padding: 0 10px;
}

#header #navbar a {
	color: #fff;
	text-decoration: none;
}

#header #navbar a.feed {
	background: url(images/navbar-feed.jpg) no-repeat left center;
	padding: 0 0 0 20px;
	display: block;
	float: left;
	line-height: 29px;
	height:29px;
}

#header #navbar .date {
	float: left;
	display: block;
	line-height: 29px;
	height:29px;
	margin: 0 0 0 32px;
}

#header #navbar form {
	display: inline;
	float: left;
	margin: 0 0 0 70px;
}

#header #navbar form#newsletter {
	float:right;
	margin: 0;
}

#header #navbar form label {
	float: left;
	line-height: 29px;
}

#header #navbar form input {
	background: url(images/navbar-input-bg.jpg) #fff repeat-x;
	border: 1px solid #fff;
	height: 14px;
	line-height:12px;
	float: left;
	margin: 4px 5px 0 10px;
	padding: 2px 3px;
	width: 135px;
}

#header #navbar form input.submit {
	background: url(images/navbar-submit.jpg) no-repeat left bottom;
	text-indent: -5000px;
	height: 22px;
	width: 33px;
	border: none;
	float:left;
	margin: 4px 0 0 0;
}
/* @end */

/* @group Headerimg */
#bgHeader {
	background: url(images/header-logo.jpg) no-repeat center 29px;
}
#header #headerimg {
	/*background: url(images/header-logo.jpg) no-repeat;*/
	height: 100px;
	width: 915px;
	float: left;
}

#header #headerimg .description {
	display:none;
}

#header #headerimg h1 a {
	display: block;
	width: 220px;
	height: 70px;
	margin: 20px 0 0 0;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
}
/* @end */

#header #header-links {
	float:right;
	width:400px;
	height:80px;
	margin: 10px 0 10px 0;
}

#header #header-links li{
	text-align: right;
	padding: 2px 15px;
	line-height: 12px;
	*line-height: 13px;
	font-size:11px;
	float: right;
	width: 95px;
	border-right: solid 1px #ccc;
}

#header #header-links li a{
	text-decoration: none;
}
#header  #header-links li a:hover{
	text-decoration: underline;
}

#header #menu,
#header #submenu {
	position: absolute;
	left: 0;
	list-style: none;
}

#header #menu {
	bottom: 29px;
}

.without-submenu #header #menu {
	bottom: 1px;
}

#header #submenu {
	bottom: 1px;
}

#header #menu li,
#header #submenu li {
	float: left;
}

#header #menu li a ,
#header #submenu li a {
	display: block;
	line-height: 11px;
	font-size: 11px;
	padding: 9px 10px 7px 10px;
	text-decoration: none;
	color: #5A5A5A;
	text-transform: uppercase;
}

#header #menu li a:hover,
#header #menu li.current-cat a,
#header #submenu li a:hover,
#header #submenu li.current-cat a {
	background: #fff;
	padding: 9px 9px 7px 9px;
	border-right: 1px solid #CFDFEC;
	border-left: 1px solid #CFDFEC;
	color: #1874BE;
}



/* @end */

/* @group Content */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* @group Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist cite.fn a,
.commentlist cite.fn{
	line-height: 25px;
	font-weight: normal;
	color: ##262626;
	text-decoration: underline;
}

.comment-meta a{
	font-size: 10px;
	color: #9D9A9A;
	text-decoration: none;
}
.comment-meta a:hover{
	text-decoration: underline;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-bottom: dotted 1px #CFCFCF;
	}
	
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

#comments{
font-weight: normal;
font-size: 11px;
display: block;
border-top: 1px solid #CFCFCF;
border-bottom: 1px solid #CFCFCF;
height: 34px;
line-height: 34px;
background: url(images/comment.jpg) no-repeat left center;
padding: 0 0 0 25px;
height: 34px;
color: #575757;
margin: 15px 0 0 0;
}

#comments .number{
	font-size: 12px;
	font-weight: bold;
	color: #2083C3;
}

#respond {
	margin: 15px 0 0 0;
}

.commentlist p {
	color: #727272;
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

#content #respond  h3, #content #respond  p{
	color: #727272;
}

#commentform input, #commentform textarea{
	font-size: 11px;
	padding: 2px;
	background: url(images/sidebar-input.jpg) #fafcfc repeat-x;
	border: solid 1px #bbb;
}

#commentform .submit{
	background: url(images/submeter.jpg) no-repeat;
	width: 71px;
	height: 22px;
	text-indent: -5000px;
	overflow: hidden;
	float: right;
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#commentform #comment_post_ID,
#commentform #comment_parent{
	display: none;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* @end */

#content #related-videos h3{
	font-size: 14px;
	color: #1886CD;
	margin: 35px 0 8px 0;
	padding:  0 0 5px 0;
	text-transform: uppercase;

}

#content #related-videos ul{
	margin: 10px 0 0 0;
	width: 397px;
}

#content #related-videos ul li{
	margin: 5px;
	width: 187px;
	min-height: 170px;
	_height: 170px;
	float: left;
	display: inline;
}

#content #related-videos ul li a{
	color: #262626;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
#content #related-videos ul li a:hover{
	text-decoration: underline;
}

#content {
	width: 401px;
	_width: 397px;
	float: left;
	margin: 0 0 0 10px;
}

#content .pagetitle {
	text-transform: uppercase;
	color: #2971c0;
	font-weight: bold;
	font-size: 17px;
	margin: 0 0 15px 0;
}

#content #news-category h3{
	font-size: 14px;
	color: #1886CD;
	margin: 35px 0 8px 0;
	padding:  0 0 5px 0;
	text-transform: uppercase;

}

#content .sidebar-box span{
	float: right;
	font-size: 11px;
}

#content .post {
	border-bottom: 1px solid #cfcfcf;
	padding:  0 0 15px 0;
	margin:  0 0 15px 0;
}

#content .simple {
	border-bottom: 1px solid #cfcfcf;
	padding:  0 0 10px 0;
	margin:  0 0 10px 0;
}


#content.single .post {
	border-bottom: none;
	margin: 0;
}

#content.single #news-category .post {
	border-bottom: 1px solid #cfcfcf;
	margin: 0 0 15px 0;
}

#content .post h2 {
	margin: 5px 0;
}

#content .post h2,
#content .post h2 a {
	color: #262626;
	font-size: 17px;
	font-family: Georgia;
	text-decoration: none;
	font-weight: normal;
}

#content .post h2 a:hover {
	color: #2083c3;
}

#content .post .entry {
	font-size: 11px;
	font-family: Arial;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#content .post img.post-image {
	float:left;
	width: 150px;
	margin: 0 10px 10px 0;
}

#content .simple .categories {
	float:left;
	display:block;
}

#content .post .categories a {
	color: #2787cd;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 11px;
}

#content .simple h2 {
	margin:5px 0 0 0;
	font-size:16px;
}

#content .simple h2 a {
	font-size:16px;
}

#content .postmetadata {
	font-family: Arial;
	font-size: 11px;
	margin: 10px 0 0 0;
}

#content .simple .postmetadata {
	float:left;
	margin:0 0 0 15px;
}

#content .postmetadata .date {
	color: #aaaaaa;
	border-right: 1px solid #dddcdc;
	padding: 0 10px 0 0;
}

#content .postmetadata .comments {
	padding: 0 0 0 5px;
}

#content .postmetadata .comments a {
	color: #696969;
	text-decoration: none;
}

#content .postmetadata .comments .number {
	color: #1874be;
	font-weight: bold;
}

#content .postmetadata a:hover {
	color: #2083c3;
}

#content #categories{
	margin: 60px 0 10px 0;
}

#content #categories a {
	text-decoration: none;
}
#content #categories a:hover {
	text-decoration: underline;
}

#content #categories .lpbcArchive h4 a{
	font-size: 14px;
	text-transform: uppercase;
	color: #1874be;
}

#content #categories .lpbcArchive ul li ul li a{
	color: #262626;
	text-decoration: none;
}
#content #categories .lpbcArchive ul li ul li a:hover{
	text-decoration: underline;
}

#content #categories ul.columnLeft {
	float: left
}
#content #categories ul.columnRight {
	float: right
}

#content #categories li{
	width: 190px;
	border-bottom: solid 1px #dadada;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
}

#content #categories li ul li {
	float:none;
	border: none;
	margin:5px 0 0 0;
	padding:0;
}

#content .post .entry p{
	padding: 0 0 15px 0;
}

a.addtoany_share_save {
	display: block;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	height: 34px;
	line-height: 34px;
	background: url(images/bookmark.jpg) no-repeat left center;
	padding: 0 0 0 25px;
	height: 34px;
	line-height: 34px;
	color: #575757;
	text-transform:uppercase;
	text-decoration: none;
	margin: 0 0 0 0;
}

a.addtoany_share_save:hover {
	text-decoration: underline;
}

.nav .linkcat {
	position: relative;
}
.nav .linkcat ul {
	position: absolute;
	background: #ccc;
}

#article-ads {
	text-align: center;
}

#index-footer {
	float: left;
	margin: 25px 0 0 0;
	width: 915px;
}

#tag-cloud{
	margin: 0 10px 0 0;
	width: 406px;
	float: left;
}

#tag-cloud{
	margin: 0 10px 0 0;
	width: 406px;
	float: left;
}

#tag-cloud h2{
	font-size: 14px;
	display: block;
	border-bottom: solid 1px #dadada;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	color: #1886CD;
}

#tag-cloud .sidebar-box span{
	float: right;
	font-size: 11px;
}

#tag-cloud .tag-cloud-content a{
	line-height: 20px;
	*line-height: 25px;
	text-decoration: none;
}

#tag-cloud .tag-cloud-content a:hover{
	text-decoration: underline;
}

#google-friend {
	float: right;
	width: 493px;
}
/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	margin: 0 0 0 10px;
}

#sidebar h2{
	font-size: 14px;
	color: #4c4c4c;
	margin: 15px 0 8px 0;
	padding:  0 0 5px 15px;
	text-transform: uppercase;
	border-bottom: solid 1px #dadada;
}

#sidebar span{
	color: #1886cd;
}

#sidebar h4{
	padding:  0 0 3px 0;
	margin: 3px 0 3px 0;
	*font-size: 12px;
	*padding: 0 0 0 5px;
	border-bottom: solid 1px #dadada;
}

#sidebar h4.blue{
	color: #1886cd;
	border: none;
}

#sidebar .comment {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #dadada;
}

#sidebar .comment .categories {
	padding: 0 10px 0 0;
}

#sidebar .comment .categories a {
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar .comment .categories a:hover {
	text-decoration: underline;
}

#sidebar .comment .date {
	color: #AAA;
	border-right: 1px solid #DDDCDC;
	padding: 0 10px 0 0;
}

#sidebar .comment .comments {
	padding: 0 0 0 5px;
	color: #696969;
}

#sidebar .comment .categories,
#sidebar .comment .date,
#sidebar .comment .comments {
	font-size: 11px;
}

#sidebar #popular_posts {
	display: none;
}

#sidebar .sidebar-box-content .comment h2 {
	margin: 5px 0 0 0;
}

#sidebar .comment h2,
#sidebar .comment h2 a {
	text-decoration: none;
	color: #262626;
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	border: none;
}

#sidebar .comment h2 a:hover {
	color: #2083C3;
}

#sidebar .comment p {
	font-size: 11px;
	color: #626262;
}

#sidebar .nav {
	list-style: none;
}

#sidebar .nav li{
	float: left;
}

#sidebar  .nav li a{
	color: #9d9a9a;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	padding: 2px 10px;
	border: solid 1px #dddcdc;
	border-bottom: none;
	margin: 0 2px 0 0;
}

#sidebar .nav li a:hover,
#sidebar .nav li.active a{
	padding: 3px 11px 2px 11px;
	color: #fff;
	border: none;
	background: #1886cd;
}

#sidebar  .sidebar-box-content h3{
	font-size: 12px;
}

#sidebar #featured-movies{
	color: #4c4c4c;
}

#sidebar #featured-movies ul li {
	padding: 0 0 0 10px;
	background: url(images/list-style-hyphen.gif) no-repeat center left;
}

#sidebar #featured-sites {
	*padding: 0 0 0 5px;
}

#sidebar #featured-sites .container{
	color: #9D9A9A;
	line-height: 15px;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #dadada;
}

#sidebar #featured-sites .container strong{
	color: #1886cd;
}

#sidebar #featured-sites .container strong a{
	text-decoration: none;
}

#sidebar #featured-sites .sidebar-box{
	margin: 10px  0 0 0;
	width: 135px;
}

#sidebar #featured-sites .sidebar-box a {
	text-transform: uppercase;
	color: #4c4c4c;
	text-decoration: none;
	display: block;
}

#sidebar #featured-sites img{
	margin: 0 0 10px 0;
}

#sidebar #featured-movies ul li a{
	color: #4f4f4f;
	text-decoration: none;
}

#sidebar #featured-movies ul li a:hover{
	color: #2083C3;
	text-decoration: underline;
}

#sidebar-left{
	width: 301px;
	_width: 290px;
	float: left;
}


#sidebar-right{
	padding: 0 0 0 10px;
	_padding: 0 0 0 0;
	*margin: -15px 0 0 0;
	width: 180px;
	float: right;
}

#sidebar #sidebar-right p{
	color: #9d9a9a;
}

#sidebar-right ul.social{
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#sidebar-right ul.social li{
	padding:  0 0 8px 25px;
	height: 17px;
	line-height: 17px;
}

#sidebar-right ul.social li a{
	text-decoration: none;
	color: #4f4f4f;
}

#sidebar-right ul.social li a:hover{
	text-decoration: underline;
}

#sidebar-right ul.social li.rss{
	background: url(images/sidebar-rss.jpg) no-repeat left top;
	
}

#sidebar-right ul.social li.buzz{
	background: url(images/sidebar-buzz.jpg) no-repeat left top;
	
}

#sidebar-right ul.social li.facebook{
	background: url(images/sidebar-facebook.gif) no-repeat left top;
	
}

#sidebar-right ul.social li.twitter{
	background: url(images/sidebar-twitter.gif) no-repeat left top;
	padding: 0 0 10px 25px;
	margin: 0 0 10px 0;
}

#sidebar-right ul.social li.email{
	color: #4f4f4f;
	background: url(images/sidebar-email.jpg)  no-repeat left 2px;
}

#sidebar-right ul.social li.input{
	padding: 0;
}

#sidebar-right ul.social li input{
	font-size: 11px;
	line-height: 10px;
	display: block;
	float: left;
	padding: 2px;
	width: 136px;
	background: url(images/sidebar-input.jpg) #fafcfc repeat-x;
	border: solid 1px #bbb;
}

#sidebar-right ul.social li .newsletterok{
	text-indent: -5000px;
	overflow: hidden;
	width: 33px;
	height: 22px;
	border: none;
	margin: 0 0 0 3px;
	background: url(images/sidebar-ok.jpg) #1886CD no-repeat;
}

#sidebar-right #partners .nav{
	font-size: 11px;
	float: right;
}

#sidebar-right #partners .nav .nav-header{
	color: #4f4f4f;
	padding: 2px 10px 0 0;
}

#sidebar-right #partners .partners-content{
	padding: 0;
}

#sidebar-right #partners .partners-content #sites {
	display: none;
}

#sidebar-right #partners ul.sidebar-box-content li {
	color: #9D9A9A;
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 11px;
}

#sidebar-right #partners ul.sidebar-box-content li a{
	text-decoration: none;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

#sidebar-right #partners ul.sidebar-box-content li a:hover{
	text-decoration: underline;
}

#sidebar-right #events{
	margin: 20px 0 0 0;
}

#sidebar-right h3{
	color: #4f4f4f;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: solid 1px #dadada;
	padding: 0 0 5px 0;
	margin: 20px 0 5px 0;
	_margin: 20px 0 5px 2px;
}

#sidebar-right #events ul li{
	color: #727272;
	text-transform: uppercase;
}

#sidebar-right #events ul li a{
	text-decoration: none;
	color: #4f4f4f;
}

#sidebar-right #events ul li a:hover{
	text-decoration: underline;
}

#sidebar-right #cronics{
	_margin: 0 0 0 2px;
}

#sidebar-right #cronics ul li{
	color: #727272;
}

#sidebar-right #cronics ul li a{
	color: #727272;
	text-decoration: none;
}

#sidebar-right #cronics ul li a:hover{
	text-decoration: underline;
}

#sidebar .ads {
	text-align: center;
	margin: 0 0 20px 0;
}

#sidebar .ads-125x125 {
	text-align: center;
	margin: 20px 0 0 0;
}

#sidebar .ads h4 {
	text-align: left;
	padding: 3px 5px;
	font-weight: normal;
	color: #7E7E7E;
	border: none;
}

/* @end */

/* @group Footer */

#footer {
	background: url(images/footer-bg.jpg) repeat-x;
	margin: 15px 0 0 0;
}

#footer #menu-footer {
	float: left;
	width: 915px;
	height: 28px;
}

#footer #menu-footer li {
	list-style: none;
	float: left;
}

#footer #menu-footer li a {
	text-decoration: none;
	line-height: 12px;
	text-transform: uppercase;
	padding: 8px 10px 5px 10px;
	display: block;
	color: #5A5A5A;
}

#footer #menu-footer li a:hover {
	color: #1A76BF;
}

#footer .logo {
	display: block;
	background: url(images/footer-logo.jpg) no-repeat;
	width: 159px;
	height: 72px;
	text-indent: -5000px;
	overflow: hidden;
	float: left;
}

#footer .copy {
	padding: 15px 10px 20px 40px;
	color: #6E6E6E;
	float: left;
	width: 700px;
}

#footer .copy span {
	color: #4C4C4C;
}

/* @end */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#content .post .entry .wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div.125ads  {
	padding: 6px 6px 6px 6px;
	width: 300px;
}

/* End captions */

/* by GG */
.facebook-like{margin:0px 0;padding:10px;background:#e8f0f9;border:1px solid #abd2e9}
.facebook-like iframe{margin-top:5px}
.facebook-like h4{color:#3a5796;font-weight:bold;font-size:16px !important;font-family:'Helvetica Neue',Arial,sans-serif}

.facebook-like-index{margin-bottom: -15px;padding:0px;}

#sidebar .procura-colaboradores {
	margin: 0 0 20px 0;
}
