body {
  font-family: "Lucida Grande", sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #333;
  text-align: center;
  background: #f2f1e5 url(/images/bg.jpg) repeat-x; }

.clear {
  clear: both;
  width: 100%;
  font-size: 0px; }

a {
  color: #920101;
  text-decoration: none; }

#wrapper {
  width: 1000px;
  margin: 0 auto; }

#navigation {
  background: url(/images/logo.png) no-repeat;
  padding: 147px 0 75px 603px;
  position: relative;
  z-index: 1;
  zoom: 1; }
  #navigation ul {
    *display: inline-block;
    line-height: 24px;
    font-size: 14px;
    display: block; }
    #navigation ul:after {
      content: " ";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #navigation ul li {
      display: block;
      float: left;
      padding: 0 0 17px 0; }
      #navigation ul li a {
        background: url(/images/nav.png) no-repeat -8px top; }
      #navigation ul li.first a {
        background-position: left top; }
      #navigation ul li.last a {
        background-position: right top; }
      #navigation ul li.current {
        background: url(/images/nav-dec.png) no-repeat center bottom; }
        #navigation ul li.current a {
          color: #ffba00;
          background-image: url(/images/nav-selected.png); }
    #navigation ul a {
      font-family: "Georgia", serif;
      text-decoration: none;
      color: #fff;
      display: block;
      padding: 0 12px 1px 12px; }

#container {
  *display: inline-block;
  width: 925px;
  margin: -25px auto 0 auto;
  text-align: left;
  padding: 0 0 20px 0; }
  #container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  #container #toc {
    width: 190px;
    float: left;
    background: #ecebd9 url(/images/sidebar-top.png) no-repeat center 40px;
    padding: 80px 20px 40px 20px;
    margin: 0 50px 20px 0;
    text-align: left; }
    #container #toc ol {
      background: url(/images/sidebar-bottom.png) no-repeat center bottom;
      margin: 0;
      padding: 0 0 40px 20px;
      list-style-type: decimal;
      color: #888; }
      #container #toc ol > li {
        margin: 13px 0; }
        #container #toc ol > li:last-child {
          background-image: none; }
        #container #toc ol > li > a {
          font-family: Georgia, serif;
          font-size: 15px; }
      #container #toc ol a {
        text-decoration: none; }
        #container #toc ol a:hover {
          text-decoration: underline; }
      #container #toc ol ul {
        margin: 0 0 0 15px; }
        #container #toc ol ul a {
          color: #333; }
        #container #toc ol ul li {
          margin: 5px 0;
          list-style-type: square; }
  #container #content {
    float: left;
    width: 645px;
    margin: 0 0 20px 0; }
    #container #content p {
      line-height: 18px;
      margin: 5px 0; }
    #container #content code {
      border: 1px solid #e1ddc1;
      background-color: #f8f7f1;
      padding: 0 2px 0 2px;
      color: #000; }
    #container #content pre code {
      border: 1px solid #e1ddc1;
      background-color: #f8f7f1;
      display: block;
      padding: 10px 15px;
      margin: 10px 0;
      color: #000;
      line-height: 15px; }
    #container #content ul {
      list-style: disc;
      margin-left: 2em; }
      #container #content ul li {
        line-height: 1.5em; }
    #container #content a {
      border-bottom: 1px solid pink; }
      #container #content a:hover {
        border-bottom: 1px solid;
        border-color: #920101; }
    #container #content blockquote {
      border: 1px solid #e1ddc1;
      background-color: #fff9d8;
      display: block;
      padding: 10px 15px;
      margin: 10px 0;
      color: #660; }
    #container #content .skeletons-directory {
      margin: 20px 0 20px 0; }
      #container #content .skeletons-directory td {
        padding: 10px; }
      #container #content .skeletons-directory .name {
        font-weight: bold; }
      #container #content .skeletons-directory .dependency {
        text-align: center; }
      #container #content .skeletons-directory .instructions {
        display: none; }
      #container #content .skeletons-directory tr:nth-child(even) {
        background: #ECEBD9; }

#footer {
  clear: both;
  background-color: #edecda;
  padding: 20px 15px;
  color: #94927a;
  font-size: 11px;
  text-align: right; }
  #footer img {
    vertical-align: middle; }

h1 {
  font-size: 26px;
  font-family: Georgia;
  font-weight: normal;
  margin: 0 0 10px 0; }

h2 {
  font-size: 16px;
  margin: 20px 0 0 0; }

form > p label {
  font-family: "Helvetica", sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-transform: lowercase; }
form > p input {
  font-size: 2em;
  margin: 5px 0 0 0; }
form p {
  margin: 10px 0; }
form fieldset {
  border-width: 0;
  padding: 0;
  margin: 20px 0; }
  form fieldset legend {
    font-family: "Helvetica", sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-transform: lowercase; }
form span.example {
  color: #777; }

