html {
  overflow-y: scroll;
}

body {
  margin: 0;
  background: #22201f;
  font-family: palatino, times, times new roman, serif;
  line-height: 1.4em;
}

pre {
  font-family: monaco, monospace;
  font-size: 14px;
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 5px;
}
code {
  font-family: monaco, monospace;
  font-size: 14px;
}
blockquote {
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

div.wrapper {
  margin: auto;
  width: 900px;
}

h1, h2 {
  line-height: 1.4em;
  font-family: lucida grande, helvetica, arial, sans-serif;
}

h2.label {
  text-align: center;
  font-size: 32px;
  margin-bottom: .5em;
  padding-top: 1em;
}

hr {
  border: 0;
  border-top: 2px solid #ccc;
  margin: 2em 6em;
}

.hilight {
  background: #fe3;
  color: #000;
}
.subtle {
  color: #999;
  font-size: 90%;
}

#header {
  color: #fff;
  padding-top: 2em;
  padding-bottom: .5em;
  border-bottom: 7px solid #7fa516;
}
#header .wrapper {
  position: relative;
}
#header .navigation {
  position: absolute;
  bottom: 0;
  right: 0;
}
#header .navigation a {
  display: inline-block;
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  padding: .5em 1em;
  background: #666;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  margin-left: .5em;
  margin-bottom: 1em;
}
#header .navigation a:hover {
  text-decoration: underline;
  background: #ccc;
}
#header .navigation a.active {
  background: #ccc;
}
#header h2 {
  margin: 0;
  margin-left: 3em;
  font-weight: normal;
  text-align: center;
  font-size: 16px;
  color: #6c6664;
}

#content {
  padding: .5em;
  background: #fff;
  color: #333;
}
#content h1 {
  text-align: center;
  background: #22201f;
  color: #fff;
  margin-left: -.25em;
  margin-right: -.25em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: .3em;
  padding-bottom: .2em;
  border-bottom: 7px solid #7fa516;
}
#content h2 {
  margin-top: 0;
  color: #000;
}
#content a {
  color: #000;
  font-weight: bold;
}
#content a.actionLink {
  font-family: helvetica, arial, sans-serif;
  font-size: 18px;
  padding: .5em 1em;
  background: #ccc;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
#content a.actionLink:hover {
  text-decoration: underline;
  background: #849750;
}
#content ul.spaced li {
  margin-bottom: 1em;
}
#content img {
  float: left;
  margin-right: .8em;
  border: 5px solid #ccc;
  border-radius: 5px;
}
#content img.noFloat {
  float: none;
}
#content img.noBorder {
  border: 0;
}
#content .clearColumns {
  clear: both;
}
#content .oneColumnLayout {
  margin: 0 15%;
}
#content .sidebarColumnLayout .leftColumn {
  float: left;
  width: 72.5%;
}
#content .sidebarColumnLayout .rightColumn {
  float: right;
  width: 23.5%;
  font-size: 90%;
}
#content .twoColumnLayout .leftColumn {
  float: left;
  width: 47.5%;
}
#content .twoColumnLayout .rightColumn {
  float: right;
  width: 47.5%;
}
#content .threeColumnLayout .leftColumn {
  float: left;
  width: 33%;
  margin-right: 2%;
}
#content .threeColumnLayout .middleColumn {
  float: left;
  width: 30.5%;
  margin-right: 4%;
}
#content .threeColumnLayout .rightColumn {
  float: left;
  width: 30.5%;
}
#content .smallPrint {
  font-size: 80%;
}
#content .comparisonTable th {
  background: #ccc;
}
#content .comparisonTable td {
  text-align: center;
}
#content .comparisonTable td .price {
  font-size: 120%;
  font-weight: bold;
  background: #fe3;
}
#content .striking {
  text-align: center;
  color: #000;
  font-family: lucida grande, helvetica, arial, sans-serif;
  font-size: 130%;
  font-weight: bold;
}

#footer {
  border-top: 7px solid #7fa516;
  text-align: center;
  padding: 1em 0;
}
#footer p {
  color: #6c6664;
  font-size: 12px;
  font-family: lucida grande, helvetica, arial, sans-serif;
}

#content .postSummary {
  margin-top: 1em;
}
#content .postSummary h2 {
  margin-bottom: 0;
}
#content .postSummary h3 {
  margin-top: 0;
  font-size: 95%;
  color: #444;
  font-weight: normal;
}
#content .postContent li {
  margin-bottom: 0.7em;
}
#content .postContent .imgContainer {
  text-align: center;
}
#content .postContent img {
  float: none;
  margin: auto;
  border: none;
}
#content .postContent h1 {
  background: none;
  border: none;
  margin: 0.5em 0;
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}
#content .postContent h2 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}

#content .sidebarColumnLayout .rightColumn p:first-child {
  margin-top: 0px;
}
#content .sidebarColumnLayout .rightColumn p:last-child {
  margin-bottom: 0px;
}
#content .sidebarColumnLayout .rightColumn .about {
  border-radius: 10px;
  margin-top: 1em;
  background: #ddd;
  padding: 15px;
}
#content .sidebarColumnLayout .rightColumn .striking {
  font-size: 16px;
  text-align: left;
}
#content .sidebarColumnLayout .rightColumn a.actionLink {
  display: inline-block;
  margin-top: 2px;
  text-align: center;
  background: #fff;
}

.payments form input[type="text"], .payments form button {
  font-size: 16px;
  padding: 4px;
}
.payments form  td {
  padding: 10px 5px;
}
.payments form td:first-child {
  text-align: right;
  font-weight: bold;
}
.payments img {
  float: none !important;
  border: none !important;
}

