/*------------------------------------------------------------------	
    Fandango CSS declarations
	Copyright (c) fandago 2008
-------------------------------------------------------------------*/

@import url(base.css);
@import url(layout.css);
@import url(nav3.css);
@import url(partner_brands.css);



/*  Hacks and float fixes ***************************************************/
/*	clears floats and uses the Holly Hack for IE browser's height bugs.		*/
/*  Use the "generic_clearing_object" class on any object to clear a float	*/
/*	on any of it's child elements.											*/

.clearfix:after,
#header:after,
#primary_nav:after,
#main:after,
#content:after,
.purchase .payment:after,
.purchase .create_personalize:after,
.theaters .filter:after,
.my_fandango #primary fieldset ol li:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* clears IE 7 */
.clearfix,
#header,
#primary_nav,
#main,
#content,
.purchase .payment,
.purchase .create_personalize,
.theaters .filter,
.my_fandango #primary fieldset ol li 
{
	display: inline-block;
} 

/* Hide from IE Mac */
.clearfix,
#header,
#primary_nav,
#main,
#content,
.purchase .payment,
.purchase .create_personalize,
.theaters .filter,
.my_fandango #primary fieldset ol li {display: block;}


/* holly hack for extra space in IE nav - Hides from IE-mac */
* html .clearfix,
* html #header,
* html #main,
* html #content,
* html .purchase .payment,
* html .purchase .create_personalize,
* html .theaters .filter,
* html .my_fandango #primary fieldset ol li 
{
	height: 1% !important;
}

