.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
	margin-bottom:20px;
}

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
	}
	.news .header .title {
		font-size:18px;
		color:#009dea;
		font-weight:normal;
		margin-bottom:10px;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	font-size:14px;
	color:5d6268;
}

.news .footer {
	color:#009DEA;
}

.news div.view-details{
	text-align: right;
}
	.news a.view-details {
		color: #000;
		text-decoration: none;
	}
		

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		text-decoration: none;
		color:#231F20;
		font-size:14px;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 0 5px 5px 5px;
}
.news .preview .set-title{
	font-weight: bold;
	text-transform: uppercase;
}
.news .preview div.to-list{
	text-align: center;
	display:none;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	height:215px;
	position: relative;
}
.news .preview .item div {
	font-size: 14px; color:#5d6268;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		float: left;
		padding-right: 5px;
		display:block;
		width: 250px;
	}
	.news .preview .item .header .title {
		font-weight: normal;
		font-size:17px;
		color:#000;
		text-decoration:none;
	}
		.news .preview .item .header .title a{
		font-weight: normal;
		font-size:17px;
		color:#000;
		text-decoration:none;
	}
.news .preview .image {}
	.news .preview .image .picture {
		float: left;
		width: 45px;
		height: 40px;
		padding: 0px 5px 0px 0px;
		padding: 0px;
	}
.news .preview .item .content {}
.news .preview .item .footer {
	position: absolute;
	right:0;
	bottom:0px;
}
	.news .preview .item .footer .view-details {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
	}
	.plus {
		font-size:17px;
		color:#009dea;
	}
	
.news .preview .item div.view-details{}
	.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{font-size:14px; color:#231F20;}
	.news .list .item a.view-details{ color:##231F20;}
	
/* VIEW: SINGLE */
.news .single {
	padding: 10px;
}
.news .single .set-title{
	display: none;
}
.news .single div.to-list{}
	.news .single a.to-list{}
