/* ---------------------------------------------------------------------------
File:			MOBILE.CSS
Description:	Custom styles for viewing site via mobile (handheld) devices.

--------------------------------------------------------------------------- */

/***** PAGE LAYOUT & STYLE **************************************************/	
.custom #header img.logo_img,			/* site logo icon (image) */
.custom #header img.cloud_img,		/* site image (cloud picture) */
.custom #header form#cse-search-box,	/* Google search box */
.custom #sidebars {					/* sidebar */
	display: none;						/* don't display */
	}
	

/******************* END OF CUSTOM.CSS **************************************/	