.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
	}
	.news .header .title {
		font-weight: bold;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	text-align: justify;
}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details{
		color: #ff7b00;
		text-decoration: none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		color: #ff7b00;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 10px;
}
.news .preview .set-title{
	margin-top: 8px;
	font-weight: bold;
	background: transparent url(../img/news.gif) no-repeat left center;
	padding-left: 18px;
	text-decoration: underline;
}
.news .preview div.to-list{
	text-align: center;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 3px;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		color: #ff7b00;
	}
	.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{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 102px;
	background: transparent url(../img/news_bullet.gif) no-repeat left center;
}
	.news .preview .item a.view-details{
		font-size: 8.5;
		text-transform: uppercase;
		color: #2e503c;
	}
.news .preview div.to-list{
	display: none;
}

/* 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{}