/*****************************************************
 * author: Frontenders.com
 * contact: support at frontenders.com
 * description: css for print media
 *****************************************************/
body { font: 12px/140% Verdana,sans-serif; }
.print { display: block; }
#navigation, #title .pager, #subContent, #language_selector, #search { display: none; }

#header h1 {
    height: auto;
    width: auto;
}

#content h1 {
	font-size: 	2em;
	line-height: 1.3em;
	margin: 0 0 20px 0;
}


#mainContent h1 {
	font-size: 1.4em;
	line-height: 1.6em;
}

#profile {
	width: 100%;
}

#profile span {
	display: block;
	margin: 5px 5px 10px 5px;
}

#profile a {
	display: none;
}

#profile .default {
	display: none;
}

#profile img {
	float: right;
	padding: 5px 0 5px 5px;	
}

#copyright {
	border-top: 1px solid silver;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

#bigPicture, #news {
	display: none;
}
