h1, h2, h3, h4, h5, h6, p, body {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
body {
  font-size: 12px;
}
h1 {
  font-size: 42px;
  margin: 0 0 28px 0;
  padding: 0;
  line-height: 28px;
  text-shadow: 0 1px 0 #fff;
}
h2 {
  font-size: 24px;
  line-height: 18px;
  color: #ff8484;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-weight: normal;
}
h4 {
  font-size: 14px;
  line-height: 26px;
}
p {
  font-size: 26px;
  color: #3d3d3d;
  line-height: 21px;
  text-shadow: 0 1px 0 #fff;
  padding: 0 0 21px 0;
}
strong {
  font-weight: bold;
}
span.tag {
  color: #069;
  font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
  font-weight: bold;
}
a {
  color: #667699;
  text-decoration: none;
}
.comments-closed {
  display: none;
}
.small, small {
  font-size: 13px;
  line-height: 18px;
}
::selection {
  background: #ffff9e;
}
::-moz-selection {
  background: #ffff9e;
}
body {
  -webkit-tap-highlight-color: #ffff9e;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
.alignright {
  float: right;
  padding: 0 0 10px 10px;
}
.alignleft {
  float: left;
  padding: 0 10px 10px 0;
}
body {
  width: 896px;
  height: auto;
  -webkit-text-size-adjust: 100%;
  /* Stops Mobile Safari from auto-adjusting font-sizes */
  margin: 0 auto;
  background: url(background.jpg) repeat-x #fafafa;
}

article .ask-question, article .faq-category {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  float: left;
  margin: 10px 0;
}

}