@media screen,projection,tv,handheld {

#breadcrumbs,
.article,
#document-properties,
#post-page-options,
#breadcrumbs ol,
.article .box-sizing,
#document-properties .box-sizing,
#post-page-options ul {
  *zoom: 1; /* IE 6 & 7 */
}

#footer li {
  display: inline;
}

/* Column width changes */
body.layout-large #nav-section{ width:19.95%!important; }
body.layout-large .aside{ width:24.95%!important; }
body.layout-medium #nav-section{ width:28.95%!important; }

/*
Change divider bg back to before link.
In agency.css it's after link to improve wrapping, but turning off background for "last-child" is not supported until IE 9.
*/
#breadcrumbs li {
  background: transparent url('/theme/img/breadcrumb.png') left center no-repeat;
}
#breadcrumbs li:first-child {
  background: none;
}

/* Minimise topic margin to fit */
#topics div.odd {
  margin-right: .5%;
}

/* Can't use inline-block in IE 7 so this will have to do...*/
#content .list-across li,
#content .list-across p {
  display: inline;
  padding-right: .5em;
  line-height: 2.5em;
  margin-bottom: .3em;
}

#content div.clubdetails {
  margin-left: 0;
  margin-right: 0;
}
#content div.clubdetails h3,
#content div.clubdetails dl {
  display: inline;
}

/* Autocomplete fields - max for pop-up window,
   have to use specific for IE. */
* html .ui-autocomplete {    height: 100px; }


/* Since gradient on area behind eventdate div won't work, this adds contrast */
#content p.eventdate { background-color: #FFF; }

}
