.cufon {
  margin-top: 4px !important;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0 0;
}
  table td {
    padding: 0;
  }


/* @group Stickers */

#stickers {
  position: absolute;
  left: 0;
  top: 59px;
  width: 981px;
  text-align: right;
  z-index: 5000;
}
body.blog-inner #stickers {
  top: 40px;
}
  #stickers .sticker {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-left: 11px;
  }
    #stickers .sticker span {
      position: absolute;
      color: white;
      font-size: 0.6em;
      text-align: center;
    }
  #stickers .sticker-orange {
    width: 115px;
    height: 110px;
  }
  #stickers .sticker-portfolio {
    width: 116px;
    height: 107px;
  }
    #stickers .sticker-portfolio span {
      left: 44px;
      top: 11px;
      width: 25px;
      height: 24px;
      padding-top: 5px;
    }
  #stickers .sticker-blog {
    width: 113px;
    height: 107px;
  }
    #stickers .sticker-blog span {
      left: 48px;
      top: 12px;
      width: 23px;
      height: 24px;
      padding-top: 5px;
    }

/* @end Stickers */

/* @group Banner */

div.banner {
  display: block;
  margin: 0px;
  margin-top: -10px;
  margin-bottom: 15px;
  width: 230px;
  height: 283px;
  overflow: hidden;
  text-decoration: none;
}
  a.banner,
  span.banner {
    display: block;
    width: 230px;
    height: 283px;
    
    margin-top: -283px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  span.banner {
    cursor: default;
  }

/* @end Banner */

/* @group JS Warning */

.jsblock {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  
  z-index: 8000;
}
.jswarning {
  position: fixed;
  top: 35%;
  left: 21%;
  width: 400px;
  
  font-size: 1.1em;
  background: #CC0000;
  color: white;
  padding: 14px;
  opacity: 0.8;
  filter: Alpha(Opacity=80);
  
  z-index: 9000;
}
  .jswarning a {
    color: #ffffff;
  }

/* @end JS Warning */


#motto {
  position: absolute;
  left: 15px;
  top: 62px;
  
  /* Old headers */
  width: 965px;
  /*width: 560px;*/
  
  z-index: 2;
}
  #motto .row {

    /* Old headers */
    float: right;

    margin-bottom: 7px;
  }
    #motto .row .motto-inner {
      display: -moz-inline-box;
      display: inline-block;
      display: expression('inline');
      padding-top: 3px;
      padding-left: 14px;
      padding-right: 13px;
      padding-bottom: 7px;
      color: #000000;
      background: white;
    }
  #motto div.motto-text {
    font-size: 29px;
    padding-right: 2px;
    margin-right: -2px;
  }
  #motto .flashtext-div {
    background: white;
  }
    #motto .flashtext-div object {
      margin-top: 3px !important;
      margin-bottom: -3px !important;
    }

    
    
#footer {
  width: 965px;
  overflow: hidden;
}
  #footer .rounded {
    background: #ffffff;
    font-size: 0.6em;
    zoom: 1;
  }
  #footer .column1 {
    width: 56px;
    float: left;
    padding: 0 17px 0 10px;
  }
  #footer .column2 {
    width: 404px;
    float: left;
    padding: 0 20px 0 0;
  }
  #footer .column3 {
    width: 440px;
    float: left;
    padding: 0 18px 0 0;
  }
  #footer p {
    margin-top: 0;
    margin-bottom: 5px;
  }
  #footer a {
    color: #37B7EC;
  }
  #footer .body {
    margin: 10px 0;
  }
