@import url('http://fonts.googleapis.com/css?family=Lusitana:400,700');

@media screen {
/* ==========  BASIC SCREEN STYLES  ========== */


.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }


/* Accessibility tr1ck50r */

a.stream:focus,
a.stream:active,
.stream a:focus,
.stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.stream a:focus,
.stream a:active {
  position: absolute;
  right: -9999px;
}

/* Remove these skiplink styles for responsive skins */
.skiplink { position:absolute;right:9999px;left:auto;white-space:nowrap; }
.pghead .skiplink a:focus,
.pghead .skiplink a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pghead .skiplink a:focus,
.pghead .skiplink a:active {
  position: absolute;
  right: -9999px;
}
/* end remove */

.print-only { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; }

body {
  background: #fff;
  padding: 0;
  color: #404040;
  line-height: 1.25;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 14px;
}


div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }

sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0;
  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: #0a457c;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


abbr {
  cursor: help;
  border: none;
}
abbr:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}
h1 {
  font-size: 1.571em;
  margin-bottom: .5em;
}
h2 {
  font-size: 1.429em;
  margin-top: 1.57em;
}
h3 {
  font-size: 1em;
  margin-top: 1em;
}
h4 {
  font-size: .929em;
}




table { border-collapse: collapse; }

table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

th abbr:hover { border: none; }

th[align="center"],
td[align="center"],
th.center,
td.center {
  text-align: center;
}

th[align="right"],
td[align="right"],
th.right,
td.right {
  text-align: right;
}

th.num, td.num {
  text-align: right;
  white-space: nowrap;
}




form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_sel,
.fi_static,
.fi_rdo {
  margin-bottom: .7em;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

.f_row {
  overflow: hidden;
  margin-bottom: .7em;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

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 #bbb;
  background: #fff;
  color: #404040;
  padding: 3px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #79C2EA;

  -moz-box-shadow:    rgba(0,0,0, .2) 0 0 4px;
  -webkit-box-shadow: rgba(0,0,0, .2) 0 0 4px;
  box-shadow:         rgba(0,0,0, .2) 0 0 4px;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 96%; }


.button,
.fi_btn input {
  cursor: pointer;
  _cursor: hand;
  background: #F4F4F4;
  border: 1px solid #bbb;
  color: #606060;
  padding: 2px 3px;
}

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  background-color: #555;
  border-color: #555;
  color: #fff;
}


.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; }


abbr.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
abbr.req:hover { border: none; }






/* *****  clear  ***** */

.clear {display:none;}


/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */




.pgwrap {
  position: relative;
  text-align: left;
}


.pgmiddle,
.pghead .wrap,
.pgtop .wrap,
.pgbot .wrap,
.pgfoot .wrap,
.byggiraeplica {
  margin: 0 auto;
  width: 962px;
  text-align: left;
}


.pgtop {
  margin-top: -6px;
}

.pgtop .wrap {
  width: 960px;
}

.pghead {
  background: url(i/theme1-pghead.png) no-repeat 50% 100%;
  margin-bottom: 10px;
}

.pghead .wrap {
  height: 130px;
}

.pghead .brand {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 14px;
  margin-left: -465px;
}

.pghead .brand img.logo {
  vertical-align: middle;
}

.pghead .brand .slogan {
  position:absolute;right:9999px;left:auto;
}

.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */

.pgtop .wrap {
  padding-bottom: 16px;
}


.pgmiddle {
  overflow: hidden;
  width: 960px;

  margin-bottom: 15px;
  height: 500px;
  height: auto !important;
  min-height: 500px;
}

.onecol .pgmiddle {
  background: none;
}

.twocol .pgmiddle,
.threecol .pgmiddle {
  background: url(i/pgmiddle-bg.png) repeat-y;
  border: 1px solid #c8d4a2;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.pgmain {
  float: left;
  margin: 0 0 0 230px;
  width: 730px;
  _display: inline;
}

.threecol .pgmain {
  width: 580px;
  margin-right: 150px;
}

.onecol .pgmain {
  width: 960px;
  margin: 0;
}

.pgmain .wrap {
  _height:1px;min-height:1px; /* Floating layout fix */
  padding: 16px 20px;
}

.pgextra1 {
  float: left;
  width: 150px;
  _display: inline;
  margin-left: -150px;
}

.pgextra2 {
  float: left;
  width: 230px;
  margin-left: -960px;
  _display: inline;
  background: #f6f5f1;
  border-right: 1px solid #c8d4a2;
}

.pgextra2 .wrap {
  padding: 16px 20px;
}

.theme1 .pgextra1,
.theme1 .pgextra2 {
  border-top: 1px solid #fff;
}

.onecol .pgextra2 {
  width: auto;
}

.pgfoot {
  clear: both;
}




/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.boxhead {
  padding-top: 0;
  margin-top: 0;
  font-size : 1em;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.pgmain .boxbody {
  padding-bottom: 0;
}

.pgextra1 .boxbody,
.pgextra2 .boxbody {
  margin-bottom: 1em;
}

.boxhead a { color: #272727; }

.pgmain .boxhead,
.pgmain h1 {
  background: url(i/theme-h1.png) no-repeat 50% 100%;
  font-family: 'Lusitana', serif;
  font-size: 1.571em;
  color: #0a457c;
  margin-bottom: .7em;
  font-weight: normal;

  padding-bottom: 2px;
  line-height: 1.25;
}

.onecol .pgextra2 .box { display: none; }




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */

.meta {
  color: #909090;
  display: block;
  font-weight: normal;
  font-size: .929em;
}

.meta span { padding-right: .5em; }

.wrap .meta a:link,
.wrap .meta a:visited { color: #555; }





/* ******  buttons  ****** */

.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

.wrap .more a,
.wrap .moreolder a,
.wrap .archivelink a {

}


.buttons {
  margin: 40px 0 1.6em;
  clear: both;
  font-family: 'Lusitana', serif;
}

.wrap .buttons a {
  float: left;
  padding-right: 18px;
  padding-left: 24px;
  background: url(i/buttons-send.png) no-repeat 0 50%;
  color: #606060;
  text-decoration: none;
}

.buttons a.prenta {
  background-image: url(i/buttons-print.png);
}

.buttons a.facebook {
  background-image: url(i/buttons-facebook.png);
}

.buttons .btnback { display: none; }


a.external .icon,
a.file_doc .icon,
a.file_pdf .icon,
a.file_xls .icon {
  display: inline-block;
  height: 1em;
  _height:14px;
  min-height:14px;
  margin-bottom: -2px;
  overflow: hidden;
  text-indent: 18px;
  margin-right: 4px;
}
a.external .icon { background: url(i/icn-external.png) 100% 0 no-repeat; ~background-position: 0 0; width: 9px; margin-bottom: -3px; margin-right: 0; }
a.file_doc .icon { background: url(i/icn-doc.gif) 0 0 no-repeat; ~background-position: 0 0; width: 14px; }
a.file_pdf .icon { background: url(i/icn-pdf.gif) 0 0 no-repeat; ~background-position: 0 0; width: 14px; }
a.file_xls .icon { background: url(i/icn-xls.gif) 0 0 no-repeat; ~background-position: 0 0; width: 14px; }




/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1.6em;
  overflow: hidden;
}

.articlelist .item h3 {
  font-family: 'Lusitana', serif;
  font-size: 1.429em;
  margin: 0;
  color: #0a457c;
}

.articlelist .item h3 a {
  color: #0a457c;
}

.articlelist .item h3 .meta {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.65em;
  padding-bottom: 2px;
  color: #909090;
}


.articlelist .summary { line-height: 1.5; }


.articlelist .summary ul {
  clear: none;
  list-style: disc;
  margin-bottom: .5em;
  padding-left: 2em;
}

.articlelist .summary ul li { padding: 0; }

.articlelist .more {}

.articlelist img {
  float: right;
  padding: 7px;
  border: 1px solid #c8d4a2;
  margin: .2em 0 .33em .5em;
}

.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}


.articlelist ul {
  clear: both;
}

.articlelist li {
  padding-bottom: .7em;
}

.articlelist li a {
  font-family: 'Lusitana', serif;
  font-size: 1.286em;
  color: #0a457c;
}








/* videolist (extends:articlelist) */
.videolist .boxbody {
  margin-right: -18px;
  background: none transparent;
  border: 0 none;
}

.videolist .item {
  float: left;
  _display: inline;
  margin: 0 18px 18px 0;
  cursor: pointer;
}
.videolist .item h3 {
  font-size: 1em;
}
.videolist .item .img {
  border: 1px solid #c8d4a2;
  background: #fff;
  text-align: center;
  width: 150px;
  height: 90px;
  overflow: hidden;
  float: none;
  display: block;
  float: none;
  margin-bottom: 4px;
}
.videolist .item .img img {
  border: 7px solid #fff;
  float: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
}


.videolist .item .summary { display: none; }



 .videobox {
  width: 690px;
}
 .videobox .videocontainer {
  padding: 5px;
  display: block;
}
 .videobox h2 {
  margin-top: 10px;
}
.videobox h2 {
  padding: 0 0 10px 10px;
}

.videobox .summary {display: none;}












/* ******  article  ****** */

.article .boxbody { line-height: 1.6; }

.article h2,
.article h3,
.article h4 {
  font-family: 'Lusitana', serif;
  color: #0a457c;
}



.article .subtitle {
  margin-top: 0;
}

.article .summary {
  margin: 0 0 .7em 0;
  font-size: 1.143em;
}

.article p {
  margin-bottom: 1.5em;
}

.article a {
  text-decoration: underline;
}

.article h1 + h2,
.article h2 + h3 {
  margin: 0 0 .3em;
}

.article .img img {
  padding: 7px;
  border: 1px solid #CBD7A8;
  float: right;
  margin: 0 0 30px 30px;
}
.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left; clear: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right; clear: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article blockquote {
  border-left: 1px solid #c8d4a2;
  margin: 0 41px 1em;
  padding: 4px 0 4px 11px;
  color: #606060;
  position: relative;
}

.article blockquote:before {
  font-family: Georgia;
  content: '“';
  position: absolute;
  top: -5px;
  left: -38px;
  font-size: 5.143em;
  color: #0a457c;
  line-height: 1;
}

.article table {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin-bottom: 1.6em;
}
.article caption {
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: 4px 10px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
}

.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: none;
  padding-left: 1em;
  margin-bottom: 1.6em;
  color: #c00;
}

.article li {
  margin-bottom: .54em;
  color: #404040;
  background: url(i/bullet.png) 0 6px no-repeat;
  padding-left: 15px;
}

.article ul > li {

}


.article .paging ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.article .paging li {
  clear: none;
  margin: 0;
}

.article .paging li a {
  text-decoration: none;
}

.article .paging li.index {
  display: inline-block;
}

.article .paging .next {
  float: right;
}

.article .paging .prev {
  float: left;
  margin-right: 1em;
}



.article .videoblock .videocaption {
  display: block;
  padding-top: .2em;
  font-weight: bold;
}

.comments p {
  margin-bottom: 0;
}

.comments .from {
  font-weight: bold;
}

.comments .replymeta {
  font-size: .92em;
}





/* ******  imagebox  ****** */

.imagebox {
  line-height: 1.2;
  font-size: .85em;
  float: right;
  padding: 0 0 .75em 20px;
  background: #fff;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox li.image {
  margin: 0 0 1em 0;
  background: 0;
  padding: 0;
}

.imagebox .img {
  display: block;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 7px;
  border: 1px solid #cbd7a8;
  max-width: 280px;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 10px 12px 11px;
  margin-top: 5px;
  max-width: 195px;
  _width: 195px;
  display: none;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}






/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  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: 29px;
  left: 0;
}

.ipopup-container-wrapper {
  background: #fff;
  padding: 4px;
  border: 1px solid #c9c9c9;
  display : inline-block;
  position: relative;
  width: 600px;
}

.ipopup-container .img {
  display: block;
}

.ipopup-container .image img {
}

.ipopup-container .title { display : none; }

.ipopup-container .desc {
  display: block;
  padding : 5px 0;
  color: #000;
  font-size: 1.33em;
  position: relative;
  z-index: 10;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}

.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .status { display: none; }
.ipopup-container .paging,
.ipopup-container .paging ul
.ipopup-container .paging ul li {
  ~height:0;
}

.ipopup-container .paging .next a,
.ipopup-container .paging .prev a {
  background: url(i/popup-prev.png) -100px 50% no-repeat;
  _background-image: url(i/popup-prev.gif);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 4px;
  display: block;
  width: 50%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999em;
}

.ipopup-container .paging .next a {
  background: url(i/popup-next.png) 150% 50% no-repeat;
  _background-image: url(i/popup-next.gif);
  right: 4px;
  left: auto;
  z-index: 2;
}

.ipopup-container .paging .prev a:hover,
.ipopup-container .paging .prev a:focus {
  background-position: 0 50%;
}

.ipopup-container .paging .next a:hover,
.ipopup-container .paging .next a:focus {
  background-position: 100% 50%;
}

.ipopup-container .paging li.nav-end { display: none; }
.ipopup-container .paging .close a {
  background: url(i/popup-close.png) 0 0 no-repeat;
  _background-image: url(i/popup-close.gif);
  position: absolute;
  z-index: 5;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999em;
}


/* ******  contactform  ****** */

.contactform .boxbody {
  padding-bottom: 2em;
}

.contactform p { clear: both; }
.contactform  fieldset { margin: 0; }
.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .7em; }

.contactform .fi_txt label,
.contactform .fi_sel label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 6.5em;
  padding-right: .5em;
  float: left;
  text-align: right;
  margin-top: .2em;
}
.contactform .fi_txt input {
  width: 40%;
}
.contactform .fi_sel select {
  width: 41%;
}
.contactform .fi_qty,
.contactform .fi_btn {
  margin-left: 7em;
}
.contactform .fi_qty label {
  width: auto;
  text-align: left;
}
.contactform .fi_qty input { width: 15%; }
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  top: 58px;
  right: 25px;
  margin-top: -.5em;
  width: 450px;
  font-size: 0.92em;
  text-align: right;

  display: none;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #999;
}
.breadcrumbs i { font-style: normal; }





/* ******  mnav  ****** */

.mnav {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 962px;
  margin-left: -481px;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding: 0;
  font-family: 'Lusitana', serif;
  font-size: 1.286em;
}

.mnav ul {
  padding-left: 90px;
}

.mnav li {
  _display: inline;
  float: left;
}

.mnav a {
  display: block;
  padding: 10px 16px 8px 16px;
  height: 25px;
  color: #022151;
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline: none;
  text-decoration: none;
  color: #6d7e38;
}

.mnav .parent a,
.mnav .current a {
  background: #6d7e38 url(i/mnav-current.png) repeat-x;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
  padding: 10px 12px 8px 12px;
}
.wrap .mnav .parent a:hover,
.wrap .mnav .parent a:focus,
.wrap .mnav .parent a:active,
.wrap .mnav .current a:hover,
.wrap .mnav .current a:focus,
.wrap .mnav .current a:active {
  color: #fff;
}


/* ******  snav  ****** */

.snav {
  margin: -16px -20px 1.6em;
}

.snav .boxhead { position:absolute;right:9999px;left:auto; }

.onecol .snav { display: none; }

.snav .boxbody {
  font-size: 1.286em;
}

.snav ul {
  padding: 0 2px 0 1px;
}

.snav li {
  font-family: 'Lusitana', serif;
  _height:0;min-height:0; /* ie hasLayout fix */
  ~display: inline;
}

.snav a {
  color: #89857a;
  display: block;
  padding: 8px 12px 7px 22px;
  border-bottom: 1px solid #c8d4a2;
}

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}

.snav .parent a,
.snav .current a {
  font-weight: bold;
}

.snav .current a {
  color: #0a457c;
}

.snav .level2 {
  font-size: 0.833em;
}

.snav .level2 a {
  font-weight: normal;
  padding-left: 32px;
  color: #89857a
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
}

.snav .level2 .current a {
  color: #0a457c;
}


.snav .level2 .level3 a {
  font-weight: normal;
  padding-left: 42px;
}

.snav .level3 .current a {
  font-weight: bold;
  color: #0a457c;
}





/* ******  advert / imglink  ****** */
/*
  NOTE: this trips up many AdBlockers
  Only use the advert class-name for actual paid/commercial ad banners
  - not for generic ".imglink"s within the site.
*/

.imglink,
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}

.imglink .boxhead,
.advert .boxhead { text-align: left; }

.imglink .boxbody,
.advert .boxbody { text-align: center; }

.imglink img,
.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 {
  position: absolute;
  top: 30px;
  margin-top: -.8em;
  right: 50%;
  width: 250px;
  text-align: right;
  margin-right: -475px;
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody { padding: 0; }

.qsearch .fi_txt { margin: 0 3px 0 0; }

.qsearch .fi_txt input {
  width: 149px;
  border-color: #cdccbf;
  border-radius: 8px;
}

.qsearch .fi_btn input {
  margin-top: 3px;
  background: url(i/qsearch-btn.png) no-repeat;
  width: 4.55em;
  border: 0;
  text-indent: -9999px;
  color: transparent;
  height: 23px;
  width: 23px;
}




/* ******  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 h3 small {
  font-size: .92em;
}
.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 li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 6em;
  position: relative;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .jump {
  float: left;
  max-width: 15em;
}





/* ******  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 18px 2px 25px;
  background: #f8f8f8 none 98% 45% no-repeat;
  font-size: 1em;
  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/sitemap-lock.png);
}
.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;
}





/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
  background-color: #292929;
  margin: -16px -20px;
  position: relative;
}

.mediagallery a,
.mediagallery .boxhead {
  color: #858585;
  border-bottom:none;
}

.mediagallery .boxhead {
  padding: 27px 0 0 19px;
}

.mediagallery .boxbody {
  text-align: center;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 15px 15px;
  position: relative;
  _display: inline;
  text-align: center;
  border: 4px solid #fff;
}
.mediagallery li .count {
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  background: url(i/theme1-imagelist-bg.png) 0 0 repeat;
  font-size: .92em;
  color: #454545;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}

.mediagallery .pgr {
  text-align: right;
  padding : 5px 0;
}

.mediagallery .pgr a {
  background: url(i/theme1-pgr-next.png) 0 0 no-repeat;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 32px;
  height: 89px;
  position: absolute;
  top:257px;
}
.mediagallery .pgr a.prev {
  float: left;
  background-image: url(i/theme1-pgr-prev.png);
  left:37px;
}

.mediagallery .pgr a.next {
  right:37px;
}
.mediagallery .pgs b {
  font-weight: normal;
}
.mediagallery .pgs b,
.mediagallery .pgs {
  clear: both;
  color: #fff;
  font-weight: bold;
}




/* ******  people  ******* */

.people h3 {
}

.people table {
  width: 100%;
}

.people table th,
.people table td {
  padding: 6px 6px 6px 11px;
  border-bottom: 1px solid #161717;
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
}

.people .even td {
  background: #fcfbd4;
}

.people table a {
}

.people table .netfang a {
}

.people .close {
  display: block;
  background: #161717  url(i/people-close.gif) 6px 50% no-repeat;
  border-right: 1px solid #161717;
  border-left: 1px solid #161717;
  padding: 3px 22px;
  color: #fff;
}
.people .close:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 0;
}



/* ******  persona  ******* */

td .persona {
  padding: 15px 10px 13px 157px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #513f17;
  border-top: none;
  border-bottom: none;
}
td .persona .boxbody {
  padding: 0 0 2em;
  _height:142px;min-height:142px;
}
td .persona h3 {
  font-size: 1.67em;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
td .persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
  padding-bottom: 0;
  margin: 0 0 0 -116px;
}
td .persona .imgbox img {
  border: 1px solid #fff;
  padding: 0;
  max-height: 140px;
  max-widtht: 105px;
}
td .persona ul {
}
td .persona li {
  margin-bottom: .3em;
}
td .persona li b {
  display: inline;
  font-weight: normal;
}
td .persona .title b {
  font-weight: bold;
}
td .persona .info {
  margin-right: 20px;
}






/* ******  footer  ****** */

.footer {
}

.footer .boxhead { /* display: none; */ }

.footer .boxbody {
  color: #0a477e;
  text-align: center;
  font-size: 1.335em;
  font-family: 'Lusitana', serif;
}

.footer .boxbody p {
  margin: 0;
}

.wrap .footer .boxbody a {
  color: #0a477e;
}





/* ******  byggiraeplica  ****** */

.byggiraeplica {
  padding: 20px 0;
  text-align: right;
  _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(http://codecentre.eplica.is/f/ba_e2-b50.png) 0 0 no-repeat;
}





/* ******  imgbanner  ****** */

.imgbanner {
  position: relative;
}

.twocol .pgtop .imgbanner {
  height: 140px;
  overflow: hidden;
}

.imgbanner img {

}

.imgbanner .longdesc {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 18px 21px;
  background: url(i/theme1-longdesc-bg.png);
  width: 207px;
  min-height: 150px;

  color: #fff;

  -moz-box-shadow:    rgba(0,0,0, .35)  0 0 6px;
  -webkit-box-shadow: rgba(0,0,0, .35)  0 0 6px;
  box-shadow:         rgba(0,0,0, .35)  0 0 6px;

}

.imgbanner .longdesc strong {
  font-family: 'Lusitana', serif;
  font-size: 1.7em;
  font-weight: normal;
  color: #8da14a;
}

.imgbanner .longdesc .descr {
  font-size: 1em;
}







/*************************/
/********  HOME  *********/
/*************************/




/* ***** layout ***** */

.home .pgmiddle {
  background: none;
}

.home .pgmain {
  width: 960px;
  margin: 0;
}

.home .pgmain .wrap {
  padding: 1px;
  overflow: hidden;
  ~padding-bottom: 12px;
}

.home .pgextra2 {
  width: auto;
  margin: 0;
}

.home .pgextra2 .wrap {
  padding: 0;
}

.home.theme1 .pgextra1 .wrap,
.home.theme1 .pgextra2 .wrap {
  border: none;
}

.pgextra2 .loginbtn {
  position: absolute;
  top: 23px;
  right: 50%;
  height: 25px;
  margin-right: -273px;
  background: url(i/loginbtn.png) 100% 0 no-repeat;
  padding-right: 23px;
  padding-top: 6px;
  font-size: .929em;
}
  .pgextra2 .loginbtn a {
    color: #202020;
  }

.pgextra2 .topbtns {
  position: absolute;
  top: 53px;
  right: 50%;
  margin-right: -450px;
}
  .pgextra2 .topbtns li {
    float: left;
  }
    .pgextra2 .topbtns li.englishbtn {
      background: url(i/englishbtn.png) 0 0 no-repeat;
    }
    .pgextra2 .topbtns li.facebookbtn {
      background: url(i/facebookbtn.png) 0 0 no-repeat;
    }
  .pgextra2 .topbtns a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    font-size: 1px;
    width: 25px;
    height: 20px;
    float: left;
  }



/* ***** box ***** */

.home .pgmain .boxhead {
  background: url(i/theme1-fboxbig-boxhead.png) no-repeat 50% 100%;
  color: #909090;
  padding: 9px 19px;
  margin-bottom: 0;
  font-family: 'Lusitana', serif;
  font-size: 1.143em;
}

.home .pgmain .boxbody {
  padding: 10px 19px;

}

.home .boxesContainer {
  background: #edebe4;
  border: 1px solid #c8d4a2;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.home .boxesContainer .box4 {
  background: #fff url(i/homeBox4.jpg) no-repeat 100% 100%;
}

.home .boxesContainer .box5 {
  background: #fff url(i/homeBox5.jpg) no-repeat 100% 100%;
}

.home .boxesContainer .box6 {
  /* background: #fff url(i/ii-40ara.jpg) no-repeat 100% 100%;*/
}

.home .boxesContainer .box6 img {
  max-width: 110px;
}

.home .fbox {
  border: 1px solid #c8d4a2;
  background: #fff;
  float: left;
  b-moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 5px 10px 10px 9px;
  height: 145px;
  overflow: hidden;
  position: relative;
}

.home .fbox .boxhead {
  padding: 0 19px 8px;
  border-bottom: none;
  background: none;
  margin: 0 -10px;
  font-size: 1.429em;
  color: #0a477e;
}

.home .fbox .boxbody {
  padding: 10px 10px 0 10px;
}
.home .fbox .summary {
  font-size: 1em;
}

.home .fbox .item img {
  border: none;
}

.home .fbox-1_3 {
  width: 277px;
}

.home .fbox-2_3 {
  width: 597px;
}

.home .fbox .item {
  margin-bottom: 0;

}

.home .fbox .moreolder,
.home .fbox .more {
  text-align: left;
  overflow: visible;
  _height:0;min-height:0; /* ie hasLayout fix */
  position: absolute;
  left: 20px;
  bottom: 10px;

}

.home .fbox .moreolder a,
.home .fbox .more a {
  border: 1px solid #c8d4a2;
  border-radius: 8px;
  background: #8da14a url(i/moreolder-bg.png) repeat-x;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: .923em;
  margin-top: -14px;
  width: 70px;
}

.home .fbox .moreolder a:hover,
.home .fbox .moreolder a:focus,
.home .fbox .moreolder a:active {
  text-decoration: none;
}




/* gallerybox */

.home .gallerybox .boxbody {
  padding: 0;
  position: relative;
}

.home .gallerybox img {
  border: 1px solid #b4dbf0;
}

.home .gallerybox .moreolder {
  position: absolute;
  bottom: 11px;
  right: 12px;
}





/* ***** articlelist ***** */

.home .articlelist.twocols .boxbody {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2.3em;
  overflow: hidden;
}

.home .articlelist.twocols .item {
  float: left;
  width: 440px;
  padding: 0 19px .3em;
  margin-bottom: 0;
}

.home .articlelist.twocols .itm2,
.home .articlelist.twocols .itm4,
.home .articlelist.twocols .itm6,
.home .articlelist.twocols .itm8,
.home .articlelist.twocols .itm10,
.home .articlelist.twocols .itm12,
.home .articlelist.twocols .itm14,
.home .articlelist.twocols .itm16,
.home .articlelist.twocols .itm18,
.home .articlelist.twocols .itm20 {
  border-left: 1px solid #c9d5a3;
}

.home .articlelist.twocols ul,
.home .articlelist.twocols .moreolder {
  padding: 0 19px 1em;
}


.home .articlelist.twocols ul {
  margin-right: -40px;
  background: url(i/home-article-bg.gif) repeat-y;
}

.home .articlelist.twocols ul li {
  display: inline-block;
  ~display: inline;
  ~zoom: 1;
  width: 440px;
  padding-right: 20px;
  margin-right: 20px;
  vertical-align: top;
}






/* ***** imgbanner ***** */

.home .imgbanner {
  border-color: #7BC6EF;
}

.home .imgbanner img {

}










/* ******  links  ****** */

div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { text-decoration: underline; }

div.wrap a:hover,
div.wrap a:active { outline: none; }

body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }









/* === END: BASIC SCREEN STYLES === */
}










@media screen and (min-width: 515px) and (max-width: 720px) {
/* ==========  NARROW SCREEN STYLES  ========== */




/* === END: NARROW SCREEN === */
}













@media print {
/* ==========  PRINT STYLES  ========== */


.stream,
.screen-only { display: none; }
.skiplink {display: none;}
.imgbanner {display: none;}


.pgextra1,
.pgextra2,
.pgextra3,
.pgextra4,
.pgfoot { display: none; }

object,
#raggaplay,
.byggiraeplica,
.focustarget,
.adbanner,
.advert,
.adbox,
.chapters,
.paging,
.buttons,
.archivelink,
.morelink,
.moreolder,
.more { display: none; }

body form .pickdatelink,
body form .pickdate { display: none; }


body {
  font-family: Palatino, "Book Antiqua", Times, "Times New Roman", serif;
  margin: 0;
  padding: 0;
}


div, table, caption { font-size: 1em; }


a {
  font-weight: bold;
  text-decoration: none;
}
a:after {
  font-family: Palatino, "Book Antiqua", Times, "Times New Roman", serif;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9em;
}




p, table, blockquote, ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0.67em;
  widows: 2;
  orphans: 2;
}
ul, ol {
  margin-left: 0;
  padding-left: 2.25em;
}

img {
  margin: 0;
  border: none;
  padding: 0;
}

h1, h2, h3, h4, h5, caption {
  font-family: 'Lusitana', serif;
  page-break-after: avoid;
  page-break-inside: avoid;
  font-weight: normal;
  margin: 0em;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.33em;
  margin-top: 1.85em;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 1.1em;
  margin-top: 1.1em;
  margin-bottom: 0.61em;
}
h4, caption {
  font-size: 0.9em;
  margin-top: 1em;
  margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a {
  color: #000;
}

table {}
caption { text-align: left; }
th, td {
  page-break-inside: avoid;
  vertical-align: top;
  text-align: left;
}

table.grid {
  page-break-inside: auto;
  border: none;
}
table.grid td {
  page-break-inside: avoid;
  widows: 2;
  orphans: 2;
  border: none;
}

label {
  clear: both;
  margin-top: .2em;
}
.fi_txt label {
  display: block;
  float: left;
  width: 10em;
}
.fi_bdy label {
  display: block;
}
.fi_bdy,
.fi_rdo,
.fi_chk,
.fi_txt {
  clear: both;
}
.fi_chk input {
  float: left;
}




.pghead {
  padding-bottom: 0.2em;
  border-bottom: 0.1em solid #000;
  margin-bottom: 2.1em;
}
.pghead h1 {
  font-size: 1.33em;
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
  text-transform: uppercase;
}
.pghead img {
  height: 3em;
  width: auto;
  vertical-align: middle;
}



.box {
  clear: both;
  padding-bottom: 1.5em;
  border-bottom: 0.07em solid #000;
  margin-bottom: 0.8em;
}
.boxhead {
  font-size: 1.5em;
  margin-top: 0em;
}


.article .boxhead { display: none; }
.article h2.subtitle {
  font-size: 1.1em;
  margin-top: 0;
}


.article a[href]:after  { content: " (" attr(href) ")"; }
.article a[href="#"]:after  { content: ""; }
.article a[title]:after { content: " (" attr(href) " - " attr(href) ")"; }


.article .meta {
  font-style: italic;
  margin-top: 0.67em;
}

.article img { clear: both; margin: .2em .5em .1em 0;}
.article img.right { float: right;  margin: .2em 0 .5em .5em; }
.article img.left { float: left;  margin: .2em .5em .2em 0; }
.article img.big { display: block;  margin: 0 auto .7em auto; text-align: center;}
.article-ie5mac img.big { display: inline; }



.article .imagebox,
.article .imgbox {
  float: right;
  margin: 0 0 1em 0;
  border-bottom: none;
  width: 13em;
}
.article .imagebox .boxbody,
.article .imgbox .boxbody {
  background-color: #fff;
  padding-left: 1em;
}
.article ul.imagelist {
  padding: 0;
  list-style: none;
}
.imgbox img { width: 12em; }
.imgbox .imgcontent {
  font-size: 0.8em;
}
.imgbox .imgmeta {
  margin-top: 0.3em;
  font-size: 0.7em;
  color: #666;
}
.article .image a[href]:after {
    content: "";
}


.article .chapters a:after,
.article .meta a:after { content: ""; }


.article table {  border-top: 0.05em solid #ccc;
  border-left: 0.05em solid #ccc;
}
.article th,
.article td {
  border-right: 0.05em solid #ccc;
  border-bottom: 0.05em solid #ccc;
  padding: 0 0.67em 0.1em 0;
}






.articlelist .meta {
  font-family: Palatino, "Book Antiqua", Times, "Times New Roman", serif;
  font-weight: normal;
  font-size: 0.95em;
  margin-right: 0.25em;
}
.articlelist ul {
  padding-left: 0;
  list-style: none;
}
.articlelist li {
  margin-bottom: 0.67em;
}
.articlelist li a {
  font-family: Helvetica, Geneva, Arial, sans-serif;
  font-weight: bold;
}

.articlelist .item {
  margin-bottom: 0.9em;
  clear: both;
}

.articlelist .item img {
  float: right;
  margin: 0.2em 0 0.5em 0.5em;
}
.articlelist .item h3 {
  font-size: 1em;
  margin: 0.6em 0 0.2em 0;
}
.articlelist .item h3 a {
  font-size: 1.05em;
}
.articlelist .item h3 .meta {
  display: block;
}




.footer {
  page-break-before: avoid;
  font-style: italic;
  font-size: 0.8em;
  padding-top: 0.5em;
  border-top: 0.07em solid #000;
  border-bottom: none;
}
.footer h2.boxhead { display: none; }
.footer a { font-weight: bold; }



/*

.pgmain .quizbox { display: block; }
.quizbox {
  page-break-inside: avoid;
}
.quizbox h3 {
  font-size: 1em;
}
.quizbox .question {
  font-weight: bold;
}
.quizbox ul {
  page-break-inside: avoid;
  page-break-before: avoid;
  padding-left: 0;
  list-style: none;
}
.quizbox .bar {
  page-break-before: avoid;
  display: block;
  border: 0.05em solid #000;
  margin-bottom: 0.5em;
}
.quizbox .results .bar img {
  height: 1.2em;
}

*/


/* === END: PRINT === */
}






/* ==========  NON-SPATIAL  ========== */
@media aural, braille, embossed, tty {
  .screen-only,
  .print-only { display: none; }
}

