/*
Theme Name: BK
Theme URI: http://boeoeskaelstigen.co.uk
Description: bk theme.
Version: 1.0
Author: Einar Andersson

*/

body {
	background-color:#000;
	color:#fff;
	font:11px "Courier New", Courier, monospace;
	line-height:18px;
}

#top {
	height:240px;
	background: transparent url('bk.gif') no-repeat;
	background-position:78px 78px;
}

#navigation {
	width:140px;
	padding-left:100px;
	float:left;
	text-transform:uppercase;
}

#navigation ul {
	list-style-type:none;
	margin:0; padding:0;
}

#navigation ul li {
	margin:0 0 18px 0;
}

a { text-decoration:none; color:#fff; }
a:hover { color:#aaa; }

#navigation #active {
	font-weight:bold;
}

#content {
	margin-left:240px;
}

#content a {
	text-decoration:underline;
}

#content img {
	border:0;
}

.post {
	width:380px;
	margin:0 0 40px 0;
	border-bottom: 2px solid #fff;
	padding-bottom:16px;

}

.post_header {
	margin:0 0 16px -16px; padding:0 0 0 16px;
	background:transparent url('post_dot.gif') no-repeat;
	background-position:0 4px;
}

.post_header a {
	text-decoration:none !important;
}


.page {
	width:380px;
	margin:0 0 40px 0;
	padding-bottom:16px;
}

.page .title {
	margin:0 0 0 -16px; padding:0 0 0 16px;
	background:transparent url('post_dot.gif') no-repeat;
	background-position:0 4px;
}

.page hr {
	border:0;
	color: #fff;
	background-color: #fff;
	height: 2px;
	margin:16px 0 32px 0;
}