/* crank.org.uk */

.blink { text-decoration: blink; }

body {
  background: black;
  color: #e0e0e0;
  text-align: left;
  font-family: sans-serif;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 125%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 105%;
}
  
img {
  border-style: none;
}

a {
  text-decoration: none;
}

a:link {
  background: transparent;
  color: #e0e040
}

a:active {
  background: transparent;
  color: #fafa6c
}

a:visited {
  background: transparent;
  color: #c6c654
}

a:hover {
  background: #2f2f2f
}

ul {
  list-style-position: outside;
  list-style-type: square;
}

table {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

th {
  padding: 0.125em;
}

td {
  padding: 0.125em;
}

div {
  /* for debugging div layout */
  /*border: 1px solid gray;*/
}


div.container {
  background: black;
  padding: 0.5em;
}

div.header {
  clear: both;
  padding: 0em;
}

div.banner {
  margin: 0em;
  text-align: right;
}

img.banner {
  position: relative;
  bottom: -0.3em;
  right: 2em;
  z-index: 0;
  padding: 0em;
}

div.linkbar {
  position: relative;
  top: 0em;
  z-index: 1;
  clear: both;
  font-size: 75%;
  border-top: 0.25em solid #4f4f4f;
}

table.linkbar {
  position: relative;
  top: 0em;
  z-index: 2;
  width: 100%;
  text-align: center;
  border-top: 0.25em solid #2f2f2f;
  border-bottom: 0.25em solid #2f2f2f;
  background: #2f2f2f;
}

a.linkbar {
  padding-left: 0em;
  padding-right: 0em;
}

a.linkbar:hover {
  background: black;
}

a.external {
  font-style: oblique;
}

div.infobar {
  clear: both;
  font-size: 75%;
}

p.breadcrumbs {
  text-align: left;
  float: left;
}

a.breadcrumbs {
}

span.breadcrumbseparator {
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: bolder;
}

p.loginout {
  color: black;
  background: black;
  text-align: right;
  float: right;
}

a.loginout {
  color: black;
  background: black;
  font-weight: bolder;
}

div.main {
  clear: both;
  padding: 0em;
  border-top: 0.25em solid #2f2f2f;
}

div.navbar {
  float: left;
  font-size: 75%;
  width: 13.33em; /* (div.navbar.width * div.navbar.font-size) = div.content margin-left */
}

img.mbullet {
  vertical-align: -20%;
  /*padding-right: 0.25em;*/
}

ul.navbar {
  line-height: 175%;
  list-style-position: outside;
  list-style-type: none;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

ul.level0 {
  margin-left: 0em;
  padding-left: 0em;
}

span.navbar {
  border-right: 1px solid black;
  padding-right: 0.1em;
  border-left: 1px solid black;
  padding-left: 0.1em;
  margin-left: 0.1em;
}

span.navbar#navbarhere {
  /*border-right: 1px solid #9f9f9f;*/
  padding-right: 0.1em;
  /*border-left: 1px solid #9f9f9f;*/
  padding-left: 0.1em;
  margin-left: 0.1em;
}

div.content {
  margin-left: 10em;
  /*border-left: 1px solid #2f2f2f;*/
  padding-left: 1em;
}

p.feed {
  color: #9f9f9f;
  font-size: 75%;
}

p.error {
  color: #e00000;
}

p.update {
  color: #9f9f9f;
  font-size: 75%;
}

h1.content {
  /*width: 100%;*/
  /*border-bottom: 1px solid #2f2f2f;*/
}

img.bio {
  float: left;
  padding: 5px;
}

img.feed {
  vertical-align: -20%;
  padding-right: 0.5em;
}

img.frontpage {
  float: right;
  padding: 5px;
}

h2.index {
  padding-top: 0.25em;
  margin-top: 0.25em;
  width: 100%;
  border-top: 1px solid #2f2f2f;
}

p.abstract {
  font-weight: bolder;
  padding-bottom: 0.5em;
}

p.content {
}

div.footer {
  clear: both;
  border-top: 0.33em solid #2f2f2f;
  padding-top: 0em;
  padding-bottom: 0em;
  padding-left: 0em;
  padding-right: 0em;
  color: #9f9f9f;
  font-size: 75%;
  text-align: center;
}

a.footer {
  padding-left: 1em;
  padding-right: 1em;
}

p.copyright {
  color: #3f3f3f;
  /*font-weight: bolder;*/
}

a.validation {
  color: black;
}

div.googlebuttons {
  font-size: 75%;
}

pre {
  width: auto;
  background: #0f0f0f;
  border: 1px solid #2f2f2f;
  padding: 0.25em;
  margin: 0.25em;
}

div.center {
  text-align: center;
}

table.content {
  width: auto;
  text-align: left;
  border: 1px solid #2f2f2f;
  padding: 0.5em;
  margin-left: auto;
  margin-right: auto;
}
