.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}
.news .set-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:10px;
	display:none;
}

.news .header {
	padding-bottom: 8px;
}
	.news .header .date {
		color:#666;
		font-size:10px;
	}
	.news .header .title {
		font-weight: bold;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	line-height:14px;
}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details{
		color: #006e3a;
		text-decoration: none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		color: #006e3a;
		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 div.to-list{
	text-align: right;
	margin-top:7px;
	clear:both;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 3px;
	width:130px !important;
	width:128px;
	margin:0 5px;
	clear:none;
	float:left;
	
	border:0px solid red;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
	padding-bottom:10px;
}
	.news .preview .item .header .date {

	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.news .preview .image {}
	.news .preview .image .picture {
		float: left;
		width: 45px;
		height: 40px;
		padding: 0px 3px 0px 0px;
		padding: 0px;
	}
	
	
.news .preview .item div.view-details{
	float:left;
	clear:both;
}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.news .list .set-title{

}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
}
.news .single .set-title{
}
.news .single div.to-list{}
	.news .single a.to-list{}