/* remove navigation elements */

#top,
#footer
{
  display: none;
}

/* make the column fill up the page */

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

/* remove padding at page edges */

#content div.inner
{
  padding-left: 0;
}
#sidebar div.inner
{
  padding-right: 0;
}

/* black text for all elements except pullquote */

body,
h1, h2, h3, h4, strong,
em,
a,
#header p,
#sidebar,
.green,
#main table,
#main table th
{
  color: #000;
}

/* replace logo with text */

#header,
#header h1
{
  margin: 0;
  padding: 0;
  height: auto;
  background-image: none;
}
#header h1 
{
  padding: 0 0 2px 0;
  border-bottom: 1px solid #000;
}
#header h1 span
{
  display: inline;
}

/* darken table borders a little */

#main table,
#main table th,
#main table td
{
  border-color: #ccc;
}

/* remove list marker image */

#main ul
{
  list-style-image: none;
}

/* remove 'read more' arrows */

#sidebar h3 a
{
  background: none;
}