.news{}

/* DEFAULTS LEAVES */

.news .set-title {
	display:none;
}

.news .item {
	clear: both;
}

.news .header {
	padding-bottom:10px;
}
	.news .header .date {
		color:#7c8ebc;
		font-size:10px;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		color:#1f4091;
		text-decoration:none;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	text-align: justify;
}

.news .footer {
	clear:both;
	height:20px;
}

.news div.view-details{ float:right; }
	.news a.view-details{
		display:block;
		font-size:11px;
		padding-right:15px;
		background: url(../img/bullet-small.png) no-repeat 100% 55%;
		text-decoration:none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
	text-align: right;
}
	.news a.to-list{
		text-decoration: none;
		background:url(../img/bullet-big.gif) no-repeat right;
		padding-right:20px;
		font-size:11px;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 0px 13px 15px 13px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
}


.news .preview .item {
	margin-top: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e9e5dc;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {}
	.news .preview .item .header .date {
		display:block;
		padding:0px;
	}
	.news .preview .item .header .title {
		font-weight: bold;
	}
.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{}
	.news .preview a.to-list{}

/* VIEW: LIST */
.news .list {
	padding: 10px;
}
.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 {
	padding: 10px;
}
.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{}
