div.BlogContainerFull {
	position: relative;
	float: left;
	width: inherit;
	clear: both;
	margin-bottom: 15px;
}

div.BlogContainerHalf {
	position: relative;
	float: left;
	width: inherit;
	clear: both;
	margin-bottom: 15px;
}

div.BlogContainerList {
	position: relative;
	float: left;
	width: inherit;
	clear: both;
	margin-bottom: 3px;
}


div.BlogFullText {
	position: relative;
	float: left;
	width: inherit;
	clear: both;
}

div.BlogHalfText {
	position: relative;
	float: left;
	width: inherit;
	clear: both;
	max-height: 150px;
	overflow: hidden;
}



a.BloggLink {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}
a.BloggLink:hover {
	text-decoration: underline;
	color: #222;
}


a.BloggListLink {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #444;
}
a.BloggListLink:hover {
	text-decoration: underline;
	color: #222;
}

span.dagsetning {
	font-size: 9px;
	color: #999;
}



/* Athugasemdir */
div.AthugasemdCont {
	position: relative;
	float: left;
	width: inherit;
	margin-top: 20px;
}

div.AthugasemdNafn {
	position: relative;
	float: lefT;
	clear: both;
	width: inherit;
	font-weight: bold;
	font-size: 13px;
}

div.AthugasemdTexti {
	position: relative;
	float: left;
	width: inherit;
}

div.AthugasemdDags {
	position: absolute;
	bottom: 5px;
	righT: 5px;
	font-size: 9px;
	font-style: italic;
}

label.AthLabel {
	position: relative;
	float: left;
	clear: left;
	width: 180px;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}

p.AthReq {
	position: relative;
	float: left;
	margin-left: 5px;
	margin-top: 10px;
	font-style: italic;
}

input.AthInput {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 200px;
}

textarea.AthText {
	position: relative;
	float: left;
	margin-top: 10px;
	width: 380px;
	height: 200px;
}

input.AthSubmit {
	position: relative;
	float: left;
	clear: left;
	margin-left: 374px;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 30px;
}

div.BloggNumberComments {
	position: relative;
	float: lefT;
	clear: both;
	margin: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.BloggNumberComments a {
	color: #666;
	text-decoration: none;
}

div.BloggNumberComments a:hover {
	text-decoration: underline;
}