/* ============================================
 *  _screen.css - Master screen stylesheet for www.pcc.edu.
 *  Uses @import to bring in style rules in
 *  order to hide styles from older browsers.
 * --------------------------------------------
 *  owner: PCC Web Team <webteam@pcc.edu>
 *  author: Gabriel McGovern <gabriel.mcgovern@pcc.edu>
 *  created: 	2005-11-25 
 *	modified: 	2007-12-02 updated to v4-0
 *				2008-07-08 updated to v4-1 added sytles for modal windows
 * ============================================ */

/* primary styles (type, default color scheme) */
@import url("v4-1/base.css");

/* page layout */
@import url("v4-1/layout.css");

/* hacks and browser fixes */
@import url("v4-1/hacks.css");

/* styles for modal windows */
@import url("/_source/style/modal/thickbox.css");

/* also need to import _contrib sheet so that users can use styles */
@import url("_contribute.css");

