.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}

.news .header {
	padding-bottom: 5px;
}
	.news .header .date {
		color:#aaaaaa;
		font-size:11px;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: normal;
		/* font-weight:bold; */
		color:#616161;
		font-size:12px;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	/* text-align: justify; */
}

.news .footer {
	
}

.news div.view-details {
	padding: 5px 0px;
}
	.news a.view-details {
		text-decoration: none;
		background:url(../img/bullet-orange.png) no-repeat 0% 50%;
		padding-left:18px;
		color:#f7921e;
	}

.news div.to-list {
	padding: 5px 0px;
	text-align: right;
}
	.news a.to-list {
		text-decoration: none;
		background:url(../img/bullet-orange.png) no-repeat 0% 50%;
		padding-left:18px;
		color:#f7921e;
	}
	

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 15px 15px 15px 15px;
	background:url(../img/frettir-preview-bottom-bg.png) no-repeat bottom;
	height:316px;
	border:0px solid red;
	position:relative;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
	color:#6f6f6f;
	font-size:15px;
	margin-bottom:10px;
}

.news .preview .item {
	float:left;
	clear:none;
	width:180px;
	margin-right:15px;
	padding-right:15px;
	background:url(../img/news-splitter.png) no-repeat right top;
}
	.news .preview .item.last { margin-right:0; padding-right:0; background:none; }

.news .preview .item div {}

.news .preview .item .header {
	clear:both;
	display:block;
}
	.news .preview .item .header .date {}
	.news .preview .item .header .title {}
	
.news .preview .image {
	display:block;
	float:none;
	clear:both;
	max-height:135px;
	overflow:hidden;
}
	.news .preview .image .picture {
		padding: 0px 0px 10px 0px;
	}

.news .preview .content { display:block; clear:both; }
	
	
.news .preview .footer {}

.news .preview div.to-list {
	clear:both;
	padding-right:1px;
	position:absolute;
	right:15px;
	bottom:6px;
}
	.news .preview a.to-list{}
	
	
.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {}
.news .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {}
.news .single .set-title{
	display: none;
}
.news .single .image .picture {
	float:right;
	margin:0 0 5px 20px;
}
.news .single div.to-list{}
	.news .single a.to-list{}
