html, body
{
  height: 100%;
}

*
{
  outline: none;
}

body
{
  margin: 0px;
  padding: 0px;
  background: #000;
  font-family: 'Century Gothic', arial, serif;
}

h1, h2, h3, h4, h5, h6
{
  font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
}

hgroup
{
  position: fixed;
  z-index: 3;
  left: 10px;
  top: 10px;
  padding: 10px;
  background: url(images/fs_img_g_bg.png);
  color: #FFF;
  font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  text-shadow: rgba(0, 0, 0, 0.50) 0 1px 1px;
}

  hgroup h1
  {
    margin: 0px;
    text-shadow: rgba(0, 0, 0, 1) 3px 2px 0;
  }

  hgroup h4
  {
    font-family: 'Century Gothic', arial, serif;
    font-size: 22px;
    font-weight: normal;
    margin: 0px;
  }

  hgroup a
  {
    text-decoration: none;
    color: #FFF;
    border-bottom: 1px dashed #FFF;
    transition: all 1s ease-out;
  }

    hgroup a:hover
    {
      background: rgba(0, 0, 0, 0.50);
      color: rgb( 0, 0, 255 );
      transition: all 1s ease-out;
    }

#toolbar
{
  position: fixed;
  z-index: 3;
  right: 10px;
  top: 10px;
  padding: 5px;
  background: url(images/fs_img_g_bg.png);
}

  #toolbar img
  {
    border: none;
  }

#img_title
{
  position: fixed;
  z-index: 3;
  right: 10px;
  bottom: 70%;
  padding: 10px;
  background: url(images/fs_img_g_bg.png);
  color: #FFF;
  font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}

#bg
{
  position: fixed;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#overlay
{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(images/dotted.png);
  opacity: 0.3;
}

#bgimg
{
  display: none;
}

#preloader
{
  position: relative;
  z-index: 3;
  width: 32px;
  padding: 20px;
  top: 80px;
  margin: auto;
  background: #000;
}

#thumbnails_wrapper
{
  z-index: 2;
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 155px;
  background: url(images/empty.gif); /* stupid ie needs a background value to understand hover area */
}

#outer_container
{
  position: relative;
  padding: 0;
  width: 100%;
  margin: 40px auto;
}

  #outer_container .thumbScroller
  {
    position: relative;
    overflow: hidden;
    background: url(images/fs_img_g_bg.png);
    background: rgba(0,0,0,0.850);
  }

    #outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content
    {
      height: 120px;
    }

      #outer_container .thumbScroller .container
      {
        position: relative;
        left: 0;
      }

      #outer_container .thumbScroller .content
      {
        float: left;
      }

        #outer_container .thumbScroller .content div
        {
          margin: 5px;
          height: 100%;
        }

      #outer_container .thumbScroller img
      {
        border: 3px solid #fff;
      }

      #outer_container .thumbScroller .content div a
      {
        display: block;
        padding: 5px;
      }

.nextImageBtn, .prevImageBtn
{
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin: -25px 10px 0 10px;
  z-index: 3;
  opacity: 0.4;
  transition: all .25s linear;
}

  .nextImageBtn:hover, .prevImageBtn:hover
  {
    opacity: 0.8;
    transition: all .25s linear;
  }

.nextImageBtn
{
  right: 0;
  background: #000 url(images/nextImgBtn.png) center center no-repeat;
}

.prevImageBtn
{
  background: #000 url(images/prevImgBtn.png) center center no-repeat;
}

ul.menu
{
  margin: 0;
  margin-top: -150px;
  padding: 0;
  list-style: none;
  font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
  font-size: 14px;
  width: 520px;
  position: absolute;
  top: 30%;
  right: 0%;
}

  ul.menu a
  {
    text-decoration: none;
    outline: none;
  }

  ul.menu li
  {
    float: left;
    width: 170px;
    height: 85px;
    position: relative;
    cursor: pointer;
  }

    ul.menu li > a
    {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 170px;
      height: 85px;
      z-index: 12;
      background: transparent url(images/overlay.png) no-repeat bottom right;
      background-color: rgba(0, 0, 0, 0.75);
      box-shadow: 0px 0px 2px #000 inset;
    }

    ul.menu li a img
    {
      border: none;
      position: absolute;
      width: 0px;
      height: 0px;
      bottom: 0px;
      left: 85px;
      z-index: 100;
      box-shadow: 0px 0px 4px #000;
    }

    ul.menu li span.wrap
    {
      position: absolute;
      top: 25px;
      left: 0px;
      width: 170px;
      height: 60px;
      z-index: 15;
    }

    ul.menu li span.active
    {
      position: absolute;
      background: rgba(0, 0, 0, 0.75);
      top: 85px;
      width: 170px;
      height: 0px;
      left: 0px;
      z-index: 14;
      box-shadow: 0px 0px 4px #000 inset;
      box-shadow: 0px 0px 4px #000 inset;
      border-bottom-right-radius: 15px;
      border-bottom-left-radius: 15px;
    }

    ul.menu li span span.link, ul.menu li span span.descr, ul.menu li div.box a
    {
      margin-left: 15px;
      text-transform: uppercase;
      text-shadow: 1px 1px 1px #000;
    }

    ul.menu li span span.link
    {
      color: #fff;
      font-size: 24px;
      float: left;
      clear: both;
    }

    ul.menu li span span.descr
    {
      color: #0B75AF;
      float: left;
      clear: both;
      width: 155px; /*For dumbass IE7*/
      font-size: 10px;
      letter-spacing: 1px;
    }

    ul.menu li div.box
    {
      display: block;
      position: absolute;
      width: 170px;
      overflow: hidden;
      height: 170px;
      top: 85px;
      left: 0px;
      display: none;
      background: #000;
    }

      ul.menu li div.box a
      {
        float: left;
        clear: both;
        line-height: 30px;
        color: #0B75AF;
      }

        ul.menu li div.box a:first-child
        {
          margin-top: 15px;
        }

        ul.menu li div.box a:hover
        {
          color: #fff;
        }

article
{
  display: none;
}

.image
{
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  float: right;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
/* Pop Up */
#popupAbout, #popupProjects, #popupContact
{
  height: 600px;
  width: 900px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  border: 1px solid #cecece;
  z-index: 15;
  padding: 20px;
  color: #FFF;
  box-shadow: 0px 0px 4px #000 inset;
  border-radius: 10px;
  margin-top: -50px;
  visibility: hidden;
}

  #popupAbout p, #popupProjects p, #popupContact p
  {
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  #popupAbout h1, #popupProjects h1, #popupContact h1
  {
    text-align: left;
    font-size: 30px;
    letter-spacing: 1px;
    border-bottom: 1px dotted #D3D3D3;
    padding-bottom: 2px;
    margin: 0;
  }

#popupAboutClose, #popupProjectsClose, #popupContactClose
{
  right: 0;
  top: 15px;
  position: absolute;
  display: block;
  opacity: 0.5;
  transition: all .25s linear;
}

  #popupAboutClose:hover, #popupProjectsClose:hover, #popupContactClose:hover
  {
    opacity: 1;
    transition: all .25s linear;
  }

.border
{
  height: 3px;
  clear: both;
  border-bottom: 1px dotted #FFF;
}

*:focus
{
  outline: none; /* Prevents blue border in Webkit */
}

.map
{
  margin-top: -210px;
  margin-right: 25px;
  border: 5px solid rgba(255, 255, 255, 0.30);
  border-radius: 5px;
  float: right;
}

.date
{
  float: left;
  position: relative;
  margin-right: 10px;
  padding: 44px 5px 0;
}

  .date .month
  {
    text-transform: uppercase;
    font-size: 25px;
  }

  .date .day
  {
    font-size: 35px;
    line-height: 45px;
    position: absolute;
    left: 5px;
    top: 0;
  }

  .date .year
  {
    display: block;
    position: absolute;
    right: -5px;
    top: 15px;
    transform: rotate(-90deg);
  }
