/*  
Theme Name: Daggardropi
Theme URI: http://www.daggardropi.is
Description: My theme
Version: 0.9
Author: Valur
Author URI: http://www.daggardropi.is
*/
.focustarget,
.stream { position:absolute;right:9999px;left:auto; }

html {
  -ms-overflow-y : scroll;
  overflow-y : scroll;
  height : 100%;
}


body {
  background : #000 url(img/body-bg.png) 50% 0 repeat-x;
  margin : 0;
  padding : 0;
  color : #fff;
  line-height : 1.2;
  text-align : center;
  font-size : 12px; ~font-size : 75%;
  font-family : Trebuchet MS, Helvetica, sans-serif;
  height : 100%;
}


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


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


p, blockquote, ul, ol, dl, table {
  margin-top : 0px;
  margin-bottom : .7em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }


a { 
  color : #fff81f;
  text-decoration : none;
  border-bottom : 1px dashed #fff81f;  
}

a span {
  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-family : "Lucida Sans Unicode", "Lucida Grande",  sans-serif;
  font-weight : normal;
}
.posttitle h2,
h1 {
  font-size : 2em;
  margin-bottom : .5em;
  font-weight : normal;
}

.posttitle {
  padding-right: 6em;
}

.home h1,
.about h1,
.portfolio h1 {
  font-size : 1.33em;
  text-transform : uppercase;
}
h2 {
  font-size : 1.33em;
  margin-top : 0;
  margin-bottom : .5em;
}
h3 {
  font-size : 1.33em;
  margin-top : 0;
  margin-bottom : .5em;
}
h4 {
  font-size : 1.09em;
  margin-bottom : .2em;
}
h1 a, h2 a, h3 a, h4 a {
  color : #fff;
  border : none;
}
h1 span, h2 span, h3 span, h4 span {
  color : #6600c2;
}

.portfolio .pgmain .entry h3,
.about .pgmain .entry h3,
.home .pgmain .entry h3 {
  font-weight : normal;
  font-family : Trebuchet MS, Helvetica, sans;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.portfolio .pgmain .entry h3 {
  font-size : 1.09em;
}
.portfolio .pgmain .entry h3 span,
.about .pgmain .entry h3 span,
.home .pgmain .entry h3 span {
  color : #de1c4b;
  text-transform : uppercase;
}




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 : Trebuchet MS, Helvetica, sans-serif;
  font-size : 1em;
}
textarea {
  vertical-align : top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #FFF81F;
  background : none;
  color : #fff;
}

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

.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 : none;
  border : 1px solid #FFF81F;
  color : #fff;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #DE1C4B;
  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 {
  clear : both;
  line-height : 0px;
  font-size : 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
  display : block;
}



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */
.sitewrap {
  background : url(img/bodybg-top.jpg) 50% 0 no-repeat;
  height : 100%;
}
.designstuff .dotline {
  position : absolute;
  top : 131px;
  left:0;
  width : 100%;
  height : 0;
  display : block;
  border-bottom : 1px dashed #fff;
}
.designstuff .designboxes {
  background : url(img/designboxes.png) 0 0 no-repeat;
  position : absolute;
  top : 335px;
  right : -23px;
  width : 14px;
  height : 81px;
  display : block;
}
.pgwrap {
  position : relative;
  width : 876px;
  margin : 0 auto -324px;
  text-align : left;
  min-height : 100%;
  _height : 100%;
}

.pgwrap .clear {
  height : 324px;
}
.pgwrap .boxbody .clear { height : auto; }

.pghead { height : 169px; }
.pghead .sitetitle {
  padding-top : 32px;
  display : block;
  width : 323px
}
.pghead .sitetitle .logo { 
  background : url(img/logo.png) 0 0 no-repeat;
  _background-image : url(img/logo.gif);
  height : 65px;
  width : 323px;
  overflow : hidden;
  text-indent : -9999em;
  display : block;
  border : none;
}
.pghead .sitetitle span { position:absolute;right:9999px;left:auto; }


.pgmain {
  border-bottom : 1px dashed #292929;
  background : #000;
  float : left;
  margin-right : 371px;
  width : 505px;
  _display : inline;
}
.onecol .pgmain {
  width : 876px;
  margin-right : 0;
}
.blog .pgmain {
  background : none;
  border : none;
}
.pgmain .wrap {
  padding : 20px;
}
.blog .pgmain .wrap {
  padding: 0;
}
.pgextra1 {
  
  float : left;
  width : 331px;
  _display : inline;
  margin-left : -331px;
  background : #000;
}
.home .pgextra1 { border-bottom: 1px dashed #292929; }
.pgextra1 .wrap {
  padding : 20px 0;
  _overflow : visible;
}

.pgfoot {
  background : url(img/pf-bg.jpg) 50% 100% no-repeat;
  clear : both;
  
}
.pgfoot .wrap {
  position : relative;
  width : 876px;
  margin : 0 auto;
  text-align : left;
  min-height : 135px;
  padding-bottom : 130px;
}




span.more {
  line-height : 1;
  position : relative;
  top : -4px;
  display : block;
  overflow : hidden;
  margin-bottom : 20px;
}
span.more a {
  background : #de1c4b;
  color : #000;
  display : block;
  float : left;
  padding : 0 4px 0 2px;
  border : none;
  font-weight : bold;
}
.pgwrap span.more a:hover,
.pgwrap span.more a:focus {
  color : #000;
  background : #FFF81F;
}


/* *** home *** */
.home .pgmain {
  overflow : hidden;
}
.home .pgmain p { margin : 0; }
.home .pgmain .entry {
  position : relative;
  min-height:0; /* ie hasLayout fix */
  width : 465px;
  height : auto;
}
.home .pgmain .entry li {
  position : relative;
  width : 465px;
  float : left;
  min-height:100px; /* ie hasLayout fix */
}
.home .pgmain .entry li h3 {
  font-size : 1.17em;
}
.home .pgmain .entry li h3 span {
  font-size : 0.86em;
}
.home .pgmain .entry img {
  margin-bottom : 10px;
}
.home .pgmain .entry p a {
  position : absolute;
  right : 0;
  bottom : 10px;
}
.home .pgmain .carousel-wrapper {
  overflow : hidden;
  width : 465px;
  position : relative;
}
.home .pgmain .carousel-clip {
  width:6000px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.home .pgmain .carousel-wrapper li {
  margin-right : 10px;
}
.home .pgmain .paging strong { position:absolute !important;right:9999px;left:auto; }
.home .pgmain .paging {
  text-align : right;
  position : absolute;
  top : -25px;
  right : 0;
  padding-right : 0;
}
.home .pgmain .entry .paging * { 
  display : inline; 
  position : static; 
  width : auto;
  float : none;
  _height:auto;min-height:0;
}
.home .pgmain .entry .paging li a {
  display : block;
  margin-left : 5px;
  padding : 0;
  background : #303030;
  color : #fff;
  font-size : .92em;
  border : none;
  height : 10px;
  width: 10px;
  text-indent: -9999em;
  float: left;
  text-align: left;
  overflow : hidden; 
}
.home .pgmain .entry .paging li a:hover,
.home .pgmain .entry .paging li a:focus {
  outline : 0;
  color : #DE1C4B;
}
.home .pgmain .entry .paging li a.current {
  background : #6600c2;
}
.home .pgmain .entry .paging .prev a,
.home .pgmain .entry .paging .next a { position:absolute;right:9999px;left:auto; }



/* *** posts *** */
.pagetitle {
  border: 20px solid #000;
  background: #DE1C4B;
  font-size: 1.17em;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-family:Trebuchet MS,Helvetica,sans-serif;
  padding: 6px 10px 5px;
  margin: 0 0 -20px;
}
.post {
  position : relative;
  margin-top: 35px;
  _margin-bottom : 35px;
  padding: 20px;
  border-bottom : 1px dashed #292929;
  background : #000;
}
.post:first-child { margin-top : 0; }
.post.alt {
  background : #0D0216;
}

.post .post-date {
  position : absolute;
  right : 20px;
  top : 20px;
  background : #de1c4b;
  color : #000;
  padding : 0 5px;
  font-size : 1.17em;
  font-weight : bold;
  line-height : 1;
}
.post .post-date .date {
  font-size : 2em;
}
.post .entry {
  line-height : 1.6;
  font-size : 1.09em;
  overflow: hidden;
}
.post .entry .postmetadata,
.post .entry .more,
.post .entry .postnav {
  font-size : .92em;
}
.post .entry p {
  margin-bottom : 1em;
}

.post .entry h2,
.about .page .entry h2 {
  color : #de1c4b;
} 
.post img { clear: both; vertical-align: text-bottom; padding: 5px;  border : 1px dashed #292929;}
.post .alignleft { float: left;  margin: .2em 2em .5em 0; }
.post .alignright { float: right;  margin: .2em 0 .5em 2em; }
.post .aligncenter { float: none; display: block; margin: .2em auto .7em auto; text-align: center;}
.post div.aligncenter { width: 100% !important; }

.post .fancypop {
  border: none;
  display : block;
  position : relative;
}
.post .fancypop .zoomicon {
  background : #FFF81F url(img/zoomicon.png) 0 0 no-repeat;
  display : block;
  width: 8px;
  height: 8px;
  position : absolute;
  top: 6px;
  right: 4px;
}

.post .wp-caption:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.post .wp-caption-text {
  font-size : .92em;
  color : #ddd;
  text-align : center;
  font-style: italic;
  padding-top: .3em;
}

.post img.wp-smiley {
  border: none; padding: 0; clear: none;
}

h3#comments {
  padding : 20px 20px 0;
  clear : both;
  margin : 0;
  font-size: 2em;
}

ol.commentlist {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}
.commentlist .children {
  padding-left: 78px;
  
}
.commentlist .comment-body {
  background : #0D0316 url(img/comment-top.png) 100% 0 no-repeat;
  padding: 34px 15px 20px 94px;
  margin-bottom: 10px;
  position : relative;
}
.commentlist .comment-author-fb584805939 > .comment-body,
.commentlist .comment-author-jonadogg > .comment-body,
.commentlist .bypostauthor > .comment-body {
  background : #220414 url(img/comment-byuser-top.png) 100% 0 no-repeat;
}
.commentlist  .comment-body .img {
  background : url(img/avatar-arrow.png) 100% 7px no-repeat;
  padding-right: 6px;
  position : absolute;
  left: 20px;
  top: 34px;
}
.commentlist  .comment-body .img img {
  border : 5px solid #fff;
}
.commentlist .comment-author {
  border-bottom : 1px solid #531637;
  padding-bottom: 3px;
  margin-bottom: 15px;
  font-size: 1.5em;
}
.commentlist .comment-author cite {
  font-style: normal;
}
.commentlist .comment-author .comment-meta {
  display : block;
  font-family: "Trebuchet MS";
  color: #de1c4b;
  font-size: .667em;
  text-transform : uppercase;
}
.commentlist .comment-author .comment-meta a {
  color: #de1c4b;
}
.commentlist .comment-text {
  _height:50px;
  min-height:50px;
}
.commentlist .reply {
  position : absolute;
  top: 103px;
  left: 20px;
}
.commentlist .reply a {
  border: none;
  background: #43007f;
  padding: 0 3px;
  line-height: 1.1;
  display : block;
  width: 52px;
  font-weight : bold;
  color: #000;
}
.commentlist .reply a:after { content: " +"; }
.commentlist .reply a:hover,
.commentlist .reply a:focus {
  background: #;
}

div#respond {
  background: #07010d;
  border-bottom: 1px dashed #292929;
  padding: 20px 20px 25px;
  position: relative;
}
div#respond h3 { font-size: 2em; }
div#respond .user-loggedin {
  margin-bottom: 15px;
}
div#respond .user-loggedin a {
  border: none;
}
div#respond .cancel-comment-reply a {
  border: none;
  display : block;
  padding-bottom: 5px;
}
div#respond .fi_txt,
div#respond .fi_bdy {
  padding: 6px 10px;
  background: #de1c4b;
  position : relative;
}
div#respond .fi_txt {
  width: 272px;
}
div#respond .fi_txt label,
div#respond .fi_bdy label {
  text-transform : uppercase;
  color: #010000;
  font-size: 1.17em;
  display: block;
  line-height: 1.3;
  font-weight : bold;
}
div#respond .fi_txt label {
  float: left;
  width: 75px;
  padding-right: 5px;
}
div#respond .fi_txt input,
div#respond .fi_bdy textarea {
  font-size: 1.17em;
  border: none;
  background: none;
  padding : 0;
  color: #fff;
  font-weight : bold;
}
div#respond .fi_txt input {
  width: 192px;
}
div#respond .fi_txt small {
  position : absolute;
  left: 303px;
  top: 8px;
  font-size: 1em;
  color: #de1c4b;
  white-space: nowrap;
}
div#respond .fi_btn {
  margin-bottom: 1.4em;
}
div#respond .fi_btn input {
  background: #fff81f;
  padding: 0 3px;
  border: none;
  color: #010000;
}
div#respond .fi_btn input:hover,
div#respond .fi_btn input:focus {
  background: #de1c4b;
}
div#respond .fi_chk label {
  padding: 0 0 0 5px;
}
div#respond .fi_chk input {
  margin : 0;
  width: auto;
}
div#respond .fbconnect {
  position : absolute;
  right: 20px;
  top: 22px;
  width: 110px;
  text-align : right;
}
div#respond .fbconnect span,
div#respond .fbconnect br { position:absolute;right:9999px;left:auto; }


/* ***** about ***** */
.about .page .entry {
  padding-right : 326px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.about .page .entry p {
  line-height : 1.6;
  margin-bottom : 1.5em;
}
.about .page .entry img {
  clear : right;
  float : right;
  margin : .3em -326px 12px 35px;
}
.about .page .entry table.imgtable { 
  margin: 0 -326px 0 -5px;
}
.about .page .entry table.imgtable td { 
  padding: 5px;
}

.about .page .entry table img { 
  float: none;
  margin: 0;
}
.about .page .entry a.mycv {
  display : block;
  border : 1px solid #d51b48;
  padding : 5px;
  width : 281px;
  clear : right;
  float : right;
  margin-right : -326px;
  display: none;
}


/* ***** portfolio ***** */
.portfolio .pgmain {
  border : none;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.portfolio .pgmain .wrap {
  padding : 20px 0 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.portfolio .pgmain .page,
.portfolio .pgmain .entry {
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.portfolio .pgmain h1 { position:absolute;right:9999px;left:auto; }
.portfolio .pgmain .counter {
  position : absolute;
  right : 20px;
  text-align : right;
  margin-top : -1.8em;
  color : #de1c4b;
}
.portfolio .pgmain .counter a {
  background : #FFF81F;
  color : #000;
  font-weight : bold;
  display : inline-block;
  padding : 0 4px 0 2px;
  border : none;
  font-weight : bold;
  margin-left : 10px;
}
.portfolio .pgmain .counter a:hover,
.portfolio .pgmain .counter a:focus {
  color : #000;
  background : #de1c4b;
}
.portfolio .pgmain .ulwrap {
  height : 155px;
  display : block;
  overflow : hidden;
  border-bottom : 1px dashed #292929;
  padding : 0 20px 15px;
  position : relative;
  z-index : 1;
}
.portfolio .pgmain ul {
  margin : 0 -20px;
  padding : 0 24px;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-bottom : 1px dashed #292929;
}
.portfolio .pgmain .ulwrap ul {
  border : none;
  padding : 0;
}
.portfolio .pgmain ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.portfolio .pgmain li {
  _display : inline;
  float : left;
  padding : 0 0 40px 12px;
  position : relative;
  width : 274px;
  position : relative;
  _height:145px;min-height:145px;
}
.portfolio .pgmain li img {
 
}
.portfolio .pgmain li p { margin : 0; color : #FFF81F; _height:0;min-height:0; /* ie hasLayout fix */ }
.portfolio .pgmain li p span {
  text-transform : uppercase;
  color : #DE1C4B;
}
.portfolio .pgmain li a.more {
  background : #de1c4b;
  color : #000;
  display : inline-block;
  padding : 0 4px 0 2px;
  position : absolute;
  right : 0;
  border : none;
  font-weight : bold;
  margin-top: -1em;
}
.portfolio .pgmain .entry h2 { margin : 40px 0 .5em 20px; _height:0;min-height:0; /* ie hasLayout fix */ }
.portfolio .pgmain .entry h2:first-child { margin-top : 0; }
.portfolio .pgmain li a.more:hover,
.portfolio .pgmain li a.more:focus {
  color : #000;
  background : #FFF81F;
}
.portfolio .alt {
  background : #0D0216;
  margin-top : 40px;
}
.portfolio .alt h2 { padding-top: .5em; }

.portfolio  .ulwrap  a { 
  display: block;
  border: 4px solid #000;
  padding: 0;
   margin-bottom : 7px;
}
.portfolio  .alt .ulwrap  a { 
  border-color: #0D0216;
}
.portfolio .pgmain .ulwrap  a:hover { border-color: #DE1C4B;}


/* ***** portfolio articles ***** */
.portart {
  
}

.portart .nextproject .prev a {
  background: url(img/prev.png) 0 50% no-repeat;
  color: #595959;
  padding-left: 10px;
  float: left;
  margin-right: 15px;
  border: none;
}


.portart .nextproject .next a {
  background: url(img/next.png) 100% 50% no-repeat;
  color: #de1c4b;
  padding-right: 10px;
  border: none;
  font-weight: bold;
}
.portart .nextproject li a:hover,
.portart .nextproject li a:focus { text-decoration: underline; }

.portart .nextproject .title {
  margin-bottom: 6px;
  margin-top: 50px;
}

.postmetadata {
  color : #de1c4b;
  clear : both;
  text-transform : uppercase;
  font-family : Trebuchet MS;
  margin-bottom : 0;
}
.postmetadata a {
  color : #fff;
  border-color : #fff;
  text-transform : none;
}


/* ***** sidebarboxes ***** */
.sidebox {
  position : relative;
  clear : both;
  margin-bottom : 20px;
  padding : 10px 20px 0;
  border-bottom : 1px dashed #292929;
  _overflow : visible;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.sidebox .boxhead {
  text-transform : uppercase;
  min-height:0; /* ie hasLayout fix */
}
.sidebox  ul { overflow : hidden; }
.sidebox li { 
  padding-bottom : 5px; 
  width : 49%;
  float: left;
  white-space : nowrap;
  overflow : hidden;
}
.links li {
  width : auto;
  float: none;
}


/* ** about ** */
.home .aboutme { 
  border : none; 
  padding-top : 1px; 
  overflow: hidden; 
  _overflow: visible; 
}
.home .aboutme .boxhead { padding-bottom : 3px; }
.aboutme .boxbody p {
  line-height : 1.6;
}
.aboutme img {
  float : left;
  margin : 0 13px 13px 0;
}
.aboutme .boxbody span { color : #de1c4b; }
.home .aboutme .boxbody p.large { font-size : 1.09em; }
.aboutme .rss-panda {
  clear : both;
  height: 1px;
  display : block;
}
.aboutme .rss-panda a {
  background : url(img/rss-panda.png) 100% 0 no-repeat;
  padding: 33px 60px 0 0;
  height: 23px;
  text-align : right;
  text-transform : uppercase;
  color: #de1c4b;
  font-size: .92em;
  position : absolute;
  right: 3px;
  bottom: -2px;
  border : none;
}
.aboutme .rss-panda a:hover,
.aboutme .rss-panda a:focus {
  color: #fff81f;
}

/* ** search ** */
.wrap .searchtitle {
  padding : 20px;
  background : #000;
  font-size : 1.33em;
  font-weight : bold;
  font-family : "Lucida Sans Unicode","Lucida Grande",sans-serif
}
.search { padding-top : 0; border : none; margin-bottom : 10px; }
.search .boxbody {
  background : #de1c4b;
  padding : 6px 10px 4px;
  position : relative;
}
.search h3, .search label { position:absolute;right:9999px;left:auto; }
.search input.textbox {
  background : none;
  border : none;
  padding : 0;
  font-size : 1.17em;
  color : #000;
  font-weight : bold;
  text-transform : uppercase;
}
.search .btn {
  background : url(img/search-btn.png) 0 0 no-repeat;
  _background-image : url(img/search-btn.gif);
  display : block;
  position : absolute;
  right : 5px;
  top : 4px;
  width : 47px;
  height : 30px;
  z-index : 100;
}
.search .btn #searchsubmit {
  background : none;
  border : none;
  width : 47px;
  height : 30px;
  padding : 0;
  overflow : hidden;
  text-indent : -9999em;
  cursor : pointer;
  _cursor : hand;
}


/* ** tabbox ** */
.tabbox { clear : both; position : relative; z-index : 1; _height:0;min-height:0; /* ie hasLayout fix */ }
.tabbox .boxhead { position:absolute;right:9999px;left:auto; }
.tabs ul {
  _height:0;min-height:0; /* ie hasLayout fix */
}
.tabs li {
  float : left;
  _display : inline;
  margin : 0 10px 6px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.tabs li a {
  display : block;
  padding : 5px 15px;
  text-transform : uppercase;
  color : #43007f;
  border : none;
  _height:0;min-height:0; /* ie hasLayout fix */
  _width: 0;
  white-space: nowrap;
}
.tabs li.current a {
  color : #fff;
  background : #0D0216;
}

.tabbox .sidebox {
  padding : 20px 20px 30px;
  background : #0D0216;
}
.tabbox .sidebox a,
.links li a,
.friends li a {
  color : #fff;
  border : none;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.friends li a:before,
.links li a:before,
.tabbox #flokkar a:before,
.tabbox #safn a:before { content : "+ "; }

.links {  margin-bottom : 0; }
.friends .boxbody, 
.links .boxbody { padding : 10px 0 20px; }

#alit ul li {
  width: auto;
  float: none;
  padding-bottom: .4em;
  white-space: normal;
}
#alit ul li a {
  color: #FFF81F;
}

.fbc_profile_header {
  padding: 0 20px 20px;
  display: none;
}
.blog .fbc_profile_header {
  display: block;
}
.fbc_profile_header .boxbody { 
  padding-top: 10px; 
  overflow: hidden; 
  _overflow: visible; 
}
.fbc_profile_header .fbc_profile_pic {
  float: left;
  margin: 0 10px 0 0;
}
.fbc_profile_header .welcome {
  display : block;
  padding: 7px 0 6px;
}
.fbc_profile_header a {
  border: none;
}



/* *** pgnav *** */
.pgnav {
  position : absolute;
  right : 3px;
  top : 69px;
  z-index : 10;
}
.pgnav li {
  float : left;
  _display : inline;
  margin-left : 12px;
  padding: 24px 11px 42px 17px
}
.pgnav li.current_page_item,
.pgnav li.current_page_parent,
.pgnav li:hover {
  background : url(img/mnav-blob.png) 100% 100% no-repeat;
}
.pgnav li a {
  background : url(img/pgnav.png) 0 0 no-repeat;
  _background-image : url(img/pgnav.gif);
  display : block;
  overflow : hidden;
  width : 44px;
  height : 32px;
  text-indent : -9999em;
  border : none;
}
.pgnav li.current_page_item a,
.pgnav li.current_page_parent a,
.pgnav li a:hover,
.pgnav li a:focus {
  background-position : 0 -32px;
  outline : 0;
}
.pgnav li.page-item-3 a {
  width : 90px;
  background-position : -44px 0;
}
.pgnav li.page-item-3.current_page_item a,
.pgnav li.page-item-3.current_page_parent a,
.pgnav li.page-item-3 a:hover,
.pgnav li.page-item-3 a:focus {
  background-position : -44px -32px;
}
.pgnav li.page-item-2 a {
  width : 55px;
  background-position : -134px 0;
}
.pgnav li.page-item-2.current_page_item a,
.pgnav li.page-item-2.current_page_parent a,
.pgnav li.page-item-2 a:hover,
.pgnav li.page-item-2 a:focus {
  background-position : -134px -32px;
}
.pgnav li.page-item-5 a {
  width : 82px;
  background-position : -189px 0;
}
.pgnav li.page-item-5.current_page_item a,
.pgnav li.page-item-5.current_page_parent a,
.pgnav li.page-item-5 a:hover,
.pgnav li.page-item-5 a:focus {
  background-position : -189px -32px;
}









.footbox {
  float : left;
  _display : inline;
  min-height : 10px;
}
.footbox .boxhead {
  text-transform : uppercase;
}

.widget_twitter {
  background : url(img/tweet-bottom.png) 0 110px no-repeat;
  _background-image : url(img/tweet-bottom.gif);
  padding : 40px 0 0;
  margin-right : 22px;
  margin-left : 20px;
  width : 291px;
}
.widget_twitter .boxhead {
  background : url(img/tweet-top.png) 0 0 no-repeat;
  _background-image : url(img/tweet-top.gif);
  padding : 35px 0 0;
  height : 80px;
  margin-bottom : -35px;
}
.widget_twitter .boxbody {
  padding : 0 25px 8px 60px;
  min-height : 55px;_height:55px;
  position : relative;
}
.widget_twitter .entry-content {
  display : block;
  line-height : 1.6;
  font-style : italic;
  color: #c098f0;
}
.widget_twitter .entry-meta {
  position : absolute;
  right : 8px;
  bottom : -15px;
  font-size : .92em;
}
.widget_twitter .entry-meta a {
  border : none;
  color : #fff;
}
.widget_twitter .entry-meta a span {
  color : #de1c4b;
}
.widget_twitter .from-meta,
.widget_twitter .in-reply-to-meta { display: none; }

.followme {
  width : 182px;
  padding : 60px 0 0;
  margin-right : 30px;
  _margin-right: 25px;
}
.followme h3 {
  display : block;
  background : url(img/follow-me.png) -400px 0 no-repeat;
  _background-image : url(img/follow-me.gif);
  height : 53px;
  width : 140px;
  overflow : hidden;
  text-indent : -99999em;
  margin : 0 0 15px 14px;
}
.followme li {
  float : left;
  margin : 0 0 12px 13px;
  _display : inline;
}
.followme li.twitter,
.followme li.facebook {
  margin-left : 0;
  clear : left;
}
.followme li a {
  background : url(img/follow-me.png) 0 0 no-repeat;
  _background-image : url(img/follow-me.gif);
  height : 21px;
  width : 69px;
  display : block;
  border : none;
  overflow : hidden;
  text-indent : -9999em;
}
.followme li a:hover,
.followme li a:focus {
  background-position : 0 -21px;
}
.followme li.facebook a {
  background-position : -200px 0;
}
.followme li.facebook a:hover,
.followme li.facebook a:focus {
  background-position : -200px -21px;
}
.followme li.linkedin a {
  width : 89px;
  background-position : -95px 0;
}
.followme li.linkedin a:hover,
.followme li.linkedin a:focus {
  background-position : -95px -21px;
}
.followme li.myspace a {
  width : 89px;
  background-position : -300px 0;
}
.followme li.myspace a:hover,
.followme li.myspace a:focus {
  background-position : -300px -21px;
}


.contact {
  padding : 75px 20px 20px;
  background : #000;
  width : 291px;
}
.contact .boxbody a {
  color : #000;
  border : none;
  background : #FFF81F;
  display: inline-block;
  float: left;
  font-weight: bold;
  padding: 0 4px 0 2px;
}
.contact .boxbody p {
  line-height : 1.6;
}
.contact .boxbody a:hover,
.contact .boxbody a:focus {
  background : #DE1C4B;
  color : #000;
}

.popup-curtain {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  z-index : 50;
}

.contactform {
  position: absolute;
  z-index : 100;
  left: 50%;
  margin-left: -440px;
  padding: 30px;
  background: #000;
  width: 818px;
  text-align: left;
  border: 1px solid #43007f;
}
.loading {
  width: 240px;
  margin-left: -150px;
  text-align : center;
}
.contactform .boxhead { 
  text-transform : uppercase; 
  margin-bottom: 20px;
}

.wpcf7-form {
  position : relative;
  overflow: hidden;
  display : block;
}
.about .wpcf7-form {
  margin-right: -326px;
}
.wpcf7-form .intro {
  width: 415px;
  float: left;
  padding-right: 20px;
}
.wpcf7-form .intro p {
  margin-bottom: 20px;
}
.wpcf7-form .sig {
  background: url(img/sig.png) 0 0 no-repeat;
  display: block;
  overflow: hiddden;
  width: 136px;
  height: 87px;
  text-indent: -9999em;
}
.wpcf7-form .form {
  float: left;
  width: 330px;
}
body form.wpcf7-form .form p {
  margin-bottom: .75em;
  line-height: 1.667em;
}
.wpcf7-form .form br { display: none; }
.wpcf7-form .form .fi_txt,
.wpcf7-form .form .fi_bdy {
  overflow: hidden;
  clear : both;
  background: #de1c4b;
  padding: 6px 10px;
}
.wpcf7-form .form .fi_txt label,
.wpcf7-form .form .fi_txt input,
.wpcf7-form .form .fi_bdy label,
.wpcf7-form .form .fi_bdy textarea {
  font-size: 1.17em;
  color: #010000;
  font-weight : bold;
  border: none;
  background: #DE1C4B;
}
.wpcf7-form .form .fi_txt label {
  text-transform : uppercase;
  float: left;
  width: 68px;
}
.wpcf7-form .form .fi_txt input {
  width: 240px;
  padding: 1px 0 0;
  color: #fff;
}
.wpcf7-form .form .fi_bdy label {
  text-transform : uppercase;
}
.wpcf7-form .form .fi_bdy textarea {
  width: 307px;
  height: 140px;
  color: #fff;
}
.wpcf7-form .form .fi_btn {
  line-height: 1;
}
.wpcf7-form .form .fi_btn input {
  border: none;
  background : #fff81f url(img/send.png) 100% 50% no-repeat;
  padding: 0 28px 0 3px;
  color: #000;
}
.wpcf7-form .form .fi_btn input:hover,
.wpcf7-form .form .fi_btn input:focus {
  background-color: #DE1C4B;
}
.wpcf7-form .form .response {
  width: 288px;
  letter-spacing: -2px;
  color: #de1c4b;
  font-size: 3.33em;
  font-weight : bold;
  text-transform : uppercase;
  overflow: visible;
  line-height: 1.1;
}
.wpcf7-form .form .response span {
  display : block;
  border-top: 4px solid #43007f;
  padding-top: 5px;
  color: #fff;
  font-size: .6em;
  letter-spacing: -1px;
  margin-top: 10px;
}

.footer {
  position : absolute;
  bottom : 16px;
  color : #755e91;
  left : 0;
  width : 876px;
}
.footer p { float : left; margin : 0; }
.footer .copy {
  position : absolute;
  right : 0;
  left : auto;
}
.footer a {
  border : none;
}


body .sitewrap a:hover,
body .sitewrap a:focus,
body .sitewrap a:active {
  color : #de1c4b;
  text-decoration : none;
  border-color : #de1c4b;
}








/* ******  fancybox  ****** */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
  position: absolute;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: none;
  overflow: hidden;
  background: transparent;
  z-index: 100;
}

div#fancy_loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent url('js/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
  position: absolute;
  background-color: #FFF;
  z-index: 30;
}

div#fancy_loading_icon {
  position: absolute;
  background: url('js/fancybox/fancy_loading.gif') no-repeat;
  z-index: 35;
  width: 16px;
  height: 16px;
}

div#fancy_outer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  padding: 18px 18px 33px 18px;
  margin: 0;
  overflow: hidden;
  background: transparent;
  display: none;
}

div#fancy_inner {
  position: relative;
  width:100%;
  height:100%;
  border: 1px solid #BBB;
  background: #FFF;
}

div#fancy_content {
  margin: 0;
  z-index: 100;
  position: absolute;
}

div#fancy_div {
  background: #000;
  color: #FFF;
  height: 100%;
  width: 100%;
  z-index: 100;
}

img#fancy_img {
  position: absolute;
  top: 0;
  left: 0;
  border:0; 
  padding: 0; 
  margin: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('js/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('js/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('js/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n,
div.fancy_bg_ne,
div.fancy_bg_e,
div.fancy_bg_se,
div.fancy_bg_s,
div.fancy_bg_sw,
div.fancy_bg_w,
div.fancy_bg_nw,
div#fancy_title {
	display : none;
}
