* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: calibri, tahoma, verdana, sans-serif;
}

#page {
	margin: 0 auto;
	width: 800px;
}

#header {
	margin-top: 10px;
	width: 780px;
	border: 10px solid #888;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 20pt;
	color: #FFF;
	background-color: #880000;
	margin-bottom: 10px;
}

a#navn, a#navn:hover, a#navn:active, a#navn:visited {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#content {
	float: left;
	width: 520px;
	border: 10px solid #888;
	background-color: #880000;
	padding: 30px;
}

#sidebar {
	float: right;
	width: 140px;
	border: 10px solid #888;
	background-color: #880000;
	padding: 15px;
	color: #FFF;
	font-size: 9pt;
	text-align: right;
	padding-top: 30px;
}

ul {
	list-style-type: none;
}

.entry ul {
	list-style-type: disc;
	margin-left: 12px;
	margin-bottom: 6pt;
}
	
.post, .commentlist li {
	margin-bottom: 30px;
	border: 1px solid #000;
	padding: 15px;
	background-color: #ddd;
	font-size: 10pt;
}

#footer {
	font-size: 8pt;
	background-color: #ddd;
	width: 100%;
	height: 30px;
	text-align: center;
	border: 1px solid #888;
	float: left;
	margin-top: 10px;
}

a, a:visited, a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold
}

.post h2 {
	color: #fff;
	font-size: 15pt;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}

#sidebar h2 {
	color: #fff;
	font-size: 14pt;
	margin-top: 20px;
}

input {
	margin-bottom: 5px;
}

.overskrift, .overskrift:hover, .overskrift:active, .overskrift:visited, .bunnlenke, .bunnlenke:hover, .bunnlenke:active, .bunnlenke:visited {
	color: #000
}

.post a {
	color: #000;
}

.post small {
	font-size: 9pt;
	color: #777;
	margin-bottom: 5px;
}

.postmetadata {
	margin-top: 20px;
	border: 1px solid #aaa;
	padding: 10px;
	background-color: #ccc
}

.postmetadata a {
	font-size: 9pt;
	color: #888;
}

h3, .alignleft {
	color: #fff;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 14pt;
}

ol.commentlist {
	color: #000;
	list-style-type: none;
}

.comment {
	margin-bottom: 30px;
}

#commentform p, .pagetitle {
	color: #fff;
}

textarea#comment {
	width: 510px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.commentlist a {
	color: #000;
}

#submit{
	width: 510px;
	height: 30px;
	font-size: 14pt;
	border: 2px solid #000;
	text-align: center;
}

.comment-meta {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 9pt;
}

.fn {
	font-size: 20pt;
	font-style: normal;
}

.comment-meta {
	border-bottom: 1px solid #aaa;
}

.post h2 {
	color: #000;
}

.entry p {
	margin-bottom: 6pt;
}