/* Miscellaneous hacks to make things work nicely. */
/* NOT the place for Win IE-specific hacks - put them in ie_7_down.css or similar. */


/*******************************************************************************/
/* This fix from http://positioniseverything.net/easyclearing.html */
/* that clears floats without structural markup */
/* Use of clear fix is explicitly stated to prevent presentational markup and allow use of the hack to be traced */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*******************************************************************************/

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#blq-content #tabs a span { float: none; }
body#show-episode #credits dl dt, body#show-episode #broadcasts li div.date { clear: both; }
/* End IE5-Mac hack */
