/*
 * Stylesheet for OID Register
 * Written by Greg Waterhouse.
 * Created 2013-06-02.
 *
 */
 
/* Import webfont CSS */
@import url("kefa-ii-pro.css");

body {
  margin: auto 2em;
  font-family: "PT Sans", sans-serif;
  font-size: 90%;
  line-height: 1.4;
}

h1 {
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  font-family: KefaIIPro, "Kefa II Pro", "Chaparral Pro", serif;
  font-weight: 400;
  font-size: 2em;
  color: #004363;
}

p {
  margin: 0;
  max-width: 44em;
}

section.register {
  margin-top: 2em;
  border-left: 0.1em solid #069;
}

/* link visited focus hover active */
a, 
a:link, 
a:focus, 
a:hover, 
a:active {
  border-bottom: 0.1em solid #999;
  font-weight: 600;
  text-decoration: none;
  color: #069;
}

a:visited {
  color: #004363;
}

code {
  background-color: #eee;
  border: 0.1em solid #aaa;
  border-radius: 0.4em;
  margin: 0.3em;
  padding: 0.1em 0.3em;
  font-family: Consolas, Menlo, monospace;
  font-size: 0.8em;
  color: #000;
}

dl.assignment {
  border-left: 0.1em solid #069;
  padding-left: 0.3em;
}

section.register > dl.assignment {
    margin-left: 1.5em;
}

dl.assignment > dt > span.assignment,
section.register > p > code.root {
  padding: 0.2em 0.4em;
  background-color: #eee;
  border: 0.1em solid #aaa;
  border-radius: 0.5em;
  font-family: Consolas, Menlo, monospace;
  font-size: 0.8em;
  color: #000;
}

dl.meta {margin: 0.2em 0 0.5em 0}

dl.meta dt {
  float: left;
  margin-right: 0.5em;
  font-weight: 700;
}

dl.assignment > dt + dd {
  margin-left: 1.5em;
  margin-bottom: 2em;
}

dl.assignment > dt + dd > p.description {
  margin-bottom: 1em;
}

dl.assignment > dt + dd > p.description:last-child {
  margin-bottom: 0;
}

dl.meta > dt + dd.arc {
  max-width: 35em;
}

hr {display:none}

footer.page {
  margin-top: 6em;
  margin-bottom: 2em;
  font-size: 0.8em;
}

footer.page a, 
footer.page a:link, 
footer.page a:focus, 
footer.page a:hover, 
footer.page a:active {
  color: #004363;
  font-weight: inherit;
}

footer.page a:visited {
  color: #000;
}
