/**
 * Study Buzz
 * GLOBAL css
 * 
 *
 * Contributors: Gels Saby
 */
  
/* structure */
@import "structure.css";

/* text */
@import "text.css";

/* theme (background images, colors) */
@import "theme.css";

/*Following import read by IE5 Mac ONLY, using Band Pass Filter.
credit: Tantek Celik (http://tantek.com/log/2005/03.html)
article: Douglas Bowman (http://www.stopdesign.com/examples/ie5mac-bpf/)*/
/*\*//*/
  @import "hacks/IE5mac.css";
/**/

/*Following import read by IE5 Win ONLY, using Mid Pass Filter.
credit: Tantek Celik (http://tantek.com/CSS/Examples/midpass.html)*/
@media tty {
 i{content:"\";/*" "*/}} @import 'hacks/IE5win.css'; /*";}
}/* */