.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}
.set-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #00397b;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
}

.news .header {
	padding-bottom: 3px;
	color: #00397b;
}
	.news .header .date {
		color: #a4a4a4;
	}
	.news .header .title a{
		font-weight: bold;
		color: #00397b;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {

}

.news .footer {
	
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details{
		text-decoration: none;
	}
	.news a:hover.view-details{
		text-decoration: underline;
		color: #00397b;
	}

.news div.to-list{
	padding: 5px 0px;
	margin-top: 0px;
}
	.news a.to-list{
		text-decoration: none;
	}
	.news a:hover.to-list{
		text-decoration: underline;
		color: #00397b;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding-top: 0px;
	padding-bottom: 20px;
	width:174px;
}
.news .preview .set-title{}
.news .preview div.to-list{
	text-align: left;
}
	.news .preview a.to-list{}
	
	.news .preview a:hover.to-list {
		color: #00397b;	
	}

.news .preview .item {
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #e3e3e3;
}

.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.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 5px 0px 0px;
		padding: 0px;
	}
	
	
.news .preview .item div.view-details{}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list .item {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 680px;
	width: 675px;
}
.news .list .set-title{
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00397b;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 20px;
	border-bottom: 1px solid #e3e3e3;
}

.news .list .set-title a{
	color: #00397b;
	text-decoration: none;
}

.news .list .set-title a:hover {
	text-decoration: underline;
}

.news .list .item div.view-details{
	margin-bottom:10px;
	padding-top: 30px;
}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
}

.news .single .item {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 60px;
}

.news .single .set-title{
	margin-bottom:10px;
}
.news .single div.to-list{
	float: right;
}
	.news .single a.to-list{}
