/*
 * Transportfolio Screen Styles for IE <= 8
 * Last updated October 12, 2012
 */



#authorlist ul {

    margin: 0;

}

header nav {
  behavior: url(PIE.htc);
  *margin: -2px 0 0 -483px;
  *padding-right: 1px;
  }

header > div {
  *width: auto;
  }
  
header form {
  display: inline;
}
  
header .subscribe input[type=text] {
  *margin-left: -10px !important;
  *width: 96% !important;
  }

#content {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  behavior: url(PIE.htc);
  }
  
input[type=radio] {
  *width: 14px;
  *height: 14px;
  }

aside {
  *padding-right: 2%;
  behavior: url(/PIE.htc);
  }

aside .subscribe {
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  behavior: url(PIE.htc);
  }
aside .subscribe input[type=text] {
  width: expression((this.parentNode.clientWidth - parseInt(this.currentStyle['paddingLeft']) - parseInt(this.currentStyle['paddingRight']) - 50) + 'px');
  }

#content .subscribe {
  *width: 340px;
  }

#comment-container {
  behavior: url(PIE.htc);
  }
