

/*================================================================

	

	BLIS WEB AGENCY "PRINT" STYLESHEET

	

	The purpose of stylesheet is to format the appearance of the

	site for printing on an A4 page.

	

	RULES:

	1. Print formatting only

/* FORMAT PAGE

----------------------------------------------------------------*/
 body{ color:black;  background:#999;  padding:18px;  font-family:arial;  font-size:12px;}
 
 .topPageGraphic h1{ display:none}
 
 h1{ font-family:arial;  font-size:18px;  font-weight:normal}
 
 h2{ font-family:arial;  font-size:14px;  font-weight:normal}
 
 .webpage{ width:772px;  background:white;  height:1060px}
 
 .content_frame{ background:white;  width:748px;  padding:12px}

 a{ color:black;  text-decoration:none}
 
 .photo img{ border:1px solid #000}


H1, H2, H3, H4, H5, H6, p   
{ page-break-after: avoid; 
  page-break-inside: avoid; }

.photo img {
	border: 1px solid #000000;
}

/* BOAT BROCHURE - DETAILED SINGLE ENTRY
----------------------------------------------------------------*/


#container_print .fullentry table {
	border: 10px solid red;
}
#container_print .fullentry {
	width:100%;
	margin:5px 0 10px 0;
	background:transparent;
}
#container_print .fullentry p {
	font-size: 12px;
	margin-bottom: 12px;
}
#container_print .fullentry h1 {
	font-size:14pt;
}
#container_print .fullentry h5 {
	font-size:12pt;
}
#container_print #addcart {
	display:none;
}
#container_print #cart {
	display:none;
}
#container_print #footer {
	padding:10px 0;
	width:100%;
	margin:0;
}

/* TURN OFF SCREEN ONLY FEATURES
----------------------------------------------------------------*/

#search_field,
#fontsize_box,
.topPageGraphic,
.crumbs,
.footer, 
.f, 
.printpage, 
.footertext,
.navigation,
.subscribe,
.np,
#menu,
.clear
 {
	display: none;
}