.news{}

/* DEFAULTS LEAVES */
.news .set-title {
	font-family: Georgia;
	font-size:16px;
	color:#573431;
	border-bottom:1px solid #eeeddf;
	padding-bottom:10px;
	margin-bottom:10px;
}
.news .item {
	clear: both;
}

.news .header {
	padding-bottom: 3px;
}
	.news .header .date {
		color:#583531;
		padding-right:10px;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		color:#66662a;
		text-decoration: none;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {
	text-align: justify;
}

.news .footer {
	clear:both;
}

.news div.view-details{
	text-align: right;
	float:right;
}
	.news a.view-details{
		color: Gray;
		text-decoration: none;
		display:block;
		width:70px;
		height:17px;
		background: url(../img/btn-skodananar.gif) no-repeat;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 5px 0px;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
		display:block;
		width:65px;
		height:17px;
		background: url(../img/btn-allarfrettir.gif) no-repeat;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 10px;
}
.news .preview .set-title{
}
.news .preview div.to-list{
	text-align: center;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom:7px;
	border-bottom: 1px solid #eeeddf;
}
.news .preview .item div {
	font-size: 11px;
}
.news .preview .item .header {
}
	.news .preview .item .header .date {
		padding-right: 5px;
	}
	.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 .content { display:none; }
	
.news .preview .item div.view-details{display:none;}
	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {
	padding: 0px;
}
.news .list .set-title{
	padding-bottom: 5px;
}
.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 div.to-list{}
	.news .single a.to-list{}
