/*------------------------------------------------------------*/
/* Perfect Layout                                             */
/*   Version 1.0 Beta                                         */
/*                                                            */
/*   Created by Dwight House                                  */
/*   http://perfect.dwightdesign.com/                         */
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/* print.css                                                  */
/* Styling overrides for the printed page version of the      */
/*    layout.                                                 */
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/* Print positioning styles.                                  */
/*------------------------------------------------------------*/

#content
{
	margin:0;
	float:left;
}

#content .padding
{
	padding:0;
}

/*------------------------------------------------------------*/
/* Remove #navigation and #footer.                            */
/*------------------------------------------------------------*/

#navigation
{
	display:none;
}

#footer
{
	display:none;
}

/*------------------------------------------------------------*/
/* Customizing display styles.                                */
/*------------------------------------------------------------*/

html
{
	background:#fff;	
}

*
{
	background:#fff;
	color:#000;
}

/* Header styles. */
#header
{
	background:none;
}

/* Hyperlink styles. */
#content a
{
	color:#0000ff;
}

#content a:visited
{
	color:#0000ff;
}

/* Table styles. */
#content table .tableTop
{
	border:1px solid #000;
	color:#000;
	background:#fff;
}

/* Pre styles. */
#content pre
{
	margin:1px;
	width:auto;
	border:none;
	font-weight:bold;
	color:#000;
	background:#fff;
	overflow:inherit;
}

/* Remove header logo during printing, replaced with the previously hidden text. */
.headerLogo
{
	display:none;
}

.printHeader
{
	display:inline;
}

/* Remove all rounded corners so they won't interfere with text. */
.headerTop, .headerBottom, .contentTop, .contentBottom, .navigationTop, .navigationBottom, .footerTop, .footerBottom
{
	display:none;
}
