/*
Theme Name: Dakantus AS
Theme URI: http://www.dakantus.no/
Description: Dakantus AS sin egenutviklete theme.
Version: 1.0
Author: Eivind Boehn
Author URI: http://www.boehn.org/
Tags: dakantus

*/

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
body {
	margin-top: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #efefef;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-weight: bold;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

img {
	border: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.reference-picture {
	vertical-align: middle;		
}

.navigation {
	height: 20px;
}

#page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url("images/heading1.png");
	background-repeat: no-repeat;
	height: 55px;
}

#header a {
	color: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 9px;
	line-height: 36px;
	font-size: 16px;
}

#header a:hover {
	background-image: url("images/black50.png");
	text-decoration: none;
}

#header ul {
	height: 36px;
	padding: 0px;
	padding-left:10px;
	list-style: none;
}

#header li {
	float: left;
}

#body-top {
	background-image: url("images/box-top.png");
	height: 10px;
}

#body {
	background-image: url("images/box-middle.png");
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 22px;
}

#body-bottom {
	background-image: url("images/box-bottom.png");
	height: 9px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	color: #888888;
}

#content {
	/*float: left;
	width: 700px;*/
}

#sidebar {
	background-color: #efefef;
	width: 280px;
	margin-left: 615px;
	padding: 10px;
	border: 1px solid #d9d9d9;
}

.flashvideo {
	display: block;
	background-color: red;
	width: 575px;
	height: 290px;
}

#sidebar ul {
	/*height: 30px;
	
	padding-left:20px;*/
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidebar ul li {
	padding-bottom: 4px;
	/*float: left;
	border-left: 1px solid #e5e5e5;
	padding-top: 10px;
	padding-bottom: 9px;
	font-size: 16px;*/
}

#sidebar p {
	margin-top: 0px;
}

#content-narrow {
	width: 580px;
	float: left;
}

#content-narrow h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}

#clearingbox {
	clear: both;
}
