body {
  font: 13px/1.5 'Oxygen', Helvetica, Arial, sans-serif;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.005em;
  font-family: 'Oxygen', Helvetica, Arial, sans-serif;
/*  float:left;
  clear:both;
  width: 100%;*/
}

/*h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}*/

/* Make site titles the same size if it's an H1 (home) or H2 (internal)
h1.site-name,
h2.site-name {
  font-size: 36px;
}*/

/* Make it a bit smaller for block headers
h2.block-title {
  font-size: 1.5em;
  margin: 0;
}

h2.node-title {
  font-size: 1.5em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.5em;
}*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

.node ol,
.node ul {
  padding-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
  padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

dt, .admin h3 {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}
