.stream { position:absolute;right:9999em;left:auto; }
/* 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: #ef8d00;
  right : 0;
  z-index:9999;
  font-size : 1em;
  white-space : nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position : absolute;
  right : -9999em;
}

.print { display : none; }




/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } /* fixes the background-image flicker bug in IE */
html, body { height : 100%; }

body {
  background : #E5E4E4;
  margin : 0;
  padding : 35px 0 0 0;
  color : #444;
  line-height : 1.3;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size : 11px;  ~font-size :  68.75%; }
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 : ""; }


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:link,
a:visited {
  color : #494645;
  text-decoration: none;
}



acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.27em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.27em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 1em;
  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; 
}






form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}

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 #9C9B9A;
  background : #fff;
  color : #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width : 98%; }

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #fff;
  border : 1px solid #9C9B9A;
  color : #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #000;
  color : #000;
}


.reqerror label,
.typeerror label {
  font-weight : bold;
  color : #c33;
}
.typeerror label { color : #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border : 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border : 1px solid #936; }


acronym.req {
  border : none;
  margin-right : -.25em;
  padding : 0 .25em 0 0;
}
acronym.req:hover { border : none; }






/* *****  clear  ***** */

.clear {
  clear : both;
  line-height : 0px;
  font-size : 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position : relative;
  width : 951px;
  margin : 0 auto;
  text-align : left;
  background: url(i/bw-bg-2col.gif) repeat-y;
}



.pghead {
  background: #fff url(i/ph-left.gif) 0 0 no-repeat;
  height: 187px;
  margin : 0 1px;
}

.pghead .wrap {
  background: url(i/ph-right.gif) no-repeat 100% 0;
}

.pghead .brand {}
.pghead .logo {
  vertical-align : middle;
  padding: 36px 0 0 12px;
}


.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float : left;
  margin-left : 189px;
  width : 762px;
  _display : inline;
}


.threecol .pgmain {
  width : 550px;
  margin-right : 212px;
}


.pgmain .wrap {
  padding : 0 21px 0 16px;
}


.pgextra1 {
  float : left;
  width : 166px;
  margin-left : -928px;
  _display : inline;
  background: url(i/p1-top.gif) no-repeat;
  border-top: 3px solid #fff;
}


.pgextra1 .wrap { padding: 7px 12px; }

.pgextra2 {
  float : left;
  width : 190px;
  _display : inline;
  margin-left : -212px;
}



.pgextra2 .wrap {
  padding-top: 24px;
}


.pgextra3 {
  float : left;
  width : 190px;
}

.pgfoot {
  clear : both;
  background: #E5E4E4 url(i/p5-bg-2col.gif) no-repeat;
  overflow: hidden;
  _overflow /**/: visible;
  width: 100%;
}

.pgfoot .wrap { padding: 30px 0 0; }






.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap { _height:0;min-height:0;/* ie hasLayout fix */ }



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}

.boxhead {
  padding-top : 1.5em;
  margin-top: 0;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }



.pgmain .boxhead {
  color: #ef8d00;
  font-size: 1.74em;
  padding-top: 0;
  font-weight: normal;
  margin-bottom: 1px;
  position : relative;
  z-index : 1;
}

.pgmain .boxbody {
  padding-bottom: 1.5em;
}



/* ******  ebox  ****** */

.ebox {
  background-color : #FFAF00;
  position : relative;
}

.ebox .boxhead {
  position:absolute;right:19999px;left:auto;
  color: #fff;
  padding: 8px 12px 3px;
  font-size: 1.4em;
  margin-bottom: 0;
}

.ebox .boxbody {
  padding: 0 12px 4px;
  font-size: 1.2em;
  line-height: 1.1;
}

.ebox h2 {
  color : #fff;
  margin-top : 0;
  padding-top : 280px;
}

.wrap .ebox a {
  text-decoration : underline;
}

.wrap .ebox a:hover,
.wrap .ebox a:focus {
  color : #fff;
}




/* ********************************** */
/* 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; }





/* ******  buttons  ****** */

.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float : left;
  padding : 0 10px 0 0;
  font-weight: bold;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
  border-bottom: 1px solid #C1C0C0;
  padding-bottom: 1em;
}
.articlelist .item h3 {
  font-size : 1.1em; 
  margin : 0;
}
.articlelist .item h3 a {
  color: #ef8d00;
}

.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .7em;
}
.articlelist li a {
  font-weight : bold; 
}




/* ******  article  ****** */

.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
}
.article .summary a,
.article .boxbody a {
  text-decoration : underline;
}
.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 {
  font-weight : bold;
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
  background-color : #f8f8f8;
}
.article td {
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
}
.article tr.alt td {
  background-color : #f8f8f8;
}

.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;
}
.article li { margin-bottom : .54em; }



/* ******  project (extends: article)  ****** */

.project {
  border-bottom: 1px solid #C1C0C0;
  margin-bottom: 1em;
}

.project .boxbody {
  padding-bottom: 5px;
}

.project .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }




/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgcontent,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgcontent,
.pgextra2 .imgbox .imgmeta { width : auto; }






/* ******  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 { margin : 0; }


/* ******  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 label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  margin-left : 7em;
  _margin-left : 7.2em;
}
.contactform textarea { width : 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs { position:absolute;right:19999px;left:auto; }

.breadcrumbs .boxhead { position:absolute;right:9999em;left:auto; }

.breadcrumbs .boxbody {}

.breadcrumbs .boxbody span,
.breadcrumbs .boxbody a {
  text-decoration : none;
  color : #999;
}

.breadcrumbs i { font-style: normal; }



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhead {
  background : #f8f8f8;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.qnav-active .boxhead {
  padding : 0;
  border : none;
}

.qnav .boxhead a {
  background : transparent url(i/drop-arrow.gif) 100% 50% no-repeat;
  border : 1px solid #bbb;
  display : block;
  padding : 2px 20px 2px 8px;
  _height:0;min-height:0;/* ie hasLayout fix */
  text-transform : none;
  font-weight : normal;
  text-decoration : none;
}
.qnav .boxhead a:hover,
.qnav .boxhead a:focus,
.qnav .boxhead a:active {
  text-decoration : none;
  background-color : #fff;
}

.qnav .boxbody {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
  border-top : none;
}
.qnav-closed .boxbody { display : none; }
.qnav-open .boxbody { display : block; }

.qnav li { _display : inline; }
.qnav .boxbody a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.qnav .boxbody a:hover,
.qnav .boxbody a:focus,
.qnav .boxbody a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}





/* ******  mnav  ****** */

.mnav {
  position : absolute;
  top: 144px;
  left: 0;
  width: 951px;
  margin-top: -.6em;
  background: url(i/mnav-bg.gif) no-repeat 50% 100%;
}

.mnav .boxhead { position:absolute;right:9999em;left:auto; }

.mnav .boxbody {
  padding : 0;
  font-size: 1.3em;
  padding-bottom: 14px;
}

.mnav .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mnav ul { padding: 0 100px 0 10px; }

.mnav li { float: left; }

.mnav li a {
  float: left;
  padding: 0 14px 0 26px;
  display: block;
  margin-left: -1em;
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ******  snav  ****** */
  
.snav .boxhead { position:absolute;right:19999px;left:auto; }

.snav .boxbody { font-size: 1.2em; }

.snav li { _display: inline; }

.snav li a {
  display : block;
  padding: 3px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #333;
}

.snav .current a {
  color: #EF8D00;
  font-weight: bold;
}

/* l2 */

.snav .level2 li a {
  padding-left: 12px;
  color: #000;
  font-weight: normal;
}

.snav .level2 .current a {
  color: #EF8D00;
  font-weight: bold;
  
}

/* l3 */

.snav .level2 .level3 li a {
  padding-left: 24px;
  color: #000;
  font-weight: normal;
}

.snav .level2 .level3 .current a {
  color: #EF8D00;
  font-weight: bold;
}

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color: #000;
}





/* ******  enav  ****** */

.enav { text-align : center; }
.enav .boxhead { position:absolute;right:9999em;left:auto; }
.enav ul {
  overflow : hidden;
  width : auto;
}
.enav li {
  float : left;
  display : inline;
  padding : 0 7px;
  border-left : 1px solid #ccc;
}
.enav li.cat1 { border : none; }

.enav .boxbody a {}

.enav .parent a,
.enav .current a { font-weight : bold; }





/* ******  flnav  ****** */

.flnav {
  left: 0;
  position: absolute;
  top: 3px;
  width: 350px;
}

.flnav .boxhead { position:absolute;right:19999px;left:auto; }

.flnav .boxbody {
  font-size: .9em;
}

.flnav ul { float: right; }

.flnav li { float: left; }

.flnav li a {
  float: left;
  padding: 4px 9px 4px 10px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/flnav-sep.gif) no-repeat 0 55%;
}

.flnav .cat1 a {
  background: none;
}







/* ******  monthlist ****** */

.pgmain td table.calendar {
  font-size : .92em;
}
.monthlist table.grid { width : 100%; }
.monthlist td {
  padding : 0 0 10px 0;
}

.events,
.monthlist {
  width : 100%;
  overflow : hidden;
}

.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  ****** */

.calendar { margin : 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1.08em;
}
.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 : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : 2px;
}
.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; }




/* ******  advert  ****** */

.advert {
  text-align : center;
  overflow : hidden;
  width : 100%;
}
.advert .boxhead { text-align : left; }
.advert .boxbody { text-align : center; }
.advert img { margin-bottom : 1em; }


.pgfoot .advert {
  float: right;
  _float /**/: none;
  width: auto;
  padding-top: 10px;
}



/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left : 7em;
}





/* ******  qsearch  ****** */

.qsearch {
  position : absolute;
  top : 145px;
  margin-top : -.6em;
  right : 22px;
  width : 210px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999em;left:auto; }
.qsearch .boxbody {
  padding : 0;
  text-align: right;
}

.qsearch .fi_txt input {
  width : 129px;
  margin-right: -4px;
  padding-top: 1px;
  padding-bottom: 0;
  padding-left: 3px;
}

.qsearch .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; line-height:0; font-size:999px; letter-spacing:-99999em; overflow:hidden;
  width: 17px;
  height: 17px;
  background: url(i/qs-btn-img.gif) no-repeat 50% 50%;
}






/* ******  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 */
}
.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 : #ef8d00; }
.sitemap .boxbody i:hover { border-color : #aaa; }







/* ******  galleries  ****** */

.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}




/* ******  gallery  ****** */

.gallery .boxbody {
  padding-right : 0;
}

.gallery table {
  width: 100%;
}

.gallery td {
  text-align : center;
  vertical-align : bottom;
  padding : 12px;
  width : 25%;
  }

.gallery td img { margin : 0 auto; }

.gallery td h3 {
  text-align: left;
  color: #ef8d00;
  margin-bottom: 0;
  padding-left: 12px;
  font-size: 1.2em;
  margin-top: 7px;
}

.gallery td p {
  text-align: left;
  padding-left: 12px;
}

.gallery .ctrls {
  text-align: center;
}

.mediagallery .pager {
  margin-top : 1em;
}
.mediagallery .pager a {
  font-weight : bold;
}

.mediagallery .prev {
  float : left;
  margin-right : 1em;
}

.mediagallery .next {
  float : left;
}

.mediagallery .index {
  clear : left;
  padding-top : .5em;
}


/* ******  galleryitem  ****** */

.galleryitem .boxbody { text-align : center; }
.galleryitem .ctrls a { padding : 0 .3em; }
.galleryitem img { margin : .5em 0; }




/* ******  footer  ****** */

.footer {
  float: left;
  width: 850px;
}

.footer .boxhead { /* display : none; */ }

.footer .boxbody {
  padding: 10px;
  font-size: .9em;
}

.footer .boxbody i { margin: 0 4px; }

.footer .boxbody a:hover,
.footer .boxbody a:focus,
.footer .boxbody a:active {
  color: #000;
}




/* ******  byggiraeplica  ****** */
.byggiraeplica {
  padding-top : 20px;
  text-align : right;  
  _height:0;min-height:0; /* ie hasLayout fix */
  background: #E5E4E4;
}
.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-b25.png) 0 0 no-repeat;  /* (Black)  -- Use `ba_e2-w.png` for white */
  _background-image : none;
  _filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b25.png',sizingMethod='crop');
}



/* ******  imgbanner  ****** */

.imgbanner {
  position : absolute;
  top: 0;
  right: 0;
  _right: -1px;
}

.donate {
  position : absolute;
  top : 99px;
  right : 0;
  background : url(i/framlog-bg.png) 0 100% no-repeat;
  _background : url(i/framlog-bg.gif) 0 100% no-repeat;
  width : 97px;
  height : 21px;
  text-align : center;
}
.donate a:link,
.donate a:visited,
.donate a:active {
  display : block;
  line-height : 21px;
  text-transform : uppercase;
  padding : 0 5px;
  color : #fff;
  font-weight : bold;
}
.wrap .donate a:hover,
.wrap .donate a:focus {
  color : #fff;
}



/* ******.pagestyle  ****** */

.pagestyle { 
  position : absolute;
  top: 3px;
  left: 355px;
  width : 65px;
}
.pagestyle h2 { position:absolute;right:9999em;left:auto; }
.pagestyle li {
  float : right;
}
.pagestyle a {
  display : block;
}

.pagestyle .dwn a,
.pagestyle .up a {
  padding: 2px;
  margin-left : 2px;
}
.pagestyle .userstyles a {
  display : block;
  width : 16px;
  height : 16px;
  overflow : hidden;
  text-indent : -9999em;
  background : url(i/stillingar.gif) 0 0 no-repeat;
  margin : 2px 5px 0 0;
}
.pagestyle .userstyles a:hover,
.pagestyle .userstyles a:focus,
.pagestyle .userstyles a:active {
  background-position : 0 -16px;
}
  
.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {}



/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #ef8d00;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }





/* ***************** */
/* *****  HOME ***** */
/* ***************** */


/* *** layout *** */

.v2 .pgwrap,
.home .pgwrap { background-image: url(i/bw-bg-1col.gif) }


.v2 .pgmain,
.home .pgmain {
  width: 365px;
  margin-left: 7px;
}


.home .pgmain {
  /* margin-right: -260px; */
  margin-right: 24px;
  margin-top : 24px;
  /* padding-right: 284px; */
  width: 365px;
  float: right;
}

.home .pgmain .wrap {
  padding-right : 0;
  margin-top : -24px;
}


.v2 .pgextra1,
.home .pgextra1 {
  background: none;
  border-top: none;
}

.home .pgextra2 {
  width: 260px;
  margin: 0;
  float: right;
}

.home .pgextra2 .wrap {
  padding-top : 3px;
}

.home .pgextra3 {
  margin-left: 24px;
  _display: inline;
  width: 250px;
}

.v2 .pgfoot,
.home .pgfoot { background-image: url(i/p5-bg-1col.gif); }




/* *** box *** */


.home .pgmain .boxbody {
  padding-bottom : 0;
}

.home .pgmain .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }




/* *** ebox *** */

.home .wrap .ebox img {
  margin : 0 0 0 -12px;
  position : absolute;
  top : 0;
}



/* *** breadcrumbs *** */

.home .breadcrumbs { position:absolute;right:9999px;left:auto; }


/* *** articlelist *** */

.home .articlelist {
  margin-bottom: 1.5em;
}

.home .articlelist .boxhead {
  padding-top: 0;
  text-transform: uppercase;
  color: #494645;
}

.home .articlelist .item {
  border-bottom: none;
  border-top: 1px solid #C1C0C0;
  padding-top: 1em;
  padding-bottom: 0;
}

.home .articlelist .firstitem {
  padding-top: 0;
  border-top: none;
}



/* *** article *** */

.home .pgmain .article img {
  float : left;
  margin: .2em 0 0 0;
  clear : none;
}
.home .pgmain .article img.left {
  margin-right : 4px;
}

