
/* - stationstheme.print.css - */
@media print {
/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this)
   (not this either)
*/

/* YOUR CSS RULES START HERE */

#topNavBar { display:none; }
.topBrandingDiv { display:none; }

#footer { display:none; }

.subSection p { margin-top:10px; }
.print_only {display:block;}

.subSection p, h1, h2, h3 { clear:both; }

div#scrollArea { display: none; }

/*** Stations Pages ***/
/* IE fixes */
div.documentContent#region-content { padding: 0;}
body.section-Stations #pageWrapper #columnA,
body.section-Stations #pageWrapper #columnB,
body.section-Stations #pageWrapper #columnC { 
  width: auto;
  display: block;
  float: none;
 }
p { color: #000; }

.stationImage { 
  margin: 10px 10px 10px 0; 
  float: left;
}
/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css.dtml */

}


