html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.highlight {
  padding: 0.4em;
  margin: 0 0 1.2em 0;
  background: #eeeeee;
  font-size: 1.2em; }
  .highlight .hll {
    background-color: #ffffcc; }
  .highlight .c {
    color: #8f5902;
    font-style: italic; }
  .highlight .err {
    color: #a40000;
    border: 1px solid #ef2929; }
  .highlight .g {
    color: black; }
  .highlight .k {
    color: #204a87;
    font-weight: bold; }
  .highlight .l, .highlight .n {
    color: black; }
  .highlight .o {
    color: #ce5c00;
    font-weight: bold; }
  .highlight .x {
    color: black; }
  .highlight .p {
    color: black;
    font-weight: bold; }
  .highlight .cm, .highlight .cp, .highlight .c1, .highlight .cs {
    color: #8f5902;
    font-style: italic; }
  .highlight .gd {
    color: #a40000; }
  .highlight .ge {
    color: black;
    font-style: italic; }
  .highlight .gr {
    color: #ef2929; }
  .highlight .gh {
    color: navy;
    font-weight: bold; }
  .highlight .gi {
    color: #00a000; }
  .highlight .go {
    color: black;
    font-style: italic; }
  .highlight .gp {
    color: #8f5902; }
  .highlight .gs {
    color: black;
    font-weight: bold; }
  .highlight .gu {
    color: purple;
    font-weight: bold; }
  .highlight .gt {
    color: #a40000;
    font-weight: bold; }
  .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kt {
    color: #204a87;
    font-weight: bold; }
  .highlight .ld {
    color: black; }
  .highlight .m {
    color: #0000cf;
    font-weight: bold; }
  .highlight .s {
    color: #4e9a06; }
  .highlight .na {
    color: #c4a000; }
  .highlight .nb {
    color: #204a87; }
  .highlight .nc, .highlight .no {
    color: black; }
  .highlight .nd {
    color: #5c35cc;
    font-weight: bold; }
  .highlight .ni {
    color: #ce5c00; }
  .highlight .ne {
    color: #cc0000;
    font-weight: bold; }
  .highlight .nf {
    color: black; }
  .highlight .nl {
    color: #f57900; }
  .highlight .nn, .highlight .nx, .highlight .py {
    color: black; }
  .highlight .nt {
    color: #204a87;
    font-weight: bold; }
  .highlight .nv {
    color: black; }
  .highlight .ow {
    color: #204a87;
    font-weight: bold; }
  .highlight .w {
    color: #f8f8f8;
    text-decoration: underline; }
  .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
    color: #0000cf;
    font-weight: bold; }
  .highlight .sb, .highlight .sc {
    color: #4e9a06; }
  .highlight .sd {
    color: #8f5902;
    font-style: italic; }
  .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss {
    color: #4e9a06; }
  .highlight .bp {
    color: #3465a4; }
  .highlight .vc, .highlight .vg, .highlight .vi {
    color: black; }
  .highlight .il {
    color: #0000cf;
    font-weight: bold; }

/* General styles */
* {
  margin: 0;
  padding: 0; }

*:active, *:focus {
  outline: none; }

img {
  border: none; }

body {
  border: none;
  color: #222222;
  background: white;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  text-align: center; }

/* Container wrapper */
#body_inner {
  clear: both;
  width: 840px;
  margin: 1.5% auto;
  text-align: left; }

/* Page layout */
.box {
  clear: both;
  padding: 25px 12px;
  border-top: 1px solid #dfdfdf; }

.box_column_left {
  width: 380px;
  float: left;
  padding: 25px 12px; }

.box_column_right {
  width: 380px;
  float: left;
  padding: 25px 12px;
  border-left: 1px solid #dfdfdf; }

/* Header, with logo and navigation */
#header {
  height: 50px;
  border-bottom: 1px solid #dfdfdf; }
  #header #logo {
    float: left;
    padding-left: 5px; }
  #header #nav {
    float: right; }
    #header #nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      #header #nav ul li {
        float: left;
        height: 3.5em;
        width: 131px;
        border-left: 1px solid #dfdfdf;
        font-family: "Helvetica Neue", "Helvetica", "Arial";
        text-indent: 10px;
        text-transform: uppercase;
        font-size: 0.7em;
        line-height: 3.5em;
        letter-spacing: 1px; }
        #header #nav ul li a {
          display: block;
          color: black;
          text-decoration: none; }
          #header #nav ul li a:hover {
            display: block;
            color: black;
            text-decoration: underline; }
        #header #nav ul li .current {
          display: block;
          color: black;
          text-decoration: underline; }

/* Content typography */
#content {
  clear: both; }
  #content h1 {
    margin: 0 0 2px 0;
    font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", serif;
    font-size: 3.6em;
    line-height: 1.2em;
    font-weight: normal; }
  #content h2 {
    line-height: 1.2em;
    margin: 9px 0 0 12px;
    font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", serif;
    font-size: 2.4em;
    font-weight: normal; }
  #content h3 {
    margin-bottom: 0.3em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4em; }
  #content h4 {
    margin-top: 1.4em;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.2em; }
  #content p, #content li {
    color: #494949;
    font-size: 0.95em;
    line-height: 1.3em; }
  #content a {
    border-bottom: 1px solid #dfdfdf;
    color: #21759b;
    text-decoration: none; }
    #content a:hover {
      color: #d54e21; }
  #content span {
    color: #888888; }

/* Content header */
#front_content_top {
  clear: both;
  padding: 25px 12px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1px; }
  #front_content_top p {
    margin: 0;
    font-family: "Arial";
    font-size: 1.1em;
    line-height: 1.6em;
    color: gray; }

#content_top {
  padding: 25px 0;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 1px 0; }
  #content_top p {
    margin: 0 0 0 12px;
    font-family: "Arial";
    font-size: 1.1em;
    line-height: 1.6em;
    color: gray; }

/* Front page */
#subscribe {
  clear: both;
  padding: 25px 12px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  #subscribe .feature {
    width: 182px;
    padding: 15px 0 15px 18px;
    text-align: left; }
  #subscribe p {
    font-size: 0.75em; }
  #subscribe table {
    width: 816px;
    margin-top: 7px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.8em;
    line-height: 1.22em;
    font-family: "Lucida Grande", "Verdana", "Arial", sans-serif; }
  #subscribe th {
    background: #e7faff;
    text-align: center;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6; }
    #subscribe th h6 {
      margin: 1.1em 0;
      font-size: 1.1em;
      font-weight: bold; }
  #subscribe tr.bg {
    background: #f4f4f4; }
  #subscribe td {
    width: 115px;
    border: 1px solid #c6c6c6;
    text-align: center; }
  #subscribe form {
    margin-top: 1em; }
  #subscribe input[type="submit"] {
    height: 22px;
    padding: 0 10px 0;
    border: 1px solid #cccccc;
    border-radius: 12px;
    margin: 1.2em 0 12px 0;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    outline: none;
    background: #f2f2f2 url(/images/button_bg.png) top left repeat-x;
    font: 0.9em "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    text-shadow: 0 1px 0 white; }
    #subscribe input[type="submit"]:hover {
      border: 1px solid #555555; }
  #subscribe .signup {
    cursor: pointer; }

.reasons {
  width: 226px;
  float: left;
  margin-top: 0.3em; }
  .reasons ul {
    margin-left: 1em;
    list-style: disc;
    font-size: 0.95em; }
    .reasons ul li {
      margin-bottom: 1em;
      color: #494949; }

#reasons_middle_box {
  width: 266px; }

.reasons_border {
  height: 124px;
  float: left;
  border-right: 1px solid #dfdfdf;
  margin-right: 20px; }

p#outro {
  color: #222222;
  font-weight: 400;
  font-size: 1.15em; }

/* Servers page */
#server_picture {
  clear: both;
  padding: 25px 12px;
  margin-top: 1.4em;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 1px; }
  #server_picture img {
    display: block;
    margin: 0 auto; }

#server_info .feature {
  width: 240px;
  padding: 15px 0 15px 18px;
  text-align: left; }
#server_info table {
  margin-top: 7px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
  line-height: 1.22em;
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif; }
#server_info tr.bg {
  background: #f4f4f4; }
#server_info td {
  width: 500px;
  padding: 15px 15px 15px 18px;
  border: 1px solid #c6c6c6;
  text-align: left; }

/* Manual pages: front */
.post_group {
  margin-bottom: 2em; }
  .post_group li {
    margin-bottom: 1.2em; }
  .post_group span:after {
    content: "» ";
    color: #3b3b3b; }

.post_summary {
  margin: 0.4em 0 0 8em;
  font-size: 0.8em;
  width: 70%; }

/* Manual pages: back */
#manual {
  padding: 25px 12px; }
  #manual h1 {
    margin: 9px 0 0 0;
    font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", serif;
    font-size: 2.4em;
    font-weight: normal; }
  #manual h2, #manual h3 {
    margin: 0.4em 0 0.3em 0; }
  #manual h2 {
    font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", serif;
    font-size: 1.4em; }
  #manual h3 {
    font-family: "Georgia", "Bitstream Vera Serif", "Times New Roman", serif;
    font-size: 1.2em;
    font-weight: normal; }
  #manual p {
    padding: 0.1em 0 1.2em 0;
    margin-left: 0.1em;
    width: 90%; }
  #manual ul {
    margin: 0 0 1.4em 1.8em;
    list-style: disc; }
    #manual ul li {
      line-height: 1.4em; }
  #manual span {
    color: #222222; }
    #manual span:after {
      content: "";
      color: #222222; }
  #manual img {
    padding: 1em;
    border: 1px solid #dfdfdf; }
  #manual .no_link_borders {
    border: none; }
  #manual #post_about {
    margin: 0 0 2.9em 0; }
    #manual #post_about ul {
      padding: 0;
      margin-left: 0.2em; }
      #manual #post_about ul li {
        float: left;
        margin-top: 0.5em;
        list-style: none;
        font-size: 0.7em; }
      #manual #post_about ul li#updated {
        padding-left: 0.3em; }
  #manual .post_listing_tag {
    display: inline;
    font-size: 0.8em; }
    #manual .post_listing_tag a {
      padding: 0.2em;
      border: none;
      margin: 0.2em;
      color: #333333;
      background: #ffffcc;
      font-weight: normal;
      text-decoration: none; }
      #manual .post_listing_tag a:hover {
        color: #333333;
        background: transparent;
        border-bottom: 1px solid #dfdfdf; }
    #manual .post_listing_tag span {
      color: #999999;
      font-family: "Monaco", "Courier New", monospace; }
  #manual .post_tag_spacer {
    padding-left: 0.4em; }

/* About page */
#about {
  height: 650px;
  clear: both;
  border-top: 1px solid #dfdfdf; }
  #about #about_text {
    width: 40%;
    float: left;
    padding: 25px 12px; }
    #about #about_text h3 {
      margin-top: 1.2em; }
  #about #about_image {
    float: right;
    padding-right: 12px;
    margin-top: 25px; }

#tos p {
  margin: 0.1em 0 1.2em 0.1em; }
#tos p.last {
  margin-bottom: 0; }
#tos ol {
  margin: 0 0 1.2em 4em;
  list-style: lower-roman; }

#network_providers .feature {
  width: 280px;
  padding: 15px 0 15px 18px;
  text-align: left; }
#network_providers table {
  margin-top: 7px;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.8em;
  line-height: 1.22em;
  font-family: "Lucida Grande", "Verdana", "Arial", sans-serif; }
#network_providers tr.bg {
  background: #f4f4f4; }
#network_providers td {
  width: 200px;
  padding: 15px 15px 15px 18px;
  border: 1px solid #c6c6c6;
  text-align: left; }

/* Sign Up form on my.bettervps.net */
.field {
  width: 660px;
  height: 33px;
  padding: 5px;
  margin-bottom: 1em;
  background: #e3e5e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; }
  .field label {
    margin: 20px 0 0 20px;
    background: #e3e5e7;
    line-height: 2em; }
  .field input {
    float: right;
    font-size: 16px;
    width: 436px;
    padding: 6px;
    background: white;
    border: 1px solid #a5acb5; }

/* Footer */
#footer {
  clear: both;
  padding: 15px 12px 20px 12px;
  border-top: 1px solid #dfdfdf;
  font-size: 0.8em; }
  #footer p {
    margin: 0; }
  #footer #copyright {
    float: left; }
  #footer #legal {
    float: right;
    text-align: right; }
    #footer #legal a, #footer #legal a:visited {
      color: #333333; }
      #footer #legal a:hover, #footer #legal a:visited:hover {
        color: #d54e21; }

