@charset "utf-8";

* {
	padding:0px;
	margin:0px;
	border:0px;
}


/* BODY */

body {
	background:url(images/bg.png);
}

html, body {
	height:100%;
}


/* PAGE */

#wrapper {
	width:920px;
	min-height:100%;
	background:url(images/wrapper-bg.png) repeat-y;
	text-align:center;
	margin:0px auto;
}

#header {
	width:900px;
	height:171px;
	margin:0px auto;
	background:url(images/header-bg.png);
}

#logo {
	float:left;
}

#text-top {
	float:right;
	text-align:right;
	padding:65px 235px 0px 0px;
}

#text-top ul li{
	list-style:none;
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:16px;
}
 
#text-top a {
	color:#1e3c5b;
	text-decoration:none;
}

#text-top a:hover {
	color:#306aa0;
}

#content {
	width:530px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	line-height:20px;
	margin:0px auto;
	float:left;
	padding:30px;
}

#sidebar-box {
	padding:20px;
}

#sidebar {
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	line-height:20px;
	margin:0px auto;
	float:left;
	padding:20px;
	background:url(images/sidebar-bg.png) repeat-x #efefef;
	border:solid 1px #bebebe;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-radius:10px;
}

#sidebar ul li {
	list-style:square;
	color:#1e3c5b;
	position:relative;
	left:15px;
}

#sidebar a {
	color:#1e3c5b;
	text-decoration:none;
}

#sidebar a:hover {
	color:#306aa0;
}

#twit-fugl {
	float:right;
	padding-left:10px;
}

#content .entry a {
	color:#1e3c5b;
	text-decoration:none;
	border-bottom:dotted 1px;
}

#content .entry a:hover {
	color:#306aa0;
	border-bottom:solid 1px;
}

#content a {
	color:#1e3c5b;
	text-decoration:none;
}

#content a:hover {
	color:#306aa0;
}

#content ul li {
	list-style:square;
	position:relative;
	left:15px;
}

#content ol li {
	position:relative;
	left:15px;
}

#content .les-mer {
	text-align:right;
	font-size:15px;
	padding-top:25px;
	padding-bottom:5px;
}

hr {
	color:#dbeef7;
	background-color:#dbeef7;
	height:2px;
}


/* HEADER */

h1 {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:36px;
	padding-left:10px;
	line-height:35px;
	border-left:solid 5px #306aa0;
	position:relative;
	right:20px;
	display:inline-block;
}

h2 {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:22px;
	padding-top:10px;
	padding-bottom:15px;
	line-height:30px;
}


#sidebar h2 {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	text-transform:uppercase;
	font-size:17px;
	font-weight:100;
	padding-bottom:10px;
}


/* FOOTER */

#footer {
	clear:both;
	margin:0px auto;
	width:900px;
	height:300px;
	background:url(images/footer-bg.png);
	border-top:solid 2px #222222;
	color:#999999;
	text-align:left;
}

#footer a {
	color:#999999;
	text-decoration:overline;
}

#footer a:hover {
	color:#306aa0;
}

#footer .footer-list {
	float:left;
	margin:0px auto;
	width:160px;
	padding:20px;
	font-size:14px;
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	line-height:25px;
}

#footer h2 {
	font-family:"Gill Sans MT", Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:18px;
	padding-bottom:10px;
}

#footer ul li {
	list-style:square;
	position:relative;
	left:15px;
}

#copyright {
	clear:both;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:10px;
}


/* SEARCH */

#s {
	border:solid 1px #7b7b7b;
	background:#ffffff;
	height:22px;
	width:244px;
	padding-top:7px;
	padding-left:10px;
	border-radius:3px;
	-moz-radius:3px;
	-webkit-radius:3px;
	color:#6b6b6b;
}

#s:focus {
	background:#fffce1;
	color:#000000;
}


/* COMMENTS */

#content .author-comment {
	background:#fffce6;
	padding:8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}

#author {
	border:solid 1px #d5d5d5;
	width:195px;
	height:22px;
	padding-top:4px;
	padding-left:5px;
}

#email {
	border:solid 1px #d5d5d5;
	width:195px;
	height:22px;
	padding-top:4px;
	padding-left:5px;
}

#url {
	border:solid 1px #d5d5d5;
	width:195px;
	height:22px;
	padding-top:4px;
	padding-left:5px;
}

#comment {
	border:solid 1px #d5d5d5;
	width:495px;
	height:115px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-left:5px;
}

#submit {
	padding:8px;
	border:solid 1px #d5d5d5;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}


/* MENU */

#menu {
	width:900px;
	height:41px;
	margin:0px auto;
	background:url(images/menu-bg.png) repeat-x;
	line-height:20px;
}

#menu ul li {
	list-style:none;
	float:right;
	padding-top:9px;
}

#menu a {
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#d3d3d3;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:0px 25px 0px 25px;
}

#menu a:hover {
	color:#ffffff;
}


/* BOTTOM NAVIGATION */

.navigation {
	text-align:center;
}

.navigation a.current {
	background:#97cfff;
}

.navigation a.current:hover {
	background:#97cfff;
	cursor:default;
}

.navigation a {
	text-align:center;
	padding:5px 10px;
	border:solid 1px #bbbbbb;
	background:#ffffff;
	margin:5px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-radius:3px;
}

.navigation a:hover {
	background:#d9edff;
}