body {
  font-family: "Trebuchet MS", Eras, Verdana, Helvetica, Arial, Sans-serif;
  font-size: 0.9em;
  color: #666;

  background: #2d4c80 url('../images/background.gif') top left repeat-x;

  margin: 20px;
}

a {
  color: #2b497d;
}
a:hover {
  color: #8a9e16;
  text-decoration: none;
}

a img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #2b497d;
}

hr {
  height: 1px;
  border: none;
  background-color: #aaa;
}

.clear {
  clear: both;
}

#page {
  width: 960px;
  position: absolute;
  left: 50%;
  margin-left: -480px;
}

#google-ad-banner {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: 140px;
}

.top b,
.bottom b {
  background-color: #fff;
  display: block;
  overflow: hidden;
  font-size: 1px;
}
.common-nav-top b,
.common-nav-bottom b {
  background-color: #11213b;
}
.b1 {
  margin: 0 5px;
  height: 1px;
}
.b2 {
  margin: 0 3px;
  height: 1px;
}
.b3 {
  margin: 0 2px;
  height: 1px;
}
.b4 {
  height: 2px;
  margin: 0 1px;
}

#container {
  background-color: #fff;
  padding: 0px 5px;
/*   border: 1px solid #222; */
/*   margin-bottom: 50px; */
}

#common-nav {
  height: 1.3em;
  padding: 5px 10px;
  background-color: #11213b;
  color: #ddd;
}

#common-welcome {
  position: absolute;
  top: 158px;
  left: 50%;
  margin-left: -460px;
}
#common-controls {
  text-align: right;
}

#common-nav a {
  color: #fff;
  font-weight: bold;
}
.common-nav-bottom {
  margin-bottom: 20px;
}

#main-container {
  margin: 10px;
  background: transparent url('../images/side-back.gif') top right repeat-y;
}

#content {
  float: left;
  width: 680px;
}

#side-bar {
  float: right;
  width: 230px;
}

#search-options {
  list-style-type: none;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 0.7em;
  margin: 20px 10px 0px;
  padding: 10px 0;
  border-top: 1px dotted #aaa;
}

td.required {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  color: #a00;

  border: 1px solid #a00;
  background: #fcc;
  padding: 10px;
}

/** FORMS **/
.info {
  font-size: 0.75em;
  font-weight: normal;
}
.error {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #a00;
}

input[type="text"],
input[type="password"],
textarea {
  border: 1px solid #ccc;
  font-family: Eras, "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
  width: 99%;
}

.add-quote-form th {
  vertical-align: top;
  text-align: left;
}
td.labels {
  width: 40%;
  font-weight: bold;
}
td.elements {
  width: 59%;
}
td.buttons {
  text-align: center;
}

/** LISTS **/

ul.quote-list,
.quote-list > li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.quote-list > li {
  margin: 10px 0;
  padding: 20px;
  border: 1px solid #999;
}
.quote-list > li.odd {
  background: #fefefe url('../images/back-quotes-odd.gif') top left no-repeat;
}
.quote-list > li.even {
  background: #efefef url('../images/back-quotes-even.gif') bottom right no-repeat;
}
.quote-list > li .quote {
  font-size: 1.2em;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
}
.quote-list > li .quote br {
    display: block;
    height: 10px;
}
.quote-list li .small {
  font-size: 0.75em;
}
.quote-list li .controls {
  text-align: right;
}
.quote-list li .fltleft {
  width: 49%;
  float: left;
}

a.vote-up,
a.vote-down {
    background-image: url('../images/voting.gif');
    text-indent: -5000px;
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    overflow: hidden;
}
a.vote-up { background-position: bottom right; }
a.vote-up:hover { background-position: top right; }
a.vote-down { background-position: bottom left; }
a.vote-down:hover { background-position: top left; }

.alpha-numeric,
.alpha-numeric li,
.board-pages,
.board-pages li,
.quote-pages,
.quote-pages li,
.tag-pages,
.tag-pages li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.alpha-numeric,
.board-pages,
.quote-pages,
.tag-pages {
  text-align: center;
  clear: both;
}
.alpha-numeric li,
.board-pages li,
.quote-pages li,
.tag-pages li {
  display: inline;
  font-size: 1.0em;
}

.speaker-list,
.speaker-list li,
.board-list,
.board-list li,
.tag-list,
.tag-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.speaker-list li,
.board-list li,
.tag-list li {
  float: left;
  width: 325px;
  text-align: center;
  margin: 5px;
  font-size: 1.2em;
/*   font-weight: bold; */
}
.speaker-list li a,
.board-list li a,
.tag-list li a {
  display: block;
  height: 2em;
  width: 100%;
  line-height: 2em;
  border: 1px solid #ccc;
  background-color: #b3c5e6;
  overflow: visible;
}
.speaker-list li a:hover,
.board-list li a:hover,
.tag-list li a:hover {
  background-color: #d2dff6;
  border: 1px solid #2b497d;
  color: #2b497d;
}

.alpha-numeric li.current-page,
.board-pages li.current-page,
.quote-pages li.current-page,
.tag-pages li.current-page {
  font-size: 2em;
}

div.pagination {
    text-align: center;
    clear: both;
}
div.pagination ul.pagination {
    padding: 0px;
    margin: 0px
    line-height: 2em;
}
div.pagination ul.pagination li {
    list-style-type: none;
    display: inline;
    font-size: 1em;
    line-height: 2em;
}
div.pagination ul.pagination li.current {
    font-size: 2em;
    padding-top: 0.5em;
}
table.quote-table th {
    text-align: left;
    width: 20%;
    vertical-align: top;
}
table.quote-table td {
    font-size: 0.8em;
    color: #bbb;
    width: 79%;
}
.errorlist {
    padding: 0px;
    margin: 0px;
}
.errorlist li {
    list-style-type: none;
    color: #a00;
    font-size: 1.2em;
    font-weight: bold;
}

h5.subtext {
    color: #aaa;
    margin-top: -1em;
}

a.rss-feed {
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: visible;
    background: transparent url('../images/feed-icon-28x28.png') top left no-repeat;
    padding-left: 35px;
    text-decoration: none;
}

#messages-block {
    border: 1px solid #2B497D;
    color: #2B497D;
    background-color: #f8f7c6;
    padding: 15px;
    font-size: 2em;
    text-align: center;
}
#messages-block ul,
#messages-block li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#messages-block .error {
    color: #a00;
}

.letter-list,
.letter-list li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
}

.quote p {
    margin: 0px;
}
.quote-list .quote ul li {
    list-style-type: circle;
}

span.u {
    text-decoration: underline;
}

code {
    font-weight: bold;
    color: #8A9E16;
    font-family: Fixed, monospace;
    font-size: 110%;
}

pre {
    width: 640px;
    overflow: auto;
    color: #333;
    background-color: #FFFFA0;
    border: 2px inset;
    padding: 0px 10px;
    margin: 10px 0px;
}
pre code {
    color: #333;
}

