/* $Id: print.css,v 1.2 2010/09/09 15:27:08 webchick Exp $ */

/* ---------- General Layout ---------- */

body,
input,
textarea,
select {
  color: #000;
  background: none;
}


/** Hiding specific elements **/
div#block-nice-menus-1,
#breadcrumb,
#messages {
  display: none;
}

/** Header **/

#header {
  background-image: url(https://chart.googleapis.com/chart?cht=qr&chs=80x80&chl=http://zype.co.nz&choe=UTF-8);
  background-position: 100% 0;
  border-width: 0 0 0.5mm 0;
  border-color: #ccc;
  border-style: solid;
}

/** Sidebar areas **/

div#sidebar-first {
  float: none;
  clear: both;
  margin: 15px;
  width: auto;
}

div#sidebar-second {
  float: none;
  clear: both;
  margin: 15px;
  width: auto;
}

div#content {
  clear: both;
}

.sidebar-first #content .section,
.sidebar-second #content .section,
.two-sidebars #content .section {
    padding-left: 20px;
    padding-right: 20px;
}

/** Node Pages **/

/* External anchors */

.node a[href^="http"] {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.node a[href^="http"]:after {
  content:" (" attr(href) ") ";
  font-weight: normal;
}

/* Internal Anchors */

.node a[href^="#"]:link,
.node a[href^="#"]:visited,
.node a[href^="#"]:hover {
  font-weight: normal;
  color: #000;
}

.node a[href^="#"] {
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

a[href^="#"]:after {
   content: "";
  font-weight: normal;
  color: #000;
}


#comments .title,
#comments form,
.comment_forbidden {
  display: none;
}
