/* Print-specific styles for Gimboland. */

/* First, disable a load of stuff we don't need on the print
   version. */

#right-sidebar,
#footer,
#header h2,
#header form,
h3#comments,
h2#commentsformheader,
div#commentsform,
p#commentshint {
  display: none;
}



/* A couple of small tweaks to stuff we _do_ display. */

body, a {
  color: #000;
}

.entry h2 {
  border-color: #000;
}

#wrapper {
  width: 100%;
  padding: 0;
}

#header {
  border-bottom: 0;
}

#main {
  width: 100%;
  margin: 0;
}



/* Display Gimboland header more discreetly */

#header h1 {
  font-size: 1em;
  text-align: right;
}

#header h1 a:before {
  content: "\BB  printed from ";
  color: #999999;
}

#header h1 a:after {
  content: " \AB  http://gimbo.org.uk/";
}

div.entry p {
  text-align: justify;
}

