/* $Id: typography.css,v 1.1.4.14.2.7 2010/04/21 15:01:07 psynaptic Exp $ */

/* Global */

body,
input,
textarea,
select {
  font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

body {
  font-size: 13px;
  line-height: 1.5;
}

/* This technique neutralizes font size differences for monotype fonts. */
html > body,
html > textarea {
  font-size: 13px;
}

#site-name {
  font-size: 18px;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

address {
  font-style: normal;
  margin-bottom: 1.5em;
}

blockquote {
  margin-bottom: 1.5em;
  padding-left: 20px;
  font-style: italic;
  border-left: 5px solid #E6E6E6;
}

code, pre {
  font-family: Monaco, "Lucida Console", monospace;
  white-space: pre;
  overflow: auto;
  margin-bottom: 1.5em;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.1;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.3em;
}

h2.block-title {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: bold;
}

/* Blocks */

.block {
  margin-bottom: 20px;
}

.block ul li,
.block .item-list ul li {
  list-style: none;
  list-style-image: none;
}

/* Drupal */

.breadcrumb {
  font-size: 0.9em;
  padding: 0;
}

/* Accessibility */

.skip-link {
  font-size: 0.85em;
}

.acc-hide {
  left: -2500px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

#navigation .add-link {
  display: block;
}

/* Nodes and comments */

.node-teaser,
div.panel-pane div.node-teaser {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.indented {
  margin-left: 20px;
}
