/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/yourcapecodhome.com/trunk/web/common/stylesheets/frontend_print.css $
$LastChangedRevision: 3771 $
$LastChangedDate: 2007-03-21 13:02:32 -0400 (Wed, 21 Mar 2007) $
*/

@import url(frontend_screen.css);

/*
This file generally should modify styles defined in the screen stylesheet for printing as necessary.
*/

.subtitle,
.pageSidebar,
#pageNavigation,
#pageBottom
{
	display: none !important;
}

#pageTop,
#logo,
#logo a
{
	position: static !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	left: 25px !important;
	top: 25px !important;
}

#pageTop
{
	border-bottom: 2px solid #bbb;
}

h1
{
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	position: static !important;
}

#pageContent
{
	background-image: none;
	margin-top: 95px !important;
	padding-left: 5px !important;
	min-height: 0;
}

#pageTop .printAddressLabel
{
	display: block !important;
	color: #000;
	font-family: Arial, sans-serif;
	position: absolute;
	top: 10px;
	right: 30px;
	text-align: center;
	width: 300px;
}

#pageTop .printAddressLabel .name
{
	font-weight: bold;
}

#pageTop .printAddressLabel p
{
	margin: 0;
}