/* $Id: typography.css,v 1.1.4.16 2009-11-16 16:40:50 psynaptic Exp $ */

/* Global */

body,
textarea {
  font-size: 100%;
  font-family: Arial, sans-serif;
}

body {
  line-height: 1.5;
}

#page {
  font-size: 0.9em; /* 16px * 0.9 = 14.4px */
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 1em 2em 1em 0;
  padding-left: 3em;
  font-style: italic;
}

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;
}

.block h2 {
  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 ul {
  margin-left: 10px;
}

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

.block #user-login-form {
  text-align: left;
}

/* Messages */

.messages,
.help {
  font-size: 0.9em;
}

/* Nodes */

.submitted {
  font-size: 0.9em;
}

.node-links {
  text-align: right;
}

/* Comments */

.comment-links {
  text-align: right;
}

/* Drupal */

.breadcrumb {
  font-size: 0.9em;
}
