.news{}

/* DEFAULTS LEAVES */

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color: #666666;
	}
	.news .header .title,
	.news .header .title a {
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	.news .header .title a:hover {
		text-decoration: underline;
	}

.news .image {
	
}
	.news .image .picture {
		float: left;
		padding: 0 3px 3px 0 !important;
		padding: 0 0 3px 0;
	}

.news .content {
	text-align: justify;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

.news .footer {
	
}

.news .footer div.view-details{
	text-align: right;
}
	.news .footer a.view-details{
		color: #c30002;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0;
}
	.news a.to-list{
		color: #c30002;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	position: relative;
	height: 333px;
}
.news .preview .set-title{
	display: none
}
.news .preview div.to-list{
	display: none;
}
	.news .preview a.to-list{
		color: white;
	}

.news .preview .item {
	float:left;
	height:115px;
}
.news .preview .item div {
	font-size: 10px;
}
.news .preview .item .header {
	padding: 10px 10px 5px 10px;
}
	.news .preview .item .header .date {
		padding-bottom: 5px;
	}
	.news .preview .item .header .title {
		font-weight: bold;
		font-size: 11px;
		text-align: left;
	}
	.news .preview .item .header .title a{
		color: #003399;
	}
.news .preview .item .image {
	display: none;
	margin-left:10px;
}
.news .preview .item .content {
	padding: 0px 10px;
	float: left;
}

.news .preview .item div.view-details{
	padding: 5px 20px;
}
	.news .preview .item a.view-details{}
	
	
	
.news .preview div.first{
	height:150px;
	padding:15px 5px 5px;
}
.news .preview .item div {
	font-size: 10px;
}
.news .preview .first .header {
	float:right;
	padding:5px;
	width:185px;
}
	.news .preview .first .header .date {
	}
	.news .preview .first .header .title {
	}
	.news .preview .first .header .title a{
	}
.news .preview .first .image {
	float: left;
	display: block;
}
.news .preview .first .content {
	width: 185px;
	float: right;
	padding:0px 5px;
}

.news .preview .first div.view-details{
	width: 140px;
	float: right;
	padding-right:15px;
}
	.news .preview .first a.view-details{}
	
	


/* VIEW: LIST */
.news .list {
	background: transparent;
	min-height: 20px;
	width: 100%;
	margin-bottom: 50px;
}
.news .list .set-title{
	padding-top: 2px;
	padding-left: 5px;
	font-size: 13px;
	color: black;
	font-weight: bold;
	margin-bottom: 30px;
}
.news .list .item{
	padding:10px 100px 25px;
}
.news .list .item div.view-details{}
	.news .list .item a.view-details{}
	
/* VIEW: SINGLE */
.news .single {
	background: transparent;
	min-height: 20px;
	width: 100%;
	margin-bottom: 50px;
}
.news .single .header,
.news .single .content,
.news .single .footer {
	padding: 0px 100px;
}
.news .single .header .title{
	padding-bottom: 5px;
	font-size: 15px;
}
.news .single .set-title{
	padding-top: 2px;
	padding-left: 5px;
	font-size: 13px;
	color: black;
	font-weight: bold;
	margin-bottom: 50px;
}
.news .single div.to-list{}
	.news .single a.to-list{}