body {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	margin-top:0;
	background: url('../images/body-bg.jpg') repeat-x top center #fff;
	text-align: center;
}
img {
	border: 0;
}
a { 
	text-decoration: none; 
}
ul,li,p,div,table,tr,td {
	margin: 0;
	padding: 0;
}
textarea {
	height: 400px;
}

h1 {
	font-size: 26px;
	color: #00AA00;
	font-family: Georgia;
	font-weight: normal;
	border-bottom: 2px dashed #ccc;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-bottom: 15px;
}
h2 {
	font-size: 17px;
	color: #215A78;
	font-family: Georgia;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 24px;
}
ol, ul {
	padding-left: 20px;
	padding-top: 15px;
}
li {
	margin-bottom: 10px;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
#header {
	color: #fff;
	width: 960px;
	height: 130px;
	background: url('../images/bg-header.png') top center #fff; 
	margin: 0 auto;
	text-align:left;
}
	#header img {
		float:left;
		margin-left: 15px;
		margin-top: 40px;
	}
	
	#header p {
		float: right;
		display:none;
		width: 333px;
		text-align:center;
		margin-top: 50px;
		text-align: center;
	}
		#header p a {
			color: #fff;
			background: #2D3F51;
			padding: 2px 6px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}
		#header p a:hover {
			color: #ccc;
			background: #162029;
			padding: 1px 5px;
			border: 1px solid #576574;
		}
	
	#header ul {
		padding: 0;
		float:right;
		padding-top: 73px;
		list-style: none;
		font-size: 18px;
	}
		#header ul a {
			color: #fff;
			padding: 4px 10px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			behavior:url(styles/border-radius.htc);
		}
		#header ul a:hover {
			color: #fff;
			background: #162029;
			padding: 4px 10px;
		}
		#header li .active {
			background: #fff;
			color: #1A2631;
			padding: 4px 10px;
			border: 0;
		}
		#header li {
			float:left;
			padding: 5px;
			padding-bottom: 10px;
			margin-right: 5px;
			height: 13px;
		}
		
	#header form {
		float:right;
		clear:right;
		display:none;
		margin-top: 0px;
		background: #fff;
		padding: 1px 0px;
		border: 1px solid #576574;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		border-radius: 12px;
		behavior:url(styles/border-radius.htc);
	}
		#header input:first-child {
			border: 0;
			height: 20px;
			width: 305px;
			background: #fff;
			padding-left: 8px;
			padding-top: 2px;
			-moz-border-radius: 12px;
			-webkit-border-radius: 12px;
			border-radius: 12px;
			behavior:url(styles/border-radius.htc);
			float:left;
		}
		#header input:first-child:focus {
			background: #EFF2F5;
			border: 1px solid #F1CA80;
			margin: -1px;
		}
		#header input {
			border: 0;
			height: 0px;
			width: 0px;
		}
		#header input:last-child {
			border: 0;
			height: 20px;
			margin-left: 3px;
			margin-right: 3px;
			width: 20px;
			float:right;
		}


#body {
	text-align: left;
	padding:18px;
	padding-top:0;
	padding-bottom: 20px;
	background: #fff;
	width: 924px;
	clear: both;
	margin: 0 auto;
	margin-top: -17px;
	line-height: 20px;
}
	#body p {
		margin-bottom: 10px;
	}
	#slideshow {
		width:600px;
		height: 494px;
		padding:3px;
		background: #eee;
		border: 1px solid #ccc;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		position:relative;
		margin-bottom: 50px;
	}
		#slideshow img {
			z-index: 0;
		}
		#slideshow #slidesContainer {
			width: 600px;
			height: 494px;
			overflow: auto;
			position: relative;
		}
			#slideshow #slidesContainer .slide {
				width: 600px;
				height: 494px;
			}
			.control {
			  display: block;
			  width: 37px;
			  height: 70px;
			  margin-top: 225px;
			  text-indent: -10000px;
			  position: absolute;
			  z-index: 2;
			  cursor: pointer;
			}
			#leftControl {
			  margin-right: 0px;
			  top:0;
			  left:0;
			  background: url(../images/control-left.png) no-repeat 0 0;
			}
			#rightControl {
			  margin-left: 0px;
			  top:0;
			  right:0;
			  background:transparent url(../images/control-right.png) no-repeat 0 0;
			}
		ul.portefolje li {
			float: left;
			width: 444px;
			margin: 8px;
			padding: 0;
			display:block;
			margin-bottom: 30px;
			text-align: center;
		}
		ul.portefolje {
			list-style: none;
			margin:0;
			padding:0;
		}

	#body a {
		color: #00AA00;
		border-radius: 5px;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
		padding:3px;
		text-decoration: none;
	}
	#body a:hover {
		color: #5EFF5E;
		background: #304254;
	}
	.portefolje a img:hover {
		border:2 px solid blacl;
		background: #fff;
	}
	
	#body .construction {
		padding: 10px;
		background: #FDFF95;
		border: 1px solid #F0FE49;
	}
	#body .right {
		width: 278px;
		text-align:left;
		padding: 11px;
		background: #eee;
		border:1px solid #ccc;
		margin-bottom: 10px;
		text-align:left;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
		border-radius:8px;
		float:right;
	}
	#body img.right {
		background: #162029;
	}
		#body h1 small a {
			float: right;
			font-size: 12px;
			border: 1px solid #ccc;
			padding:3px;
			padding-left: 25px;
			background: url(../images/page_edit.png) 4px center no-repeat #efefef;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		#body h1 small a:hover {
			background: url(../images/page_edit.png) 4px center no-repeat #304254;
		}
		#body small a img { vertical-align: text-top; }
		.kommentarer {
			list-style:none;
			padding:0;
		}
		.kommentarer li {
			background: #efefef;
			padding: 5px;
			margin-bottom: 10px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
			border-radius: 6px;
			border: 1px solid #ccc;
		}
		#body .right .rightheader {
			padding: 10px;
			padding-top: 20px;
			height: 27px;
			font-size: 20px;
			border: 1px solid #ccc;
		}
		#body .right .closed{
			background: url(../images/rss.png) right center no-repeat #ccc;
			margin-top: 5px;
			margin-bottom: 5px;
		}
		#body .right .rss:hover {
			color: #fff;
			background: url(../images/rss-hvit.png) right center no-repeat #162029;
		}
		#body .right h2 {
			margin-top: 0;
		}
		#body .right ul {
			margin-bottom: 20px;
			padding-top: 0;
		}
		.expandable { cursor: hand;cursor: pointer; }
		.expanded { color: #fff;background: url(../images/rss-hvit.png) right center no-repeat #162029;margin-top: 5px;margin-bottom:5px; }
		.items{ list-style: none;margin: 0;padding: 0;margin-bottom: 8px;margin-top:2px;padding: 0; }
		.items li{ margin-bottom: 2px;background: #fff;border: 1px solid #ccc; }
		.items a { 
			display: block;
			padding: 5px 5px 5px 0.5em;
			width: 290px;
		}
		.items a:hover { 
			background: #ccc;
		}

	#body .left {
		width: 600px;
		float:left;
	}
	#body .left p {
		margin-bottom: 20px;
	}
	.pagination {
		text-align:center;
	}
	
	/*#body div:last-child {
		clear:both;
		margin:0;
		border:0;
		height:0;
		padding:0;
	}	*/

#footer {
	width: 920px;
	padding:20px;
	padding-bottom: 40px;
	height: 20px;
	background: url('http://thunemedia.no/images/bg-footer.png');
	clear:both;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	margin: 0 auto;
	margin-top: 0px;
	/*border-top: 1px dashed #54849F;*/
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-radius-bottom-right: 12px;
	-webkit-border-radius-bottom-left: 12px;
	border-radius-bottom-right: 12px;
	border-radius-bottom-left: 12px;
	margin-bottom: 20px;
	color: #54849F;
}
	#footer p {
		/*float: left;*/
		margin: 0 auto;
	}
	#footer p:last-child {
		/*float:right;*/
		margin: 0 auto;clear:both;
	}
	

/* contact form */
		#contact-form {
			width: 590px;
			padding-left:0;
			margin-left:0;
		}
		#contact-form li {
			list-style:none;
			margin-bottom: 10px;
			padding:10px;
			clear:both;
			padding-left: 0;
		}
		#contact-form input {
			width: 440px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			background: #F9F9F9;
			padding-left: 5px;
			border: 1px solid #E0E1E2;
			border-top: 1px solid #ABADB3;
			height: 20px;
			float:right;
		}
		#contact-form input:focus {
			background: #FFFEE8;
			border: 1px solid #FFF315;
		}
		#submit input {
			float:right;
			width: 100px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			height: 20px;
			background: #333;
			color: #fff;
			border: 1px solid #000;
		}
		#submit input:hover, #submit input:focus {
			float:right;
			width: 100px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			height: 20px;
			background: #666;
			color: #fff;
			border: 1px solid #000;
		}
		#verify input {
			float:right;
			width: 300px;
		}
		#contact-form textarea{
			width: 450px;
			height: 200px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			background: #F9F9F9;
			padding-left: 5px;
			border: 1px solid #E0E1E2;
			border-top: 1px solid #ABADB3;
			float:right;
		}
		#contact-form textarea:focus {
			background: #FFFEE8;
			border: 1px solid #FFF315;
		}
		#contact-form  .error {
			color:#D70000; 
			display:block;
			padding-left: 10px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			background: #FF7979;
			border: 1px solid #D70000;
		}
		
 Disqus styles 
input.form-text  { width: 300px;height:20px; }
input.submit {}
#disqus_thread  h3 { margin-top: 30px;}
#disqus_thread textarea { height: 200px; }
#dsq-content {}
#dsq-comments  {} 
.dsq-dc-logo { display:none; }
.dsq-comment {}
.dsq-comment-rate {}
.dsq-comment-header {}
.dsq-header-avatar img{}
.dsq-header-meta {}
.dsq-comment-body {}
.dsq-comment-footer{}
#dsq-pagination {}
#dsq-options-toggle {} 
#dsq-extra-links {} 