/* ---------------------------------------------------------------------------
File:			MOBILE.CSS
Description:	Custom styles for viewing site via mobile (handheld) devices.

--------------------------------------------------------------------------- */

/***** PAGE LAYOUT & STYLE **************************************************/	
.custom #header img,					/* site logo icon (image) */
.custom #header .header_ad,			/* Google Ad (Blog pages only) */
.custom ul.menu form#cse-search-box,	/* Google search box */
.custom #sidebars {					/* sidebar */
	display: none;					/* don't display */
	}
.custom #content {					
	width: 98%;
	}
	

/******************* END OF CUSTOM.CSS **************************************/	
