/* 
Theme Name: Print Styles for TTR Youth
Theme URL: access-bydesign.com
Description:
Author: Paul Whitehead
Author URI: access-bydesign.com
Version: 0.1

*/

img 
{
	display:none;
}

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

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

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

#header_wrapper
{

display:none;
}

#header_title
{
display:none;
}

#breadcrumb
{
display:none;
}

#nav
{
display:none;
}

#viewing
{
display:none;
}

/*content area stylings =======*/

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

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

#content
{
	width: 100%;
	height:auto;
	float:right;	

}

.intro
{
display:none;
}


.post_meta
{
display:none;
}


/*date stylings */
.post_date
{	
display:none;
}


.item_img
{
display:none;
}

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

#sidebar_wrapper
{
display:none;
}



/* ====== child loop ==========*/

		.child_pages_wrapper
		{
			width:100%;
			height:auto;
			float:left;
		}
		
				.child_wrapper
				{
					width:98%;
					height:auto;
					float:left;
					margin:10px 1%;
				}	
				
/* =========  start gallery ============= */

#gallery_wrapper
{
display:none;
}


/* =========  start footer ============= */

#footer_wrapper
{
display:none;
}


/* ======= child pages wrapper etc ========== */

#child_wrapper
{
	width:90%;
	height:auto;
	float:left;
	padding:20px 5%;
}

/*=============== home page styling ===================*/

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


/* find child styling for the home page/where ever else */

#mini_wrapper
{
	width:95%;
	height:auto;
	padding: 20px 2.5%;
	float:left;
}

.mini_container
{
	width:100%;
	height:auto;
	float:left;

}

/* ======== home page multi links ============== */


#multi_wrapper
{
display:none;
}



/* ========= page navi styles ============== */

.wp-pagenavi {
	display:none;
}


/* ========== tabs =============== */

/* for the home page. sidebar styles are below. */
.tabbed 
{
display:none;
}

