.news{}

/* DEFAULTS LEAVES */

.news .set-title { display:none; }

.news .item {
	clear: both;
	background: url(../img/splitter-long.png) no-repeat bottom center;
	padding-bottom:12px;
}

.news .header {
	padding-bottom: 20px;
	clear:both;
}
	.news .header .date {
		float:left;
		padding-right:15px;
	}
		.news .header .date .day {
			display:block;
			width:40px;
			height:34px;
			text-align:center;
			line-height:30px;
			font-size:34px;
			font-weight:bold;
			float:left;
		}
		.news .header .date .my {
			padding:5px 0 0 5px;
			float:left;
			line-height:10px;
			text-transform:uppercase;
		}
	
	.news .header .title {
		font-weight: bold;
		text-transform:uppercase;
	}

.news .image {
	display:block;
	background: url(../img/frame-small.png) no-repeat;
	width:208px;
	height:145px;
	position:relative;
}
	
	.news .image .picture {
		width:181px;
		height:111px;
		position:absolute;
		left:18px;
		top:16px;
		overflow:hidden;
	}

.news .content {
	text-align: justify;
}

.news .footer {}

.news div.view-details{
	text-align: left;
	margin-top:10px;
	margin-left:-1px;
}
	.news a.view-details{
		text-decoration: none;
		font-weight:normal;
		font-size:12px;
		display:block;
		height:36px;
		width:109px;
		background: url(../img/btn-short.png) no-repeat;
		color:#d7dacb;
		line-height:26px;
		text-transform:uppercase;
		text-align:center;
	}
	.news a:hover.view-details{ color:white; }

.news div.to-list{
	text-align: left;
	margin-top:10px;
	margin-left:-1px;
}
	.news a.to-list{
		text-align:center;
		text-decoration: none;
		font-weight:normal;
		font-size:12px;
		display:block;
		height:36px;
		width:179px;
		background: url(../img/btn-long.png) no-repeat;
		color:#d7dacb;
		line-height:26px;
		text-transform:uppercase;
	}
	.news a:hover.to-list{ color:white; }

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	overflow:auto;
	
	}

.news .preview .set-title{}


.news .preview .item, .news .preview .item first altrow {
	margin-bottom:15px;
	width:328px;
	float:left;
	clear:none;
}
.news .preview .item altrow last {
}

.news .preview .item .header {}
	
	.news .preview .item .header .date {}
	
	.news .preview .item .header .title {}
	
	
.news .preview .image {}
	
	.news .preview .image .picture {}
	
.news .preview .item .content { padding-left:7px; }
	
.news .preview .item div.view-details{}

	.news .preview .item a.view-details{}

.news .preview div.to-list{
	float:right;
	
	}
	
	.news .preview a.to-list{}


/* VIEW: LIST */
.news .list {}

	.news .list .item { margin-bottom:20px; }
	
	.news .list .item .title { font-size:18px; padding-top:3px; }

		.news .list .item .image { float:left; margin-right:15px; margin-bottom:15px; }

			.news .list .item .image .picture {}
		
	.news .list .item .content { padding-top:5px; }
	
	.news .list .item .footer {}
	
	.news .list .item div.view-details { text-align:center; float:right;}
		
		.news .list .item a.view-details{}


/* VIEW: SINGLE */
.news .single {}

	.news .single .title {
		font-size:18px; padding-top:3px;
	}


.news .single .image {
	float:left;
	display:block;
	background: url(../img/frame-big.png) no-repeat;
	width:398px;
	height:279px;
	position:relative;
	margin-right:15px;
	margin-bottom:15px;
}
	
	.news .single .image .picture {
		width:348px;
		height:214px;
		position:absolute;
		left:31px;
		top:31px;
		overflow:hidden;
	}
	
	.news .single .content {
		padding-top:10px;
	}

.news .single div.to-list{}
	
	.news .single a.to-list{}
