/* =============================================================================
   * Main style sheet that's linked to from HTML5 source.
   * List of other style sheets to be imported - order important. 
   * Author: otti@ottimoto.com.au
   * Autor URL: http://www.ottimoto.com.au
   ========================================================================== */

/* =============================================================================
Title: Import screen styles and IE/Win Patches
   ========================================================================== */

/* Import style sheets in the correct order and hide from IE/Mac \*/
/* Backslash line above for unstyled view in IE/Mac */
/* First reset style sheet for consistent base and save duplicate rules. */
/* Second master style sheet design dependant. */
/* Third ie style sheet includes IE patches. */
@import url("reset.css");
@import url("master.css");
/* end import/hide */