/* Clear floated children in IE6.0 and IE7.0 */
.clear-block {
	zoom: 1; }

/* The bottom property doesn't work in IE6.0, so explicitly set the height. */  
* html #sidebar-bg { 
   height: expression(document.body.scrollHeight - 150 + 'px'); }

/* Trigger hasLayout to fix some layout and rendering bugs in IE6.0 and IE7.0 */
#content h3,
#footer,
#page-movie-user-index #summary {
  zoom: 1; }

/* Emulate inline block in IE6.0 and IE7.0 */
#content .movie-clip-types li,
#content a.download,
#content .pager li {
	display: inline;
	zoom: 1; }

#content .node-movie-clip .movie-clip-actions,
#content .node-movie-clip .movie-clip-rating {
  margin-bottom: -10px; }

#content .moviepicks-form {
  padding-bottom: 18px; }

/* Allow the teasers to float under list items by not clearing in IE6 and IE7.0 */
#page-movie-clip-index #content .group .movie-clip-list {
  zoom: normal; }

/* Fix transparent pngs in IE6.0. */
* html #site-logo,
* html#page-membership .node img,
* html#page-membership-confirmation .node img,
* html img.badge
{
  behavior: url(/sites/zimmertwins.ca/themes/zimmertwins/png.htc);
}

/* Prevent child elements from making their containers too wide in IE6.0 */
* html #main,
* html #content .movie-clip-list li,
* html #content .movie-starter-list li,
* html #sidebar .block {
  overflow: hidden; }

/* The absolute position of the page icon is relative to the padded 
 * box of the page title in IE6.0, so the left coordinate needs to 
 * account for the paddding. */  
* html #content .page-icon {
  left: -86px; }

/* Hide transparent areas in the background image from IE.6.0. The transparent
 * areas for the rounded corners are rendered solid grey, so just use
 * plain old square corners. */
* html #nav li.first,
* html #nav li.last {
  background-position: left center; }
  
/* Use height instead of min-height for IE6.0. */
* html #content-header,
* html #content-footer {
  height: 3em; }
	
/* Fix the doubled float margin bug in IE6.0 */
* html #main,
* html #sidebar,
* html tr.draggable a.tabledrag-handle,
* html dl.script dt,
* html.js #content div.fivestar-widget .cancel, 
* html.js #content div.fivestar-widget .star,
* html #content .node-blog .picture,
* html #content .two-column .column,
* html #content .three-column .column,
* html #content .four-column .column,
* html #content ul.tabs-primary li,
* html #content .comment .links,
* html #content .movie-clip-search-results .thumbnail img,
* html #content .movie-clip-search-results .movie-clip-types,
* html #content ul.movie-clip-list li,
* html #content ul.movie-starter-list li,
* html #content .movie-clip-actions li,
* html #content .node-movie-clip .summary,
* html #content .node-movie-clip .movie-clip-player,
* html #content .node-movie-clip .movie-clip-actions,
* html #content .node-movie-clip .movie-clip-rating,
* html #content .moviepicks-form fieldset,
* html #content .contest-entry,
* html #content .contest-entry .info,
* html #content .contest-entry .form-submit,
* html #content .abuse-report .column,
* html #content .moviepicks-contest-finalist,
* html #content .moviepicks-contest-finalist img,
* html#page-zt-frontpage #movie-links li,
* html#page-zt-frontpage #blogs,
* html#page-zt-frontpage #movies,
* html#page-zt-frontpage #promos,
* html#page-movie-starter-index #teaser,
* html#page-movie-starter-index #current-starter,
* html#page-movie-starter-index #new-starters,
* html#page-moviepick-index #promo-text p,
* html#page-extra-index .extra-list li.extra,
* html#page-help-index li.topic dt,
* html#page-help-index li#topic-quick-start li,
* html#page-help-index li#toc li,
* html#page-moviepick-contest-index img.moviepicks-contest-idol,
* html#page-credits a.partner-logo,
* html#page-credits #team dl,
* html #l10n-client,
* html #l10n-client .labels .label,
* html #l10n-client .labels .toggle,
* html #l10n-client-string-select,
* html #l10n-client-string-editor,
* html #l10n-client-string-editor .source,
* html #l10n-client-string-editor .translation {
  display: inline; }
  
* html #content .movie-clip-search-results li.movie-clip {
	border-top: 1px solid #4D330F;
	margin-top: 17px;
	padding-top: 18px; }
  
* html #content .contest-results .leader .description img {
  position: relative;
  top: 9px; }
