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

/* Global */

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

body {
  line-height: 1.5em;
}

#page {
  font-size: 20px;
}

#page .subtext {font-size:14px; line-height:1.4 !important;}  

.page-admin #page {font-size:12px;}

a {
  text-decoration: none;
}

p {
  margin-bottom: .5em;
}

.aboveColumn p {
	margin-bottom:25px;
}

.aboveColumn p.subtext{
	margin-bottom:15px;
}

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

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

#footer {
	font-size:12px;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.1;
  color:#7DAB1A;
}

h1 {
  font-size: 48px;
  color:#6C6C6C;
  margin-bottom:0.3em;
  margin-top:10px;

}

h2 {
  font-size: 1.3em;
}

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

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
  color:#6c6c6c;
  margin-bottom:0px;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  color:#7DAB1A;
  margin-bottom:0px;
}

h5 a{
	color:#000;
}

h6, h6 a {
  font-size: 12px;
  margin: -26px 0 16px;
  font-weight: bold;
  color:#6C6C6C;
}

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