body {
	background: #490000 url(../images/bg.png) top center repeat-x;
	font-family: Tahoma;
	color: #818181;
}
h1, h2 {
	display: none;
}
h3, h4 {
	margin: 0px;
	text-transform: uppercase;
}
h3, h3 a, h3 a:hover {
	color: #bf6635;
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration: none;
}
h4 {
	color: #6991aa;
	font-size: 14px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #525252;
}
a:hover {
	text-decoration: underline;
	color: #818181;
}
input, textarea, select {
	border: #818181 1px solid;
}
input.edit {
	float: right;
	margin-left: 5px;
	font-size: x-small;
}
table {
	width: 100%;
	font-size:12px;
}

/*spes formatering*/
p.read_more {
	text-align: right;
	border-top: 1px solid #818181;
	width: 100%;
	display: table;
}
p.cpanel a {
	color: #FFFFFF;
	text-transform: lowercase;
}
p.read_more span {
	float: left;
	color: #818181;
	font-size: 12px;
	font-weight: normal;
	text-transform: lowercase;
}
p.error {
	color: red;
}
p.draft {
	font-size: x-small;
}
p.draft img {
	display: none;
}
p.sok span {
	float: right;
}
p.counter {
	text-align: center;
}
span.found {
	background: #FFFF00;
}

/*img types*/
img {
	background: transparent url(../images/loading.gif) center center no-repeat;
}
img.full {
	display: table;
	width: 100%;
}
img.right {
	float: right;
	width: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px #818181 solid;
}
img.side_sponsor {
	width: 100%;
	border: 0px;
}
/*Divs*/
div.conteiner {
	margin-top:100px;
	border: 3px solid #52392c;
	background: #FFFFFF;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	display: table;
}
div.header {
	background: transparent url(../images/kolstad_main_picture.png) top center no-repeat;
	width: 760px;
	height: 367px;
}
div.top_navigator {
	text-align: right;
}
div.top_navigator a {
	border: 2px solid transparent;
	position: relative;
	top: 8px;
	font-size: 40px;
	padding: 7px;
	margin: 0px;
	text-transform: lowercase;
	text-decoration: none;
	color:#FFFFFF;
	font-family: "Script MT Bold";
	z-index: 1;
}
div.top_navigator a:hover {
	background: transparent url(../images/top_glow.png) top center no-repeat;
	border-left: 2px #580000 solid;
	border-right: 2px #580000 solid;
	color: #580000;
}
div.logo {
	background: transparent url(../images/kolstad_header.png) top left no-repeat;
	position: absolute;
	top: 40px;
	margin-left: +20px;
	width: 556px;
	height: 153px;
}
div.login p {
	margin: 0px;
}
div.login {
	position: absolute;
	top: 60px;
	width: 750px;
	text-align: right;
	background: #311e16;
	border: 1px solid #52392c;
	height: 20px;
	padding: 5px;
	vertical-align: middle;
	margin-left: -10px;
}
div.login input {
	font-size: 10px;
	border: 1px solid #52392c;
	padding: 2px;
	color: #FFFFFF;
	background: #1f130e;
}
div.login input.text {
	width: 80px;
	background: transparent url(../images/field_bg.png) top center repeat-x;
}

div.input {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
/*Layout*/
div.content {
	float: right;
	width: 540px;
	padding: 10px;
	text-align: justify;
}
div.sidebar {
	float: left;
	width: 180px;
	padding: 10px;
}
tr.header {
	background: #E6E6E6;
}

/*sidebar*/
div.menu a, div.linker a {
	display: block;
}

div.last_blog {
	font-size: 10px;
}
div.last_blog p {
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
div.last_blog span {
	display: block;
	font-size: 9px;
}
div.stats p {
	font-size: 10px;
}
/*footer*/
div.footer {
	width: 720px;
	display: table;
	text-align: center;
	font-size: 12px;
	text-transform: lowercase;
	padding: 20px;
	background: #35241c;
	border-top: 3px solid #52392c;
}
