#blog ul{
	list-style: disc inside
}

/*
------------------------------------
	searchform
------------------------------------
*/

#searchform input{
	width: 650px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	background: #f5f5f5;
	font-size: 17px;
	color: #b1b1ad;
	text-transform: uppercase;
	float: left
}

#searchform input.btn{
	width: 100px;
	background: #57574a;
	color: #fff
}

/*
------------------------------------
	loop
------------------------------------
*/

.post{
	background: #f2f2f2;
	padding: 10px 25px 10px 10px;
	margin-top: 15px
}

.post img{
	float: left;
	width: 145px;
	height: 135px;
}

#blog h2{
	font-size: 22px;
	color: #57574a;
	text-transform: uppercase;
	width: 370px;
	line-height: 36px;
	padding: 7px 0;
}

.post section.right{
	width: 570px;
}

#blog .txt{
	clear: both
}

/*********sem thumb************/

.post.sem-thumb{
	padding: 10px 25px 10px 25px;
}

.post.sem-thumb section.right{
	width: auto;
}

#blog .post.sem-thumb h2{
	width: 520px;
}

/*******post-info******/

.post-info{
	margin-top: 13px;
	width: 175px;
}

.post-info a,
.post-info{
	font-size: 16px;
	color: #57574a
}

.post-date{
	padding-right: 5px;
}

.post-date .icone{
	width: 20px;
	height: 20px;
	background-position: -94px 0;
	margin: -2px 5px 0 0
}

.post-comments .icone{
	width: 21px;
	height: 15px;
	background-position: -94px -21px;
	margin: 0 5px
}

/*
------------------------------------
	post
------------------------------------
*/

#post{
	background: #f2f2f2;
	padding: 15px 30px 30px;
	margin-top: 20px
}

#blog #post h2{
	width: 510px;
	margin-bottom: 10px
}

#blog #post img{
	max-width: 710px;
	height:auto;
	margin-bottom: 25px
}

/*
------------------------------------
	comments
------------------------------------
*/

#comentarios{
	margin-top: 15px
}

#comentarios h3{
	height: 55px;
	line-height: 55px;
	background: #57574a;
	color: #39b54a;
	font-size: 22px;
	padding: 0 23px;
}

.comentario{
	background: #f2f2f2;
	margin-top: 15px;
	padding: 15px 23px
}

.comentario span{
	color: #a4a4a4;
	font-weight: bold
}

/*
------------------------------------
	commentform
------------------------------------
*/

#commentform {
	margin-top: 15px;
}

#commentform h3{
	height: 35px;
	line-height: 35px;
	background: #ccccc8;
	color: #57574a;
	font-size: 18px;
	padding: 0 23px;
	margin-bottom: 15px
}


