.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: #4F5951;
  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; -ms-overflow-y: scroll; }


body {
  background: #E1E4E1;
  margin: 0;
  padding: 0;
  color: #4F5951;
  line-height: 1.25;
  text-align: center;
  font-family: Georgia, serif;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 18px;  ~font-size: 112.50%; }



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: 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: #4F5951;
  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 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.33em;
  margin-bottom: .55em;
}
h2 {
  font-size: 1.17em;
  margin-top: 1.57em;
  margin-bottom: .55em;
}
h3 {
  font-size: 1.09em;
  margin-top: 1em;
  margin-bottom: .64em;
}
h4 {
  font-size: 1em;
  margin-bottom: .54em;
}


hr {
  border: 0;
  height: 15px;
  background: url(i/mag-intro-bot.png) no-repeat 0 0;
  margin: 3em -25px .5em -25px;
  ~display: list-item;
  ~list-style: url(i/mag-intro-bot.png) inside;
  ~filter: alpha(opacity=0);
  ~width: 0;
}



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 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_static,
.fi_rdo li {
  margin-bottom: .6em;
}

.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

.f_row .fi_txt input,
.f_row .fi_sel select {
  width: 200px;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

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 #B1B7B2;
  background: #fff;
  color: #333;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #8e958f;
}

.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 {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #a1a9a3;
  background: #a1a9a3;
  color: #fff;
  font-family: Georgia, serif;
  text-transform: uppercase;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #4F5951;
  background: #4F5951;
}


.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 { height:1px; clear: both; visibility: hidden; }



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  background: #fff url(i/body-bg.png) repeat-x;
}

.pgwrap2 {
  position: relative;
  width: 940px;
  margin: 0 auto;
  text-align: left;
}

.pghead {
  height: 164px;
}

.pghead .brand { margin:0; font-size :1em; }

.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-left: 180px;
  width: 580px;
  _display: inline;
  border: 1px solid #DFDFDF;
  width: 758px;
}

.threecol .pgmain {
  width: 578px;
  margin-right: 180px;
}

.pgmain .wrap {
  padding: 0 31px 6px;
  _height:1px;min-height:1px; /* Floating layout fix */
}

.pgextra1 {
  float: left;
  width: 160px;
  _display: inline;
  margin-left: -160px;
  _margin-left: -161px;
}

.pgextra2 {
  float: left;
  width: 160px;
  margin-left: -940px;
  _display: inline;
}

.pgfoot {
  clear: both;
  background: #E1E4E1 url(i/pgfoot-bg.png) repeat-x;
  padding-top: 31px;
}

.pgfoot:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgfoot .wrap {
  width: 940px;
  margin: 0 auto;
  text-align: left;
  padding-top: 21px;
  padding-bottom: 60px;
}

.pgfoot .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }




/* disposable helper fyrir canvas vinnu */

.pgfoot .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */




.boxhead {
  padding-top: 0;
  margin-top: 0;
  font-size : 1.17em;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }



.pgmain .pagetitle,
.pgmain .boxhead {
  background: #E1E4E1;
  font-size: 1.75em;
  font-weight: normal;
  margin: 0 -32px 1em;
  padding: 13px 22px 14px;
}



.pgmain .sbox .boxhead {
  background: #808080 url(i/pgm-sbox-boxhead.png) no-repeat 16px 50%;
  color: #fff;
  padding-left: 33px;
  font-size: 1.3em;
  padding-top: 10px;
  padding-bottom: 11px;
}


.pgextra1 .sbox,
.pgextra2 .sbox,
.pgextra3 .sbox,
.pgextra2 .articlemeta {
  border: 1px solid #E0E0E0;
  margin-bottom: 13px;
}

.pgextra1 .sbox .boxhead,
.pgextra2 .sbox .boxhead,
.pgextra3 .sbox .boxhead,
.pgextra2 .articlemeta h3 {
  background: #E0E2E0 url(i/sbox-boxhead.png) no-repeat 10px .77em;
  margin: 0;
  padding: 7px 5px 7px 29px;
  text-shadow: rgba(255, 255, 255, .5) 1px 1px 0;
  font-weight: normal;
  font-size: 1em;
}

.pgextra1 .sbox .boxbody,
.pgextra2 .sbox .boxbody,
.pgextra3 .sbox .boxbody,
.pgextra2 .articlemeta div {
  padding: 11px 14px 6px;
}



.nohead .boxhead { display: none; }




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */

.meta {
  color: #777;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }

/* ******  meta article-chapters ****** */

.articlemeta li {
  padding-bottom: 0.5em;
  padding-left: 0.75em;
  background: url(i/archives-dot.png) 0 0.5em no-repeat;
}


/* ******  buttons  ****** */

.more,
.buttons,
.moreolder {
  display: block;
  white-space: nowrap;
  font-size: .92em;
}

.moreolder:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a {
  float: left;
  padding: 0 10px 0 0;
  /* background: url(i/more-arrow.gif) 0% 50% no-repeat; arrow img missing */
}


.buttons {
  margin-top: 1.33em;
  clear: both;
  width: 100%;
  overflow: hidden;
  border-top: 2px solid #E0E2E0;
  padding-top: 10px;
}

.wrap .buttons a {
  text-decoration: none;
  padding: 1px 16px 1px 20px;
  background: no-repeat 0 .1em;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.wrap .buttons a.btnback { background-image: url(i/buttons-back.png); }
.wrap .buttons a.senda,
.wrap .buttons a.btnemail { background-image: url(i/buttons-send.png); }
.wrap .buttons a.prenta,
.wrap .buttons a.btnprint { background-image: url(i/buttons-print.png); }
.wrap .buttons a.btnpdf {
  background-image: url(i/buttons-pdf.png);
  padding-left: 23px;
}

.wrap .buttons a:hover,
.wrap .buttons a:focus,
.wrap .buttons a:active {
  text-decoration: underline;
}



.moreolder {
  border-top: 2px solid #DEE0DF;
  padding-top: 5px;
  margin-top: 3px;
}

.wrap .moreolder a {
  text-decoration: none;
}

.wrap .moreolder a:hover,
.wrap .moreolder a:focus,
.wrap .moreolder a:active {
  text-decoration: underline;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-weight: normal;
  font-size: 1em; 
  margin: 0;
}

.pgextra1 .meta,
.pgextra2 .meta,
.pgextra3 .meta {
  letter-spacing: -1px;
}

.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist ul li {
  padding-bottom: .7em;
  margin: 0;
}
.articlelist li a {}



/* *****  instructions (extends: articlelist)  ***** */

.instructions {
  padding-top: 10px;
  background: url(i/magazine-sep.png) 50% 10px no-repeat;
}

.instructions .boxhead {
  background: none;
  font-size: 1.5em;
  padding: 1em 0 0;
  margin: 0 0 1em;
}
.instructions .boxbody {
  padding-bottom: 1.5em;
}

.instructions .item h3 {
  font-size: 1.4em;
  font-weight: normal;
}

  





/* ******  article  ****** */

.article .boxbody { line-height: 1.4; }

.article .boxbody p {
  margin-bottom: 1.5em;
}
.article p.smallprint { font-size: .834em; }
.article .boxbody h1 {
  font-size: 2.2em;
  font-weight: normal;
}

.article .boxbody h2,
.article .boxbody h3 {
  margin-top: 0;
  margin-bottom: .2em;
}

.article .boxbody h2 {
  font-size: 1.5em;
  font-weight: normal;
}

.article .boxbody h3 {
  font-size: 1.25em;
}

.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.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 {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th,
.article td {
  padding: 2px 8px;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #eee;
  border-right: 1px solid #fff;
}
.article tr.odd th,
.article tr.odd td {
  background-color: #f8f8f8;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}


.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
  margin-bottom: 1.5em;
}
.article li { margin-bottom: .54em; }

.article ol {
  padding-left: 2.5em;
  ~padding-left: 2.6em;
  margin-bottom: 1em;
}



.paging ul { list-style: none; padding: 0; }
.paging li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }




.article .boxbody h2.fnheader {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: .2em;
  color: #444f46;
}
.article .boxbody .footnotes {
  font-size: .92em;
  padding-bottom: 12px;
}
.article .boxbody .footnotes li {
  margin-bottom: 1.5em;
}







.fylgirit ul.level1 {
  padding: 0;
  list-style: none;
  font-weight: bold;
  /* font-size: 1.25em; */
}
.fylgirit ul.level2 {
  margin-top: .54em;
  margin-bottom: 1.5em;
  font-weight: normal;
  /* font-size: .8em; */
}
.pgmain .frbox li {
  padding:0 0 4px 0;
}
.pgmain .frbox li a {
  background: url("i/archives-dot.png") no-repeat scroll 0 0.44em;
  letter-spacing:0;
  padding:1px 0 0 14px;
}
.pgextra2 .frbox .level2 li a {
  letter-spacing:0;
}





/* *****  links (extends .article)  ***** */
.links table {
  width: 100%;
}
.links td {
  width: 33%;
}
.links .boxbody h3 {
  color: #999;
  font-weight: normal;
  margin-top: 0;
  padding-right: 10px;
  margin-bottom: 12px;
}
.links ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 2em 0;
}







/* ******  imagebox  ****** */

.imgbox,
.imagebox {
  line-height: 1.2;
  font-size: .85em;
  float: right;
  margin: 0 0 .75em 12px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.imgbox .boxbody
.imagebox li.image {
  margin: 0 0 1em 0;
}

.imagebox .img {
  display: block;
  border: 3px solid #ddd;
}

.imgbox img,
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  max-width: 280px;
}

.imgbox .imgcontent,
.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 262px;
  _width: 262px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}





/* ***  introbox  *** */

.introbox {
  margin-bottom: 1.2em;
}

.introbox .boxbody {
  font-size: 1.4em;
  border-bottom: 2px solid #e0e2e0;
  margin: 0 -6px;
  padding-bottom: 5px;
}



/* ***  index  *** */

.index .boxbody {
  margin: 0 -6px;
}

.index ul {
  _height:0;min-height:0; /* ie hasLayout fix */
}
.index ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.index li {
  float: left;
  width: 155px;
  font-size: 1.5em;
  margin-bottom: 1em;
  padding-left: 12px;
  padding-right: 10px;
}

.index .level2 {
  margin-left: -12px;
  margin-top: 10px;
  min-height: 300px;
}
.js-active .index .level2 {
  min-height: 0;
}

.index .level2 li {
  float: none;
  width: auto;
  font-size: .6em;
  margin-bottom: 1em;
  background: url(i/archives-dot.png) no-repeat 0 .55em;
  padding-left: 12px;
}
.index .level2 li a {}






/* *** magazine *** */

.magazine {
  ~margin-bottom: -30px;
}

.magazine .boxhead {
  margin-bottom: 0;
}

.magazine .boxbody {
  margin: 0 -32px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.magazine .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.magazine .item {
  clear: both;  
  padding: 20px 50px 27px 113px;
  background: url(i/magazine-sep.png) no-repeat 1px 0;
  line-height: 1.5;
  margin: 0;
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.magazine .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.magazine .firstitem {
  padding-bottom: none;
  background: none;
  padding-top: 0;
}

.magazine .item img {
  padding: 0;
  margin: 0 0 0 -81px;
  float: left;
  width: 55px;
  height: 74px;
}

.magazine .item h3 {
  font-size: 1.5em;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: .3em;
}

.magazine .item h3 .meta {
  font-size: .6em;
}

.magazine .item h3 .meta a {
  text-decoration: none;
}


.magazine ul {
  padding-bottom: 20px;
}

.magazine li {
  background: url(i/magazine-sep.png) no-repeat 1px 0;
  padding: 18px 32px 16px;
}

.magazine li:first-child {
  background: none;
  padding-top: 0;
}

.magazine li .meta {
  font-size: .7em;
}

.magazine li .meta a {
  text-decoration: none;
}

.magazine li a {
  font-size: 1.3em;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: .3em;
}


.magazine .group3 ul {}
.magazine .group3 li {
  background: none;
  padding-top: 0;
  padding-right: 20px;
}




/* *** mag (extends: article) *** */

.mag .boxbody {
  padding-top: 62px;
  position: relative;
}

.mag .title,
.magazine .boxbody h2 {
  margin: 0 0 1.6em;
  padding: 11px 34px 9px;
  background: #919A93 url(i/magazine-h2-gray.png) no-repeat 15px 1.1em;
  color: #fff;
  font-size: 1.3em;
  font-weight: normal;
  clear: both;
}

.mag-group1 .title,
.magazine .group1 h2 {
  background-image: url(i/magazine-h2-red.png);
  background-color: #8F4141;
}

.mag-group3 .title,
.magazine .group3 h2 {
  background-image: url(i/magazine-h2-blue.png);
  background-color: #696F97;
}

.mag .title {
  position: absolute;
  left: -32px;
  top: -6px;
  margin-top: -1em; /* minus boxhead margin-bottom */
  line-height: 1.25;
  width: 692px;
}

.mag .intro {
  margin: 0 -31px 1.2em;
  padding: 24px 50px 12px 31px;
  background: #F4F5F4 url(i/mag-intro-bot.png) no-repeat 0 100%;
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.mag .intro:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mag .intro .imagebox {
  float: left;
  margin: 0 23px 10px 0;
}

.mag .intro h1 {
  margin-bottom: 0;
}

.mag .intro .meta {
  font-size: 1.1em;
  margin-bottom: .6em;
}

.mag .intro .meta strong {
  color: #919A93;
  font-weight: normal;
}


.mag .intro .summary {
  color: #59635B;
  line-height: 1.5;
}




.mag .boxbody h2 {
  font-size: 1.8em;
  margin-top: 2.1em;
  margin-bottom: .75em;
}
.mag .boxbody .intro + h2 {
  margin-top: 0;
}

.mag .boxbody h3 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 1.7em;
  margin-bottom: .3em;
}

.mag .boxbody h4 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: -.33em;
  margin-bottom: .28em;
  color: #999;
}



.mag .buttons {
  position: absolute;
  top: 17px;
  right: -31px;
  border: none;
  padding: 0 0 14px;
  text-align: right;
  width: 758px;
  background: url(i/mag-intro-top.png) no-repeat 0 100%;
}
.mag .buttons ul {
  list-style: none;
  padding: 0 12px 0 0;
  margin: 0;
  float: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.mag .buttons ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mag .buttons li {
  float: left;
  margin: 0;
}




/* mag-group2 */

.mag-group2 .intro .meta {
  border-top: 1px solid #D7DAD7;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-top: 12px;
}

.mag-group2 .intro .meta:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mag-group2 .intro .meta .authors {
  float: left;
  width: 300px;
  padding-bottom: 10px;
}

.mag-group2 .intro .meta .tags {
  float: right;
  width: 250px;
  padding-bottom: 10px;
}

.mag-group2 .intro .meta strong {
  display: block;
  padding-bottom: 4px;
}








/* *** 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: 100;
  width: 100%;
  top: 0;
  left: 0;
}


.ipopup-container-wrapper { 
  margin: 32px auto; 
  padding: 20px 20px 10px;
  display : inline-block;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 666px;
}
.ipopup-container .img { display: block; text-align: center; }
.ipopup-container .image img {
  _width: 666px;max-width: 666px;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : 666px;
  padding : 5px 0;
  text-align : left;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .stepper {
  padding: 5px 0;
}
.ipopup-container .paging .next {
  float: right;
}
.ipopup-container .paging li.nav-end { display: none; }






/* ******  quizbox  ****** */

.quizbox .question { font-weight: bold; }
.quizbox h3 {
  margin: .5em 0;
}
.quizbox .thanks {
  color: #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom: .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display: inline; }
.quizbox .options li {}
.quizbox span.stat { display: block; }
.quizbox span.stat i {
  font-style: normal;
  color: #777;
  padding-left: .5em;
}
.quizbox span.bar {
  display: block; 
  background-color: #ddd;
}
.quizbox .results .bar img {
  height: .91em;
  background: #888;
}
.pgmain p.morequizes { overflow: hidden; }






/* ******  quizlist  ****** */

.quizlist .quiz {
  float: left;
  width: 45%;
  margin-right: 4.5%;
  _display: inline;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  min-height: 23.5em;
  _height: 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear: both;
  font-size: .92em;
  color: #777;
  margin: 0;
}
.quizlist .totalnum { margin-top: .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float: left;
  margin-bottom: .09em;
  margin-right: .5em;
  font-weight: normal;
  width: 10em;
}






/* ******  contactform  ****** */

.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform p { clear: both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file 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;
  top: 194px;
  right: 25px;
  width: 450px;
  font-size: .92em;
  text-align: right;
  margin-top: -.6em;
  color: #838B84;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #838B84;
  font-weight: normal;
}
.breadcrumbs i { font-style: normal; }





/* ******  mnav  ****** */

.mnav {
  position: absolute;
  top: 107px;
  left: 50%;
  margin-left: -485px;
  width: 940px;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody { padding: 0; }

.mnav ul {
  
}
  
.mnav li {
  float: left;
  background: url(i/mnav-sep.png) no-repeat 100% 50%;
}

.mnav li a {
  float: left;
  display: block;
  padding: 12px 25px;
  color: #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
}

.mnav .parent a,
.mnav .current a,
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  text-decoration: none;
  outline: none;
  color: #d4d6d4;
}

.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-current.png) no-repeat 50% 0;
  color: #ABB3AB;
}




/* ******  snav  ****** */

.snav li a {
  background: url(i/archives-dot.png) no-repeat 0 .44em;
  padding: 1px 0 1px 14px;
  letter-spacing: -1px;
}



/* ******  fnav  ****** */

.fnav {
  margin-top: -.5em;
  width: 250px;
  float: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.fnav .boxhead { position:absolute;right:9999px;left:auto; }

.fnav li {
  float: left;
  
}

.fnav li a {
  float: left;
  padding: 0 7px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.fnav .parent a,
.fnav .current a { font-weight: bold; }






/* ******  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: #888; }
.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;
}




/* ******  archive  ****** */

.archives li a {
  background: url(i/archives-dot.png) no-repeat 0 .6em;
  padding: 1px 0 1px 15px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.archives .parent a,
.archives .current a {
  font-weight: bold;
  text-decoration: none;
}

.archives .level2 {
  border-top: 1px solid #E0E2E0;
  border-bottom: 1px solid #E0E2E0;
  margin: 4px 0;
  padding: 6px 0;
}

.archives .level2 li a {
  font-weight: normal;
  padding: 2px 0;
  background: none;
  font-size: .92em;
  letter-spacing: -1px;
}

.archives .level2 .parent a,
.archives .level2 .current a,
.archives .level2 li a:hover,
.archives .level2 li a:focus,
.archives .level2 li a:active {
  text-decoration: underline;
}






/* ******  qsearch  ****** */

.qsearch {
  position: absolute;
  top: 54px;
  margin-top: -.8em;
  right: 50%;
  margin-right: -465px;
  width: 310px;
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody {
  padding: 0;
  text-align: right;
}

.qsearch .fi_txt input.labelized {
  font-style: italic;
}
.qsearch .fi_txt input {
  width: 145px;
  padding: 4px 10px 4px 25px;
  background: #fff url(i/qsearch-input.png) no-repeat 9px 50%;
}

.qsearch .fi_btn {
  padding-left: 5px;
}

.qsearch .fi_btn input {
  width: 5.5em;
  font-size: .91em;
  padding-top: 4px;
  padding-bottom: 3px;
  ~padding-bottom: 2px;
}





/* ******  sitemap  ****** */

.sitemap .boxbody {
  font-weight: bold;
  font-size: 1.08em;
  padding-bottom: 3em;
}
.sitemap ul { width: 13em; }

.sitemap .level1 ul {
  margin: -3px 0 0 110px;
  _margin-bottom: -.5em;
  font-size: .92em;
  padding-bottom: 3px;
}
.sitemap ul.level3 {
  font-weight: normal;
  margin-left: 100px;
}
.sitemap ul.level4 {
  margin-left: 90px;
  font-size: 1em;
}
.sitemap li { margin-bottom: .5em; }

.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px;
  background: #fff none 95% 45% no-repeat;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
  text-decoration: none;
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color: #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color: #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color: #4F5951; }
.sitemap .boxbody i:hover { border-color: #aaa; }






/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}

.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;
}
.mediagallery .pgr {
  text-align: right;
  padding : 5px 0;
}
.mediagallery .pgr a.prev {
  float: left;
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
}

.albums li a {
  overflow: hidden;
  display: block;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.imagelist li {
}

.imagelist li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}

.imagelist li img {
}

.imagelist li a:hover img,
.imagelist li a:focus img,
.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 {
}

.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;
}





/* ******  lnav  ******* */

.lnav {
  position: absolute;
  top: 107px;
  right: 50%;
  margin-right: -461px;
  _display: inline;
  width: 137px;
}

.lnav li a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 137px;
  height: 40px;
  background: url(i/laeknafelag-islands.png) no-repeat;
}






/* ******  lmag  ****** */

.wrap .lmag .boxbody {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}

.lmag h3,
.lmag .description {
  font-size: .92em;
  font-weight: normal;
  letter-spacing: -1px;
  margin-top: 1em;
}

.lmag h3 a,
.lmag .description a {
  text-decoration: none;
}

.lmag .description a:hover,
.lmag .description a:focus,
.lmag .description a:active,
.wrap .lmag h3 a:hover,
.wrap .lmag h3 a:focus,
.wrap .lmag h3 a:active {
  text-decoration: underline;
}




/* ******  searchresults  ****** */
.searchresults {
  margin-bottom: 2em;
}

.searchresults .boxbody {
  padding-bottom: 25px;
}


.searchresults .attention {
  color: #999;
  font-size: 1.1em;
  margin: 0 -31px;
  background: url(i/mag-intro-top.png) no-repeat 0 100%;
  padding: 0 28px 6px;
}

.searchresults .attention strong {
  font-weight: normal;
  padding-right: 4px;
}

.searchresults form {
  background: #F4F5F4 url(i/mag-intro-bot.png) no-repeat 0 100%;
  margin: 0 -31px 27px;
  padding: 19px 28px;
  _height:0;min-height:0; /* ie hasLayout fix */
  position: relative;
}

.searchresults p {  /* stray <p>s with error messages/etc. */
  background-color: #f4f5f4;
  margin: 0 -31px;
  padding: 10px 28px 0 28px;
  _height:0;min-height:0; /* ie hasLayout fix */
  position: relative;
}
.searchresults .attention p, /* undoing the above styles */
.searchresults p.resc {
  background: transparent none;
  padding: 0;
  margin: 0 0 .7em 0;
}


.searchresults form:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.searchresults .fi_txt {
  float: left;
  padding-bottom: 19px;
  margin: 0;
}

.searchresults .fi_txt label {
  font-size: 1.1em;
  color: #333;
  padding-bottom: 12px;
}

.searchresults .fi_txt input {
  padding: 4px 5px;
  width: 255px;
}

.searchresults .fi_txt small {
  font-size: 1.2em;
  color: #777;
  padding: 0 7px 0 5px;
}

.searchresults .fi_chk { clear: both; }
.searchresults .fi_chk td {
  padding-right: 15px;
  padding-bottom: 2px;
}

.searchresults .fi_chk strong {
  color: #333;
  font-size: 1.1em;
  padding-bottom: 6px;
  display: block;
  font-weight: normal;
}
.searchresults .fi_btn {
  padding-top: 28px;
  padding-left: 7px;
  float: left;
  margin: 0;
}

.searchresults .fi_btn input {
  background: #626F65;
  border: 1px solid #626F65;
  padding-top: 3px;
  padding-bottom: 3px;
}

.searchresults .fi_btn input:hover,
.searchresults .fi_btn input:focus,
.searchresults .fi_btn input:active {
  background: #8E9790;
  border: 1px solid #8E9790;
}

.searchresults .filter {
  border-top: 1px solid #D7DAD7;
  clear: both;
  padding-top: 15px;
  ~margin-top: -20px;
}

.searchresults .filter li {
  float: left;
  padding-right: 20px;
  font-size: 1.3em;
  padding-bottom: 0;
}

.searchresults .filter li label {
  padding-left: 4px;
}

.searchresults .filter li a {
  text-decoration: none;
}

.searchresults .filter .fi_btn {
  padding-top: 0;
  padding-left: 0;
}

.searchresults .filter .fi_btn input {
  background: #8E9790;
  border: 1px solid #8E9790;
}

.searchresults .filter .fi_btn input:hover,
.searchresults .filter .fi_btn input:focus,
.searchresults .filter .fi_btn input:focus {
  background: #626F65;
  border: 1px solid #626F65;
}

.searchresults h2,
.searchresults .resc {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: .6em;
}

.searchresults .resc {
  margin-bottom: .9em;
}

.searchresults h2,
.searchresults h2 a {
  color: #999;
  margin-top: 0;
}

.searchresults .item {
  margin-bottom: 1.5em;
}

.searchresults .item h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: .1em;
}





/* ******  footer  ****** */

.footer {
  width: 700px;
  padding-left: 10px;
  float: left;
}

.footer .boxhead {
  float: left;
  color: #626F65;
  font-weight: normal;
  background: url(i/footer-boxhead.png) no-repeat 0 40%;
  padding: 7px 12px 7px 44px;
  font-size: 1.1em;
}

.footer .boxbody {
  float: left;
  background: url(i/footer-sep.png) no-repeat 0 65%;
  padding: 9px 10px 7px;
  ~padding-top: 9px;
  color: #737F76;
  font-size: .92em;
}

.footer .boxbody p {
  margin: 0;
}

.footer i {
  /* image replacement */padding:0; display:inline-block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 2px;
  height: 12px;
  background: url(i/footer-sep.png) no-repeat;
  margin: 0 3px -3px;
}




/* ***** fnav ***** */

.fnav {
  float: right;
  width: 150px;
  padding-top: 12px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.fnav .boxbody {

}

.fnav ul {
  float: right;
  padding-right: 12px;
}

.fnav li {
  float: left;
}

.fnav li a {
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  color: #737F76;
  font-size: .92em;
  padding: 3px 8px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ******  byggiraeplica  ****** */

.byggiraeplica {
  padding-bottom: 20px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  text-align: right;
  width: 940px;
  margin: 0 auto;
  position: relative;
  margin-top: -40px
}

.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-b15.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b15.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */

.imgbanner {}







/* ****** quickpop ****** */
.quickpop {
  z-index: 999;
/* not needed if $.fn.curtain is present */
  position: absolute;
  top: 0;
  left: 0;
/**/
}
.quickpop .curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .75;
  filter: alpha(opacity=75);
}
.quickpop a {
  position: relative;
  display: block;
  display: inline-block;
  margin: 75px auto 0 auto;
  outline: none;
  text-align: center;
}
.quickpop a img {
  background-color: #fff;
  padding: 2px;
  border: 3px solid #e1e4e1;
}











/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #4F5951;  text-decoration: underline; }
a:hover,
a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }








/**********************/
/*******  HOME ********/
/**********************/

/* ****  layout  **** */


.home .pgwrap2 {
  width: 100%;
  text-align: center;
}

.home .pghead .wrap,
.home .pgextra3 .wrap,
.home .pgmain .wrap {
  width: 940px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}


.pgextra3 {
  position: relative;
  padding-bottom: 16px;
  background: url(i/home-pgextra3-bot.png) repeat-x 0 100%;
  margin-bottom: 16px;
}

.pgextra3 .wrap {
  overflow: hidden;
  position: relative;
}

.home .pgmain {
  margin: 0;
  width: 100%;
  border: none;
}

.home .pgmain .wrap {
  background: url(i/home-pgmain-bot.png) no-repeat 0 100%;
}

.home .pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }






/* ****  sbox  **** */

.sbox li {
  margin-bottom: .54em;
}

.pgextra3 .sbox {
  float: left;
  margin-left: 20px;
  width: 138px;
  overflow: hidden;
  margin-bottom: 0;
  _display: inline;
}



/* ****  lmag  **** */

.home .lmag {
  float: left;
  margin-left: 0;
  min-height: 230px; _height: 230px;
}

.home .lmag .boxbody {
  padding: 0;
}



/* ****  eventlist  **** */

.eventlist {
  /* min-height: 230px; _height: 230px; *//* <--- why is this needed?? */
}



/* ****  bannerbox  **** */

.bannerbox {
  float: left;
  margin-left: 20px;
  position: relative;
  _display: inline;
  width: 460px;
}

.bannerbox .boxhead {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(i/bannerbox-boxhead.png) no-repeat 0 100%;
  _background-image: url(i/bannerbox-boxhead.gif);
  color: #fff;
  width: 160px;
  padding: 9px 280px 35px 20px;
  font-weight: normal;
  font-size: 1em;
  margin: 0;
  font-size: .92em;
  line-height: 1;
}

.bannerbox .boxbody {
  color: #fff;
}

.bannerbox .boxbody a {
  color: #fff;
  text-decoration: none;
}

.bannerbox .boxbody a:hover,
.bannerbox .boxbody a:focus,
.bannerbox .boxbody a:active {
  text-decoration: underline;
  color: #fff;
}

.bannerbox h3 {
  float: left;
  position: absolute;
  left: 20px;
  bottom: 11px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  margin-top: -.6em;
}

.bannerbox .summary {
  float: left;
  position: absolute;
  right: 14px;
  bottom: 12px;
  letter-spacing: -1px;
}

.bannerbox .clear { display: none; }




/* ****  advert  **** */

.home .pgextra3 .advert {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  border: 1px solid #E0E0E0;
  clear: both;
}

.home .pgextra3 .advert img {
  margin: 0;
}





/* *****  magazine  ****** */

.home .magazine {
  
}

.home .magazine .boxhead {
  display: none;
}

.home .magazine .boxbody {
  margin: 0;
  position: relative;
  float: left;
  _height:0;min-height:0; /* ie hasLayout fix */
  line-height: 1.5;
}

.home .magazine .group {
  position: relative;
  width: 300px;
  margin-left: 20px;
  float: left;
  _display: inline;
}

.home .magazine .group1 {
  margin-left: 0;
}

.home .magazine .group h2 {
  margin-bottom: 1.2em;
}

.home .magazine .item {
  background: none;
  margin-bottom: 2em;
}

.home .magazine .item img {
  margin-left: -64px;
  width: 51px;
  height: 69px;
}


.home .magazine small {
  display: block;
  margin: .3em 0;
}

.home .magazine .item {
  padding: 0 14px 0 77px;
}

.home .magazine h3 {
  font-size: 1em;
}

.home .magazine h3 .meta {
  font-size: .92em;
}


.home .magazine ul {
  padding-bottom: 0;
  float: none;
  width: 100%;
}

.home .magazine li {
  background: none;
  padding: 0 15px 20px;
}

.home .magazine li .meta {
  font-size: .92em;
}

.home .magazine li a {
  font-size: 1em;
}


.home .magazine * {
  
}


.home .magazine .moreolder {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  margin: 0;
  padding: 0;
}
.home .magazine .moreolder a {
  float: right;
  display: block;
  padding: .33em 3px .33em 12px;
  background: url(i/moreolder-white-fs8.png) 3px 50% no-repeat;
  color: #fff;
}



