.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #6A1010;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; }

html, body {
  height: 100%;
}

body {
  background: #fff url(i/pgw-bg.png) 50% 0 repeat-y;
  margin: 0;
  padding: 0;
  color: #1b1a19;
  line-height: 1.2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 16px;  ~font-size: 100.00%; }



div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #302f2e;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 1.4em 0 .3em;
  font-weight: normal;
  line-height: 1.2;
}
h1 {
  font-size: 2.33em;
  margin-top: 0;
  color: #6a1010;
}
h2 {
  font-size: 1.25em;
  color: #6a1010;
}
h3 {
  font-size: 1.08em;
  color: #6a1010;
}
h4 {
  font-size: .92em;
  font-family: Arial, Helvetica, sans-serif;
}




table { border-collapse: collapse; }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_sel,
.fi_static,
.fi_rdo {
  margin-bottom: .7em;
}

.f_row {
  overflow: hidden;
  margin-bottom: .7em;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
  margin-bottom: 0;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #BFBFBF;
  background: #fff;
  color: #000;
}
textarea,
.textinput,
.fi_txt input {
  border-radius : 7px;
  -moz-border-radius : 7px;
  -webkit-border-radius : 7px;
  padding: 3px 8px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  border-radius : 7px;
  -moz-border-radius : 7px;
  -webkit-border-radius : 7px;
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #BFBFBF;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #000;
  color: #6A1010;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear {
  clear : both;
  line-height : 0px;
  font-size : 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.pgwrap2 > .clear {
  height: 164px;
}

/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  background: url(i/body-bg.png) 0 107px repeat-x;
  height: 100%;
}
.pgwrap2 {
  position: relative;
  width: 983px;
  margin: 0 auto -257px;
  min-height: 100%;
  _margin-bottom: 0;
  text-align: left;
}


.pghead { 
  background: url(i/ph-bg.png) 0 0 no-repeat;
  height: 402px;
  margin-bottom: -140px;
}
.pghead .brand {
  padding: 5px 0 0 36px;
}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float: left;
  margin: 0 35px 0 276px;
  width: 672px;
  _display: inline;
  position: relative;
  z-index: 10;
  padding-top: 22px;
}
.threecol .pgmain {
  margin-right: 260px;
  width: 447px;
}
.onecol .pgmain {
  margin-left: 35px;
  width: 913px;
}

.pgmain .wrap {
  _height:300px;min-height:300px;
}


.pgextra1 {
  background: url(i/pe1-bg.png) 0 0 no-repeat;
  float: left;
  width: 233px;
  margin-left: -240px;
  padding-top: 22px;
  _display: inline;
  _height:520px;min-height:520px;
}
.pgextra1 .wrap {
  padding: 0 5px;
}
.pgextra1 .wrap > * {
  position: relative;
  z-index: 10;
}

.pgextra2 {
  float: left;
  width: 235px;
  margin-left: -965px;
  _display: inline;
}

.pgfoot {
  background: url(i/pgf-bg.jpg) 50% 0 no-repeat;
  height: 114px;
  padding-top: 143px;
}
.pgfoot .wrap {
  width: 935px;
  margin: 0 auto;
  text-align: left;
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.boxhead { padding-top: 0; margin-top: 0; clear: both; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.pgmain .boxbody h1,
.onecol .pgmain .boxhead,
.twocol .pgmain .boxhead,
.threecol .pgmain .boxhead {
  position: absolute;
  z-index: 100;
  top: -35px;
  margin-top: -.5em;
  line-height: 1.2;
  left: 0;
  font-size: 2.33em;
  font-weight: normal;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  color: #6A1010;
}
.threecol .pgmain .boxbody h1 {
  margin-right: -220px;
}
.pgmain .boxhead a {
  color: #6A1010;
}

.pgmain .boxbody h1 {
  font-size: 1.5em;
  margin-bottom: .6em;
  position: static;
  margin: 0 0 .5em;
}


.boxbody h2:first-child { margin-top: 0; }


.pgextra1 .box {
  padding: 0 5px;
}
.pgextra1 .box .boxhead {
  padding: 0 3px 2px;
  border-bottom: 1px dashed #dfc9bc;
  color: #6a1010;
  font-size: 1.17em;
}
.pgextra1 .box li {
  background: url(i/icon-sprite.png) -794px .25em no-repeat;
  display: block;
  padding: 0 0 .5em 18px;
}



.pgextra2 .box {
  padding: 0 5px;
}
.pgextra2 .box .boxbody {
  padding: 0 3px;
}
.pgextra2 .box .boxhead {
  padding: 0 3px 2px;
  border-bottom: 1px dashed #dfc9bc;
  color: #6a1010;
  font-size: 1.17em;
}
.pgextra2 .box li {
  padding: 0 0 .7em;
}



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.wrap .meta {
  color: #939393;
  display: block; 
  font-weight: normal;
  font-size: 1em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  clear: both;
}

.wrap .more a {
  float: left;
  padding: 9px 10px 4px 28px;
  display: block;
  _height:17px;min-height:17px;
  line-height: 1.2;
  font-weight: bold;
  background: url(i/icon-sprite.png) -200px .35em no-repeat;
  font-size: .92em;
}
.wrap .more a:hover,
.wrap .more a:focus {
  background-position: -500px .35em;
  text-decoration: none;
  color: #302F2E;
}
.wrap .moreolder a,
.wrap .archivelink a {
  font-weight: bold;
  color: #302f2e;
  padding: 0;
  display: inline;
  background: none;
  height: auto;
  min-height: 0;
  float: none;
  padding-left: 10px;
  background: url(i/icon-sprite.png) -800px .3em no-repeat;
}
.wrap .moreolder a:hover,
.wrap .moreolder a:focus,
.wrap .archivelink a:hover,
.wrap .archivelink a:focus {
  text-decoration: none;
  border-bottom: 1px dashed #6A1010;
  color: #A90909;
}
.buttons {
  ~width: 17em;
  margin: 2em 0 1em;
  clear: both;
  float: right;
  background: #eee;
  padding: 3px 10px 3px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.wrap .buttons a {
  background: url(i/buttons.png) 0 50% no-repeat;
  float: right;
  padding: 0 0 0 18px;
  margin-left: 14px;
  color: #1b1a19;
  font-size: .92em;
}
.wrap .buttons a.btnfacebook {
  background-position: -300px 50%;
  margin-left: 6px;
}
.wrap .buttons a.btnback {
  background: url(i/icon-sprite.png) -3600px .1em no-repeat;
  position: absolute;
  left: 0;
  margin: -6px 0 0;
  padding: 6px 0 0 28px;
  font-weight: bold;
  height: 20px;
}


a.pdf,
a.doc,
a.xls {
  background: url(i/pdficon.png) 0 0 no-repeat;
  display: inline-block;
  padding: 4px 0 0 29px;
  _height:18px;min-height:18px;
}
a.doc { background-image: url(i/docicon.png); }
a.xls { background-image: url(i/xlsicon.png); }




/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1.5em;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1.25em;
  margin: 0;
}
.articlelist .item h3 .meta {
  font-size: .73em;
  color: #939393;
}
.articlelist .item h3 a {
  color: #6a1010;
}
.articlelist .summary { line-height: 1.5; font-size: 1.08em; }
.articlelist .summary p { margin: 0; font-size: 1em; }
.articlelist .more {
  font-size: .92em;
}

.articlelist img {
  float: right;
  margin: .2em 0 .33em 1.5em;
  border: 2px solid #cacaca;
  border-radius : 2px;
  -moz-border-radius : 2px;
  -webkit-border-radius : 2px;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em 1.5em .33em 0;
}
.articlelist ul {
  clear: both;
  margin: 1em 0 1.5em;
}
.articlelist li {
  overflow: hidden;
  clear: both;
  padding-bottom: .5em;
}
.articlelist li .meta {
  float: left;
  display: block;
  width: 70px;
  font-size: .92em;
  overflow: hidden;
}
.articlelist li a {
  float: left;
  display: block;
  font-weight: bold;
  font-size: .92em;
}



.yearindex h3,
.yearindex p {
  margin: 0 0 1px;
}
.yearindex h3 a {
  color: #6A1010;
}




/* ******  article  ****** */
.article .boxbody { line-height: 1.5; }
.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article .summary {
  color: #727272;
  font-weight: bold;
  font-size: 1.17em;
  margin: 0 -50px 1em;
  padding: 0 50px 25px;
  position: relative;
  z-index: 1;
  background: url(i/summary-bg.png) 50% 100% no-repeat;
  _background-image: none;
}
.article .summary p { margin: 0 0 .4em; }
.article .meta { 
  margin: -.4em 0 1em;
  font-weight: bold;
  color: #1b1a19;
}

.article p { margin-bottom: 1em; font-size: 1.08em; }

.article a {
  color: #a90909;
}
.wrap .article a:hover {
  color: #6a1010;
}
.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  margin-bottom: 1.2em;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th {
  font-weight: bold;
  padding: .3em .6em;
  background-color: #047E33;
  color: #fff;
}
.article td {
  padding: .3em .6em;
}
.article tr.alt td {
  background-color: #f8f8f8;
}

.article .total td { font-weight: bold; }
/*
.article tr:hover td {
 background-color: #e4eff9;
}
*/
.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  margin-bottom: 1em;
}
.article ul li {
  background: url(i/li-bg.png) 0 .4em no-repeat;
  padding: 0 0 .5em 26px;
}
.article ol li {
  padding-bottom: .5em;
}


.paging ul { list-style: none; padding: 0;  }
.paging li { clear: none; background: none; padding-left: 0; }
.paging .prev { float: left; margin-right: 1em; padding: 0; }

.chapters {
  overflow : hidden;
}
.chapters h3 {
  float: left;
  margin: 0;
  font-size: 1.09em;
  width: 6em;
}
.chapters ul { padding: 0; overflow: hidden; float : left; }
.chapters li { padding: 0; background: none; }
.chapters li a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #6a1010;
  font-weight: bold;
  font-size: 1.09em;
}
.article .boxbody h2 {
  font-size: 1.33em;
  margin-bottom: .25em;
}
.article h2 > strong { font-weight: normal; }
.article h2 a {
  color: #6A1010;
}
.wrap .article h2 a:hover,
.wrap .article h2 a:focus {
  color: #6A1010;
}

.article blockquote {
  margin: 0 0 1em;
  padding: 13px 0 14px 36px;
  font-style: italic;
  background: url(i/blockquote.png) 0 0 no-repeat;
}

.article .imgbox img {
  border: 2px solid #cacaca;
  border-radius : 2px;
  -moz-border-radius : 2px;
  -webkit-border-radius : 2px;
}


.article .imagelist {
  overflow: hidden;
  width: 589px;
  background: #037f2d url(i/carousel-bg.png) 0 100% repeat-x;
  padding: 18px 42px 0;
  margin: 0 0 20px 0;
  float: none;
  position: relative;
  z-index: 1;
}
.skogur .imagebox {
  margin-bottom: 20px;
}
.article .imagelist .boxbody {
  padding: 0;
}
.article .imagelist .listscroller-wrapper {
  width: 589px;
  overflow: hidden;
}
.article .imagelist ul {
  width: 9000px;
}
.article ul.imagelist li,
.article .imagelist ul li {
  background: url(i/carousel-li-bg.png) 0 100% repeat-x;
  padding: 0;
  float: left;
  margin: 0 9px 7px;
  width: 128px;
  height: 102px;
  overflow: hidden;
  text-align: center;
}
.article .imagelist ul li { 
  margin-bottom: 0;
}
.article ul.imagelist li a,
.article .imagelist ul li a {
  border: 1px solid #fff;
  border-radius : 1px;
  -moz-border-radius : 1px;
  -webkit-border-radius : 1px;
  width: 126px;
  height: 81px;
  overflow: hidden;
  background: #000;
  display: block;
}
.article ul.imagelist li a:hover,
.article ul.imagelist li a:focus,
.article .imagelist ul li a:hover,
.article .imagelist ul li a:focus {
  border-color: #6a1010;
}

.article .imagelist li img {
  max-width: 126px;
  max-height: 84px;
}

.article .imagelist li .longdesc { position:absolute;right:9999px;left:auto; }

.article .imagelist .paging ul { width: 0; height:0; margin: 0; }
.article .imagelist .paging li {
  float: none;
  width: 0;
  height: 0;
  overflow: visible;
  margin: 0;
  background: none;
}
.article .imagelist .paging li a {
  position: absolute;
  top : 48px;
  left : 13px;
  display: block;
  border: none;
  text-indent: -9999em;
  background: url(i/carousel-arrows.png) 0 0 no-repeat;
  _background-image: url(i/carousel-arrows.gif);
  width: 23px;
  height: 23px;
}
.article .imagelist .paging li a:hover,
.article .imagelist .paging li a:focus {
  background-position: 0 -23px;
}
.article .imagelist .paging li.next a {
  left: auto;
  right: 13px;
  background-position: -23px 0;
}
.article .imagelist .paging li.next a:hover,
.article .imagelist .paging li.next a:focus {
  background-position: -23px -23px;
}



.article .fblike {
  padding-top: 15px;
}


.collapsebox {
  margin-bottom: 2px;
}
.collapsebox h3 {
  margin: 0;
  padding: 8px 10px 8px 29px;
  background: #dfc9bc;
  color: #6a1010;
  font-size: 1.17em;
}
.collapse-active h3 {
  padding: 0;
}
.collapsebox h3 a {
  background: url(i/collapser.png) 9px 50% no-repeat;
  display: block;
  padding: 8px 10px 8px 27px;
  color: #6a1010;
}
.wrap .collapsebox h3 a:hover,
.wrap .collapsebox h3 a:focus { outline: 0; text-decoration: none; }
.collapse-open h3 {
  background: #9c2020 url(i/collapse-h3.png) 0 100% repeat-x;
}
.collapse-open h3 a {
  background-position: -781px 50%;
  color: #fff;
}
.wrap .collapse-open h3 a:hover,
.wrap .collapse-open h3 a:focus {
  color: #fff;
}
.collapsebox .collapser { padding: 15px 15px 15px 27px; }
.collapsebox .gonguleid {
  padding: 0 0 15px 36px;
  background: none;
}
.collapsebox .gonguleid img.left {
  margin: .2em 0 0 -36px;
}

hr.split { display: none; }
.EPLICA_loggedin hr.split { display: block; }
.EPLICA_loggedin .gonguleid {
  border: 1px dotted #e7ae00;
}
.EPLICA_loggedin .collapsebox {
  border: 1px dashed #f6ba05;
}


/* ******  imgbox  ****** */
.imgbox {
  position: relative;
  top: auto;
  left: auto;
  z-index: 10;
  float: right;
  margin: 0 0 .75em 1.5em;
  width: auto;
}
.imgbox .boxbody {
  display: inline;
  padding: 0;
  margin: 0;
}
.imgbox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
}
.imgbox .imgcontent { width: 200px; }
.imgbox .imgtext {
  color: #333;
  font-weight: normal;
  font-size: .92em;
}
.imgbox .imgmeta {
  width: 200px;
  color: #666;
  font-weight: normal;
  font-size: .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float: none;
  padding: 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width: auto; }



/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 200;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 250;
  width: 100%;
  top: 0;
  left: 0;
}


.ipopup-container-wrapper { 
  margin: 0 auto; 
  display : inline-block;
  position: relative;
  ~max-width: 814px;
}
.ipopup-container .image {
  position: relative;
  background: #fff;
}
.ipopup-container .img { 
  _height:450px;min-height: 450px;
  /* background: url(i/ajax-loader.gif) 50% 50% no-repeat; */
  display: block;
}
.ipopup-container .image img {
  max-width: 814px;
  padding: 1px;
  border: 4px solid #8a8a8a;
}
.ipopup-container .title { padding-top: 5px; position: relative; z-index: 1; display: block; }
.ipopup-container .desc {
  padding : 5px 0;
  text-align : left;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
  outline : 0;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .paging .status { position:absolute;right:9999px;left:auto; }
.ipopup-container .paging .prev a,
.ipopup-container .paging .next a {
  background: url(i/popup-prev.png) 0 50% no-repeat;
  _background-image: url(i/popup-prev.gif);
  position: absolute;
  overflow: hidden;
  top: 0;
  left: -24px;
  width: 50px;
  width: 50%;
  height: 100%;
  text-indent: -9999em;
}
.ipopup-container .paging .next a {
  background: url(i/popup-next.png) 100% 50% no-repeat;
  _background-image: url(i/popup-next.gif);
  left: auto;
  right: -24px;
}
.ipopup-container .paging .close a {
  background: url(i/popup-close.png) 0 0 no-repeat;
  _background-image: url(i/popup-close.gif);
  position: absolute;
  overflow: hidden;
  top: -18px;
  right: -22px;
  left: auto;
  text-indent: -9999em;
  width: 64px;
  height: 64px;
  
}
.ipopup-container .paging li.nav-end { display: none; }





/* ******  skogur  ****** */
.skogur .chapters {
  float: right;
  background: url(i/chapters-bg.png) 0 0 no-repeat;
  margin: -18px 0 18px 18px;
  padding-top: 25px;
}
.skogur .chapters h3 {
  padding: 4px;
  border-bottom: 1px dashed #dfc9bc;
  float: none;
  width: 198px;
  margin: 0 0 8px 18px;
  font-size: 1.17em;
  font-weight: normal;
}
.skogur .chapters ul {
  background: url(i/chapters-bg.png) 0 100% no-repeat;
  width: 206px;
  padding: 0 0 45px 18px;
  margin: 0;
  min-height: 100px;
}
.skogur .chapters ul li {
  background: url(i/icon-sprite.png) -795px .55em no-repeat;
  padding: 2px 0 2px 18px;
}
.skogur .chapters ul li a {
  color: #21211f;
  font-weight: normal;
  font-size: 1em;
}



/* ******  quicklinks  ****** */
.wrap .quicklinks {
  padding: 0;
}
.quicklinks .boxhead { position:absolute;right:9999px;left:auto; }
.quicklinks .boxbody li a {
  background: url(i/quicklinks.jpg) 0 0 no-repeat;
  display: block;
  width: 217px;
  height: 85px;
  overflow: hidden;
  text-indent: -9999em;
  padding: 0;
}
.quicklinks .boxbody li a:hover,
.quicklinks .boxbody li a:focus {
  background-position: 0 -85px;
}
.quicklinks .boxbody li.skogar a {
  background-position: -217px 0;
}
.quicklinks .boxbody li.skogar a:hover,
.quicklinks .boxbody li.skogar a:focus {
  background-position: -217px -85px;
}
.quicklinks .boxbody li.gallery2 a {
  background-position: 0 -170px;
  height: 142px;
}
.quicklinks .boxbody li.gallery2 a:hover,
.quicklinks .boxbody li.gallery2 a:focus {
  background-position: -217px -170px;
}




/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform p { clear: both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width: 9em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  z-index: 10;
  top: 198px;
  left: 275px;
  width: 650px;
  font-size: 0.92em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.onecol .breadcrumbs {
  left: 36px;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #959595;
  font-weight: normal;
}
.breadcrumbs b { position:absolute;right:9999px;left:auto; }

.breadcrumbs i { font-style: normal; color: #959595; }



/* ******  mnav  ****** */
.mnav {
  
  position: absolute;
  z-index: 15;
  top: 113px;
  left: 7px;
  width: 969px;
  overflow: hidden;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { 
  padding: 0;
  margin-left: -2px;
  width: 971px;
}
.mnav ul {
  background: url(i/mnav-left.png) 900px 0 no-repeat;
  height: 32px;
}
.mnav li {
  background: url(i/mnav-left.png) 0 0 no-repeat;
  padding-left: 2px;
  _display: inline;
  float: left;
}

.mnav .boxbody a {
  display: block;
  padding: 10px 0 4px 17px;
  font-size: 1.09em;
  line-height: 18px;
  width: 142px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #fff;
  _height:18px;min-height:18px; /* ie hasLayout fix */
}
.wrap .mnav li:hover,
.wrap .mnav li:focus {
  outline : 0;
  background-position: -161px 0;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus {
  outline : 0;
  color: #fff;
  text-decoration: none;
}
.mnav .parent,
.mnav .current,
.mnav li.parent:hover,
.mnav li.current:hover,
.mnav li.parent:focus,
.mnav li.current:focus {
  background-position: -322px 0;
  margin: 0 -6px;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
  position: relative;
  z-index: 1;
}
.mnav .current a {
  background: url(i/icon-sprite.png) -2892px 9px no-repeat;
  padding-left: 25px;
  width: 134px;
}
.mnav .homecurrent a {
  background-position: -3292px 12px;
  padding-left: 28px;
  width: 131px;
}

/* ******  snav  ****** */
.snav {
  margin-bottom : 2em;
  background: url(i/snav-bottom.png) 0 100% no-repeat;
  _background-image: url(i/snav-bottom.gif);
  margin-top: -84px;
  position: relative;
  ~top: -84px;
  ~margin-bottom: -72px;
  z-index: 100;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.snav.extra {
  margin-top: 0;
}
.onecol .snav { display: none; }
.snav .boxhead {
  background: url(i/snav-top.png) 0 0 no-repeat;
  padding: 25px 15px 5px 25px;
  _height:20px;min-height: 20px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.snav .boxbody {
  padding: 0 11px 10px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.snav ul {
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.snav li {
  border-top: 1px solid #cdcdcd;
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding-bottom: 0;
}

.snav .boxbody a {
  display: block;
  padding: 10px 5px 10px 14px;
  border-top: 1px solid #fff;
  font-size: 1.09em;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav .parent a,
.snav .current a {
  font-weight: bold;
  background: url(i/icon-sprite.png) -2187px .8em no-repeat;
  padding-left: 33px;
}

.snav .level2 {
  border-top: 1px solid #cdcdcd;
}
.snav .level2 li { border: none; }
.snav .level2 li:first-child { border-top: 1px solid #fff; }

.snav .level2 a {
  font-weight: normal;  
  padding: 5px 5px 5px 33px;
  border: none;
  background: none;
  font-size: 1em;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
  padding-left: 42px;
  background: url(i/icon-sprite.png) -1468px .7em no-repeat;
}

.snav .level2 .level3 li { border: none; }
.snav .level2 .level3 a {
  font-weight: normal;  
  padding-left: 42px;
  background: none;
}
.snav .level3 .current a {
  font-weight: bold;
}



/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 40px;
  margin-top: -.5em;
  right: 20px;
  width: 350px;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  width: auto;
  float: right;
}
.flnav li {
  float: left;
  display: inline;
  padding: 0 10px;
  border-left: 1px solid #d6d6d6;
}
.flnav li.cat1 { border: none; }
.flnav .boxbody a {
  color: #5c5e5d;
  font-size: .92em;
}
.flnav .boxbody a:hover,
.flnav .boxbody a:focus {
  text-decoration: none;
  border-bottom: 1px dashed #a90909;
}
.flnav .parent a,
.flnav .current a { font-weight: bold; }




/* ******  flnav  ****** */

.langnav {
  position: absolute;
  top: 15px;
  margin-top: -.5em;
  right: 32px;
  _width: 0;
}
.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav ul {
  float: right;
}
.langnav .boxbody a {
  background: url(i/flags.png) 100% 0 no-repeat;
  color: #5c5e5d;
  font-size: .92em;
  padding: 2px 23px 0 0;
  height: 22px;
  overflow: hidden;
  display: block;
}
.langnav .boxbody a:hover,
.langnav .boxbody a:focus {
  background-position: 100% -24px;
  color: #5c5e5d;
  text-decoration : none;
}





/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.events .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.calendar th {
  text-align: center;
  font-size: .92em;
  padding: .2em;
  border-bottom: 1px solid #666;
}
.calendar td {
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color: #BFBFBF; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; }



.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}





/* ******  advert  ****** */
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}





/* ******  qsearch  ****** */
.qsearch {
  background: url(i/qsearch-bg.png) 0 0 no-repeat;
  padding: 11px 18px 9px 42px;
  position: absolute;
  overflow: hidden;
  top: 57px;
  right: 20px;
  width: 161px;
  height: 19px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input { 
  width: 161px; 
  border: none; 
  background: none; 
  padding: 6px 0 0; 
  margin-top: -.5em; 
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  font-size: .92em;
}
.qsearch .fi_txt input.labelized {
  color: #7B7C7B;
}
.qsearch .fi_btn input { position:absolute;right:9999px;left:auto; }





/* ******  searchresults  ****** */
.searchresults form.search {
  margin-bottom: 1em;
}
.searchresults .search .fi_txt label { display: inline; }
.searchresults .search strong,
.searchresults .search .fi_chk { 
  display: block;
  margin-bottom: .3em;
}
.searchresults .search strong { margin-top: .4em; }


.searchresults .item {
  margin: 0 0 1.5em;
}
.searchresults .item h3 {
  font-size: 1.25em;
  margin: 0 0 .2em;
  font-weight: bold;
}
.searchresults .item h3 a {
  color: #6A1010;
}

.searchresults .item h3 small {
  display: inline-block;
  font-weight: bold;
  color: #464444;
}
.searchresults .item .summary {
  font-size: 1.08em;
  line-height: 1.4;
}
.searchresults .item .more a {
  padding: 0;
  background: none;
  float: none;
}

.searchresults .paging {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
  margin: 2em 0;
}
.searchresults .paging-top {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.searchresults .paging .status {
  float: left;
  margin: 0;
}
.searchresults .paging .status strong { font-weight: normal; }
.searchresults .paging li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 20px;
  position: relative;
  line-height: 16px;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .next a,
.searchresults .paging .prev a {
  background: url(i/search-paging.png) 0 0 no-repeat;
  display:block;overflow:hidden;line-height:0;text-indent:-9999px;text-align:left;font-size:1px;
  width: 15px;
  height: 15px;
}
.searchresults .paging .prev a:hover,
.searchresults .paging .prev a:focus {
  background-position: 0 -15px;
}
.searchresults .paging .next a {
  background-position: -15px 0;
}
.searchresults .paging .next a:hover,
.searchresults .paging .next a:focus {
  background-position: -15px -15px;
}
.searchresults .paging .jump {
  float: left;
  max-width: 22em;
}
.searchresults .paging .jump strong { font-weight: normal; }
.searchresults .paging .jump a,
.searchresults .paging .jump b {
  padding: 0 6px;
  border-left: 1px solid #d2d1d1;
  display: inline-block;
  ~display: inline;
  ~zoom: 1;
}
.searchresults .paging .jump :first-child { border: 0; }
.searchresults .paging .jump i { position:absolute;right:9999px;left:auto; }




/* ******  sitemap  ****** */
.sitemap .boxbody {
  padding-bottom: 3em;
}
.sitemap .level1 ul {
  margin: 0;
  padding: 5px 0 1px;
  clear: both;
}
.sitemap li { 
  width: 15em;
  margin-bottom: 1em;
  position: relative;
}
.sitemap .level2 li {
  padding: 1px 0 0 26px;
  margin-bottom: .5em;
  width: 17em;
  background: url(i/sitemap-step.png) 11px 0 no-repeat;
}
.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px 2px 20px;
  background: #f8f8f8 none 95% 45% no-repeat;
  font-size: 1.17em;
  border: 1px solid #d9d9d9;
  color: #3f3f40;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { background-color: #fff; border-color: #d9d9d9; font-size: 1em; }
.sitemap .level3 a,
.sitemap .level3 i { background-color: #f8f8f8; }
.sitemap .level4 a,
.sitemap .level4 i { background-color: #fff; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { 
  border-color: #595959;
  background-color: #747474;
  color: #fff;
  text-decoration: none;
}
.sitemap .boxbody i:hover { border-color: #aaa; }



.sitemap li.closed ul {
  display: none;
}
.sitemap .boxbody a.expand {
  position: absolute;
  top:0;
  left: 0;
  display: block;
  margin: 3px;
  padding: 0;
  width: 14px;
  height: 1.25em;
  min-height: 14px;
  overflow: hidden;
  text-indent: -999em;
  border: none;
  background: url(i/sitemap-expand.png) 0 50% no-repeat;
}
.sitemap .boxbody .level2 a.expand {
  left: 26px;
}
.sitemap .boxbody .open > a.expand {
  background-position: -500px 50%;
}
.sitemap .boxbody a.expand:hover,
.sitemap .boxbody a.expand:focus {
  background-color: transparent;
}

.wrap .sitemap .level1 a > *,
.wrap .sitemap .level1 i > * {
  display: inline;
  background: 0;
  padding: 0;
  font-size: 1em;
  border: 0;
  color: inherit;
}



/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}

.mediagallery .boxbody {
  text-align: center;
  position: relative;
  padding-top: 60px;
}

.mediagallery .boxhead i { display: none; }

.mediagallery .boxhead span,
.mediagallery .boxhead a.current {
  position: absolute;
  left: 0;
  top: 70px;
  font-size: .54em;
  font-weight: bold;
  width: 670px;
}

.mediagallery ul {
  margin: 0 -9px;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 9px 18px;
  position: relative;
  _display: inline;
  text-align: center;
  width: 198px;
  ~height: 175px;
}
.mediagallery li.thumb0,
.mediagallery li.thumb3,
.mediagallery li.thumb6,
.mediagallery li.thumb9,
.mediagallery li.thumb12,
.mediagallery li.thumb15,
.mediagallery li.thumb18,
.mediagallery li.thumb21,
.mediagallery li.thumb24,
.mediagallery li.thumb27,
.mediagallery li.thumb30 {
  clear: left;
}
.mediagallery li a {
  height: 123px;
  width: 190px;
  overflow: hidden;
  display: block;
  vertical-align: middle;
  text-align: center;
  border: 4px solid #ebebeb;
  background: #bfbfbf;
  -moz-transition:    border-color .2s ease-in-out;
  -webkit-transition: border-color .2s ease-in-out;
  transition:         border-color .2s ease-in-out;
}
.js-active .mediagallery ul li a {
  padding-top: 61.5px;
  height: 61.5px;
}
.mediagallery li a:hover,
.mediagallery li a:focus {
  border-color: #6A1010;
}

.mediagallery .pgr a,
.mediagallery .pgr span {
  background: url(i/gallery-pgr.png) 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 30px;
  right: 62px;
  width: 26px;
  height: 26px;
  text-indent: -9999em;
}

.mediagallery .pgr .next {
  background-position: -26px 0;
  right: 38px;
}

.mediagallery .pgs {
  clear: both;
  position: absolute;
  top: 35px;
  right: 90px;
  font-weight: bold;
}



/* albums (extends: mediagallery) */
.albums .boxbody {
  padding-top: 10px;
}
.albums li {
}

.albums li a {
  overflow: hidden;
  display: block;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.mediagallery.imagelist .description {
  text-align: left;
  margin-top: -25px;
  margin-bottom: 15px;
  font-size: 1.08em;
}
.mediagallery.imagelist .description span {
  display: block;
  padding-top: 8px;
  font-size: .92em;
}

.mediagallery.imagelist li a {
  height: 123px;
  width: 190px;
  vertical-align: middle;
  text-align: center;
}

.mediagallery.imagelist li a:hover img,
.mediagallery.imagelist li a:focus img,
.mediagallery.imagelist li a:active img {}



/* imgalbum-bigimage (extends: mediagallery) */

.singleimage img {
}

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}

.singleimage .pgs {
}





/* ******  people  ******* */

.people h3 {
  margin: 0;
  border-bottom: 1px solid #6A1010;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.17em;
  color: #6A1010;
  font-weight: bold;
  padding-bottom: 3px;
  margin: 10px 0;
}

.people table { 
  width: 100%; 
}

.people table th,
.people table td { 
  padding: 6px 10px 6px 0;
}

.people th.col1 { width: 178px; }
.people th.col2 { width: 176px; }
.people th.col3 { width: 170px; }
.people th.col4 { width: 90px; }

.people table th {
  font-size: .92em;
  font-weight: normal;
  color: #807f7f;
}
.people table th.col1 { padding-left: 20px; }

.people table a {
  background: url(i/stafflist-open-close.png) 0 .65em no-repeat;
  font-weight: bold;
  padding-left: 20px;
  display: block;
  margin: -6px 0;
  padding: 6px 0 6px 20px;
  display: inline;
}

.people table .netfang a {
  font-weight: normal;
  color: #8a1d1d;
  border-bottom: 1px dashed #8a1d1d;
  padding: 0;
  margin: 0;
  background: none;
}
.wrap .people table a:hover,
.wrap .people table a:focus {
  text-decoration : none;
}

.people .close {
  display: block;
  background: #e8e8e8  url(i/stafflist-open-close.png) -981px .65em no-repeat;
  padding: 6px 28px;
  color: #817e7a;
  margin: 0;
  font-weight: bold;
}
.people .close:hover {
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 0;
}

/* ******  persona  ******* */



td .persona {
  background: url(i/persona-bottom.png) 0 100% repeat-x;
  padding: 15px 23px 35px 149px;
  margin: 0;
  width: auto;
  border: 1px solid #eae9ea;
  border-top: none;
  border-bottom: none;
}
td .persona .boxhead { display: none; }
td .persona ul {
}
td .persona li {
  margin-bottom: .8em;
}

td .persona li b {
  display: inline;
  font-weight: normal;
  padding-right: 8px;
  color: #807F7F;
}
td .persona .title b {
  font-weight: bold;
}
td .persona .info {
  margin-right: 20px;
}
td .persona .content {
  padding: 0;
  _height:142px;min-height:142px;
  padding-bottom: 2em;
}
td .persona h3 {
  font-size: 1.5em;
  margin-top: 0;
  padding-bottom: 5px;
  color: #1e1c1c;
  border-bottom: 2px solid #E8E8E8;
}
td .persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
  padding: 2px;
  border: 3px solid #e8e8e8;
  margin: 0 0 0 -127px;
}
td .persona .imgbox img {
  border: 1px solid #fff;
  padding: 0;
  max-height: 140px;
  max-widtht: 105px;
}








/* ******  footer  ****** */
.footer { 
  font-size: .92em;
  color: #f4f0d0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  position: relative;
}
.footer p { margin-bottom: .5em; }
.footer a {
  color: #f0e163;
  border-bottom: 1px dashed #f0e163;
}
.wrap .footer a:hover,
.wrap .footer a:focus {
  text-decoration: none;
  color: #f0e163;
}
.footer i {
  font-style: normal;
  padding: 0 5px;
}


/* ******  byggiraeplica  ****** */
.byggiraeplica {
  text-align: right;
  position: absolute;
  right: 50%;
  margin-right: -478px;
  margin-top: -23px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(i/byggir_a_eplica2.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='skin/basic/design/i/byggir_a_eplica2.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.home .imgbanner { display: none; }
.imgbanner {
  position: absolute;
  z-index: 5;
  height: 143px;
  right: 8px;
  top: 113px;
}





/* ****** pagestyle  ****** */
.pagestyle { 
  position: absolute;
  top: 67px;
  right: 262px;
  right: 50%;
  margin-right: -238px;
  _width: 11em;
}
.pagestyle .boxhead {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  float: left;
  font-weight: normal;
  font-size: 1em;
  color: #b0b0b0;
  padding-top: 5px;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.pagestyle .boxbody,
.pagestyle ul { 
  display: inline-block;
  width: 72px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pagestyle li {
  margin-left: -4px;
  width: 28px;
  float: left;
}
.pagestyle a {
  display: block;
  overflow: hidden;
  text-indent: -99999em;
  width: 28px;
  height: 28px;
  background: url(i/icon-sprite.png) 0 0 no-repeat;
}

.pagestyle .up a {
  background-position: -28px 0;
}
.pagestyle .userstyles a {
  background-position: -56px 0;
}
.pagestyle a:hover,
.pagestyle a:focus {
  background-position: 0 -28px;
}
.pagestyle .up a:hover,
.pagestyle .up a:focus {
  background-position: -28px -28px;
}
.pagestyle .userstyles a:hover,
.pagestyle .userstyles a:focus {
  background-position: -56px -28px;
}










.namskeid table th {
  font-weight: normal;
  border-bottom: 1px solid #6A1010;
  color: #6A1010;
  padding: 3px 10px;
}
.namskeid table td {
  padding: 9px 10px;
  border-bottom: 1px solid #fff;
}
.namskeid table .alt td {
  background: #f6f6f6;
}
.namskeid table td:first-child { width: 40%; }
.namskeid table td.date { width: 20%; white-space: nowrap; }
.namskeid table .act { width: 115px; white-space: nowrap; }
.namskeid table td a {
  font-weight: bold;
}

.namskeid table .act a {
  background: url(i/namskeid-btn.png) 0 0 repeat-x;
  display: inline-block;
  line-height: 19px;
  padding: 0 11px 8px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.namskeid table .act a:hover,
.namskeid table .act a:focus { text-decoration: none; color: #ccc; }



.namskeid-stakt .desc,
.attn-warning {
  background: #f4ebeb;
  border-top: 1px solid #e2c6c6;
  border-bottom: 1px solid #e2c6c6;
  padding: 18px 20px 8px;
}
.attn-registration {
  background: #ebf4eb;
  border-top: 1px solid #c6e2c6;
  border-bottom: 1px solid #c6e2c6;
  padding: 18px 20px 8px;
}
.attn-warning,
.attn-registration {
  margin-bottom: 1em;
}
.namskeid-stakt .desc ul { margin: 0; }
.namskeid-stakt .desc li {
  padding: 0;
  background: 0;
  margin-bottom: 10px;
  min-height:0; /* ie hasLayout fix */
}
.namskeid-stakt .desc li:after { display:block; clear:both; content:"\00a0"; visibility:hidden; font-size:1px; height:0; }
.namskeid-stakt .desc li strong {
  width: 105px;
  text-align: right;
  float: left;
  padding-right: 11px;
  
}
.namskeid-stakt .desc li div,
.namskeid-stakt .desc li span {
  float: left;
}

.namskeid-stakt .desc li .bookingstatus {
  font-weight: bold;
  font-style: italic;
}


.namskeid-stakt .desc-long {
  margin-bottom: 1em;
}

.namskeid-stakt form {
  width: 364px;
}
.namskeid-stakt form#registration {
  width: auto;
}
.namskeid-stakt label {
  width: 105px;
  text-align: right;
  padding-right: 11px;
  display: inline-block;
  ~float: left;
}
.namskeid-stakt .wide-label label {
  width: auto;
  text-align: left;
  display: block;
  float: none;
  padding-bottom: 4px;
}
.namskeid-stakt .wide-label select,
.namskeid-stakt .wide-label input{
  margin-left: 116px;
}


.namskeid-stakt legend {
  color: #6A1010;
  font-size: 1.16667em;
  padding: 4px 0 4px 120px;
}

.namskeid-stakt .fi_txt input {
  width: 225px;
}
.namskeid-stakt textarea {
  width: 225px;
}
.namskeid-stakt .fi_btn { text-align: right; width: 362px; }
.namskeid-stakt .fi_btn input {
  background: url(i/namskeid-btn.png) 0 0 repeat-x;
  display: inline-block;
  height: 27px;
  padding: 0 11px 8px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border: 0;
  -moz-border-radius:    0;
  -webkit-border-radius: 0;
  border-radius:         0;
  font-size: 11px;
}
.namskeid-stakt .fi_btn input:hover,
.namskeid-stakt .fi_btn input:focus {
  color: #ccc;
}



/* ******  home  ****** */
.home .pghead {
  background: url(i/pgh-home.png) 0 0 no-repeat;
  height: 728px;
  margin-bottom: -571px;
}
.home .pgmain {
  margin: 0 20px 0 22px;
  padding-top: 0;
  width : 941px;
}


.home .pgmain .hometop {
  height: 316px;
  margin-bottom: 25px;
  overflow: hidden;
}
.home .pgmain .topleft {
  float: left;
  width: 625px;
  margin-right: 23px;
  position: relative;
}
.home .pgmain .fadelist .boxhead { position:absolute;right:9999px;left:auto; }
.home .pgmain .fadelist .boxbody {
  background: url(i/fadelist-bg.jpg) 0 0 no-repeat;
}
.home .pgmain .fadelist .item {
  position: relative;
  width: 290px;
  padding: 165px 0 0 321px;
  margin: 0;
}
.home .pgmain .fadelist-active .item {
  background: url(i/fadelist-dot.png) no-repeat;
  ~background-image: url(i/fadelist-dot.gif);
}
.home .pgmain .fadelist .item img {
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 18px;
}
.home .pgmain .fadelist .item h3 {
  font-weight: normal;
}
.home .pgmain .fadelist .item h3 a {
  font-size: 1.33em;
  color: #1b1a19;
}
.home .pgmain .fadelist .item h3 a:hover,
.home .pgmain .fadelist .item h3 a:focus {
  color: #A90909;
}
.home .pgmain .fadelist .item .summary p,
.home .pgmain .fadelist .item .summary div,
.home .pgmain .fadelist .item .summary span,
.home .pgmain .fadelist .item .summary a {
  display: inline;
  padding: 0;
  margin: 0;
  white-space: normal;
  background: none;
  float: none;
  min-height: 0;
  height: auto;
  font-weight: normal;
}
.home .pgmain .fadelist .item .summary .more a {
  display: inline-block;
  width: 8px;
  overflow: hidden;
  text-indent: -9999em;
  background: url(i/icon-sprite.png) -797px 0.3em no-repeat;
  ~background-position: -797px 0;
  height: 1em;
}

.home .pgmain .fadelist .moreolder,
.home .pgmain .fadelist .archivelink {
  margin: 0;
  display: inline;
}
.home .pgmain .fadelist .moreolder a,
.home .pgmain .fadelist .archivelink a {
  background: url(i/fadelist-archivelink.png) 0 0 no-repeat;
  _background-image: url(i/fadelist-archivelink.gif);
  margin: 0;
  padding: 0;
  display: block;
  width: 84px;
  height: 72px;
  overflow: hidden;
  text-indent: -9999em;
  position: absolute;
  right: -5px;
  top: 105px;
  z-index: 100;
}
.home .pgmain .fadelist .moreolder a:hover,
.home .pgmain .fadelist .moreolder a:focus,
.home .pgmain .fadelist .archivelink a:hover,
.home .pgmain .fadelist .archivelink a:focus {
  border: none;
  background-position: -84px 0;
}

.home .pgmain .topright {
  float: left;
  width : 293px;
}

.home .pgmain .topright .item {
  padding: 10px 0 0 97px;
  width: auto;
  margin: 0;
  _height:65px;min-height:65px;max-height: 72px;
}
.home .pgmain .topright .item img {
  float: left;
  border: none;
  margin: -10px 0 0 -97px;
}
.home .pgmain .topright h3 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
.home .pgmain .topright .summary {
  font-size: .92em;
  line-height: 1.3;
}


.home .pgmain .homebottom {
  min-height: 320px;
  _height: 320px;
}
.home .pgmain .homebottom:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .pgmain .homebottom .boxhead {
  font-size: 1.5em;

}
.home .pgmain .homebottom .boxhead a {
  color: #6A1010;
  border-bottom: 1px dashed #dfc9bc;
  padding: 10px 5px 2px;
  display: block;
}
.home .pgmain .homebottom .boxhead a:hover,
.home .pgmain .homebottom .boxhead a:focus {
  text-decoration: none;
  border-color: #6A1010;
}




.home .tab-box {
  margin-bottom: .55em;
  font-size: 1.5em;
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  color: #6A1010;
  padding-bottom: 1px;
  border-bottom: 1px dashed #DFC9BC;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .tab-box:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.home .tab-box li {
  float: left;
  margin-left: 14px;
  _display: inline;
  border: 1px solid #e8e6e6;
  border-bottom: 0;
  background: #fbfbfb;
}
.home .tab-box li a {
  color: #abaaaa; 
  display: block;
  padding: 9px 15px 0;
  height: 23px;
  font-size: 16px;
}
.home .tab-box li strong { font-weight: normal; }

.home .tab-box .current {
  margin-bottom: -3px;
  position: relative;
  z-index: 1;
  background: #fff;
  -moz-box-shadow:    #ebebeb  0 -1px 3px;
  -webkit-box-shadow: #ebebeb  0 -1px 3px;
  box-shadow:         #ebebeb  0 -1px 3px;
}
.home .tab-box .current a { 
  color: #6a1010;
  font-size: 18px;
  height: 25px;
  
}


.home .pgmain .tabpane,
.home .pgmain .tabgroup {
  float: left;
  _display: inline;
  width: 625px;
  margin-right: 15px;
}
.home .pgmain .tabgroup .tabpane { float: none; margin: 0; }
.home .pgmain .tabpane .boxbody { padding: 0 15px; }

.home .pgmain .tabpane .item img {
  margin-top: 1.3em;
}
.home .pgmain .tabpane li a {
  width: 287px;
}

.home .articlelist .more { clear: left; }


.home .pgmain .rannsoknir {
  display: none;
}


.home .pgmain .eventlist {
  float: left;
  width: 301px;
}
.home .pgmain .eventlist .item {
  background: #fafafa url(i/eventlist-bg.png) 0 0 repeat-x;
  border-bottom: 1px dashed #e6e4e4;
  margin: 0 0 1px;
  padding: 8px 60px 8px 10px;
  position: relative;
  width: auto;
}
.home .eventlist .ui-accordion .item {
  padding-right: 10px;
}
.home .pgmain .eventlist div.item-open { padding-right: 60px; }
.home .pgmain .eventlist h3 {
  color: #30302e;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  padding-right: 50px;
}
.home .pgmain .eventlist h3 a {
  color: #30302e;
}
.home .eventlist .ui-accordion h3 {
  background: url(i/eventlist-arrow.png) 100% 50% no-repeat;
}
.home .pgmain .eventlist h3.item-open {
  background: none;
  padding: 0;
}
.home .pgmain .eventlist .summary {
  font-size: .92em;
}
.home .pgmain .eventlist .js-date {
  background: url(i/date.png) 0 0 no-repeat;
  position: absolute;
  right: 4px;
  top: 0px;
  padding: 16px 2px 0 0;
  width: 45px;
  height: 42px;
  display: block;
}
.home .eventlist .ui-accordion .js-date {
  display: none;
}
.home .pgmain .eventlist .item-open .js-date {
  display: block;
}
.home .pgmain .eventlist .js-date .d {
  text-align: center;
  font-size: 18px;
  display: block;
  padding: 0;
}
.home .pgmain .eventlist .js-date .m {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  padding: 0;
}

.home .pgmain .eventlist .js-date i,
.home .pgmain .eventlist .js-date .y { display: none; }


.home .pgmain .afurdir {
  float: left;
  width: 301px;
}
.home .pgmain .afurdir .item {
  padding-left: 173px;
}
.home .pgmain .afurdir .item img {
  float: left;
  margin-left: -173px;
}
.home .pgmain .afurdir .item h3 {
  background: url(i/icon-sprite.png) -1500px 40px no-repeat;
  padding-left: 15px;
  padding-top: 35px;
  font-size: 1.17em;
}
.home .pgmain .afurdir .item .summary {
  display: none;
}
.home .pgmain .afurdir .item a { 
  color: #6A1010; 
  font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
  font-weight: normal;
}




/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #a90909;  text-decoration: underline; }



