/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , .maincontainer {width:600px;}

h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   
   
   
   .login , .navigation , .footer , .leftcontent , .planbox , .bannerbox , .tweenbox , #topAdminMenu , .homebaner , .greenclip , #rotator , .homeleft , .irishboxleft , .irishboxright { display:none; }
   .header { height:auto;}
   .logo { position:static; float:none; clear:both; height:auto; width:auto; z-index:999; margin:0; }
   .contentright , .sidebar , .middlecontent { float:none; width:auto; clear:both;}
   
   .eventcalender { float:none; width:auto; clear:both; padding-left:0px;}
   .eventlist { float:none; width:auto; clear:both;}
   
   a { color:#000000; text-decoration:none;}
   .eventlist h5 a { color:#000000; text-decoration:none;}
   
   .pad20 { padding-left:0;}