.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: #c00;
  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-only { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; }


body {
  background: #f4f4eb url(i/body-bg.png) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  color: #404040;
  line-height: 1.25;
  text-align: center;
  font-family: "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, helvetica, sans-serif;
  font-size: 12px;  ~font-size:  75.00%;
}


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: #0086cc;
  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;
  font-weight: normal;
}
h1 {
  font-size: 1.33em;
  margin-bottom: .5em;
}
h2 {
  font-size: 1.33em;
  margin-top: 1.57em;
  margin-bottom: .2em;
}
h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: .2em;
}
h4 {
  font-size: 1.09em;
  margin-bottom: .2em;
}




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; 
}
th.cntr, td.cntr {
  text-align: center; 
}



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: inline-block;
  color: #606060;
  width: 10em;
  padding-right: 6px;
}

.f_row {
  overflow: hidden;
  margin-bottom: .7em;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

.f_row .fi_chk,
.f_row .fi_rdo li {
  float: left;
  padding-right: 20px;
}


input,
select,
textarea {
  vertical-align: middle;
  font-family: "Lucida Grande","Lucida Sans Unicode", "Lucida Sans", Arial, helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 60%;
  padding: 2px 8px;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #d9d9cf;
  background: #fff;
  color: #000;
}

select {
  padding: 2px;
}

.textinput,
.fi_txt input {
  padding: 3px 6px 4px;
  width: 212px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #d9d9cf;
  -moz-box-shadow:    #b5d3dc  0px 0px 10px;
  -webkit-box-shadow: #b5d3dc  0px 0px 10px;
  box-shadow:         #b5d3dc  0px 0px 10px;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.fi_chk input {
  margin: -5px 2px 0 0;
}
.fi_rdo input {
  margin: -3px 2px 0 0;
}
.fi_rdo li {
  margin-bottom: 6px;
}

.button,
.fi_btn input {
  cursor: pointer;
  _cursor: hand;
  background: #0099cc;
  border: 0;
  color: #fff;
  font-size: 1.33em;
  padding: 2px 15px 4px;
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  border-radius:         5px;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  background: #f90;
  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; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear {height:0;line-height:0;font-size:1px;clear:both;} /* re-appreciated for IE6. */


/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 981px;
  margin: 0 auto;
  text-align: left;
}



.pghead { height: 106px; }
.pghead .brand { 
  margin:0; 
  font-size :1em;
  position: absolute;
  z-index: 20;
  top: 122px;
  right: -15px;
}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pginner,
.pgtitle, 
.pgtop { 
  background: #fff;
  padding: 16px 18px 10px;
}
.pgtop { margin-bottom: 18px; }
.pginner { margin-bottom: 24px; }
.pginner:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgmain {
  padding-left: 225px;
  float: left;
  width: 719px;
  _display: inline;
}
.pgmain .wrap {
  border-left: 1px solid #e7e7db;
  padding-left: 34px;
  _height:1px;min-height:1px; /* Floating layout fix */
}

.onecol .pgmain {
  width: 945px;
  padding: 0;
}
.onecol .pgmain .wrap {
  border: 0;
  padding: 0;
}

.threecol .pgmain {
  width: 400px;
  margin-right: 180px;
}



.pgextra1 {
  float: left;
  width: 170px;
  _display: inline;
  margin-left: -170px;
  _margin-left: -171px;
}

.pgextra2 {
  float: left;
  width: 209px;
  margin-left: -946px;
  _display: inline;
}

.pgextra3 {
  padding: 18px;
  background: #fff;
}
.pgextra3 .wrap {
  border: 1px solid #e7e7db;
  background: #fbfbf8;
  padding: 12px 0 15px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgextra3 .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgfoot {
  margin-top: 14px;
  clear: both;
}
.pgfoot .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }




/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 18px;
}

.pgtop .box { padding-left: 14px; }

.boxhead { padding-top: 0; margin-top: 0; font-size : 1.17em; }
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }

.boxhead a { color: #272727; }

.pgtop .boxhead,
.pgmain .boxhead,
.pgtop .article h1,
.pgmain .article h1 {
  color: #272727;
  font-size: 2.17em;
  margin-bottom: .5em;
  font-weight: normal;
  margin-left: -10px;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.onecol .pgtop .article h1,
.onecol .pgmain .article h1 {
  margin-left: 0;
}


.sveitarfelag {
  position: absolute;
  right: 21px;
  top: 60px;
  font-weight: bold;
  font-size: 35px;
  color: #000;
  width:280px;
  text-align: right;
  overflow: hidden;
  font-family: Trebuchet MS;
  line-height: 37px;
  letter-spacing: -2px;
}
.sveitarfelag span {
  /* image replacement */display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  padding-top: 2px;
  background: 0 100% no-repeat;
  width: 20px;
  height: 33px;
  float: right;
}
.sveitarfelag .rvk { width: 130px; background-image: url(i/svfelog/sv-rvk.png); }
.sveitarfelag .sjalstaedis { width:280px; background-image: url(i/sjalfstaedisflokkurinn.png);}
.sitetitle {
  font-size: 1.83em;
  color: #272727;
  border-bottom: 1px solid #f0f0e7;
  background: #f9f9f4;
  padding: 12px 16px;
  _height:0;min-height:0; /* ie hasLayout fix */
}



.wrap .box-1_2,
.wrap .box-1_3,
.wrap .box-1_4,
.wrap .box-3_4 {
  float: left;
  margin: 0 0 18px 20px;
  _display: inline;
  padding-left: 20px;
  border-left: 1px dashed #dfdfcf;
}
.wrap .box-1_2 { width: 452px; }
.wrap .box-1_3 { width: 287px; }
.wrap .box-1_4 { width: 205px; }
.wrap .box-3_4 { width: 699px; }

.box-1_2 .boxhead,
.box-1_3 .boxhead,
.box-1_4 .boxhead,
.box-3_4 .boxhead {
  font-size: 1.5em;
  margin-left: 0;
}

.wrap .graybox { margin-left: 15px; } /* margin here cuz of next line */

.wrap .box-left { 
  margin-left: 0; 
  padding-left: 0; 
  border-left: 0; 
  clear: left;
}


/* ******  graybox  ****** */
.wrap .graybox {
  padding: 9px;
  border: 1px solid #e7e7db;
  background: #fbfbf8;
}
.wrap .graybox.box-1_2 { width: 445px; }
.wrap .graybox.box-1_3 { width: 305px; }
.wrap .graybox.box-1_4 { width: 205px; }
.wrap .graybox.box-3_4 { width: 685px; }

.graybox .boxhead {
  font-size: 1.09em;
  font-style: italic;
  color: #404040;
  margin-left: 0;
  padding: 2px 0;
  min-height: 17px;
  _height: 17px;
}

.wrap .graybox.darker {
  background-color: #f4f4ea;
  border-color: #e7e7db;
}


/* ******  fbsocial  ****** */
.fbsocial .boxhead {
  background: url(i/icn-fb.png) 0 50% no-repeat;
  padding-left: 31px;
  margin-left: 0;
}
.fbsocial .boxbody {
  background: #fff;
  min-height: 278px;
  _height: 278px;
}



/* ******  twitterbox  ****** */
.twitterbox .boxhead {
  background: url(i/icn-tw.png) 0 50% no-repeat;
  padding-left: 31px;
}
.twitterbox .boxbody .tweet {
  font-style: italic;
}
.twitterbox .boxbody .meta {
  font-style: italic;
  display: block;
  padding-top: 2px;
  color: #f58220;
}
.twitterbox .boxbody .meta span { padding: 0; }



/* ******  flickrbox  ****** */
.flickrbox .boxhead {
  background: url(i/icn-fl.png) 0 50% no-repeat;
  padding-left: 31px;
}
.flickrbox .boxbody {
  margin: 0 0 -1px -1px;
}
.flickrbox .boxbody .thumbs li {
  float: left;
  border-left: 1px solid #fbfbf8;
  border-bottom: 1px solid #fbfbf8;
}
.flickrbox .boxbody .thumbs img {
  width: 67px;
}


/* ******  blogbox  ****** */
.blogbox .boxhead {
  background: url(i/icn-blog.png) 0 50% no-repeat;
  padding-left: 31px;
}
.blogbox .item h3 {
  margin: 0 0 .3em;
  font-size: 1em;
  color: #272727;
}
.blogbox .item h3 a {
  color: #272727;
}
.blogbox .item h3 .meta {
  font-style: italic;
  display: block;
  padding-top: 2px;
  color: #f58220;
}
.blogbox .item .summary { display: none; }


/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #606060;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */
.more,
.moreolder,
.archivelink {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
}

.wrap .more a {
  color: #f58220;
  font-size: .92em;
}
.wrap .moreolder a,
.wrap .archivelink a {
  color: #606060;
  padding-left: 15px;
  font-size: 1em;
  font-style: italic;
  background: url(i/more-arrow.png) -500px 50% no-repeat;
  _background: 0;
}
.wrap .moreolder a:hover,
.wrap .moreolder a:focus,
.wrap .archivelink a:hover,
.wrap .archivelink a:focus {
  background-position: 0 50%;
  color: #000;
  text-decoration: none;
}

.buttons {
  clear: both;
  padding: 15px 20px 10px 0;
  border-top: 1px solid #e7e7db;
  white-space: nowrap;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.twocol .buttons {
  margin: 0 0 0 -35px;
  position: relative;
  z-index: 1;
  padding-left: 35px;
  background: #fff;
}
.articlelist .buttons { margin-top: 1.5em; }

.buttons:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.wrap .buttons a {
  background: url(i/btns-bg.png) 0 50% no-repeat;
  padding: 2px 10px 2px 22px;
  float: left;
  display: block;
  font-size: .92em;
  color: #000;
  font-style: italic;
  min-height: 14px;
  _height: 14px;
  opacity: .60;
}
.wrap .buttons a:hover,
.wrap .buttons a:focus {
  opacity: 1;
  color: #000;
  text-decoration: none;
}
.wrap .buttons a.prenta { background-position: -150px 50%; float: right; }




.wrap .buttons .share {
  float: right;
  display: block;
  position: relative;
  padding: 0;
}
.wrap .buttons .share a {
  display: block;
  white-space: normal;
  padding-left: 18px;
  background-position: -300px 50%;
}
.wrap .buttons .share-menu {
  position: absolute;
  z-index: 10;
  bottom: 28px;
  right: -20px;
  padding-bottom: 6px;
  width: 175px;
}
.wrap .buttons .share-menu ul {
  background: #fbfbf8;
  border: 6px solid #edede4;
  border: 6px solid rgba(231,231,219,.75);
  padding: 9px 9px 1px;
  margin: 0;
}
.wrap .buttons .share-menu li {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}
.buttons .share-menu .bookmark_list a {
  padding: 0;
  background: none;
  font-size: .92em;
  float: none;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #404040;
}
.buttons .share-menu .bookmark_list a:hover,
.buttons .share-menu .bookmark_list a:focus {
  text-decoration: underline;
}
.buttons .share-menu .bookmark_list li a span {
  vertical-align: -0.25em;
}
.buttons .share-menu .bookmark_list span {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 2px;
}





/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 18px;
  padding-top: 18px;
  border-top: 1px dashed #dfdfcf;
}
.articlelist .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.articlelist .firstitem {
  border: 0;
  padding-top: 0;
}
.articlelist .item h3 {
  font-size: 1.5em; 
  margin: 0 0 .3em;
}
.articlelist .item h3 a { color: #272727; }
.articlelist .item h3 .meta { font-size: .61em; }
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist .summary strong {
  color: #f58220;
  font-weight: normal;
  font-size: 1.17em;
  display: block;
}
.articlelist .noimg .img { display: none; }
.articlelist .img {
  padding: 2px;
  border: 1px solid #d6d6cb;
  float: right;
  display: block;
  background: #fff;
  margin: .2em 0 .33em 1.5em;
}
.articlelist img[align=left],
.articlelist img.left {
  padding: 2px;
  border: 1px solid #d6d6cb;
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a { 
  color: #272727;
  font-size: 1.09em;
}


/*  articlelist-small (extends:articlelist) */
.articlelist-small .item {
  margin: 9px -9px;
  position: relative;
  z-index: 1;
  padding: 9px;
  background: 0;
  border: 0;
}
.articlelist-small .item:hover {
  cursor: pointer;
  _cursor: hand;
  background: #F4F4EB;
}
.articlelist-small .item .summary {
  color: #606060;
}
.articlelist-small .item h3 {
  font-size: 1.09em;
}
.articlelist-small .item h3 .meta {
  font-size: .85em;
}
.articlelist-small .dashes {
  display: block;
  height: 0;
  border-top: 1px dashed #DFDFCF;
}



/*  eventlist (extends:articlelist) */
.eventlist .item {
  position: relative;
  min-height: 82px;
  _overflow: visible;
  _height: 82px;
  margin: 9px -9px;
  position: relative;
  z-index: 1;
  padding: 9px 9px 9px 103px;
  background: 0;
  border: 0;
}
.eventlist .item:hover {
  cursor: pointer;
  _cursor: hand;
  background: #F4F4EB;
}
.eventlist .item .summary {
  color: #606060;
}
.eventlist .item .js-date {
  position: absolute;
  left: 9px;
  top: 9px;
  border: 1px solid #e7e7db;
  text-align: center;
  width: 74px;
  padding: 3px 0 9px;
  background: #fff;
}
.eventlist .item .js-date span {
  padding: 0;
  display: block;
}
.eventlist .item .js-date .d {
  color: #f58220;
  font-family: Impact;
  font-size: 40px;
}
.eventlist .item .js-date .m {
  color: #444;
  text-transform: uppercase;
  font-size: 1.17em;
}
.eventlist .moreolder,
.eventlist .archivelink {
  margin-left: 94px;
}

.eventlist .item h3 .meta {
  color: #f58220;
  font-weight: normal;
  font-size: .78em;
  display: block;
  padding-top: 3px;
}
.eventlist .meta span {
  padding: 0;
}

.eventlist .dashes {
  display: block;
  height: 0;
  border-top: 1px dashed #DFDFCF;
}



/*  eventlist-small (extends:eventlist) */
.eventlist-small .item h3 {
  font-size: 1.09em;
}
.eventlist-small .item h3 .meta { font-size: .85em; }



/*  subcatlist (extends:articlelist) */
.subcatlist {
  border-top: 1px dashed #dfdfcf;
  overflow: hidden;
  _overflow: visible;
  padding-top: 25px;
  margin-bottom: 0;
}
.subcatlist .boxhead { position:absolute;right:9999px;left:auto; }
.subcatlist .boxbody {
  margin: 0 -34px;
}
.subcatlist .item {
  padding: 0 34px;
  width: 259px;
  float: left;
  _display: inline;
  margin-bottom: 50px;
  border-left: 1px dashed #dfdfcf;
  border-top: 0;
}
.subcatlist .item:hover {
  cursor: pointer;
  _cursor: hand;
}
.subcatlist .item img {
  float: none;
  margin: 0;
}
.subcatlist .item .img { margin: 0 0 .4em; }
.subcatlist .item .summary {
  padding: 10px 7px 5px;
}
.subcatlist .buttons {
  margin: 0 34px;
}




/*  videoblog (extends:articlelist) */
.videoblog {
  margin: 0 0 0 -34px;
  padding: 14px 0 0 9px;
  border-top: 1px solid #dfdfcf;
  border-right: 1px solid #dfdfcf;
  background: #fcfcfa;
}
.videoblog .boxhead { position:absolute;right:9999px;left:auto; }
.videoblog .boxbody { margin-right: -9px; }
.videoblog .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.videoblog .item {
  float: left;
  _display: inline;
  margin: 0 6px 12px;
  width: 163px;
  border: 0;
  padding: 0;
}
.videoblog .item:hover {
  cursor: pointer;
  _cursor: hand;
}
.videoblog .item .img {
  float: none;
  margin: 0 0 4px 0;
}
.videoblog .item.current .img {
  border: 2px solid #999;
  margin: -1px -1px 4px -1px;
}

.videoblog .yt-img .imginner {
  height: 85px;
  overflow: hidden;
  display: block;
}
.videoblog .yt-img img {
  width: 157px;
}
.videoblog .item h3 { font-size: .92em; padding: 0 13px; font-style: italic; }
.videoblog .item h3 a { color: #272727; }
.videoblog .item h3 .meta { color: #f90; font-size: 1em; }
.videoblog .item .summary { display: none; }

.videobox {
  border-bottom: 1px dashed #dfdfcf;
  padding-bottom: 20px;
}
.videobox h2 {
  color: #0099cc;
  font-size: 1.25em;
}

.videobox .videocontainer {
  padding: 2px;
  border: 1px solid #d7d7cc;
  position: relative;
  display: block;
  width: 684px;
}
.videobox .overlaylink {
  display: block;
  overflow: hidden;
  text-indent: -9999em;
  white-space: nowrap;
  text-align: left;
  width: 684px;
  height: 389px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.videobox .videocontainer object,
.videobox .videocontainer embed {
  display: block;
}


.videoblog-hz {
  text-align: center;
  margin: 0 0 18px;
  padding: 0 0 20px 15px;
  border: 0;
  background: 0;
  border-bottom: 1px dashed #DFDFCF;
  width: 225px;
  float: left;
}
.videoblog-hz .boxbody {
  margin: 0;
  padding: 25px 9px 9px;
  border: 1px solid #E7E7DB;
  background: #FBFBF8;
  min-height: 384px;
  _height: 384px;
}
.videoblog-hz .item {
  float: none;
  margin: 0 auto 1em;
}
.videoblog-hz .moreolder {
  text-align: left;
  padding-left: 25px;
}
.vb-hz {
  width: 690px;
  float: left;
  _display: inline;
  padding-left: 15px;
}

.vb-hz .summary,
.videoblog-hz .summary,
.vb-hz h2,
.videoblog-hz h3 { display: none; }

.tab-box { margin-left: -13px; }
.tab-box:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.tab-box li {
  float: left;
}
.tab-box li a {
  padding: 5px 14px 16px;
  display: block;
  margin-bottom: -10px;
  color: #606060;
}
.tab-box li.current a {
  font-size: 1.17em;
  color: #0099cc;
  background: url(i/arrow-current.png) 50% 100% no-repeat;
}
.tab-box li strong { font-weight: normal; }



/*  candidates (extends:articlelist) */
.candidates { border-top: 1px dashed #dfdfcf; margin: 0 14px 18px; }
.candidates .boxhead { position:absolute;right:9999px;left:auto; }
.candidates .boxbody {
  margin: 0 -20px 0 -10px;
  padding: 9px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.candidates .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.candidates .item {
  border: 1px solid #fff;
  padding: 8px 5px 8px 8px;
  position: relative;
  width: 206px;
  margin: 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.candidates .item:hover {
  cursor: pointer;
  _cursor: hand;
  border-color: #f9f9f6;
  background: #f4f4eb;
}
.candidates .item h3 {
  font-size: .92em;
  padding-top: 1.4em;
}
.candidates .item h3 a:hover { text-decoration: none; }
.candidates .item h4,
.candidates .item .summary {
  font-size: .92em;
  color: #404040;
}
.candidates .item h4 { 
  font-style: italic;
  margin: 0; 
}
.candidates .item .imginner { 
  height: 52px; 
  overflow: hidden;
  display: inline-block;
}
.candidates .item .summary {
  position: absolute;
  top: 6px;
  left: 69px;
}
.candidates .hasimg .summary { left: 7px; }
.candidates .item .img {
  float: left;
  margin: 0 7px 0 0;
}

.candidates .cl {
  float: left;
  padding: 0 8px;
  width: 221px;
  border-left: 1px dashed #dfdfcf;
  margin-bottom: 1em;
  _display: inline;
}
.candidates .cl0 {
  border: 0;
  padding-left: 0;
}


.primary-candidates { border-top: 1px dashed #dfdfcf; }

.primary-candidates .item {
  float: left;
  margin-right: 1px;
  width: 164px;
  padding: 10px;
  _display: inline;
}
.primary-candidates .item .img,
.primary-candidates .item img {
  float: none;
  margin: 0;
}
.primary-candidates .item .imginner {
  height: 177px;
  width: 157px;
  display: block;
  overflow: hidden;
}
.primary-candidates .item h3 {
  padding: 1.5em 0 0;
  font-size: 1em;
}
.primary-candidates .item h3 a {
  color: #0086cc;
}
.primary-candidates .item h4 {
  font-size: 1em;
  font-style: normal;
}
.primary-candidates .item .summary {
  top: 195px;
  left: 9px;
}



.wrap .candidates-small {
  background: #f9f9f5 url(i/candsmall-bg.png) 0 0 repeat-x;
  margin: -16px -18px -10px;
  position: relative;
  z-index: 1;
  border: 1px solid #dfdfcf;
  padding: 0;
}
.candidates-small .boxhead { position:absolute;right:9999px;left:auto; }
.candidates-small .boxbody {
  padding: 0 14px 14px;
}
.candidates-small .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.candidates-small .item {
  float: left;
  width: 95px;
  text-align: center;
  _display: inline;
  padding: 0;
  border: 0;
  margin: -1px 0 0;
  padding-top: 15px;
  min-height: 75px;
  _height: 75px;
  position: relative;
}
.candidates-small .item:hover {
  cursor: pointer;
  _cursor: hand;
}

.candidates-small .item .img {
  float: none;
  margin: 0;
  display: inline-block;
}
.candidates-small .item .imginner {
  height: 49px;
  overflow: hidden;
  display: inline-block;
}

.candidates-small .current {
  background: url(i/arrow-current.png) 50% 0 no-repeat;
  _background: 0;
}
.candidates-small .current .img { margin-top: -3px; }
.candidates-small .current .imginner { height: 55px; }
.candidates-small .current img { width: 55px; }

.candidates-small .item h3 {
  font-size: .92em;
  margin: 0;
  font-style: italic;
}
.candidates-small .item h3 a {
  color: #606060;
}
.candidates-small .current h3 a { color: #0086cc; }
.candidates-small .item:hover h3 a,
.candidates-small .item h3 a:hover,
.candidates-small .item h3 a:focus {
  color: #272727;
  text-decoration: none;
}
.candidates-small .item .summary { display: none; }




/* ******  article  ****** */
.article .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody { line-height: 1.5; }

.article h2 { color: #0086cc; }
.article .subtitle {
  clear: none;
  color: #606060;
  margin-top: -.54em;
}
.article .summary {
  color: #272727;
  font-size: 1.25em;
  padding-bottom: 14px;
  border-bottom: 1px dashed #dfdfcf;
  margin: 0 0 1.47em 0;
}
.article .summary p { margin: 0 0 .5em; }

.article a:hover,
.article a:focus {
  color: #f58220;
}

.article p {
  margin-bottom: 1.5em;
}
.article blockquote,
.article table,
.article ul,
.article ol {
  margin-bottom: 2em;
}

.article img { 
  clear: both; 
  vertical-align: text-bottom;
  padding: 2px;
  border: 1px solid #d6d6cb;
}
.article img.noborder { border: none; padding: 0; }
.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.cntr {
  margin: 0 auto 2em;
}
.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: .2em .5em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #eee;
}
.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 blockquote {
  position: relative;
  margin: 0 0 2em;
  padding: 15px 20px 5px 28px;
  background: #fbfbf8;
  border-bottom: 1px solid #f3f3ed;
}
.article blockquote p {
  margin-bottom: .6em;
}
.article blockquote .icn {
  background: url(i/bq-icn.png) 0 0 no-repeat;
  width: 20px;
  height: 15px;
  display: block;
  position: absolute;
  top: 14px;
  left: -5px;
}

.article li { margin-bottom: .54em; }
.article ul li { 
  padding-left: 24px;
  background: url(i/article-li.png) 9px .5em no-repeat;
}


.article .paging ul { list-style: none; padding: 0; }
.article .paging li { clear: none; }
.article .paging .prev { float: left; margin-right: 1em; }

.article .chapters ul { list-style: none; padding: 0; overflow: hidden; }
.article .chapters li { float: left; margin-right: 1em; }




.article .collapse {
  border-bottom: 1px dashed #dfdfcf;
  border-collapse:collapse;
  color: #0086cc;
  padding: 5px 20px 5px 1px;
  margin: -1px 0 0 17px;
  line-height: 1.2;
  font-size: 1.17em;
}
.article .collapse-first { border-top: 1px dashed #dfdfcf; }
.article .collapse-active {
  padding: 0;
}
.article .collapse a {
  background: url(i/collapse-close.png) 0 50% no-repeat;
  border: 0;
  padding: 5px 18px;
  color: #0086cc;
  display: block;
  margin-left: -17px;
}
.article .collapse a:focus { outline:0; }
.article .collapse-closed a {
  background-image: url(i/collapse-open.png);
}
.article .collapsebox {
  border-bottom: 1px dashed #dfdfcf;
  padding: 8px 12px 0;
  background: #fbfbf8;
  margin-left: 17px;
}
.article .collapsebox > * {
  margin-bottom: .7em;
}



/*  news (extends:article)  */
.news .boxhead { position: static; }
.pgmain .news h1 {
  font-size: 1.5em; 
  margin-left: 0;
}
.news .meta {
  margin-bottom: 0;
}



/*  toparticle (extends:article)  */
.toparticle { padding-left: 14px; }
.toparticle .boxbody { padding-right: 300px; }
.toparticle .boxbody h1 { margin-bottom: .3em; }
.toparticle .boxbody p { font-size: 1.25em; }


/*  event (extends:article)  */
.event p {
  color: #606060;
}
.pgmain .event h1 {
  font-size: 1.5em;
  margin: 0 0 .3em;
}
.event ul.meta {
  font-size: 1em;
  overflow: hidden;
  _overflow: visible;
  margin-bottom: .3em;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.event ul.meta li {
  padding: 0;
  margin: 0;
  background: 0;
  font-size: 1.17em;
  float: left;
  color: #f58220;
}
.event ul.meta li strong {
  font-weight: normal;
}
.event .summary {
  border: 0;
  padding: 0;
  margin-bottom: 18px;
}


/*  candidate-article (extends:article)  */
.candidate-article .boxbody {
  padding-right: 405px;
  position: relative;
  min-height: 315px;
  _height: 315px;
  _overflow: visible;
}
.candidate-article .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.candidate-article  .imagebox {
  /*margin-right: -245px;
  width: 227px;
  _display: inline;*/
bottom:9px;
position:absolute;
right:158px;
width:227px;
}
.candidate-article  .imagebox li.image { width: 227px; }
.candidate-article h1 {
  padding-top: .8em;
}
.candidate-article h2.subtitle {
  margin-top: -.8em;
  font-size: 1.5em;
  color: #0086cc;
}
.candidate-article .summary {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.5em;
}
.candidate-article p {
  font-size: 1.08em;
  line-height: 1.4;
}
.candidate-article .summary p {
  font-size: 1em;
  margin: 0;
}
.candidate-article ul.mylinks {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 142px;
  border-top: 1px dashed #dfdfcf;
}
.candidate-article .mylinks li {
  background: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed #dfdfcf;
}
.candidate-article .mylinks a {
  background: 0 50% no-repeat;
  margin-left: -3px;
  padding: 8px 5px 8px 31px;
  display: block;
  color: #606060;
  font-style: italic;
  white-space: nowrap;
}
.candidate-article .mylinks .mail a { background-image: url(i/icn-ml-mail.png); }
.candidate-article .mylinks .www a { background-image: url(i/icn-ml-www.png); }
.candidate-article .mylinks .wiki a { background-image: url(i/icn-ml-wiki.png); }
.candidate-article .mylinks .img a { background-image: url(i/icn-ml-img.png); }
.candidate-article .mylinks .pdf a { background-image: url(i/icn-ml-pdf.png); }
.candidate-article .mylinks .fb a { background-image: url(i/icn-ml-fb.png); }
.candidate-article .mylinks .bl a { background-image: url(i/icn-ml-bl.png); }
.candidate-article .mylinks .tw a { background-image: url(i/icn-ml-tw.png); }
.candidate-article .mylinks .fl a { background-image: url(i/icn-ml-fl.png); }



.candidate-article .mylinks a:hover,
.candidate-article .mylinks a:focus {
  background-position: -200px 50%;
  color: #000;
  text-decoration: none;
}

.candidate-article .imagebox img {
  margin-bottom:-56px;
}
.candidate-article .imagebox a.img {
  overflow:hidden;
}


/* ******  imagebox  ****** */
.imagebox {
  float: right;
  padding: 0 0 .75em 20px;
  overflow: hidden;
  background: #fff;
  color: #606060;
  font-style: italic;
  font-size: .92em;
  line-height: 1.25;
  position: relative;
  max-width: 298px;
}
.imagebox .listscroller-wrapper {
  position: relative;
  overflow: hidden;
  width: 298px;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox ul.listscroller-clip {
  width: 10000px;
}
.imagebox li.image {
  margin: 0;
  padding: 0;
  background: 0;
  float: left;
  text-align: center;
}
.imagebox ul.listscroller-clip li {
  width: 298px;
}
.imagebox .listscroller-active {
  width: 298px;
}
.imagebox .img {
  display: inline-block;
  border: 1px solid #d8d8ce;
  padding: 2px;
  margin-bottom: 6px;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 292px;
}

.imagebox .longdesc {
  background-color: #fbfbf8;
  padding: 7px 12px 7px 12px;
  max-width: 274px;
  _width: 274px;
  text-align: left;
}
.imagebox.listscroller-active .longdesc {
  padding-right: 95px;
  max-width: 196px;
  _width: 196px;
}
.imagebox .longdesc .title { font-weight: bold; }
.imagebox .credit {
  display: none;
}

.imagebox .paging {
  padding: 0 18px;
  position: absolute;
  bottom: 15px;
  right: 8px;
}
.imagebox .paging strong,
.imagebox .paging b { font-weight: normal; }
.imagebox .paging ul {
  margin: 0;
}
.imagebox .paging li {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
}
.imagebox .paging li.next {
  left: auto;
  right: 0;
}
.imagebox .paging li a {
  overflow:hidden;
  display: block;
  text-indent: -999em;
  white-space: nowrap;
  width: 13px;
  height: 13px;
  background: url(i/arrows-paging.png) 0 0 no-repeat;
}
.imagebox .paging li a:hover,
.imagebox .paging li a:focus { background-position: 0 -13px; }
.imagebox .paging li.next a { background-position: -13px 0; }
.imagebox .paging li.next a:hover,
.imagebox .paging li.next a:focus { background-position: -13px -13px; }



/* *** 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 {
  display : inline-block;
  position: relative;
  width: 805px;
  min-height: 422px;
  _height: 422px;
}
.ipopup-container .image {
  display: inline-block;
  background: #fff;
  padding: 14px;
  position: relative;
  min-height: 400px;
  _height: 400px;
  min-width: 400px;
}
.ipopup-container .image img {
  padding: 4px;
  border: 2px solid #d4d4c8;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  display: block;
  padding : 10px 14px;
  color: #404040;
  font-size: 1em;
  font-style: italic;
  position: relative;
  z-index: 10;
}

.ipopup-container .title {
  background: url(i/sitelogo.png) 0 0 no-repeat;
  _background: 0;
  position: absolute;
  z-index: 200;
  bottom: -12px;
  right: -15px;
  width: 90px;
  height: 70px;
  overflow: hidden;
  text-indent: -9999em;
  display: block;
}


.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%;
  outline: 0;
}
.ipopup-container .paging .next a:hover,
.ipopup-container .paging .next a:focus {
  background-position: 100% 50%;
  outline: 0;
}
.ipopup-container .paging li.nav-end { display: none; }

.ipopup-container .paging .close a { display: none; }


.interview .boxbody {
  padding-left:10px;
}
.interview .boxhead {
  border-bottom: 1px solid #e7e7db;
  padding: 0;
  margin-bottom: 5px;
  margin-left: 0;
}
.interview .item {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: visible;
}
.interview .item h3 {
  font-size: 1.5em;
  color: #0086cc;
}
.interview .item h3 a { color: #0086cc; }
.interview .item h4 {
  font-size: 1.17em;
  color: #404040;
  font-style: italic;
}
.interview .item .img {
  margin: -3em 0 0 0;
  padding: 0 0 5px 5px;
  background: #fff;
  float: right;
  border: 0;
  position: relative;
  z-index: 20;
}
.interview .item .img img {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.interview .item .img .mask {
  background: url(i/imagemask.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 192px;
  height: 129px;
  _display: none;
  
}
.interview .item .summary {
  background: url(i/interview-bg.png) 0 0 repeat;
  line-height: 19px;
  clear: both;
  padding-bottom: 18px;
}
.interview .item .summary p,
.interview .item .summary li {
  margin-bottom: 19px;
  padding: 0;
}
.interview .item .summary strong {
  font-size: 1em;
  color: #0086cc;
}

.interview .item .more {
  float: left;
  margin-top: 18px;
  background: url(i/icn-expand.png) 100% 50% no-repeat;
  _background: 0;
}
.interview .item .open {
  background-image: url(i/icn-collapse.png);
}
.interview .item .more a {
  padding-right: 28px;
  color: #606060;
  padding-left: 15px;
  font-size: 1em;
  font-style: italic;
  background: url(i/more-arrow.png) -500px 50% no-repeat;
  _background: 0;
}
.interview .item .more a:focus,
.interview .item .more a:focus {
  background-position: 0 50%;
  color: #000;
  text-decoration: none;
}


/* ******  quizbox  ****** */
.quizbox .question {
  font-weight: bold;
}
.quizbox h3 {
  margin: .5em 0;
}
.quizbox .thanks {
  color: #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom: .7em;
  _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 {
  margin-top: 3px;
  display: block; 
  background-color: #ddd;
}
.quizbox .results .bar i {
  display: block;
  height: 1em;
  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  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_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_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;right:9999px;left:auto; }



/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 61px;
  left: 0;
  padding: 8px 10px 0 18px;
  background: #fff;
  overflow: hidden;
  z-index: 10;
  _width: 500px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { 
  padding: 0; 
  position: relative;
  overflow: hidden;
  _overflow: visible;
}
.mnav .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.mnav ul { margin-left: -7px; }
.mnav li {
  float: left;
  padding: 0 7px;
  _display: inline;
  _width: 0;
  _white-space: nowrap;
}

.mnav .boxbody a {
  border-top: 3px solid #fff;
  font-size: 1.09em;
  display: block;
  padding: 13px 9px 0;
  color: #404040;
  height: 21px;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color: #0086cc;
}
.home .mnav .home a,
.clubhome .mnav .home a,
.mnav .parent a,
.mnav .current a {
  color: #000;
  border-color:  #0099cc;
  z-index: 10;
  position: relative;
}

.mnav .mnav-line {
  background: #7fcce5;
  height: 3px;
  position: absolute;
  z-index: 5;
  top: 0;
  display: block;
}



/* ******  snav  ****** */
.snav {
  border-bottom: 1px dashed #dfdfcf;
  margin-bottom: 2em;
}
.onecol .snav { display: none; }
.snav .boxhead { position:absolute;right:9999px;left:auto; }
.snav ul {}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 0;
}

.snav .boxbody a {
  display: block;
  padding: 9px 5px 7px 11px;
  border-top: 1px dashed #dfdfcf;
  color: #272727;
  font-size: 1.09em;
}

.snav .parent a,
.snav .current a {
  border-top: 1px solid #dfdfcf;
  color: #0086cc;
  background: url(i/snav-arrow.png) 1px 1.1em no-repeat;
}

.snav .level2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfcf;
  margin-bottom: -1px;
}

.snav .level2 a {
  font-weight: normal;  
  padding: 3px 5px 3px 22px;
  background: 0;
  border: 0;
  font-size: 1em;
  color: #606060;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  background: url(i/snav-arrow.png) 12px .6em no-repeat;
  color: #0086cc;
}

.snav .level2 .level3 a {
  font-weight: normal;  
  padding-left: 33px;
  background: 0;
  border: 0;
  color: #606060;
}
.snav .level3 .current a {
  background: url(i/snav-arrow.png) 23px .6em no-repeat;
  color: #0086cc;
}


.wrap .snav .level1 a:hover,
.wrap .snav .level1 a:focus,
.wrap .snav .level1 a:active {
  color: #000;
}



/* ******  enav  ****** */
.enav { 

}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow: hidden;
  width: auto;
}
.enav li {
  float: left;
  _display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.enav ul li:first-child,
.enav li.cat1 { border: none; }

.enav .boxbody a {}

.enav .parent a,
.enav .current a { font-weight: bold; }





/* ******  flnav  ****** */
.flnav {
  position: absolute;
  top: 45px;
  margin-top: -.5em;
  right: 40px;
  width: 250px;
}
.flnav .boxhead { position:absolute;right:9999px;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
}
.flnav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.flnav ul li:first-child,
.flnav li.cat1 { border: none; }
.flnav .boxbody a {}

.flnav .parent a,
.flnav .current a { font-weight: bold; }





/* ******  tnav  ****** */
.tnav {
  position: absolute;
  top: 9px;
  left: 17px;
  width: 928px;
}
.tnav 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;
  background: url(i/tnav.png) 0 0 no-repeat;
}
.tnav .xdlink a {
  width: 190px;
  height: 17px;
  background-position: 0 0;
}
.tnav .xdlink a:hover,
.tnav .xdlink a:focus {
  outline: 0;
  background-position: 0 -35px;
}

.tnav .svfelog {
  position: absolute;
  right: 0;
  top: -1px;
}
.tnav .svfelog a {
  width: 112px;
  height: 31px;
  background-position: -200px 0;
}
.tnav .svfelog a:hover,
.tnav .svfelog a:focus {
  outline: 0;
  background-position: -200px -35px;
}



/* ******  langnav ****** */
.langnav {
  position: absolute;
  left: 548px;
  top: 90px;
  margin-top: -.5em;
}
.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav li {
  float: left;
  _display: inline;
  margin-right: 6px;
}
.langnav li a {
  padding: 1px 3px 1px 22px;
  color: #606060;
  font-size: .92em;
  background: url(i/flags.png) 3px 50% no-repeat;
  border: 1px solid #f4f4eb;
  line-height: 1;
  height: 12px;
  -moz-border-radius:    3px;
  -webkit-border-radius: 3px;
  border-radius:         3px;
}
.langnav li.pl a { background-position: -97px 50%; }
.langnav li.ru a { background-position: -197px 50%; }

.wrap .langnav li a:hover,
.wrap .langnav li a:focus {
  border-color: #e0e0d3;
  text-decoration: none;
  -moz-box-shadow:    rgba(255,255,255, 1)  0 0 3px;
  -webkit-box-shadow: rgba(255,255,255, 1)  0 0 3px;
  box-shadow:         rgba(255,255,255, 1)  0 0 3px;
}



/* ******  bnav ****** */
.bnav {
  float: left;
  padding: 0 15px 0 16px;
  width: 156px;
  _display: inline;
  border-left: 1px dotted #c7c7c6;
}
.bnav:first-child {
  border: 0;
}
.bnav .boxhead { position:absolute;right:9999px;left:auto; }

.bnav h3 { margin: 0 0 .6em; }
.bnav h3 a {
  font-size: 1.09em;
  color: #000;
}
.bnav li a {
  font-size: .92em;
  font-style: italic;
  color: #606060;
  margin-bottom: .7em;
  display: block;
}
.bnav li a:hover,
.bnav li a:focus {
  color: #f58220;
}



/* ******  monthlist ****** */
.monthlist .boxbody {
  position: relative;
}
.monthlist h4 {
  font-size: 1.5em;
  text-transform: capitalize;
  margin: 5px 0 .6em;
  float: left;
}
.monthlist h4 a {
  color: #272727;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.monthlist .paging {
  width: 36px;
  height: 16px;
  float: left;
  margin-top: 8px;
  padding-left: 13px;
}
.monthlist .paging li {
  float: right;
  margin-right: 2px;
  _display: inline;
}
.monthlist .paging .next a,
.monthlist .paging .prev a {
  background: url(i/calendar-pager.png) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999em;
  width: 16px;
  height: 16px;
}
.monthlist .paging .prev a:hover,
.monthlist .paging .prev a:focus {
  background-position: 0 -16px;
}
.monthlist .paging .next a {
  background-position: -18px 0;
}
.monthlist .paging .next a:hover,
.monthlist .paging .next a:focus {
  background-position: -18px -16px;
}




/* ******  calendar  ****** */
.calendar { margin: 0; clear: both; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }



.calendar th {
  font-weight: normal;
  color: #888888;
  text-align: center;
  padding: .2em;
}
.calendar td {
  padding: 0;
  text-align: center;
}
.calendar .sat { border-right: 1px solid #dfdfcf; }
.calendar .sun { color: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  font-family: Impact;
  color: #f58220;
  font-size: 1.09em;
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td i {
  font-style: normal;
  color: #999;
}
.calendar td.today i,
.calendar td.today a {
  color: #0099cc;
}
.calendar td a:link,
.calendar td a:visited { }




.monthlist-hz {
  padding-bottom: 18px;
  border-bottom: 1px dashed #dfdfcf;
}
.monthlist-hz .calendarwrap { 
  padding: 5px; 
  background: #f9f9f5;
  clear: both;
}
.monthlist-hz .calendar { width: 100%; }
.monthlist-hz .o { display: none; }



.dateinfo { display: none; }





/* ******  advert / imglink  ****** */
/*
  NOTE: this trips up many AdBlockers
  Only use this class-name for actual paid/commercial ad banners
  - not for generic ".imglink"s within the site.
*/
.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: 7.5em;
}





/* ******  qsearch  ****** */
.qsearch {
  float: left;
  background: url(i/qsearch-bg.png) 0 0 no-repeat;
  width: 224px;
  height: 20px;
  position: relative;
  margin-bottom: 7px;
  padding: 12px 0 0 2px;
  
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { padding: 0; }
.qsearch .fi_txt input { 
  width: 170px;
  padding: 3px 7px;
  border: 0;
  margin-top: -.8em;
  background: #fafaf5;
  position: relative;
  z-index: 1;
}
.qsearch .fi_txt input:hover,
.qsearch .fi_txt input:focus {
  -moz-box-shadow:    rgba(0,0,0, 0)  0 0 0;
  -webkit-box-shadow: rgba(0,0,0, 0)  0 0 0;
  box-shadow:         rgba(0,0,0, 0)  0 0 0;
}
.qsearch .fi_txt input.labelized {
  font-style: italic;
  color: #909090;
}
.qsearch .fi_btn input { 
  width: 35px;
  height: 30px;
  overflow: hidden;
  text-indent: -999em;
  white-space: nowrap;
  position: absolute;
  top: 1px;
  right: 2px;
  border: 0;
  background: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.pgs-focus {
  background-position: 0 -32px;
  -moz-box-shadow:    #b5d3dc  0px 0px 10px;
  -webkit-box-shadow: #b5d3dc  0px 0px 10px;
  box-shadow:         #b5d3dc  0px 0px 10px;
}
.pgs-focus .fi_txt input {
  background-color: #fff;
}


/* ******  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: 1em;
  width: 1.6em;
  display: inline-block;
}
.searchresults .item .summary {
  padding-left: 2em;
}
.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 10px 2px 25px;
  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;
}



/* ****** 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 .thumbsview li {
}

.imagelist .thumbsview li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}

.imagelist .thumbsview li img {
}

.imagelist .thumbsview li a:hover img,
.imagelist .thumbsview li a:focus img,
.imagelist .thumbsview 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;
}






/* ******  footer  ****** */
.footer {
  color: #606060;
  padding: 0 24px;
  width: 668px;
  float: left;
  _ddisplay: inline;
  margin-right: 18px;
  background: url(i/footer-sep.png) 100% 0 repeat-y;
}
.footer .boxhead {
  font-size: 1.17em;
  color: #272727;
  margin-bottom: 7px;
}
.footer p { margin-bottom: 7px; }
.footer a { color: #606060; }


.follow {
  float: left;
  width: 228px;
}
.follow .boxhead {
  float: left;
  font-style: italic;
  font-size: 1em;
  color: #606060;
  padding: 2px 13px 0 8px;
}
.follow li {
  _display: inline;
  float: left;
  margin-right: 6px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.follow 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: 21px;
  height: 21px;
  background: url(i/follow.png) 0 0 no-repeat;
}
.follow li.tw a { background-position: -21px 0; }
.follow li.fl a { background-position: -42px 0; }

.follow li a:hover,
.follow li a:focus {
  -moz-box-shadow:    #b4d5da  0px 0px 10px;
  -webkit-box-shadow: #b4d5da  0px 0px 10px;
  box-shadow:         #b4d5da  0px 0px 10px;
}
.footimg {
  float: left;
  margin-right:20px;
}

/* ******  byggiraeplica  ****** */
.byggiraeplica {
  padding: 15px 18px;
  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-b33.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b33.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.imgbanner {}





/* ******  form  ****** */
.form form {
  padding: 5px 12px 12px;
  border: 1px solid #dfdfcf;
  background: #fcfcfa;
  color: #606060;
}
.form form:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.form form fieldset {
  padding: 12px 9px 9px;
  border-bottom: 1px dashed #dfdfcf;
  margin: 0;
}
.form form h3,
.form form h2 {
  margin: 0 0 .5em;
  font-size: 1.25em;
  color: #0099cc;
}

.form form h3 {
  margin: 0 0 .2em;
  font-size: 1.17em;
}

.form form .reqnote {
  width: 190px;
  float: right;
  padding: 5px 60px 0 0;
  color: #808080;
}

.form form .intro {
  font-size: 1.17em;
  color: #272727;
  padding-top: 4px;
}
.form form .note {
  font-size: .92em;
  padding-left: 9px;
  color: #808080;
}
.form form .fi_btn {
  padding: 12px 9px 9px;
}

.form form .vottun {
  float: right;
  padding: 12px 9px 0 0;
}

.form form .warning {
  font-size: 1.17em;
  color: #f90;
  padding: 12px 9px 9px;
}

/* ******  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; }











/* ******  ajax popups  ****** */
.popup-curtain {
  z-index: 150;
}
.popupblock {
  padding: 18px;
  position: absolute;
  width: 774px;
  background: #fff;
  left: 50%;
  margin-left: -405px;
  z-index: 200;
  text-align: left;
}

.popupblock h1,
.popupblock .boxhead {
  font-size: 1.83em;
  background: #f6f6f1;
  border-bottom: 1px solid #eeeee6;
  padding: 16px 14px 6px;
}
.popupblock .boxbody { padding: 20px; }
.popupblock .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.popupblock .close {
  background: url(i/sitelogo.png) 0 0 no-repeat;
  position: absolute;
  z-index: 200;
  bottom: -12px;
  right: -15px;
  width: 90px;
  height: 70px;
  overflow: hidden;
  text-indent: -9999em;
}





.map-pop .tabpane {
  width: 297px;
}
.map-pop .tabpane h3 {
  font-size: 2.17em;
  margin: 0 0 .3em;
}
.map-pop .tabpane li {
  padding: 3px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.map-pop .tabpane li a {
  background: url(i/arrow-orange.png) 8px 50% no-repeat;
  display: block;
  padding-left: 20px;
  font-size: 1.17em;
  color: #272727;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.map-pop .tabpane li a:hover,
.map-pop .tabpane li a:focus {
  text-decoration: underline;
  color: #0086CC;
}



.map-pop .chapters {
  background: url(i/svfelog/svfelog-map.png) 0 0 no-repeat;
  float: right;
  width: 437px;
  height: 316px;
  padding-bottom: 32px;
  position: relative;
}
.map-pop .chapters h2 {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 437px;
  text-align: center;
  color: #606060;
  font-size: 1.17em;
}
.map-pop .chapters ul,
.map-pop .chapters li {
  display: inline;
  position: static;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.map-pop .chapters li a {
  display: block;
  width: 437px;
  height: 0;
  overflow: hidden;
  text-indent: 437px;
  white-space: nowrap;
  position: static;
}
.map-pop .chapters li a .hover {
  position: absolute;
  display: block;
  ~border: 1px solid red;
}

.map-pop .chapters li.hbs .hover { 
  background: url(i/svfelog/map-hbs.png) 0 0 no-repeat;
  width: 38px;
  height: 37px;
  top: 207px;
  left: 91px;
  z-index: 15;
}
.map-pop .chapters li.hbs.current a .hover,
.map-pop .chapters li.hbs a:hover .hover,
.map-pop .chapters li.hbs a:focus .hover { background-position: -38px 0; }

.map-pop .chapters li.reykjanes .hover { 
  background: url(i/svfelog/map-reykjanes.png) 0 0 no-repeat;
  width: 46px;
  height: 29px;
  top: 230px;
  left: 62px;
  z-index: 20;
}
.map-pop .chapters li.reykjanes.current a .hover,
.map-pop .chapters li.reykjanes a:hover .hover,
.map-pop .chapters li.reykjanes a:focus .hover { background-position: -46px 0; }

.map-pop .chapters li.vesturland .hover { 
  background: url(i/svfelog/map-vesturland.png) 0 0 no-repeat;
  width: 171px;
  height: 108px;
  top: 107px;
  left: 18px;
  z-index: 15;
}
.map-pop .chapters li.vesturland.current a .hover,
.map-pop .chapters li.vesturland a:hover .hover,
.map-pop .chapters li.vesturland a:focus .hover { background-position: -171px 0; }

.map-pop .chapters li.vestfirdir .hover { 
  background: url(i/svfelog/map-vestfirdir.png) 0 0 no-repeat;
  width: 133px;
  height: 144px;
  top: 9px;
  left: 6px;
  z-index: 10;
}
.map-pop .chapters li.vestfirdir.current a .hover,
.map-pop .chapters li.vestfirdir a:hover .hover,
.map-pop .chapters li.vestfirdir a:focus .hover { background-position: -133px 0; }

.map-pop .chapters li.nordvestur .hover { 
  background: url(i/svfelog/map-nordvestur.png) 0 0 no-repeat;
  width: 112px;
  height: 144px;
  top: 40px;
  left: 136px;
  z-index: 16;
}
.map-pop .chapters li.nordvestur.current a .hover,
.map-pop .chapters li.nordvestur a:hover .hover,
.map-pop .chapters li.nordvestur a:focus .hover { background-position: -112px 0; }

.map-pop .chapters li.nordaustur .hover { 
  background: url(i/svfelog/map-nordaustur.png) 0 0 no-repeat;
  width: 168px;
  height: 199px;
  top: 7px;
  left: 220px;
  z-index: 15;
}
.map-pop .chapters li.nordaustur.current a .hover,
.map-pop .chapters li.nordaustur a:hover .hover,
.map-pop .chapters li.nordaustur a:focus .hover { background-position: -168px 0; }

.map-pop .chapters li.austurland .hover { 
  background: url(i/svfelog/map-austurland.png) 0 0 no-repeat;
  width: 148px;
  height: 212px;
  top: 55px;
  left: 287px;
  z-index: 5;
}
.map-pop .chapters li.austurland.current a .hover,
.map-pop .chapters li.austurland a:hover .hover,
.map-pop .chapters li.austurland a:focus .hover { background-position: -148px 0; }

.map-pop .chapters li.sudurland .hover { 
  background: url(i/svfelog/map-sudurland.png) 0 0 no-repeat;
  width: 188px;
  height: 141px;
  top: 162px;
  left: 100px;
  z-index: 1;
}
.map-pop .chapters li.sudurland.current a .hover,
.map-pop .chapters li.sudurland a:hover .hover,
.map-pop .chapters li.sudurland a:focus .hover { background-position: -188px 0; }



.map-pop .chapters .hoverfix {
  display: block;
  position: absolute;
  z-index: 50;
}
.map-pop .chapters .hbs .hoverfix { 
  height:14px;
  left:90px;
  top:230px;
  width:27px;
}
.map-pop .chapters .reykjanes .hoverfix { display: none; }
.map-pop .chapters .vesturland .hoverfix {
  height:51px;
  left:81px;
  top:156px;
  width:88px;
}
.map-pop .chapters .vestfirdir .hoverfix {
  height:40px;
  left:120px;
  top:93px;
  width:16px;
}
.map-pop .chapters .nordvestur .hoverfix {
  height:54px;
  left:213px;
  top:116px;
  width:30px;
}
.map-pop .chapters .nordaustur .hoverfix {
  height:62px;
  left:313px;
  top:96px;
  width:22px;
}
.map-pop .chapters .austurland .hoverfix {
  height:137px;
  left:324px;
  top:85px;
  width:68px;
  z-index:45;
}
.map-pop .chapters .sudurland .hoverfix {
  height:33px;
  left:168px;
  top:171px;
  width:95px;
  z-index:80;
}

.ie7chapters {
  margin-bottom: 10px;
}
.ie7chapters li {
  float: left;
  padding-right: 15px;
}




/* ******  login fixes  ****** */
.EPLICA_loggedin .imagebox li {
  float: none;
  margin-bottom: 1em;
}

.EPLICA_loggedin .videoblog .boxhead { position: static; }

/* ***** live video feed ***** */
#xd_player {
  margin:1em 6em;
}

/* ******  extralinks  ****** */
.extralinks .item {
  background: url(i/sep-line.png) 0 0 repeat-x;
  padding: 25px 15px 0;
  min-height: 75px;
  _height: 75px;
}
.extralinks .firstitem { 
  padding-top: 13px; 
  background: 0;
}
.extralinks h3 {
  overflow: hidden;
  font-size: 1.5em;
  color: #0086cc;
  margin: 0 0 3px;
  height: 1.5em;
}
.extralinks h3 a {
  background: url(i/arrow-large.png) 100% 0 no-repeat;
  padding-right: 16px;
  float: left;
  color: #0086cc;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.extralinks .item:hover {
  cursor: pointer;
  _cursor: hand;
}
.extralinks .item:hover h3 a,
.extralinks h3 a:hover,
.extralinks h3 a:focus {
  background-image: url(i/arrow-large-hover.png);
  color: #f58220;
  text-decoration: none;
}
.extralinks .summary {
  font-style: italic;
}