.news{}

/* DEFAULTS LEAVES */

.news .item {
	clear: both;
}
.news .set-title {
	font-size:22px;
	color:#f9a523;
	font-weight:bold;
	display:block;
	padding:10px 15px;
	background:url(../img/page-header-bg.gif) repeat-x bottom;
	margin-bottom:15px;
}
.news .header {
	padding-bottom: 10px;
}
	.news .header .date {
		clear:both;
		color:#959595;
	}
	.news .header .title,
	.news .header .title a {
		font-weight: bold;
		font-size:19px;
		color:#246d41;
		text-decoration:none;
	}

.news .image {}
	.news .image .picture {
		float: left;
		padding: 0px 10px 10px 0px;
	}

.news .content {}

.news .footer {
	
}

.news div.view-details{
	margin:10px 0;
}
	.news a.view-details{
		color: Gray;
		text-decoration: none;
		display:block;
		width:111px;
		height:25px;
		text-indent: -2000px;
		overflow: hidden;
		background: url(../img/btn-skodananar.gif) no-repeat left top;
	}
	.news a:hover.view-details{
		text-decoration: underline;
	}

.news div.to-list{
	padding: 30px 0px 0 0;
	float:right;
}
	.news a.to-list{
		color: Gray;
		text-decoration: none;
		display:block;
		width:111px;
		height:25px;
		text-indent: -2000px;
		overflow: hidden;
		background: url(../img/btn-allarfrettir.gif) no-repeat left top;
	}
	.news a:hover.to-list{
		text-decoration: underline;
	}

.news .edit {
	display: inline;
}


/* VIEW: PREVIEW */
.news .preview {
	padding: 15px;
}
.news .preview .set-title{
	display:none;
}
.news .preview div.to-list{
	text-align: center;
}
	.news .preview a.to-list{
		font-size: 12px;
		font-weight: bold;
	}

.news .preview .item {
	margin-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #efefef;
}
.news .preview .item div {}

.news .preview .item .header {
	float:right;
	width:410px;
	padding-bottom:0px;
	padding-top:0px;
}
.news .preview .first .header {	float:none;	width:auto; padding-bottom:10px; }

	.news .preview .item .header .date {}
	.news .preview .item .header .title {}
	
.news .preview .image {}
	.news .preview .image .picture {
		float: left;
		padding: 0px;
		margin:0 10px 10px 0;
	}
	
.news .preview .item .content { display:none; }
.news .preview .first .content { display:block; }

.news .preview .item div.view-details{
		float:right;
}
.news .preview .first div.view-details{
		width:auto;
		text-align:left;
}

	.news .preview .item a.view-details{}

/* VIEW: LIST */
.news .list {}
.news .list .set-title{}
.news .list .item {
	margin-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #efefef;
}
.news .list .footer { clear:both; }
.news .list .item div.view-details{
	float:right;
}
	.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{}
