/*NOTES ---------------------------------

Print fixes for Sky City Cinemas Website

UPDATE INFO ------------------------

Revision number: 1.0.0
Last updated: 11.11.2008
Last update made by: Michael Andrew (michael@hazardmedia.co.nz)

CONTENTS ---------------------------

=1: Reset all elements to a common value
=2: Default classes
=3: Accessibility
=4: Default Styles
=4a: colours, sizes, etc
=5: Layout Styles
=6: generic styles
=6a: sIFR
=7: Page related styles
=7a: home page
=7b: another page
=7c: enquiry page

*/

/* -- =1: reset all elements to a common value ----------------------------------------------------- */



/* -- =2: default classes -------------------------------------------------------------------------- */



/* -- =3: accessibility ---------------------------------------------------------------------------- */



/* -- =4: Default Styles --------------------------------------------------------------------------- */
/* =4a: colours, sizes, etc of elements */

/* =6: generic styles ------------------------------------------------------------------------------ */

#nav{
	display: none;
}

div{
	
	border: 0;
	padding: 0;
	float: none !important;
	width: 100%;

}

#container{
	margin: 0;
}

embed, object{
	display: none;
}

.aural{
	display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}



/*=6a: sIFR ------------------------------------------------------------------------------ */


/* =7: Page related styles ------------------------------------------------------------------------- */
