/* 
Theme Name: Tinkerbell Dance Wear: Print
Theme URL: http://www.tinkerbelldancewear.com
Description: Tinkerbell Dance Wear: Print
Author: Paul Whitehead
Author URI: www.access-bydesign.com
Version: 1.0
*/

/*===display none ==============================================*/

 .nodisplay, ul li.nodisplay, .hidden
{
	display:none;
}


/* ===== body ================================================*/

*, html
{
	margin:0;
	padding:0;
}

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: 1.5em;
}

#wrapper
{
	width:100%;
	height:auto;
	float:left;
}

	#header_wrapper
	{
		display:none;
	}
	
		#nav
		{
			display:none;
		}
	
			#top
			{
				display:none;
			}
			
					
/* ==== viewing options ===== */


				#viewing
				{
					display:none;
				}
	
	#breadcrumb
	{
		display:none;
	}
	
/* ==== main content styling ==== */

	#mid_wrapper
	{
		width:100%;
		height:auto;
		float:left;

	}	
	
		#content_wrapper
		{
			width:100%;
			height:auto;
			float:left;
		}	
		
			#content
			{
				float:right;
				height:auto;
				min-height:200px;
				padding:0 0 0 5%;
				width:95%;		
			}	
			
			.button
			{
				display:none;
			}
			
			.subhead2
			{
					display:none;
			}

/* ===== sidebar ======= */

		#sidebar_wrapper
		{
			display:none;
		}	
		


/* ====== footer ==============*/
			
	#footer_wrapper
	{
		display:none;
	}		


