body {
  font-family: Verdana;
  background-color: #ddd;
}

h1 {
  font-family: Arial;
  font-size: 1.5em;
  color: #997bb9;
  border-bottom: 2px solid #997bb9;
}
h2 {
  font-family: Arial;
  font-size: 1.4em;
  color: #997bb9;
  border-bottom: 1px solid #997bb9;
}
h3 {
  font-family: Arial;
  font-size: 1.3em;
  color: #759931;
}
h4 {
  font-family: Arial;
  font-size: 1.1em;
  margin: 0;
}

a, a:visited {
  color: #997bb9;
}
a:hover {
  color: white;
  background-color: #997bb9;
  text-decoration: none;
}
a.no-hover:hover {
  color: #997bb9;
  background-color: transparent;
}


#main {
  margin: 10px auto;
  border: 1px solid gray;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#header {
  height: 150px;
  text-align: center;
}

#navigation {
  background-color: #A7CE62;
  text-align: center;
  height: 20px;
}
#navigation ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 910px;
  height: 20px;
}
#navigation li {
  padding: 0 15px;
  margin: 0;
  float: left;
  height: 20px;
}
#navigation li.selected {
  background-color: black;
  color: white;
}
#navigation a,
#navigation a:visited {
  color: white;
  text-decoration: none;
}
#navigation a:hover {
  color: white;
  background-color: transparent;
}

#sidebar {
  float: right;
  width: 258px;
  color: #dddddd;
  margin-left: 10px;
}
#sidebar.jit2 {
  float: none;
  width: auto;
  margin-left: 0;
}
#sidebar .content {
  margin: 0;
  padding: 0 13px 0 8px;
  background: #997bb9 url(/assets/5/sidebar-shadow.jpg) repeat-y right;
  font-size: 11px;
}
#sidebar h3 {
  color: white;
  margin: 0 0 5px 0;
  padding: 0;
}
#sidebar a,
#sidebar a:visited {
  color: white;
  text-decoration: none;
}
#sidebar a:hover {
  background-color: transparent;
  color: white;
  text-decoration: underline;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 0;
}
#sidebar ul li {
  margin: 0 0 0 10px;
}
#sidebar img.top {
  vertical-align: bottom;
  padding: 0;
  margin: 0 0 -2px 0;
}
#sidebar img.bottom {
  vertical-align: top;
  padding: 0;
  margin: -2px 0 0 0;
}

#content {
  position: relative;
  padding: 10px 0;
}

#footer {
  background: url(/assets/2/footer.jpg) no-repeat center left;
  text-align: center;
  padding-top: 10px;
  font-size: 10px;
  height: 140px;
}

#license {
  margin-top: 1em;
  text-align: center;
}

li ul {
  margin-bottom: 0;
}

.breadcrumbs {
  margin-bottom: 0.5em;
  text-align: left;
  font-size: smaller;
}

#sidebar ol {
  margin: 0 0 0 10px;
  padding: 0 0 5px 0;
}
#sidebar ol.level-one {
  list-style-type: upper-roman;
}
#sidebar ol.level-two {
  list-style-type: lower-alpha;
}
#sidebar ol.level-three {
  list-style-type: lower-roman;
}
#sidebar ol.level-four {
  list-style-type: decimal;
}
#sidebar ol li {
  margin: 0 0 0 15px;
}

blockquote {
  border-left: 4px solid silver;
  margin-bottom: 1em;
  margin: 1em 0px;
  margin-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.centered {
  text-align: center;
}

.e-zine-page .small {
  font-size: smaller;
  margin-bottom: 1em;
}
.e-zine-page .subscribe {
  color: #7da633;
  font-size: larger;
  font-weight: bold;
  margin: 2em 0 1em 0;
}
.e-zine-page .subscribe img {
  vertical-align: middle;
}
.e-zine-page a.footnote {
  vertical-align: super;
  font-size: smaller;
}
.e-zine-page div.footnotes {
  font-size: smaller;
}
.e-zine-page div.picture {
  margin-bottom: 1em;
}
.e-zine-page div.caption {
  color: blue;
}

div.photo {
  text-align: center;
  margin-bottom: 20px;
}
div.photo table {
  margin: 0 auto;
}
div.photo td {
  border: 1px solid black;
}

.new {
  margin: 1em 0;
  font-weight: bold;
  font-color: #997bb9;
  font-size: 16px;
}
.new img {
  vertical-align: middle;
  margin: 0 1em;
}
.new a {
  text-decoration: none;
}
.new a:hover {
  color: #997bb9;
  background-color: transparent;
}

table.list { width: 100%; }
table.list th, table.list td { padding: 5px 10px; }
table.list th {
  text-align: left;
  border-bottom: 2px solid #A7CE62;
}
table.list tr.alt td {
  background-color: #eee;
}

.sup {
  font-size: smaller;
  vertical-align: super;
}
