a:visited {

}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}

#header_bar a {
  color: black;
  padding-left: 2em;
}

#header_bar {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #dddddd;
}

body {
  background-color: white;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: Georgia, serif;
  font-size: 250%;
  font-weight: normal;
}
h2 {
  font-family: Georgia, serif;
  font-size: 210%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: Georgia, serif;
  font-size: 160%;
  font-weight: normal;
  margin-top: 0pt;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  text-align: left;
}
#header {
  background-color: white;
  border-bottom: 1px solid #DDDDDD;
  color: black;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#site-title {
  color: black;
  font-size: 325%;
  text-align: left;
  font-variant: small-caps
}
#site-title a, #site-title a:visited {
  color: black;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: black;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: white;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 65%;
}
#content {
  padding: 25px 25px 25px 0px;
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: black;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  background-color: white;
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar ul {
  list-style-type: none;
}

#sidebar-wrapper {
  float: right;
  width: 33%;
}
#sidebar {
  font-size: 90%;
  padding: 10px;
  padding-top: 25px;
  border-left: 1px dotted #a3a39c;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #aaa;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}
