.news{}

/* DEFAULTS LEAVES */

.news .set-title {
	display:none;
	
}

.news .item {
	clear: both;
}

.news .header {
	padding-bottom: 12px;
}
	.news .header .date {
		clear:both;
		font-size:11px;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		font-size:15px;
		color:#e83f22;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	text-align: justify;
}

.news .footer {
	
}

.news div.view-details {
	margin-top:10px;
	float:right;
	height:24px;
}
	.news a.view-details {
		text-decoration: none;
		display:block;
		width:51px;
		height:19px;
		overflow:hidden;
		text-indent:-9999px;
		background:url(../img/btn-meira.png) no-repeat;
		
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{}
	.news a.to-list{
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 0px;
}
.news .preview .set-title{}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 3px;
}

.news .preview .item .header {
}
	.news .preview .item .header .date {}
	.news .preview .item .header .title {}
.news .preview .image {}
	.news .preview .image .picture {
		float: left;
		width: 45px;
		height: 40px;
		padding: 0px 5px 0px 0px;
		padding: 0px;
	}
	
	
.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}
	
.news .preview div.to-list{
	clear:both;
}
	.news .preview a.to-list{}

/* VIEW: LIST */
.news .list {
	padding: 0px;
}
.news .list .item .picture { margin-bottom:20px; }
.news .list .set-title{}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 0px;
}
.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{}