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

body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Helvetica,Arial,sans-serif;
  font-weight:normal;
}

h1 {
  font-size: 16pt;
  padding-left: 10px;
}

h2 {
  font-size: 11pt;
  padding-left: 5px;
}

.node_read_more {
  font-weight: bold;
}

.sidebar {
  font-size: 9pt;
}

/* Reduce the "n hours/days ago" in the sidebar. */
.sidebar li { font-size: 8pt; }   /* Reduce all of the list-item text */
.sidebar li a { font-size: 9pt; } /* Bring the anchors back up to the original size */

/* Use those pretty list-item circles for the Recent comments box too */
.sidebar .item-list ul li {
  list-style-image: url(../../misc/menu-leaf.png);
}

.submitted {
  font-size:0.92em;
}

/* The "recent comments" heading */
#block-comment-0 h2 { font-size: 10pt; }

#comments h3 {
  font-size: 11pt;
  font-weight: bold;
}

#main h2 {
  font-size: 14pt;
}

#search {
 font-size: 9pt;
}
#search label {
  font-weight: normal;
}
#search .form-submit {
  font-size: 8pt;
}

#site-name {
  font-family: "Lucida Console", Monaco, sans-serif;
  font-size: 30pt;
  font-weight: normal;
}
#site-name a:hover {
  text-decoration: none;
}

#trackback-url h2 {
  font-size: 9pt;
  font-weight: bold;
}

#user-login-form label {
  font-size: 8pt;
  font-weight: normal;
}

#user-login-form #edit-submit {
  font-size: 8pt;
}
