a {
  color: #3256B6;
}
a:visited {
  color: #3246A0;
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
a img {border: none; }

#content img {
  vertical-align: middle;
}

body {
  background-color: #101030;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  padding: 0;
  margin: 0;
  text-align: center;
}
h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: normal;
}
h3 {
  color: #999;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 799px;
  text-align: left;
  padding-top: 10px
}
#header {
  color: black;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  background-image: url('/images/votelogo.jpg');
  width: 799px;
  height: 229px;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
  text-transform: lowercase;
}
#main {
  background-color: white;
  float: left;
  width: 799px;
}
#content-wrapper {
  float: right;
  width: 569px;
}
#content {
  padding-left: 30px;
  padding-right: 60px;
  padding-top: 25px;
}
#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: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  background-image: url('/images/votegradbar.jpg');
  background-repeat: no-repeat;
  float: left;
  min-height: 500px;
  width: 230px;
}
#sidebar {
  font-size: 140%;
  padding: 22px;
  padding-top: 20px;
}
#sidebar h3 {
  font-size: 150%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#sidebar a, #sidebar a:visited {
  text-decoration: none;
}
#sidebar a:hover {
  text-decoration: underline;
}

#flooofooter {
  color: #818cb0;
  float: left;
  font-size: 90%;
  width: 799px;
  height: 32px;
  background-image: url('/images/Footer.jpg');
}

#copyright {
  font-size: 90%;
  color: #818cb0;
}
