/* This allows older browsers to properly centre the page */
body { text-align: center; }
#pagecontainer { text-align: left; }

/* This allows Internet Explorer 6.0- to display transparent PNGs */
/*img { behavior: url("/_legacy/pngbehavior.htc"); }*/

/* IE 6.0- can't handle transparent PNG backgrounds */

/* Fix double margin bug */
#poll, #featured li { display: inline; }

/* Holly Hack to force hasLayout to fix absolute positioning */
#blogs li, #videos #othervideos li { height: 1%; }

/* Holly Hack to force hasLayout to fix list item spacing */

/* Holly Hack to force hasLayout to fix bounding box for block links */

/* Old IE doesn't understand the :first-child selector so we have to add the class */
#footerlinks li.first-child { border-width: 0; }

/* IE 6 treats height like min-height */

/* Other random fixes for IE 6- */
#featured .secondary-inner { width: 546px; }
