/*

Copyright, 2009 Showcase for Kids, Inc.

Stylesheet for iPhone formatting

*/

/* This is the main section of the stylesheet */

	@media only screen and (max-device-width: 480px) {
	ÊÊ.navigation {
	ÊÊÊÊdisplay: none;
	ÊÊ}
	}

	body
	{
		-webkit-text-size-adjust: 131%;
	}
	
	.content
	{
		width: 480px;
	}

	.sub_heading
	{
		width: 450px;
	}

	.content_detail
	{
		width: 450px;
	}

/* This section is for the menus */

	.menu_main
	{
	}

	.menu_main li a
	{
		-webkit-text-size-adjust: 130%;
		vertical-align: top;
	}

	.menu_sub
	{
	}
	
	.menu_sub a
	{
	}
	
	.menu_sub a:hover
	{
	}

/* This section is for the listings tables */

	.table_listing
	{
		width: 450px;
		-webkit-text-size-adjust: 113%;
	}
