/* 
Theme Name: Print styles
Theme URL: DDS
Description: Pretty much just display none for most of it.
Author: Paul Whitehead
Author URI: access-bydesign.com
Version: 0.1
*/

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

.viewing, .hidden, .nodisplay
{
	display:none;
}

img, img.item_img
{
	display:none;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size:  	0.72em;
	line-height: 1.45em;
}

ul
{
	margin-left:10px;
}

ul li 
{
	margin-left:10px;
}

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

	#header_wrapper
	{
		display:none;
	}

		
			img.item_img
			{

				display:none;
			}

	#mid_wrapper
	{

	}	
	
		#mid_inner
		{

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

			}	
			

		
				
		#gallery_wrapper
		{


			display:none;
		}	
		

				
/* for the child loop on the services page */
				
				.child_wrapper
				{

					display:none;
				}	
				
				
				
		
		#sidebar_wrapper
		{
				display:none;
			
		}	

	
	#footer_wrapper
	{

		display:none;
	}
	

