/* 
Theme Name: Laughter Lines Coaching: Print Version
Theme URL: www.laughterlinescoaching.co.uk/
Description: Fun and cluttered
Author: Paul Whitehead
Author URI: www.access-bydesign.com
Version: 1.0
*/
/*===display none ==============================================*/

 .nodisplay, ul li.nodisplay, .linklove a
{
	display:none;
}


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

p, ul
{
	margin-bottom:10px;
}


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

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

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

}

/*==== for header area =========================== */

	#header_wrapper
	{
	display:none;
	}
	

/*==== for content area =========================== */
		
	#mid_wrapper
	{
		width:100%;
		height:auto;
		float:left;

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


		#sidebar_wrapper
		{
	display:none;
			
		}	
			
	#lower_mid_wrapper
	{
	display:none;
	}		
	
/* ================ for the child loop on the services page */

		.child_pages_wrapper
		{
			width:100%;
			height:auto;
			float:left;
			padding:20px 0;
		}
		
				.child_wrapper
				{
					width:97%;
					height:auto;
					float:left;
					margin:10px 1.5% 10px 1.5%;
					min-height:290px;
				}	
				
				.child_title
				{
					height:auto;
					width:100%;
					min-height:25px;
					float:left;
					margin:10px 0 10px 0;
					
				}
				
				.child_image
				{
					display:none;
				}
				
				.child_content
				{
					width:98%;
					float:left;
					height:auto;
					padding:5px 2%;
				}
				
				
				.child_content img
				{
						display:none;
				}	
				
/*==== for footer area =========================== */			

	#footer_wrapper
	{
			display:none;

	}
	
	