/* --- FRÉTTA KUBBUR (A8NEWS) --- */

.news-wrapper  div {
	margin:0px;
}

/* DIV utanum allar fréttir */
div.news-wrapper {
	padding:0px;
	color:#666;
	clear:both;
	padding-bottom:0px;
}
/*---*/

/* DIV utanum dags & titil fréttar */
div.news-header-wrapper {
	border-bottom: 0px dashed #CCCCCC;
}
/*---*/

/* DIV utanum "content" fréttina sjálfa */
div.news-body-wrapper {
	border:0px dashed #999;
}
/*---*/
/* DIV utan um alla "Preview" fréttina */
.news-preview-wrapper {
	margin-bottom:0px;
	padding-bottom:5px;
	border:0px dashed #999;
}

/* Svćđi á milli frétta */
.news-splitter {
	height:15px;
	border-bottom:0px dashed #999;
}

/* DIV utan um hvert item í "News List" */
.news-item-wrapper {
	border-right:0px dashed gray;
	display:block;
	width:100%;
	padding-right:10px;
	float:left;
}

/* Litur á tenglum */
.news-wrapper a, .news-wrapper a:visited {
	color: #7B7328;
}
.news-wrapper a:hover {
	color:gray;
	text-decoration:none;
} 

/* Basic fréttar styles */
/* Dagsettning allstađar */
.news-date {
	color: #9E9E9E;
}

 /* Titill fréttar allstađar */
.news-headline {
	display: block;
	font-weight:bold;
	padding-bottom:2px;
	color:#7B7328;
}

/* Utan um fréttina "Content" */
.news-body {
	display: block;
	border:0px solid purple;
}

/* Ekki notađ */
.news-body-preview { }

/* Lesa meira linkur í "News List" */
a.news-readmore {
	padding-top:0px;
	display: inline;
	display: none;
}
/* Linkur á "Eldri fréttir" */
.news-archive {
	display:none;
	clear:both;
 }

/* Til baka takkinn í "Full" */
div.news-goback {
	text-align: center;
	width:100%;
	padding-top:0px;
	display: block;
	clear:both;
}

/* Myndir */
/* Mynd međ fréttalista */
.news-img img {
	border:0px;
	margin-left:5px;
	margin-right:10px;
	margin-bottom:30px;
	float:left;
}
/* Mynd međ preview lista */
.news-img-preview img {
	border:0px;
	float:left;
}

/* Annađ */
.div-clear {
	clear:both;
}