/*
-----------------------------------------------
'learningpoint.ie' Screen Master
Author:   Tom Duke
          http://www.technofutures.ie/
Version:  8th June 2006
----------------------------------------------- */

/* Thanks to Douglas Bowman
   http://www.stopdesign.com/
   (and others) for this CSS structure
   which keeps hacks in separate files
----------------------------------------------- */


/* Imported Styles
----------------------------------------------- */
@import url("base.css");
@import url("forms.css");


/* IE Win styles
   mainly holly hack
----------------------------------------------- */
@import url("iewin.css");


/* IE5/Mac Only Styles
   Uses the IE5/Mac Band Pass Filter:
   http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------- */
/*\*//*/
  @import url("ie5mac.css");
/**/


/* IE5/Win Only Styles
   Uses the Mid Pass Filter:
   http://tantek.com/CSS/Examples/midpass.html
----------------------------------------------- */
@media tty {
 i{content:"\";/*" "*/}} @import url('ie5win.css'); /*";}
}/* */
