/* 
Theme Name: Sight and Sound: print
Theme URL: access-bydesign.com
Description: The template for starting out a site design
Author: Paul Whitehead
Author URI: access-bydesign.com
Version: 1.0
*/

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

img
{
	display:none;
}

.nodisplay, hidden
{
	display:none;
}
body
{
font-family: Verdana, sans-serif;
font-size: 0.62em;
line-height: 1.5em;
}

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

	.content_image
	{
		display:none;
	}

	#header_wrapper
	{
		display:none;
	}


						
/* for the header viewing slider thing */
			#view_wrapper
			{
				display:none;
			}
		

	
				#viewing
				{
					display:none;
				}
				


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

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

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

	}
			
	
		#content_wrapper
		{
			width:100%;
			height:auto;
			float:left;
		
		}
		
			#content
			{
				width:95%;
				height:auto;
				float:left;	
				padding-left:5%;
				padding-top:0;
			}
			
			
				.post
				{
					width:100%;
					height:auto;
					float:left;
					padding:20px 0;
				}
				

						.post_image
						{
							display:none;
						}
					

					.post .postmeta
					{
						display:none;
					}
						
					
					
		#sidebar_wrapper
		{
			display:none;
			
	
		}
		


/* for the child loop */



		#child_pages
		{
			display:none;
		}
		
		.child_wrapper
		{
			display:none;
		}		


						
	/* sitemap fix */
	#sitemap ul li
	{
		list-style-type:disc;
		list-style-position:outside;
		background-image:url();
	}
						
						
	
	#footer_wrapper
	{
			display:none;
	}
	
