/**
 * Small Screen Stylesheet
 *
 * Switch to a liquid layout and remove some of the heavier images
 * for small screen/mobile devices.
 *
 * @copyright  2008 Ashley Kyd, All Rights Reserved
 * @version    1.0
 * @link       http://kyd.com.au/
*/

body{
	background:transparent;
	padding:5px;
}

#business-card{
	width:auto;
}

.showcase li{
	/* Let's fall back to in-line boxes */
	float:none;
	width:auto;
	min-height:0;
}
