/* RESET BROWSER STYLES */
@import url(template.css);
@import url(reset.css);

/* Color Swatches
LIGHT BLUE: #8eb4e7;
BRIGHT MENU GREEN: #a5cdc8;
DARK MENU GREEN: #99bfba;
*/

html, body {
	margin: 0; padding: 0;
	}
	
ul, li, ol {
	margin: 0; padding: 0;
	}	

/* HTML styling */

html {
  font-size: 10px;
  }

body {
	font-family: tahoma, "lucida sans", "lucida grande", trebuchet ms, arial, verdana, sans-serif;
	background: white url(../img/bg.gif) repeat-x;
	}
	
body.withsubmenu {
	background: white url(../img/bg2.gif) repeat-x;
}
	
a {
	text-decoration: underline;
	color: #8eb4e7;
	}
	
a img {
	border: none;
	}
	
a:hover {
	text-decoration: none;
	}
	
table a {
  color: black;
  text-decoration: underline;
  }
	
#wrapper {
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  padding-t
  }	
  
#content {
	max-width: 100%;
	margin: 0 0 0 0;
	clear: both;
	}

	/*
#wrap1 {
	max-width: 1000px;
	margin: 0 auto;
  background: url(/img/bg.jpg) top center no-repeat;
	}
	
	
#wrap2 {
  max-width: 760px;
  margin: 0 auto;
}*/
	
img {
	margin: 0; padding: 0;
	}

p {
	color: black;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	}
	
p.inline {
	display: inline;
	}
	
p.readmore {
	margin: 10px 0 0 0;
	}
	
p.readmore span {
	color: silver;
	}
	
p.indent {
  margin-top: 0;
  text-indent: 1.5em;
  }

strong {
  font-weight: bold;
  font-style: normal;
  }
  
em {
  font-style: italic;
  }

h1 {
	padding: 1em 0 0.3em 0;
	margin: 0;
	font-weight: normal;
	font-size: 26px;
	line-height: 1em;
	font-family: futura, "futura book", "lucida sans", tahoma, "lucida grande", trebuchet ms, arial, verdana, sans-serif;
	clear: both;
	}
	
h1.front {
	padding-bottom: 0;
}
	
h1.kalligrafi {
	overflow: hidden; 
	width: 219px; 
	height: 84px; 
	margin: 30px 0 10px 0; 
	padding: 0;
}
	
h1.inline {
	font-size: 12px;
	display: inline;
	clear: none;
	font-weight: normal;
	padding: 0; margin: 0;
	font-family: tahoma, "lucida sans", "lucida grande", trebuchet ms, arial, verdana, sans-serif;
	}
	
	
.content h1:first-child {
	padding: 0;
}
	
h2 {
	font-weight: normal;
	font-size: 1.8em;
	padding: 15px 0 5px 10px;
	margin: 0 0 0px -10px;
		font-family: futura, "futura book", "lucida sans", tahoma, "lucida grande", trebuchet ms, arial, verdana, sans-serif;
	}
	
h2 + h3 {
	color: #8eb4e7;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	}
	
h2.byline {
  background: none;
  font-size: 14px;
  color: #8eb4e7;
  margin: 0 0 15px 0;
  padding: 0;
  }
		
h3 {
  font-size: 1.4em;
  }
  
#content li {
	list-style-position: outside;
	margin-left: 18px;
	list-style-image: url(../img/bullet.gif);
	}
	
/* Menu styling */

#menu {  /* wrapper element for menu */
	display: block;
	clear: both;
	padding: 7px 0 0px 0;
	margin: 0 auto;
	background: #a5cdc8;
	width: 760px;
	font-size: 10px;
	height: 21px;
/*	text-transform: lowercase;*/
	border-bottom: 3px solid #8bb3ad;
	}
	
.withsubmenu #menu { /* adjust menu height when submenu is displayed */
	height: 42px;
}


#menu li{
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
	}

#mainmenu { /* the actual menu - an unordered list item */
	position: relative;
}


#mainmenu li a {
	text-decoration: none;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	margin: 0;
	font-weight: normal;
	color: white;
	padding: 7px 15px;
	background: url(../img/menu-sep.gif) top right no-repeat;
	}
	
#mainmenu li a:hover {
	height: 22px;
	color: #6d8c88;
	}

#mainmenu .current_item_parent a { /* active root menu item */
	color: white;
	font-weight: bold;
	background-color: #8bb3ad;
}

#mainmenu .selected a { /* active menu item */
	color: white;
	font-weight: bold;
	background-color: #8bb3ad;
	}


#mainmenu .current_item_parent ul, #mainmenu .selected ul {
	background: #8bb3ad url(../img/submenu-arrow.gif) 0 7px no-repeat;;
	width: 100%;
	line-height: 21px;
	position: absolute;
	font-size: 9px;
	left: 0;
	top: 21px;
	padding-top: 1px;
	}

#mainmenu .current_item_parent ul li a, #mainmenu .selected ul li a {
	background: url(../img/submenu-sep.gif) top left no-repeat;
	color: #c2f2ec;
	font-size: 11px;
	padding: 5px 12px;
	font-weight: normal;
	}

#mainmenu .current_item_parent ul li.selected a { /* selected submenu item is white */
	color: white;
	}

#mainmenu .current_item_parent ul li:first-child a, #mainmenu .selected ul li:first-child a { /* disabled separator on first menu item */
	background: none;
}

#mainmenu .current_item_parent ul li a:hover, #mainmenu .selected ul a:hover{
	color: white;
	}

#mainmenu .item_parent ul {
	display: none;
}

#mainmenu .item_parent.selected ul {
	display: block;
}

#mainmenu .li_parent ul li.selected a{
	width: 100%;
	color: white;
	}
	
.navigation { /* navigation between posts in a category */
	margin: 3px 0 0 0;
	height: 16px;
	border-bottom: 1px solid #eee;
	padding: 5px;
}

.postmetadata {
	margin: 10px 0;
	border-top: 1px solid #f2f2f2;
	padding-top: 4px;
}

/* Home page styling */
	
#logo {
	margin: 24px 0 14px 10px;
	font-size: 20px;
	padding: 3px 100px 0 0;
	width: 77px;
  height: 62px; 
  overflow:hidden;
  float: left;
	}
	
#logo span {
	width: 200px;
 	display: block;
 	clear: both;
  }

#panorama, .panorama {
	clear: both;
	padding: 0;
	margin: 0 auto 0px auto;
	width: 760px;
	line-height: 0;
	position: relative;
	}

#panorama .seeds {
	position: absolute;
	top: 3px;
	right: 11px;
	}
	
#seeds {
  display: block;
  position: absolute;
  width: 245px; 
  height: 80px;
  right: 10px;
  top: 5px;
  background: url(../img/seeds-of-silence.png);
  }
	

.col {
	width: 32%;
	float: left;
	margin-right: 2%;
	}
	
.col p {
	color: black;
	margin-left: 2px;
	}

#content .col li {
	list-style-position: outside;
	margin-left: 15px;
	list-style-image: url(../img/bullet.png);
	line-height: 19px;
	margin-bottom: 5px;
	}

.titlebox {
	margin: 0 0 0 -5px;
	background: url(../img/box.png);
	height: 112px;
	width: 225px;
	padding: 11px 10px 10px 12px;
	}
	
.titlebox span {
	width: 225px;
	height: 112px;
	display: block;
	background: url(../img/headimg-news-bw.jpg);
	}

#content ul li {
  font-size: 1.2em;
  line-height: 1.7em;
  }

/* Footer styling */
	
#footer {
	clear: both;
	float: left;
	width: 100%;
	color: #999;
	border-top: 1px solid #eee;
	padding: 8px 10px 5em 6px;
	margin: 2em 0 0 0px;
	text-align: right;
	font-size: 1.2em;
	}
	
#footer .sep {
	color: silver;
	}
	
#footer em {
	font-style: normal;
	color: #8eb4e7;
	}
	
/* General styles */
	
.center {
  text-align: center;
  }	

.italic {
  font-style: italic;
  }
	
.left, .alignleft {
	float: left !important;
	}
	
.right, .alignright {
	float: right !important;
	}
	

.clear {
	clear: both !important;
	}
	
.nomarg {
	margin: 0 !important;
	}

.grid1 .col {
	width: 740px;
	}
	
img.right, img.alignright {
	margin: 0 0 20px 20px;
	}
	
img.left, img.alignleft {
	margin: 0 20px 20px 0;
	}

.sep {
	color: silver;
	margin: 0 5px;
	}

/* Table styling */

table {
	border-collapse: collapse;
	}
	
td {
	background: #eee;
	border-right: 1px solid silver;
	font-size: 1.1em;
	line-height: 1.3em;
	padding: 0.3em 0 0.3em 0.6em;
	vertical-align: top;
	}
	
td.title {
  font-weight: bold;
  padding: 0.3em 0.5em 0.3em 0.5em;
  font-size: 1.2em;
/*  background: #dfdfdf !important;*/
  }
  
.odd td.title {
  
  }
  
td.title + td {
  }
	
.odd td {
	background: #fbfbfb;
	}
		
th {
	padding: 0.3em 0 0.3em 0.3em;
	text-align: left;
	background: #8eb4e7;
	color: white;
	font-size: 1.4em;
	border-right: 1px solid #8eb4e7;
	}
	
thead th {
  border: none;
  }
  
table .time {
	width: 95px;
	}
	
table .day {
	width: 95px !important;
	}
	
.head th {
	font-size: 1.4em;
	padding: 5px  0 5px 5px;
	color: white;
	background: #999;
	border-right: 1px solid #999;
	}
	
.type2 td {
	padding: 5px 13px;
}
	
/* Blog styling */

#respond {
		padding: 1em 0 0 0;
	margin: 0;
	font-weight: normal;
	font-size: 21px;
	line-height: 1em;
	font-family: futura, "futura book", "lucida sans", tahoma, "lucida grande", trebuchet ms, arial, verdana, sans-serif;
	clear: both;
}
	
	
/* Form styling */

label {
	clear: both;
	margin-right: 6px;
	}	
	
td input {
	text-align: left;
	}

.required {
  color: red;
  }

.picture {
	padding: 25px 0 25px 25px;
	}

.picture img {
	margin: 0;
	}
	
.picture p {
	font-style:italic;
	font-size: 12px;
	}
	
.marg10-top {
	margin-top: 10px;
	}
	
/* Kurs sidene */

#legend {
	margin-top: 20px;
	clear: both;
	}

#legend label {
	float: left; 
	clear: none;
	font-size: 12px;
	}

#legend label.title {
	font-weight: bold;
	}

#legend .swatch {
	width: 14px;
	height: 14px;
	float: left;
	margin: 0px 10px 0 10px;
	clear: none;
}


.level1 {
	background-color: #77b9b1 !important;
	border: 1px solid #ccc;
	}
	
.level2 {
	background-color: #6595d4 !important;
	border: 1px solid #ccc;
	}
	
.medlem {
	background-color: #ee434e !important;
	border: 1px solid #ccc;
	}
	
.samarbeid {
	background-color: #95e5ab !important;
	border: 1px solid #ccc;
	}
	
.ekstern {
	background-color: silver;
	border: 1px solid #ccc;
	}
	

.andre {
	background-color: white !important;
	border: 1px solid #ccc;
	}
	
.hide {
	display: none !important;
}



.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%;
}



/* ----------- NGG ALBUM ---------------- */

html > body .ngg-album {
	border: none;
	position:relative;
	padding: 0;
}

html > body .ngg-albumtitle {
	position: absolute;
	left: 140px;
	top: 0px;
	}
	
html > body .ngg-albumtitle {
	margin: 5px 0 0 0;
}
	
html > body .ngg-description {
	position: absolute;
	left: 140px;
	top: 30px;
}

html > body .slideshowlink {
	float: left;
	margin: 0 5px 0 0;
}

html > body .ngg-gallery-thumbnail img {
	margin: 20px 10px 0 0;
	}
