/* @import url("../default.css"); */


/* General */

body {
  background-color: rgb(255,255,200);
  color: black;
  font-family: serif;
}

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

h1, h2 {
  text-align: center;
}

p {
  text-align: justify;
}


/* Index page */

table.layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0
}

table.layout td {
  vertical-align: top;
}

td.subject-list {
  width: 50%;
}

.subject-list {
  background-color: rgb(200,200,180);
  padding: 5;
}

.subject-list h3 {
  margin-bottom: 0;
}

.heading-list {
  margin-left: 2em;
}

.heading-link {
  margin-right: 1em;
}





/* Entry pages */


.inline-entry {
  background-color: rgb(255,255,200);
}

.inline-followup {
  background-color: rgb(200,200,255);
  font-style: italic;
}

.inline-entry, .inline-followup {
  color: black;
  margin-bottom: 30px;
}

.inline-entry :link, .inline-entry :visited,
.inline-followup :link, .inline-followup :visited {
  color: black;
}


.inline-entry h3 {
  background-color: rgb(100,100,255);
}

.inline-followup h3 {
  background-color: rgb(100,100,255);
}

.inline-entry h3, .inline-followup h3 {
  color: white;
  padding: 4px;
  margin: 0;
}

.subject, .subject :link, .subject :visited {
  color: yellow;
}

.inline-entry p, .inline-followup p {
  padding: 8px;
  margin: 0;
}

.inline-entry h5, .inline-followup h5 {
  padding: 8px;
  margin: 0;
  font-size: medium;
}

.public-link {
  text-align: center;
}

.public-link a {
  background: white;
  color: red;
  padding: 4px;
  font-family: sans-serif;
  font-weight: bold;
}



/* Navigation bar */

table.navbar {
  width: 100%;
}

table.navbar td {
  width: 33%;
  font-family: sans-serif;
  font-size: medium;
}

table.navbar td.left {
  text-align: left;
}

table.navbar td.center {
  text-align: center;
}

table.navbar td.right {
  text-align: right;
}




table.footer {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

table.footer td {
  background-color: rgb(100,100,255);
  padding: 3px;
  font-family: sans-serif;
  font-size: large;
  text-align: center;
}


p.copyright {
  text-align: center;
  font-size: small;
}

div.image {
  text-align: center;
}