
/* -----------------------------------------------
:: For all IE specfific style less than IE9
:: We hate IE
----------------------------------------------- */

    
/* -----------------------------------------------
:: CSS3 help from PIE
----------------------------------------------- */
.csspie {
  position:relative; 
  behavior:url('/blog/PIE.htc');
}

body {
  /* remove IE horizontal scroll on body */
  /* caused by box-shadow on outer container */
  overflow-x: hidden;
}

#topbar ul li.home span {
    top: 3px;
}

#header form.search button[type="submit"] {
	top: 7px;
}

#primary ul li a {
    padding: 0.9em 1.2em 0.9em 1.2em;
}

#primary ul li.home a {
	padding:2.5em 0.75em 0 0.75em;
}

#newsletter .follow:before {
	top:16px;
}

#newsletter .follow form { top: 25px; }

