
.blogposts {
	width: 490px;
	height: 170px;
	background: url(../images/fundo_transparente.png) repeat left top;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 10px 5px 0px 0;
	padding: 15px 30px;
}

.blogposts h3 {
	font-size: 20px;
	font-weight: bold;
	height: 45px;
}

.blogposts .content {
  text-align: justify;
	margin: 10px 0 0 0;
	height: 95px;
}

.blogposts .content p {
	font-size: 13px;
}

.blogposts a.vermais {
	width: 100px;
	float: right;
	cursor:pointer;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#be206b;
  color:#fff;
  font-size: 18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border:0;
	background: #be206b;
	background: -moz-linear-gradient(top,  #be206b 0%, #a51c60 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#be206b), color-stop(100%,#a51c60));
	background: -webkit-linear-gradient(top,  #be206b 0%,#a51c60 100%);
	background: -o-linear-gradient(top,  #be206b 0%,#a51c60 100%);
	background: -ms-linear-gradient(top,  #be206b 0%,#a51c60 100%);
	background: linear-gradient(to bottom,  #be206b 0%,#a51c60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be206b', endColorstr='#a51c60',GradientType=0 );
}
.blogposts a.vermais:hover {
	text-decoration:underline;
	background: #a51c60;
	background: -moz-linear-gradient(top,  #a51c60 0%, #be206b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a51c60), color-stop(100%,#be206b));
	background: -webkit-linear-gradient(top,  #a51c60 0%,#be206b 100%);
	background: -o-linear-gradient(top,  #a51c60 0%,#be206b 100%);
	background: -ms-linear-gradient(top,  #a51c60 0%,#be206b 100%);
	background: linear-gradient(to bottom,  #a51c60 0%,#be206b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a51c60', endColorstr='#be206b',GradientType=0 );
}

.blogposts .date {
	float: left;
	font-size: 12px;
	margin-top: 9px;
}
