/* ============================================
 *  _mobile.css
 *  Mobile stylesheet for www.pcc.edu.
 *  Uses @import to target style rules for specific mobile devices
 * --------------------------------------------
 *  owner: PCC Web Team <webteam@pcc.edu>
 *  author: Gabriel McGovern <gabriel.mcgovern@pcc.edu>
 *  created: 	2007-12-02 
 *	modified: 	
 *
 * ============================================ */


/* Target devices that respect the handheld media type */
@import url("v4-0/handheld.css") handheld; 

/* Target small, touch screen devices (iphone - wink wink) 
@import url("v4-0/touch.css") only screen and (max-device-width: 480px);*/
