/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* The rest of the css is organized based on the principles of SMACSS - http://smacss.com/ */


/* =============================================================================
  BASE RULES
    - http://smacss.com/book/type-base
  ========================================================================== */


body,
html{
   height: 100%;
}
body {
  color: #333;
  font-family: "Trebuchet MS", sans-serif;
  background-color: rgb(242, 241, 216);
  font-size: 0.875em; /* 14/16  */

}
h1 {
  font-size: 1.6428em; /* 23/14  */
  background: transparent url(../industrimuseum_img/doubleborderline.png) repeat-x bottom center;
  color: rgb(72, 51, 41);
  margin-top: 0;
  padding-bottom: 0.5em;
}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

ul,
ol,
table,
dl,
p {
  /*
  font-size: 0.875em; /* 14/16  */
  /*line-height: 1.1875em; /* 19/16 */
/*  margin-bottom: 2.5em; /* 40/16 */
}
ul p{
  font-size: 1em;
}

object, embed {
  max-width: 100%;
}

.row img {
  height: auto;
  width: 100%;
  max-width: 100%;

}
a,
a:link,
a:visited{
  color: #626e25;
}
a:hover{
    text-decoration: underline;
}



/* =============================================================================
  LAYOUT RULES
    - http://smacss.com/book/type-layout
  ========================================================================== */

/* ==================================================================================================================== */
/* ! The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */

.container {
  padding-left: 20px;
  padding-right: 20px;
}

.row {

  width: 100%;

  max-width: 1140px;
  min-width: 725px;
  margin: 0 auto;
  overflow: hidden;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px;
}

.row .onecol {
  width: 4.85%;
}

.row .twocol {
  width: 13.45%;
}

.row .threecol {
  width: 22.05%;
}

.row .fourcol {
  width: 30.75%;
}

.row .fivecol {
  width: 39.45%;
}

.row .sixcol {
  width: 48%;
}

.row .sevencol {
  width: 56.75%;
}

.row .eightcol {
  width: 65.4%;
}

.row .ninecol {
  width: 74.05%;
}

.row .tencol {
  width: 82.7%;
}

.row .elevencol {
  width: 91.35%;
}

.row .twelvecol {
  width: 100%;
  float: left;
}

.last {
  margin-right: 0px !important;
}

/* oldIE styles */
.oldie .onecol {
  width: 4.7%;
}

.oldie .twocol {
  width: 13.2%;
}

.oldie .threecol {
  width: 22.05%;
}

.oldie .fourcol {
  width: 30.6%;
}

.oldie .fivecol {
  width: 39%;
}

.oldie .sixcol {
  width: 48%;
}

.oldie .sevencol {
  width: 56.75%;
}

.oldie .eightcol {
  width: 61.6%;
}

.oldie .ninecol {
  width: 74.05%;
}

.oldie .tencol {
  width: 82%;
}

.oldie .elevencol {
  width: 91.35%;
}


#header{
    text-align: center;
    margin-top: 2px;

}
#header .archways{
  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f2dc), color-stop(100%,#f3f2da));
  background-image: url(../industrimuseum_img/archways.png);
  height: 7.5em;
}

#header h1{
    margin-top: 0.91em;
    margin-bottom:0;
    background: none;
    font-weight: normal;
    font-size: 3.5em;
    line-height: 1em;
    padding-bottom: 0;
}
#header h1 a{
    color: rgb(72, 51, 41);
}
#header a{
    font-size: 1.0714em;
    color: rgb(173, 121, 3);
    text-decoration: none;
    display: block;

}
#header a:hover{
    text-decoration: underline;
}

#navigation{
    background: #B67F02 url(../industrimuseum_img/menu-bg.png) repeat-x bottom center;
    padding-top: 5px;
    padding-bottom: 13px;
    margin-bottom: 30px;

}

#navigation ul {
    overflow: hidden;
    margin: 0;
}

#navigation .smallmenu .bedrifter {
    background-position: left -22px;
    padding-left: 25px;
}

#navigation .smallmenu .bedrifter a {

    margin-top: 5px;
}

#navigation .smallmenu .kart {
    background-position: 0px -84px;
    padding-left: 25px;
}

#navigation .smallmenu .kart a {

}

#navigation .smallmenu .kulturminner {
    background-position: 0px -150px;
    padding-left: 35px;
}

#navigation .smallmenu .kulturminner a {

}

#navigation .smallmenu .folk {
    background-position: -1px -227px;
}

#navigation .smallmenu .folk a {

}

#navigation .smallmenu .bransjer {
    background-position: 5px -298px;
    padding-left: 40px;
}

#navigation .smallmenu .bransjer a {

}

#navigation .smallmenu .temaer{
    background-position: 5px -433px;
    padding-left: 35px;

}

#navigation .smallmenu .temaer a {

}

#navigation .smallmenu li {
    background-image: url(../industrimuseum_img/menu-icons.png);
    background-repeat: no-repeat;
    height: 29px;
    list-style-type: none;
    display: block;
    text-transform: uppercase;
    float: left;
    padding-left: 50px;
    padding-top: 5px;
    margin-right: 20px;
}

#navigation .smallmenu .bedrifter p {
    margin-left: 20px;
}

#navigation a {
    text-decoration: none;
    color: rgb(244, 243, 222);
    font-size: 1.2857em; /* 18/15  */
}


.smallmenu {
    padding: 0;
}

#left{
  padding-top: 2.9em;
}

#content{
    min-height: 63.0625%;

/*
    margin-bottom: -10em;
    */

    /*
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
    */
    /*
    min-height: 100%;
    height: auto !important;
    height: 100%;

    position: relative;
    min-height: 100%;
    */
}



#footer, .push{


    /*
    border: 1px solid red;
    height: 3em;
    */
    /*
    margin-bottom: 5px;
    position: absolute;
    margin-top: 70px;
    text-align: center;
    padding-bottom: 30px;
    */
}
#footer{
    padding-bottom: 2em;
    padding-top: 5.8125em;
    background: rgb(242, 241, 216) url(../industrimuseum_img/footer-maskin.png) repeat-x -2em bottom;
    margin-top: -17px;
    text-align: center;
    /*
    padding-top: 5.125em;
    padding-bottom: 2em;
    */

    /*
   position: absolute;
    bottom: 0;
    */
}
#footer .row{

}
#footer p{
    margin: 0;

}
.push{
    clear: both;
}

#footer a{
    color: rgb(173, 120, 3);
    text-decoration: none;
}
#frontpage{

}






/* =============================================================================
  MODULE RULES
    - http://smacss.com/book/type-module
    A module should be based on this markup structure
    <div class="mod">
      <div class="inner">
        <div class="hd">
          <!-- the .hd-element is optional -->
        </div>
        <div class="bd">
          <!-- put the markup of your module here -->
        </div>
        <div class="ft">
            <!-- the .ft-element is optional -->
        </div>
      </div>
    </div>
  ========================================================================== */

/* base module styles*/
.mod{
  margin: 0em;
  margin-bottom: 20px;
}

.mod .inner{
  overflow: visible; *overflow:visible; zoom:1;
}
.bd,.ft, .hd{overflow: hidden; *overflow:hidden; zoom:1;}


.mod h1,
.mod h2 {
    font-size: 1.125em;
    margin: 0 0 1em 0;
}
.mod h1{
    background: none;
}
.mod .bd p{
  margin: 0;
}
.mod ul,
.mod ol{
  margin: 0;
  padding: 0;
  list-style: none;
}
.mod a{
    text-decoration: none;
}
.mod a:hover{
    text-decoration: underline;
}


/* Featured item */

.featured-item {
    background-color: rgb(212, 153, 10);
    text-shadow: gray 0.1em 0.1em 0.2em;
    color: white;
    min-height: 140px;
    margin-bottom: 30px;
}


.featured-item a {
    color: white;
    text-decoration: none;
}
.featured-item h1{
    font-size: 1.5625em;
    padding: 0;
    margin: 0;
}
.featured-item p,
.featured-item h1 {
    margin: 0;
}
.featured-item p{
  font-size: 1.1428em; /*16/14*/
}
.featured-item .hd{
  max-height: 200px;

}
.featured-item .bd{
    padding: 1em;
}
.featured-item img{

}
.featured-item:hover{
  cursor: pointer;
}
.featured-item:hover a{
  text-decoration: underline;
}


.featured-item.blue {
    background-color: rgb(182, 205, 200);
}
.featured-item.blue .inner{
  background: none;
}

.featured-item.blue:hover {
    background-color: rgb(175, 198, 200);
}

.featured-item.green {
    background-color: rgb(170, 179, 117);
}
.featured-item.green:hover{
  background-color: rgb(159, 167, 111);;
}


.featured-item.orange {
    background-color: rgb(212, 153, 10);
}
.featured-item.orange:hover {
    background-color: rgb(206, 149, 10);
}

/*Featured-item-list */

.featured-item-list ul {
    list-style-type: none;

}

.featured-item-list li {
    margin-bottom: 5px;
    list-style-type: none;

}
.featured-item-list a{
  color: #626e25;
}
.featured-item-list p{
  margin: 0;
}

.featured-item-list h1 {
  font-size: 1.2857em; /* 18/14*/
    margin-top: 0;
}

.featured-item-list {

  margin-bottom: 1.2857em;
}


/* Featured item condensed */

.featured-item-condensed h1 {
  font-size: 1.2857em; /* 18/14*/
  font-weight: normal;
  padding: 0;
  margin: 0 0 1em 0;
}
.featured-item-condensed a{
    color: #626e25;
    text-decoration: none;
}
.featured-item-condensed {

}

.featured-item-condensed .media{
  float: left;
  width: 38%;
  margin-right: 2%;
}




/* BOX */
.box {
    padding: 0.6875em; /* 11/16 */

}

.box .inner {
    position: relative;
    padding: 10px;
}
.box h3 {
    color: rgb(98, 110, 37);
}
.box a {
    color: rgb(98, 110, 37);
    text-align: -webkit-match-parent;
    text-decoration: none;
}



/*********************************************
  =Lists
   Search page and archive pages
*********************************************/
.condensed-view-listing{
  margin-bottom: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.condensed-view-listing h1{
  margin: 0;
  background: none;
  font-size: 1.2857em;
  margin-bottom: 0.5555em; /* 10/18 */
  padding:0;

}
.condensed-view-listing  a{
  text-decoration: none;
}
.condensed-view-listing li{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-bottom: 1px solid #D1D4B3;
  font-size: 1em;
}
.condensed-view-listing p{
  margin-bottom:0em;
}
.js-enabled .condensed-view-listing li:hover{
  background-color: #E3E2C9;
  cursor: pointer;
}
.js-enabled .condensed-view-listing li:hover a{
  text-decoration: underline;
}
.js-enabled .condensed-view-listing li:first-child{
  border-top: 1px solid transparent;
}
.js-enabled .condensed-view-listing li:first-child:hover{
  border-top: 1px solid #D1D4B3;
}

/*********************************************
  =Horizontal list with inline list elements
*********************************************/
.horizontal-list{
  margin-bottom: 1em;
  padding: 0;
}

.horizontal-list li{
  display: inline;
  margin-right: 8px;
}

.horizontal-list li:last-child{
  margin-right: 0px;
}

/*********************************************
  =Container containing multiple lists where each list has its own heading
*********************************************/
.grouped-lists{}
.grouped-lists h2{
  margin-top: 0;
  margin-bottom: 0.5em;
}
.grouped-lists ul{
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.grouped-lists ul li{
  margin-bottom: 0.5em;
}




.structured-data {
  border-top: 1px solid #cdd4b0;
  border-bottom: 1px solid #cdd4b0;
}

.structured-data .inner {
    padding: 0.875em 0 0.875em 0; /* 14/16 */
}
.structured-data .bd p{
  margin-bottom: 0.875em; /* 14/16 */
  /*
  width: 49%;
   */

}
.structured-data .bd p:last-child{
  margin-bottom: 0;
}
.structured-data .ingressbilde{
  /*
  float: right;
  margin-left: 2%;
  max-width: 49%;
   */
}
.structured-data .ingressbilde p{
  width: auto;
}
/*
.structured-data .ingressbilde img{

}
 */


/* Search search */
.section-search{
  background-color: #e3e2c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.section-search .inner{
  padding: 1em;
}
.section-search input[type="text"],
.section-search input.textInput {
  width: 72%;
  padding: 5px 30px 5px 10px;
  background: #ebeada;
  border: none;
  color: #483329;
  -moz-box-shadow: inset 0 3px 8px rgba(154,123,48,1.0);
  -webkit-box-shadow: inset 0 3px 8px rgba(154, 123, 48, 1.0);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, .24);
}
.section-search input:focus{
  outline: none;
}

.section-search .chosen-facets{
  margin-top: 5px;
}
.section-search .chosen-facets h2{
  margin: 0;
  font-size: 1em;
}
.section-search .chosen-facets ul{
  margin-bottom: 0.5em;
}
.section-search .chosen-facets ul:last-child{
  margin:0;
}


button.submit{
  display: inline-block;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px/100% Arial, Helvetica, sans-serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  color: #fff;
  border: none;
  background: #59350d;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8631a), to(#59350d));
  background: -moz-linear-gradient(top,  #a8631a,  #59350d);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8631a', endColorstr='#59350d');
}
button.submit:hover {
  text-decoration: none;
}
button.submit:active {
  position: relative;
  top: 1px;
}


/*********************************************
 =Wikipedia:
  The following styles are used for the markup retrieved from Wikipedia
*********************************************/
.mod-wikipedia{
  border: 1px solid #CDD4B0;
  padding: 5px;
}
.mod-wikipedia .hd{

  margin-bottom: 10px;
  border-bottom: 1px solid #CDD4B0;
}
.mod-wikipedia .hd h2{
  font-size: 1.25em;
}
.mod-wikipedia .hd p{
  font-style: italic;
}
.mod-wikipedia .bd{}
.mod-wikipedia .bd table td, .mod-wikipedia .bd table th{
  font-size: 1em;
  padding: 4px;
}
.mod-wikipedia .bd table th{
  background-color: #D1D4B3 !important;
  font-weight: bold;
}
.mod-wikipedia .bd .infoboks{
  float: right;
  width: 40%;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #D1D4B3;
}
.mod-wikipedia .bd .thumb.tleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.mod-wikipedia .bd .thumb.tright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.mod-wikipedia .bd .thumb .thumbinner{
  padding-bottom: 5px;
  border-bottom: 1px solid #CDD4B0;
}
.mod-wikipedia .bd b{
  display: inline;
  font-size: 1em;
}
.mod-wikipedia .bd .skjult{
  display: none;
}

.mod-wikipedia .bd ul.gallery{
  margin-left: 0px;
  overflow: hidden;
  width: 100%;
}
.mod-wikipedia .bd ul.gallery li{
  list-style: none;
  margin:0 0 10px 0;
  padding: 5px
}
.mod-wikipedia .bd ul.gallery li.gallerybox{
  float: left !important;
  width: 40% !important;
  height: 250px;
  overflow: auto;
}
.mod-wikipedia .bd ul.gallery li.gallerybox .thumb div{
  margin: 0 !important;
}

.mod-wikipedia .bd ul.gallery li.gallerybox:nth-child(2){
  clear: right;
}



/*********************************************
  =Slideshow
   Both on own page and inline within text
*********************************************/
.slideshow{background:#F2F1D8 url(../industrimuseum_img/slideshowT.gif) top left repeat-x; overflow: auto; width: 100%; clear: both;}
.slideshowTL{background:url(../industrimuseum_img/slideshowTL.gif) top left no-repeat;}
.slideshowTR{background:url(../industrimuseum_img/slideshowTR.gif) top right no-repeat;}
.slideshowL{background:url(../industrimuseum_img/slideshowL.gif) top left repeat-y;}
.slideshowR{background:url(../industrimuseum_img/slideshowR.gif) top right repeat-y;}
.slideshowBL{background:url(../industrimuseum_img/slideshowBL.gif) bottom left no-repeat;}
.slideshowBR{background:url(../industrimuseum_img/slideshowBR.gif) bottom right no-repeat;}

.slideshowBody{
  padding: 1.5625em 1.5625em 5px 1.5625em;


}
.slideshowHolder{

  /*
  margin-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 478px;
  /*
}

.slides_container {
  /*
  width:478px;
  */
  overflow:hidden;

}

/*
  Each slide
  Important:
  Set the width of your slides
  If height not specified height will be set by the slide content
  Set to display block
*/
.slides_container div.slide {
  /*
  width:478px;
  */
  display:block;
  max-width: 508px;
  width: 100%;
}

.slideshow .pagination {
  margin:0px auto 0px auto;
  width: auto;
  overflow: hidden;
  padding-left:0px;
}

.slideshow .pagination li {
  float:left;
}

.slideshow .pagination li a {
  font-size: 1em;
  font-weight: bold;
  color:#78776B;;
  background-image:url(../industrimuseum_img/pagination.png);
  background-position:0 3px;
  background-repeat: no-repeat;
  padding-left: 13px;
}

.slideshow .timeline li{
  visibility: hidden;
  float: left;
}

.slideshow .timeline{
  overflow: hidden;
  width: 100%;
  height: 0px !important;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
  color: #78776B;
  margin-bottom: -10px;

}

/*
  Next/prev buttons
*/
.slideshow .navigator{
  padding: 10px;
  background:#7a7869;
  background: #78776b url(../industrimuseum_img/browndeco.gif) right bottom no-repeat;
  margin: 0;

}

.slideshow .navigator li{
  display: inline;
  margin-right: 20px;
}
.slideshow .navigator li a{
  color: #FFF;
}

.slideshow ul.pagination{
  margin-left: 25px !important;
}

.slideshow .pagination li.current a {
  background-position:0 -35px;
}

.slideshow .caption {
  background:#78776B;
  padding: 10px;
  color: #fff;
  font-size: 1em;
  min-height: 75px;
  margin-bottom: 10px;


  /*
  margin-top: -4px;

  line-height:1.33;
  color:#fff;
  text-shadow:none;
  display:block;
  */
}
.ie7 .slideshow .caption{
  margin-bottom: 28px;
}

.slideshow .caption h2{
  margin: 0 0 0.3125em 0;
  font-size: 1em;
  /*
  margin:10px 20px 5px 10px;
  */
}

.slideshow .caption p{

  /*
  margin: 0px 20px 15px 10px !important;
  */
}
.slideshow ul{
  margin-left: 0em !important;
}
.slideshow ol li, .slideshow ul li{
  list-style:none !important;
  margin-bottom: 1.25em !important;
}


/*********************************************
  =Medialements js media player
*********************************************/
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;}.mejs-poster{position:absolute;top:0;left:0;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(bigplay.png) top left no-repeat;}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,left top,left bottom,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(loading.gif) center center no-repeat;}.mejs-container .mejs-controls{position:absolute;background:none;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,left top,left bottom,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;background:0;font-family:Helvetica,Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;position:absolute;height:16px;width:16px;border:0;background:transparent url(../industrimuseum_img/controls.png) 0 0 no-repeat;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;padding:auto 4px;}.mejs-container .mejs-controls .mejs-time span{font-size:11px;color:#fff;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#1E1E1E,endColorstr=#3C3C3C);}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#2C7C91,endColorstr=#4EB7D4);width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{width:0;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#FFFFFF,endColorstr=#C8C8C8);}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{visibility:hidden;position:absolute;display:block;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail:hover .mejs-time-float{visibility:visible;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{background-position:-16px -16px;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button:hover .mejs-volume-slider{display:block;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,left top,left bottom,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,left top,left bottom,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff;}.mejs-captions-layer a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:45px;}.mejs-captions-text{padding:3px 5px;background:url(background.png);background:rgba(20,20,20,0.8);}.mejs-clear{clear:both;}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}
.audiocontainer{
  width: 100%;
  margin-bottom: 1.15em;
}

/*********************************************
  =Facets
   As used on the search page and archive pages
*********************************************/
.facets{}

.facets ul{
  margin-bottom: 2em;
}

.facets ul:last-child{
  margin-bottom:0em;
}

.facets ul li{
  margin-bottom: 1em;
}
.facets ul li:last-child{
  margin-bottom: 0;
}


/*********************************************
  =Modules
   Blue
*********************************************/

.blue.border-decoration{
  background: #D3DED4 url("../industrimuseum_img/hovedMenyTR2.gif") no-repeat top right;
}
.blue.border-decoration .inner{
  border: 1px solid #C1D1C3;
}

.blue.border-decoration .hd h3{
  border-bottom-color: #C1D1C3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #88958A;
  margin-bottom: 11px;
  padding-bottom: 4px;
}
.blue.border-decoration .bd a{

}
.blue.border-decoration .bd li{
  margin-bottom: 10px;
}

/*
.blue{
  background: #D3DED4 url("../industrimuseum_img/hovedMenyTR2.gif") no-repeat top right;
}
.blue .inner{
  border: 1px solid #C1D1C3;
}

.blue .hd h3{
  border-bottom-color: #C1D1C3;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #88958A;
  margin-bottom: 11px;
  padding-bottom: 4px;
}
.blue .bd a{

}
.blue .bd li{
  margin-bottom: 10px;
}
 */




/* Styling for full view of an article


*/
article.full-view{

}



.ingress{
  font-weight: bold;
}
.ingress p{
  margin-top: 0;
}

.ingressbilde{
  border-top: 1px solid #cdd4b0;
  border-bottom: 1px solid #cdd4b0;
  padding: 0.875em 0 0 0; /* 14/16 */
  margin-bottom: 0.875em;
}

.ingressbilde img{
  margin-bottom: 0.875em;
}
.ingressbilde p{
  margin: 0;
  padding: 0em 0 0.875em 0; /* 14/16 */
  font-style: italic;
  font-weight: bold;
}

.text{
  margin-bottom: 1em;

}
.text:last-child{
  margin-bottom: 0;
}
.text ul{

}
.text ol{

}
.text ul li{
  list-style: disc;
}
.text ol li{
  list-style: decimal;
}
.text ul li, .text ol li{
  margin-bottom: px;
}



.text .decoration{
    width: 235px;
    clear: both;
    margin-top: 0.5em;
}
.text .decoration.right {
    float: right;
    margin-left: 0.625em;
    margin-bottom: 0.3125em;
}
.text .decoration.left {
    float: left;
    margin-right: 1.25em;
    margin-bottom: 0.3125em;
}
.text{
  overflow: hidden;
}
.text p,
.text .slideshow{
  margin: 0 0 2.5em 0;
}
.text p:last-child{
  margin:0;
}

.text h2{
  margin: 0 0 0.3125em 0;
  font-size: 1em;
}

.text .decoration {
    display: block;
    overflow: hidden;
}
.text .decoration span{
    border-bottom-color: #CDD4B0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-style: italic;
    padding-bottom: 0.3125em;
    display: block;
    font-size: 84.61%;
    font-weight: bold;
}

.text .right{
  margin-left: 0;
}

.text .decoration > a {
    float: left;
    width: 245px;
    margin-right: 5px;
}

article.halfwidth-image{
  
}


article.halfwidth-image .ingress{


}

article.halfwidth-image .ingressbilde{
    width: 50%;
    float: right;
    border-top: none;
    padding: 0;
    margin-left: 10px;
    
}
article.halfwidth-image .text{
 clear: both;
  
}
article.halfwidth-image .mod-wikipedia{
  
}

/*********************************************
  =Related content
   As applied to the topic context lister
*********************************************/

.related{

}
.related h1{
  margin: 0;
  font-size: inherit;
  border-bottom: 1px solid #000;
  padding-bottom: 0.7142em; /* 10/14 */
  margin-bottom: 0.3571em; /* 5/14 */
  font-weight: bold;
}

.related h2{
  font-size: inherit;
  margin: 0 0 0.3571em 0;
  color: #333333;
}

.js-enabled .related h2{
  cursor: pointer;
  font-weight: normal;
}
.js-enabled .related h2:hover{
  text-decoration: underline;
}

.related ul{
  margin-bottom: 1em;
  font-size: inherit;
}
.js-enabled .related ul{
  display: block;
}
.related ul:last-child{
  margin: 0;
}

.related ul li{

}
.related ul li:last-child{
  margin: 0;
}

/*********************************************
    =Beige color to the mod
     As used on the search page and archive pages
*********************************************/
.beige{
  background: #E7E2C1 url("../industrimuseum_img/relatertMenyTR.gif") no-repeat top right;
}
.beige h1{
  border-bottom: 1px solid #E1DCA9;
}
.beige .inner{
  border: 1px solid #E1DCA9;
}

/*
Search box
*/

.searchform {
    text-align: right;
}
.searchform input {
    vertical-align:middle;
    font-weight:bold;
    font-size: 0.75em;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.searchform input[type="text"]{
  /*
    width: 204px;
     */
    width: 76%;
    padding:5px 30px 5px 10px;
    margin-top: 4px;
    background:#d5b66f;
    border:1px solid #b07b02;
    color: #483329;
    -moz-box-shadow: inset 0 3px 8px rgba(154,123,48,1.0);
   -webkit-box-shadow: inset 0 3px 8px rgba(154,123,48,1.0);
   box-shadow: inset 0 3px 8px rgba(0,0,0,.24);
}
.searchform input[type="submit"] {
    width:21px;
    margin-left: -28px;
    padding:11px;
    border:none;
    color:#fff;
    text-shadow:0px -1px 2px rgba(0,0,0,.7);
    cursor:pointer;
    background: transparent url(../industrimuseum_img/menu-icons.png) no-repeat 0 -367px;
}
.oldie .searchform input[type="submit"] {
  padding-top: 26px;
}
.searchform input[type="submit"]:focus{
    border: none;
}
.searchform input[type="submit"]::-moz-focus-inner, .searchform  button::-moz-focus-inner {border:0;}
.searchform input[type="submit"]:focus, .searchform  button:focus {background:#333;}
input::-webkit-input-placeholder {
    color: #483329;
}


/* MAP */

.selectors {
    margin-bottom: 2em;
    border-bottom: 1px solid #D1D4B3;
    padding-bottom: 5px;
    margin-top: 2em;
}

.selectors .active, .selectors .selected {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: rgb(128, 140, 67);
    line-height: 2px;
    padding-bottom: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0;
    text-decoration: none;
}

.selectors a {
    margin-bottom: 5px;
}

.treeView,
.treeView ul {
  margin: 0;
  padding: 0;

}

.treeView ul {
  margin-top: 1.25em; /* 20/16 */
  margin-bottom: 1.25em;
}
.js-enabled .treeView ul {
  display: none;
  margin-left: 10px;
}
.treeView ul ul{
  font-size: 0.85em;
}
.treeView ul ul ul{
  font-size: 1em;
}



.treeView li {
    margin-bottom: 0.5em;
    list-style-type: none;
}

.treeView h3 {

    color: rgb(98, 110, 37);
}

.treeView a {
    text-decoration: none;
}
.treeView a:hover {
  text-decoration: underline;
}

.text_map a {
    color: rgb(213, 154, 0);
    text-decoration: none;
}

.text_map h2 {
    font-size: 0.975em;
    font-weight: bold;
}

/* Social media*/
#social-media{
  padding: 8px 0px 0px 0px;
  border-top: 1px solid #CDD4B0;
  border-bottom: 1px solid #CDD4B0;
  margin-bottom: 1em;
}

/* Disq.us */
#disqus img{
  width: auto;
}
#dsq-like-thread-button, .dsq-dislike-thread{
  display: none !important;
}



/*********************************************
  =Digital museum
   Styling of the javascript driven module provided by digitalmuseum.
*********************************************/

.digital_museum{}
.digital_museum .bd{
  overflow-x: auto;
  overflow-y: hidden;
}
.digital_museum #wsearchform{
  display: none;
}
.digital_museum #wcinner{
  padding: 0 !important;
}
.digital_museum #wcontainer{
  background-color: transparent;
  border: none;
}
.digital_museum .witem{
  background-color: transparent;
  height: auto !important;
  margin-left: 0em;
  margin-right: 4px;
}
.digital_museum .witem img{
  border: 1px solid #C1D1C3 !important;
}
.digital_museum #wpager a{ display: inline; text-decoration: underline;}

/*********************************************
  =Digital museum
   Styling of the javascript driven module provided by digitalmuseum.
*********************************************/
.digital_museum{}
.digital_museum #wsearchform{
  display: none;
}
.digital_museum #wcontainer{
  background-color: transparent;
  border: none;
}
.digital_museum .witem{
  background-color: transparent;
  height: auto !important;
  margin-left: 0em;
}
.digital_museum .witem img{
  border: 1px solid #C1D1C3 !important;
}



/*********************************************
  =Tabs
   encapsulates all maps
*********************************************/
.tabs{}
.tabs .inner{
  border-bottom: 1px solid #949384;
}
.tabs .bd{
  margin-bottom: -1px;
}
.tabs .bd a{
  padding: 1em;
  display: inline-block;
  zoom:1;
  *display: inline;
  background-color: #dad9c0;
  border-radius: 5px 5px 0px 0;
  -webkit-border-radius: 5px 5px 0px 0;
  -moz-border-radius: 5px 5px 0px 0;
  -o-border-radius: 5px 5px 0px 0;
  -ms-border-radius: 5px 5px 0px 0;
}
.tabs .bd a.active{
  border: 1px solid #949384;
  border-bottom: 1px solid #F2F1D8;
  background-color: #F2F1D8;
}
.ie7 .bd a.active{
  margin-bottom: -6px;
}



/*********************************************
  =Gmap
   encapsulates all maps
*********************************************/
.gmap-container{
  border: 1px solid #cdd4b0;
  margin-bottom: 1em;
}
.gmap-container img, .gmap-container object, .gmap-container embed {
  max-width: none !important;
}

/* map in right column */
.gmap-container #contextual-map{
  height: 250px;
  width: 100%;
}

/* map in center column */
.gmap-container #center-map{
  height: 400px;
  width: 100%;
}



/*********************************************
  =ColorBox Core Style:
   The following CSS is consistent between example themes and should not be altered.
*********************************************/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    COLORBOX
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../industrimuseum_img/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../industrimuseum_img/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../industrimuseum_img/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../industrimuseum_img/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../industrimuseum_img/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../industrimuseum_img/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../industrimuseum_img/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../industrimuseum_img/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../industrimuseum_img/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:15%; text-align:center; width:70%; color:#949494; background-color: #FFF;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../industrimuseum_img/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../industrimuseum_img/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../industrimuseum_img/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../industrimuseum_img/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../industrimuseum_img/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../industrimuseum_img/colorbox/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../industrimuseum_img/colorbox/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../industrimuseum_img/colorbox/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../industrimuseum_img/colorbox/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../industrimuseum_img/colorbox/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../industrimuseum_img/colorbox/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../industrimuseum_img/colorbox/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../industrimuseum_img/colorbox/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

#cboxOverlay{z-index:999;}



/* =============================================================================
  THEME / HELPER RULES
  classes for visual appearance
  ========================================================================== */


.doubleborder{
  background: transparent url(../industrimuseum_img/doubleborderline.png) repeat-x top center;
  padding-top: 1.25em; /* 20/16 */

}
.doublegreenborder{
  background: transparent url(../img/border-green.jpg) repeat-x center;
  margin-top: 30px;
}

.small-headline h2 {
  font-size: 1em; /* 14/16  */
}

.no-margin{
  margin:0 !important;
}

.no-margin-bottom{
  margin-bottom: 0 !important;
}

.lightgreen {
    background: rgb(217, 222, 191) url(../industrimuseum_img/bedrifterTRgreen.png) no-repeat top right;
}

.lightblue {
    background: rgb(217, 227, 219) url(../industrimuseum_img/bedrifterTRblue.png) no-repeat top right;
}

.lightgreen ul {
    color: rgb(98, 110, 37);
}

.lightblue ul {
    color: rgb(98, 110, 37);
}

.lightgreen .inner {
    border: 1px solid rgb(205, 212, 172);
}

.lightblue .inner {
    border: 1px solid rgb(205, 212, 172);
}

.lightgreen h1 {
    border-bottom: 1px solid rgb(205, 212, 172);
    color: rgb(98, 110, 37);
}

.lightblue h1 {
    border-bottom: 1px solid rgb(205, 212, 172);
    color: rgb(98, 110, 37);
}

.lightgreen h4 {
    padding-bottom: 0.2em;
    margin-bottom: 0.3em;
    border-bottom: 1px solid rgb(205, 212, 172);
    font-size: 0.975em;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-top: 1px;
}

.lightblue h4 {
    padding-bottom: 0.2em;
    margin-bottom: 0.3em;
    border-bottom: 1px solid rgb(205, 212, 172);
    font-size: 0.975em;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-top: 1px;
}

.left-30, .left-70{
  float: left;
}
.left-30{
  width: 28%;
  margin-right: 2%;
}
.left-70{
  width: 70%;
}

#searchpage .condensed-view-listing{
  margin: 1em 0 1em 0;
}
#searchpage .search-pagination{
  margin-bottom: 1em;
  background-color:#E3E2C9;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  overflow: hidden;
}
#searchpage .search-pagination .horizontal-list{
  margin: 0em;
}
#searchpage .search-pagination span{
  float: left;
  display: block;
}
#searchpage .search-pagination ul {
  float: right;

}
#searchpage .search-pagination .selected{
  font-weight: bold;
  color: #4F4F4F;
}
#searchpage .feedback{
  margin-bottom: 1em;
}
#searchpage .feedback p{
  margin-bottom: 0em;
}


.selectors{
  margin-bottom: 1em;
  border-bottom: 1px solid #D1D4B3;
  padding-bottom: 5px;
}
.selectors p{
  margin-bottom: 2px;
  font-weight: bold;
}
.selectors a{
  margin-right: 20px;
}

.selectors .active, .selectors .selected {
  background-color: #E3E2C9;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #333;
  line-height: 2px;
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0;
}

/* =============================================================================
  STATE RULES
    - http://smacss.com/book/type-state
  ========================================================================== */

#navigation a:hover{
    opacity: 0.8;
}

#navigation .selected{
    color: rgb(72, 51, 42);
}

/* =============================================================================
  PAGE SPECIFIC RULES
  ========================================================================== */

#frontpage .featured-item {
    height: 335px;

}
#frontpage .featured-item .inner{
  border: none;
}

.person-page .ingressbilde{
  border: none;
  padding-top: 0;


}

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Smaller screens */

@media only screen and (max-width: 1050px) {
  body {

    font-size: 0.8em;
    line-height: 1.5em;
  }
  #header h1{
    margin: 0.25em 0 0 0 !important;

  }

  #navigation{
    background: #B67F02;
  }
  #navigation .ninecol,
  #navigation .threecol {
    width: auto;
    float: none;
  }
  #navigation .searchform{
    text-align: left;
    margin-bottom: 0.7em;
  }
  .searchform input[type="text"]{
    width: 93%;
    margin-bottom: 0 0 0.3em 0;
  }

  #navigation .smallmenu li{
    height: 20px;
  }

  .section-search input[type="text"],
  .section-search input.textInput {
      width: 62%;
  }





  #header{
    height:4.9375em;
    border-bottom: 1px solid #e8e7d0;
  }
  #header h1{
    margin-top: 0;
  }
  #header h1 a{
    font-size: 1.4em;
  }
  #navigation{
    background: none;
    margin: 0;

  }
  #navigation .smallmenu{
    background: #B67F02;
  }
  #navigation .ninecol{
    margin: 0;
  }
  #navigation .smallmenu li{
    width: 50%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    font-size: 1em;
    padding-left: 60px !important;
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
    margin-right: -1px;
    padding-top: 5px;
    border-bottom: 1px solid #fff;
  }
  #navigation .smallmenu li:nth-child(2n){
    border-left: 1px solid #fff;
  }
  #navigation .smallmenu li:nth-child(5){
    border-bottom: 0;
  }
  #navigation .smallmenu li:nth-child(6){
    border-bottom: 0;
  }

#navigation .smallmenu .bedrifter {
    background-position: 10px -22px;

}

#navigation .smallmenu .kart {
    background-position: 13px -84px;
    padding-left: 40px !important;
}


#navigation .smallmenu .kulturminner {
    background-position: 10px -150px;
}

#navigation .smallmenu .folk {
    background-position: 10px -227px;
}


#navigation .smallmenu .bransjer {
    background-position: 10px -298px;
}

#navigation .smallmenu .temaer{
    background-position: 11px -433px;
}


  .searchform{
    margin-top: 1em;
    text-align: center !important;
  }
  .searchform input[type="text"]{
    width: 80%;
    margin-bottom:  0 0.3em 0;
  }













}



/* Mobile */

@media handheld, only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    -webkit-text-size-adjust: none;
  }
  .row, body, .container {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20;
    padding-right: 20;
  }
  #header{
    height:3.8em;
    margin-top: 0em;
  }
  #header h1{
    margin-top: 0.1em !important;
  }
  #header h1 a{
    font-size: 1em;
  }
  #navigation{
    background: none;
    margin: 0;

  }
  #navigation .smallmenu{
    background: #B67F02;
  }
  #navigation .smallmenu li{
    width: 50%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    font-size: 1em;
    padding-left: 60px !important;
    border: 1px solid #fff;
    margin: 0;
    padding: 0;
    margin-bottom: -1px;
    margin-right: -1px;
    padding-top: 5px;

  }

  #navigation .smallmenu .bedrifter {
      background-position: 10px -22px;

  }

  #navigation .smallmenu .kart {
      background-position: 13px -84px;
      padding-left: 40px !important;
  }


  #navigation .smallmenu .kulturminner {
      background-position: 10px -150px;
  }

  #navigation .smallmenu .folk {
      background-position: 10px -227px;
  }


  #navigation .smallmenu .bransjer {
      background-position: 10px -298px;
  }

  #navigation .smallmenu .temaer{

  }
  #content{
    width: 99%;
    margin: auto;
  }

  .text .decoration{
    width: auto !important;
    float: none !important;
    display: block !important;
    margin: 0 0 1em 0 !important;
  }
  .text .decoration span{
    width: auto !important;
  }
  .text .decoration > a{
    float: none !important;
  }
  .text p{
    margin-bottom: 1em;
  }

  .searchform{
    margin-top: 1em;
    text-align: center !important;
  }
  .searchform input[type="text"]{
    width: 80%;
    margin-bottom:  0 0.3em 0;
  }
  #left{
      display: none;
    }

}
@media handheld, only screen and (max-width: 450px) {
    #header{
      height: 2em;
    }
    #header h1{
      font-size: 2em;

    }
    #left{
      padding-top: 0;
    }
    #navigation .smallmenu li{
      width: auto !important;
      display: block !important;
      float: none !important;
    }
    #navigation .smallmenu .kart{
      padding-left: 60px !important;
    }
    #searchpage .search-pagination span,
    #searchpage .search-pagination ul{
      float: none;
    }
    .section-search input[type="text"], .section-search input.textInput{
      width: 50%;
    }
    #left{
      display: none;
    }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  #header h1{
    font-size: 1em !important;
  }
  #header .archways{
    height: auto;
    margin-bottom: 2em;
  }
  #navigation,
  #contextual .box,
  #social-media,
  #disqus{
    display:none !important;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol{
    width: 98% !important;
  }
  #footer{
    padding-top: 3em !important;
  }

}