/* $Id: typography.css,v 1.1.4.14.2.3 2010/01/31 21:02:29 psynaptic Exp $ */

/* Global */

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

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

html > body,
html > textarea {
  font-size: 13px;
}

a { text-decoration: none; }
a.ex, a.ex:link, a.ex:visited { text-decoration: underline; }
a.ex:hover { text-decoration: none; }

p {
  margin: 0;
  padding: 0 0 13px 0;
}

.u {
  text-decoration: underline;
}

p.t { padding-top: 13px; padding-bottom: 0; }

p.q, p.indent { padding-left: 25px; padding-right: 25px; }

.verysmall { font-size: .5em; }

.cap, .cap a { text-transform: capitalize; }

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


.nt { padding-top: 0px; margin-top: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0.04em;
  padding: 0.2em 0; margin: 0 0 6px 0;
  line-height: 1.0;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 26px;
  letter-spacing: 0.06em;
}

h1.page-title {
  padding-top: 0;
  border-bottom: 1px solid #2A55AA;
}

.bb { border-bottom: 1px solid #2A55AA; }
div.maint h1.page-title { border: none; }

h2 {
  font-size: 23px;
  letter-spacing: 0.05em;
}

h2.comment-title, h2.node-title, .btop {
  border-top: 1px solid #557FD4;
}

h2.comment-title, h2.node-title {
  margin-bottom: 3px;
}

h3.block-title {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 7px 10px;
}

h1.front {
  font-size: 16px;
  margin: 0;
  padding: 0 0 13px 0;
  text-align: center;
}

#left h2.block-title, #left-home h2.block-title { padding: 0 0 8px 10px; }
#right h2.block-title, #right-home h2.block-title { padding: 0 10px 8px 0; }

h3 {
  font-size: 20px;
  font-weight: bold;
}

.author, .subtitle, .notop { margin-top: 0; padding-top: 0; }
.author, .subtitle { font-weight: normal; }

p.date {
  font-size: 12px;
  font-style: italic;
}

h4 {
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  font-weight: bold;
}

h6 {
  font-size: 14px;
  font-weight: bold;
}

/* Blocks */

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


/* 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: 0px;
  margin-bottom: 5px;
  /*border-bottom: 1px solid #BFD4E9;*/
}

.indented {
  margin-left: 20px;
}
