/*! Copyright 2000 by Philip Shaw, phil@codestyle.org, see http://codestyle.org/styles/CSPrint.css for un-compressed source. */
/*
  Created:  2000-12-01
  Issued:   2000-12-28
  Modified: 2010-05-15
*/
/*
  This print media style sheet has a
  wide right hand margin for notes.
*/
/*
  Hide unnecessary selectors.
*/
.WideNav, #Sidebar, #Footbar, form,
.TopLink, .AlphaLinks, .NavBar,
.RgtBox, .LftBox, .RgtPicBox,
LftPicBox, .MenuBox, .CTA, #SiteSearch, .URI,
.TextAd, #Footer .Button, .Sponsor,
.SponsorZone, #LinkShare, img.Logo,
.AdButtonBar {
  display:          none;
}
/*
  Override other declarations.
*/
body {
  margin:           0;
  padding:          0;
  border:           none;
  color:            #333;
  background:       #FFF;
}
#Content {
  float:            none;
  width:            98%;
  margin:           0;
  padding:          0;
  border:           none;
}
.Standfirst{
  margin-top:       2%;
}
.URI, .Title {
  text-align:       left;
}
#Header {
  background-position: 0 0;
}
/*
  Override margins in CSWide.css.
*/
#Header p, #Header h1 {
  margin-left:      0;
}

#Content p, #Content ol, #Content ul,
#Content dl, fieldset,
.MenuBox, #Content table,
.FAQSearchBox, #Content .SQL,
#Content .StackTrace {
  width:            auto;
  clear:            none;
  margin-right:     0;
  margin-left:      0;
}
.NewSection {
  width:            auto;
  padding-top:      2em;
  margin-top:       1em;
}
#Content ul{
  padding-left:     5%;
}
#Content pre, #Content pre.Wide {
  width:            90%;
  margin-right:     0;
}
#Footer {
  width:            auto;
  margin-right:     0;
  margin-top:       5%;
  border-top:       solid thin #333;
  text-align:       left;
}
/*
  Override extra padding in visibility
  menus.
*/
#Header {
  padding-top:      60px;
  margin-top:       0;
}
.Title {
  padding-top:      0.8em;
  margin-top:       0;
}
#LinkBar, #MenuBar {
  display:          none;
}

