a:link, a:link:visited {
  color: #801128;
}
a:link:hover, a:link:visited:hover {
  color: #e00;
  text-decoration: none;
}

body {
  background-color: #b7333e;
  text-align: center;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  }

h1 {
    padding-left: 24px;
    padding-bottom: 3px;
    background-image: url(/images/ruby-h1.png);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: 2px solid #800000;
   font-size: 130%;
}
h2 {
    padding-left: 16px;
    border-bottom: 1px solid #666;
    font-size: 115%;
    font-weight: bold;
}
h3 {
    font-size: 100%;
    font-weight: bold;
    background-image: none;
    background-color: transparent;
    border-width: 0 0 1px 0;
  border-style: dotted;
    border-color: #ccc;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#header {
  background-image: url(/images/background-bar.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 148px;
  position: relative;
/*    position: absolute;*/
  color: white;
  padding: 0;
  text-align: right;
}
#header ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: bold;
}
#header li {
    color: white;
    background-color: #801128;
    padding: 2px 5px;
    margin: 0px 2px;
    line-height: 27px;
    display: inline;
    border: 2px solid #801128;
}
#header a {
    color: white;
    text-decoration: none;
}
#header a:hover, a:active {
    text-decoration: underline;
}
#header .selected {
    background-color: #f8f8f8;
    color: #801128;
}

#main {
  background-color: white;
  border-bottom: 4px solid #fc0;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 600px;
}
#content {
  padding: 25px;
  border-right: 1px dotted #a3a39c;
  text-align: left;

}
#content h1 {
  margin-top: 0;
}
#content h2 h3 a {
  color: #801128;
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content h4 {
  margin-left: 1em;
  display: block;
}
#content p, dd {
  line-height: 160%;

}
#content dt {
  text-style: bold;
  color: #000000;
  font-weight: bold;
  line-height: 160%;
}
#content ul {
  margin-left: 1.5em;
  padding: 0;
}
#content li {
  margin-bottom: .25em;
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: #ffffff;
  margin: -20px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  float: right;
  width: 200px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  text-align: center;
}
#sidebar h3 {
  font-size: 100%;
  text-align: left;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#sidebar img {
  border: 2px solid #BCA0A0;
}
#footer {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 0;
    height: 100%;
    width: 100%
    border-top: 1px solid #666;
}
#footer p, #footer a, #footer a:visited {
    text-align: center;
    margin: 0.4px 0;
    color: #ffffff;
}
