.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}
.news .set-title {
	display:none;
}
.news .header {
	padding-bottom: 15px;
}
	.news .header .date {
		color:#666;
		font-size:11px;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		color:#04649E;
		color:#0099CC;
		font-size:16px;
		text-decoration:none;
	}

.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: Gray;
		text-decoration: none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 0px;
	width:660px;
	margin-top:20px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
	display:none;
}
.news .preview div.to-list{
	text-align: center;
	display:none;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	margin-top: 0px;
	padding: 0px;
	width:320px;
	height:125px;
	float:left;
	background: url(../img/latest-news-bg.png) no-repeat;
	margin-left:20px;
	clear:none;
}
.news .preview .first {
	margin-left:0px;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
	padding:10px 10px 5px 10px;
}
	.news .preview .item .header .date {
		font-size: 11px;
		color:#666;
	}
	.news .preview .item .header .title,
	.news .preview .item .header .title a {
		font-weight: bold;
		font-size:16px;
		color:#04649E;
		color:#0099CC;
		text-decoration: none;
	}
.news .preview .item .content {
	padding:5px 10px;
}
.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{ display:none; }
	.news .preview .item a.view-details{}

/* 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 .header {
	padding-bottom:15px;
}
.news .single div.to-list{}
	.news .single a.to-list{}