/*
Theme Name: FPG
Theme URI: http://www.fpg.is
Description: fpg layout
Version: 2.0
Author: fpg
Tags: gurgles, in, a, trans
*/
@font-face
{
  font-weight: bold;
  font-style: italic;
  font-family: "Geogrotesque";
  src: url('fonts/geogsbit.eot');
  src: local('ò∫'),
      url('fonts/geogsbit.ttf') format('truetype');
}
@font-face
{
  font-weight: normal;
  font-style: italic;
  font-family: "Geogrotesque";
  src: url('fonts/geogrgit.eot');
  src: local('ò∫'),
      url('fonts/geogrgit.ttf') format('truetype');
}
@font-face
{
  font-weight: bold;
  font-style: normal;
  font-family: "Geogrotesque";
  src: url('fonts/geogsb.eot');
  src: local('ò∫'),
      url('fonts/geogsb.ttf') format('truetype');
}
@font-face
{
  font-weight: normal;
  font-style: normal;
  font-family: "Geogrotesque";
  src: url('fonts/geogrg.eot');
  src: local('ò∫'),
      url('fonts/geogrg.ttf') format('truetype');
}
html, body { height: 100%; }
body {
    background: url('images/background.png') fixed repeat-x bottom;
    font-family: sans-serif;
    color: #808080;
}

#wrapper { min-height: 100%; }
#main { overflow: auto; padding-bottom: 230px; }
#footer { position: relative; clear: both; background: url('images/footer/footer_background.png') repeat-x; height: 230px; margin-top: -230px }

#footer_container {
  width: 964px;
  margin: 0 auto 0;
  padding-top: 50px;
}
#footer_left {
  float: left;
  width: 560px;
}
#footer_right {
  float: left;
  width: 380px;
}
.footerbox {
  float: left;
  width: 100px;
  margin-right: 20px;
}
.footerbox h4 {
  font-size: 15px;
  margin-bottom: 10px;
}
.footerbox ul {
  list-style: none;
  font-size: 12px;
}
hr.horiz {
  border: none;
  margin: 0px 0px 10px 0px;
  background: url('images/line_horizontal.png') repeat-x;
  height: 2px;
}
#footer_right img {
  float: left;
  padding-right: 10px;
}
.vertical {
  float: left;
  background: url('images/line_vertical.png') repeat-y;
  width: 2px;
  height: 80px;
  margin: 0px 10px 0px 6px;
}
a {
    color: #808080;
    text-decoration: none;
}

a:visited {
    color: #808080;
}

#wrapper {
    margin: 50px auto 0px auto;
    width: 964px;
}

#logo {
    background:url('images/fpg-logo.png') no-repeat;
    width: 192px;
    height: 169px;
    margin: -50px 0px 0px -60px;
    position: absolute;
    cursor: pointer;
    z-index: 6;
}

.navbar #highlight {
    background: url('images/navbar/navbar_highlight.png') no-repeat;
    margin-top: -5px;
    width: 85px;
    height: 58px;
    position:absolute;
    z-index: 4;
    left: -20px;
}

.navbar {
    background:url('images/navbar/navbar_mid.png') repeat-x;
    width: 954px;
    height: 40px;
    text-align: center;
    float: left;
    margin-top: 7px;
    z-index: 3;
    margin-bottom: 30px;
    position: relative;
}

.navbar ul {
    margin-left: 250px;
    margin-top: 9px;
}

.navbar ul li {
    list-style-type: none;
    display: inline;
    z-index: 5;
    width: 85px;
    float:left;
    position: relative;
}

.navbar ul li a {
  outline: none;
  font-size: 15px;
  display: block;
  height: 100%;
  text-shadow: 0 1px 1px rgba(255,255,255,128);
  color: #585858;
  font-family: "Geogrotesque", "Trebuchet MS", Arial;
}

#navbar_end {
    background: url('images/navbar/navbar_end.png') no-repeat;
    width: 10px;
    height: 40px;
    float: right;
    margin-top: 7px;
}

.clear {
  width: 0px;
  height: 0px;
  clear: both;
}
#content {
  padding-top: 20px;
}
#content_left {
  float: left;
  padding: 10px;
  padding-right: 20px;
  width: 550px; /* 960 - content_right.width - content_right.margin - padding*/
}

#content_right {
  list-style: none;
  float: left;
  width: 365px;
  margin-left: 15px;
}
#static_box {
  font-size: 17px;
  font-family: "Geogrotesque", "Trebuchet MS", Arial;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}
#blog_box {
  position: relative;
  background: url('images/panels/news_panel.png') no-repeat;
  width: 558px;
  height: 469px;
  padding-left: 15px;
  padding-top: 40px;
  margin-top: 50px;
}
#news_box .bulletheader {
  position: relative;
  left: -15px;
}
#news_box .bulletheader .m {
  margin-bottom: 0px;
  font-size: 20px;
}
#blog-box .shadeheader {
  z-index: -1;
}
#news_box ul,
#blog_box ul {
  list-style: none;
  width: 90%;
  position: relative;
  z-index: 2;
}

#news_box li > h3,
#blog_box li > h3 {
  display: inline;
}

#blog_box li > em {
  float: right;
  position: relative;
  top: 18px;
  font-size: 12px;
}

#news_box li > em {
  display: block;
  color: #bcbec0
}
#news_box li > em span {
  font-weight: bold;
  color: #939598;
}
#news_box li .blog_content {
  margin-top: 20px;
}

#news_box li hr,
#blog_box li hr {
  border: none;
  background: url('images/line_horizontal.png');
  height: 2px;
  clear: both;
}

#news_box hr {
  margin-top: 25px;
  margin-bottom: 25px;
}

#blog_box li .blog_excerpt p {
  margin-bottom: 0px;
}

.widget-container {
  margin-bottom: 30px;
  width: 366px;
  position: relative;
  text-shadow: 0 1px #FFF;
}
.fpg_social ul {
  float: right;
}
.twtr-teet-text em {
  margin-top: 10px;
}
.twtr-tweet-text em a {
  font-size: 12px;
}
.fpg_social li {
  width: 26px;
  height: 26px;
  padding-right: 10px;
}

#socialframe_1 > p {
  float: left;
  width: 50px;
}

#socialframe_1 > .twitter_cont {
  float: left;
  width: 280px;
}

.fpg_displaypages ul {
  overflow: visible;
}
.fpg_displaypages li p {
  margin: 0px;
  padding: 0px;
}

.fpg_displaypages li {
  max-width: 143px;
}

.fpg_displaypages li a {
  max-width: 143px;
  overflow: hidden;
}

.fpg_displaypages li img {
  max-width: 143px;
}

.fpg_displaypages li.first {
  float: left;
}

.fpg_displaypages li.last {
  float: right;
  position: relative;
  right: 10px;
}

.widget-container ul {
  list-style: none;
  margin-bottom: 0;
}

.widget-container li {
  display: inline;
}

.widget-container .shadeheader {
  top: -6px;
  left: -9px;
}


.paneltop {
  background: url('images/panels/panel_top.png') no-repeat;
  height: 6px;
}

.panelbottom {
  background: url('images/panels/panel_bottom.png') no-repeat;
  height: 30px;
}

.panelmiddle {
  background: url('images/panels/panel_mid.png') repeat-y;
  padding: 40px 20px 0px;
  min-height: 20px;
}

.shadeheader {
  position: absolute;
  top: -6px;
  left: -9px;
  margin-bottom: -40px;
  color: #585858;
}

.shadeheader .l {
  width: 13px;
  height: 51px;
  float: left;
  background: url('images/panels/header_left.png') no-repeat;
}

.shadeheader .m {
  float: left;
  height: 51px;
  background: url('images/panels/header_mid.png') repeat-x;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-shadow: 0 1px 1px rgba(255,255,255,128);
  font-family: "Geogrotesque", "Trebuchet MS", Arial;
}

.shadeheader .r {
  float: left;
  height: 51px;
  width: 22px;
  background: url('images/panels/header_right.png') no-repeat;
}

.bulletheader {
  position: absolute;
  color: #585858;
}

.bulletheader .l {
  width: 13px;
  height: 50px;
  float: left;
  background: url('images/bullets/bullet_left.png') no-repeat;
}

.bulletheader .m {
  float: left;
  height: 50px;
  background: url('images/bullets/bullet_mid.png') repeat-x;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-shadow: 0 1px 1px rgba(255,255,255,128);
  font-family: "Geogrotesque", "Trebuchet MS", Arial;
}

.bulletheader .r {
  float: left;
  height: 50px;
  width: 22px;
  background: url('images/bullets/bullet_right.png') no-repeat;
}

.clearfix:before,
.clearfix:after {
  content: ".";    
  display: block;    
  height: 0;    
  overflow: hidden; 
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;overflow:auto;}

/***************************promo start ****************************/
#promo {
  width: 962px;
  height: 500px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

#slideshow {
  background: url('images/showcase/showcase-background.png') no-repeat;
  height: 421px;
  margin-left: 10px;
}

#slideshow > div {
  display: none;
}

#timeline {
  background: url('images/showcase/showcase_timeline.png') no-repeat;
  margin-top: -12px;
  padding-top: 25px;
  height: 82px;
  text-align: center;
}

#timeline ul {
  list-style: none;
  display: inline;
}

#timeline li {
  display: inline;
  cursor: pointer;
  margin-right: 10px;
}

#timeline_selector {
  background: url('images/showcase/showcase_selector_arrow.png') no-repeat;
  width: 23px;
  height: 13px;
  position: absolute;
  z-index: 6;
}

/***************************promo end ****************************/
#showcase {
  list-style: none;
  margin-top: 30px;
}

#showcase li {
  float: left;
  width: 200px;
  margin: 0px 20px 0px;
  height: 220px;
}

/******************************submenu***********************************/
#submenu {
  height: 325px;
  position: relative;
  z-index: 7;
  margin-bottom: 50px;
  overflow: hidden;
}
#sidenav {
  padding-top: 40px;
  position: relative;
  float: left;
  width: 200px;
  z-index: 8;
}
#sidenav ul {
  list-style: none;
  height: 250px;
  overflow: hidden;
  position: relative;
}
#sidenav li {
  height: 50px;
  padding-left: 13px;
}
#sidenav h3 {
  font-size: 18px;
  display: block;
  cursor: pointer;
  text-shadow: 0 1px 1px rgba(255,255,255,128);
  color: #585858;
  font-family: "Geogrotesque", "Trebuchet MS", Arial;
}
#sidenav .bulletheader {
  position absolute;
  top: 30px;
  z-index: -1;
  left: -5px;
}
#sidenav .bulletheader .m {
  width: 155px;
}
#imagenav {
  width: 760px;
  height: 325px;
  float: left;
}
#imagenav img {
  width: 100%;
  height: 100%;
}
#uparrow {
  position: absolute;
  top: 0px;
  background: url('images/arrows/up_arrow.png') no-repeat 90px 0px;
  width: 100%;
  z-index: 9;
}
#downarrow {
  background: url('images/arrows/down_arrow.png') no-repeat 90px 0px;
  width: 100%;
  bottom: 0px;
  position: absolute;
}
.submenucontentitem {
  font-size: 16px;
}
/****************************** /submenu***********************************/
#socialscroller {
  width: 330px;
  height: 140px;
  overflow: hidden;
}
#socialscroller_container > div {
  margin-right: 30px;
  width: 330px;
  height: 100%;
  float: left;
}
#socialscroller_container {
  width: 9999px;
}
.employee {
  width: 160px;
  height: 60px;
  padding: 10px;
  position: relative;
  float: left;
}
.employee img {
  float: left;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.employee div {
  float: left;
  width: 106px;
  position: absolute;
  bottom: 10px;
  right: 0px;
}
.employee div * {
  margin: 0px;
}
.employee h4 {
  font-size: 12px;
}
.employee h5 {
  font-size: 10px;
  font-weight: normal;
}

.employee .empinfo {
  position: fixed;
  left: 50%;
  width: 940px;
  margin-left: -490px;
  top: 150px;
  height: 60%;
  z-index: 1000;
  background: #eee;
  color: black;
  padding: 30px;
  display: none;
}
.darkness {
  background: black;
  position: fixed; 
  opacity: 0.5;
  filter:alpha(opacity=50);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 999;
  display: none;
}

.blognav {
  overflow: hidden;
  font-weight: bold;
}

.nav-prev {
  float: left;
  width: 100px;
}

.nav-prev img,
.nav-next img {
  position:relative;
  top: 6px;
}

.nav-next {
  float: right;
  width: 100px;
  position: relative;
  right: 40px;
}

#blog_box .more {
  float: right;
}

#news_box .more {
  text-align: right;
}

.more img {
  position: relative;
  top: 5px;
}

.more a {
  color: #8dc63f;
  font-size: 11px;
  font-style: italic;
}

.socialButtons {
  margin-top: 20px;
}

.socialButtons > iframe {
  margin-right: 10px;
  margin-left: 10px;
}

.wpcf7 fieldset {
  float: left;
  width: 50%;
}

#supportblob {
  float: left;
  width: 50%;
}

.submenucontentitem {
  font-size: 13px;
}

.submenucontentitem strong {
  font-size: 16px;
}
.bcklnk {
  text-decoration: underline;
  position: relative;
  bottom: 10px;
}
.bcklnk img {
  position: relative;
  top: 7px;
}

