﻿/*
Theme Name: Miljøhåndboka
Author: Eivind Figenschau Skjellum, Sigarett Design
Author URI: http://www.sigarett.com/
*/


/****************************************************************/
/*															    */
/*						Miljøhåndboka							*/
/*																*/
/****************************************************************/


/* ---------------- HTML elements styling --------------- */

body {
	background: #f6f6f6;
}

/* -------------- Main structural elements -------------- */

#bgwrap {
	background: url(images/body-footer.png) no-repeat bottom left;
	margin: 0 auto;
	width: 1022px;
	min-width: 700px;
	margin-bottom: 40px;
}

#outerwrap {	
	width: 998px;
	margin: 0 auto 70px auto;
	padding: 0px 20px 0px 22px;
	overflow:  hidden;
	background: url(images/bg-left.png) top left repeat-y;
	}

#innerwrap {
	padding: 20px 45px 0 20px;
	background: white url(images/bg-right.png) top right repeat-y;
	}

#header {

	}

#menu {
	}

#content {
	width:  100%;
	margin-top: 17px;
	padding-top: 10px;
	}

#main {
	float: left;
	width: 620px;
	margin-left: 24px;
/*	margin-left:  285px;*/
	}

#footer {
	clear: both;
	float: left;
	margin: 30px 0 0 20px;
	width: 95%;
	padding: 15px 0 0 0;
	color: gray;
	border-top: 1px solid #ddd;
	}

#sidebar {
	float:  left;
	width:  260px;
	clear:  both;
	display: block;
	}

/* -------------------- Header styling --------------------- */


#logosquare a {
	width: 272px;
	height: 293px;
	background-color: #93646f;
	display: block;
	position: relative;
	float:  left;
}

#logosquare a:hover {
	background-color: maroon;
}

#logosquare img {
	position: absolute;
	bottom: 17px;
	left:  20px;

}

#headerimage {
	width:  660px;
	overflow: hidden;
	height:  293px;
}

#main_image {
	margin-left:  12px;
	width:  692px;
	height: 293px;
	max-width: 692px;
	min-width: 300px;
	overflow:  hidden;
}





/* -------------------- Navigation --------------------- */

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: maroon;
}

li {
	list-style: none;
}

#main a {
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
}

#menu {
	padding:  3px 20px 20px 20px;
}

#menu a {
	color: black;
}	

#menu a:hover {
	color: maroon;
}

#menu ul {
	float: left;
	border-bottom: 1px solid silver;
}

#menu li {
	font-weight: bold;
	clear:  both;
	margin:  0;
	font-size: 13px;
	padding-bottom: 1em;
	margin-bottom: 0.3em;
	float:  left;
	line-height: 1.2em;
	height:  auto;
	width: 100%;
}

#menu li.active {
	font-weight: bold;
	font-style: italic;
}

#menu li li {
	padding-bottom: 0.1em;
	font-weight: normal;
	border-bottom: none;

}

#menu li .toc_no {
	font-style: italic;
	width: 40px;
	float:  left;	
	padding-top: 1px;
}

#menu li .text {
	width:  174px;
	float:  left;
	line-height: 1.4em;
	}

#menu li ul {
	margin-top:  10px;
	padding-bottom: 1em;
}

#menu li ul li {
	font-size: 11px;
}

/* ----------------- Footer styling ---------------- */

#footer span {
	color: silver;
	margin: 0 10px;
}

/* ----------------- Typography styling ---------------- */

body {
	font-family: "lucida sans", lucida, tahoma, arial, sans-serif;
	font-size: 10px;
}

#main h1 {
	font-size: 2.8em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.2em;
}

#main h2 {
	font-size: 2.1em;
	font-style: normal;
}

#main h3 {
	font-size: 1.6em;
	line-height: 1.4em;
}

#main h4 {
	font-size: 1.2em;
	font-weight: bold;
}

#main h1, #main h2, #main h3 {
	font-family: Georgia, Times, "Times new roman", serif;
}

ul li {
	font-size: 1.2em;
	padding-bottom: 0.4em;
}



/* ----------------- Main area layouts ---------------- */

#content.widecolumn {
	width: 70%;
	margin-left: 285px;
}




/* ------------------ Sidebar styling ------------------ */

#sidebar {
	/* margin-top: 8px; */
	}




/* ---------------- Main content styling --------------- */

#main h1 {
	padding-bottom: 0.5em;
	margin-bottom: 0;
	border-bottom:1px dotted silver;
}

#main h2 {
	font-size: 1.3em;
}

#main h3 {
	width: 100%;
	font-size: 1.4em;
	margin: 1em 0 0.5em 0;
}

#main h3.time {
	display: none;
}

#main p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	clear: left;
}

#main .ingress {
	font-size: 1.5em;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	line-height: 1.8em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted silver;
	margin-bottom:  1.7em;
	display: block;
}

#main .ingress p {
	margin-bottom: 0.5em;
}

#main .ingress #les_mer a {
	float:  right;
	font-size:  0.8em;
	line-height: 1.3em;
	padding: 0 0.2em 1em 0;
	color:  maroon;
}

#main  .col {
	width: 45%;
	float: left;
	margin-right: 4%;
	margin-bottom: 1em;
}

#main img.thumbnail {
	float: left;
	margin: 0 0.5em 0.5em 0;
}

#main dl {
	margin-bottom: 1em;
}

#main ul {
	margin: 1em 0;
}

#main li ul {
	margin: 0.5em 0 0 0;
}

#main li {
	line-height: 1.6em;
	list-style: disc;
	list-style-position: outside;
	margin-left: 2em;
	font-size: 12px;
	width: 90%;
}

#main table li {
	font-size: 1em;
	margin-left: 1.5em;
}

#main #visual_toc {
	float:  left;
	width:  70%;
	background: url(images/innersidebar_bg.png) top right repeat-y;
}

#main #visual_toc h3 {
	font-size: 1.3em;
	margin-bottom:  1em;
}

#main #visual_toc dt {
	float:  left;
	padding:  0;
}


#main #visual_toc dd {
	color:#535353;
	float:left;
	font-size:1em;
	height:50px;
	line-height:1.4em;
	margin:0 10px 22px 10px;
	max-width:125px;
	min-width:100px;
	width:100%;
}

#main #visual_toc img {
	background: white;
	padding: 3px;
	border: 1px solid #ccc; 
}

#main #visual_toc a:hover img {
	border: 1px solid maroon;
	background: maroon;
}

#main #visual_toc dd {
	margin-right: 0;
}

#main #visual_toc dd.marg {
	margin-right: 10px;
}

#main #visual_toc dd .toc_no {
	float:  left;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 0.3em;
	line-height: 1em;
}

#main #visual_toc dd .text {
	clear: left;
	float: left;
	color: #666;
}



/* ---------------- Main content sidebar --------------- */

#main .sidebar {
	padding: 20px 0 0 10px;
	margin-left:  70%;
}

#main .sidebar h3 {
	font-size:  1.2em;
	font-weight: normal;
	padding-bottom: 10px;
	line-height: 1.2em;
	clear: none;
	margin: 0; padding: 0 0 5px 0;
	font-family: "lucida sans", lucida, tahoma, arial, sans-serif;
}

#main .sidebar h4 {
	font-size: 0.9em;
	font-weight: normal;
	clear: none;
	color:  #7a2a1a;
	padding:  2em 0 2px 0;
	line-height:  1.4em;
}

#main .sidebar p {
	clear: none;
	font-size: 1em;
	line-height:  1.4em;
	color: #444;
}

#main .sidebar h2 {
	margin-top: 0;
}



/* ------------------ Commentlist styles ------------------ */

#main .commentlist li {
	list-style: none;
	margin-left: 0;
}

#main #respond {
	border-top: 1px solid #ccc;
	margin-top: 30px;
	padding-top: 10px;
	clear: both;
	float: left;
	width: 100%;
}

.comment {
	border-top: 1px dotted silver;
	padding-top: 10px;
}

li.comment {
	width: 98% !important;
}

li.comment p {
	font-size: 1em !important;
}

/* ------------------ Template styles ------------------ */


.clear {
	clear: both;
}

.left {
	float: left;
}

img.left {
	margin: 0 15px 15px 0;
}

.right {
	float: right;
}

img.right {
	margin: 0 0 15px 15px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



