/* $Id: typography.css,v 1.1.4.4 2009/03/13 01:09:16 psynaptic Exp $ */
/* Global */


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

body {

}

#page {

}

a {
  text-decoration: none;
}

p {

}

address {
  font-style: normal;

}

blockquote {
  margin: 1em 2em 1em 0;
  padding-left: 3em;
  font-style: italic;
  background: url(../images/quote.png) no-repeat;
}

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 {
margin:0px;
margin-bottom: 20px;
}

h2 {

}

.block h2 {
 
}

h3 {

}

h4 {

}

h5 {

  font-weight: bold;
}

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