article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

a {
  padding: .25em;
  color: #325986;
  text-decoration: none; }

a:hover {
  background: #325986;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325986), to(#001A31));
  color: white;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em; }

#enjoy a,
footer a {
  padding: .25em;
  color: white;
  font-weight: bold; }

#enjoy a:hover,
footer a:hover {
  background: white;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#325986));
  color: #001a31;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em; }

body {
  font-family: "helvetica neue", helvetica, arial, "sans-serif";
  color: black;
  margin: 0;
  padding: 0; }

abbr, acronym {
  border: none; }

.alt {
  font-weight: normal !important; }

.caption {
  text-align: center;
  font-size: 24px; }

tt {
  font-size: 1.4em;
  font-family: inconsolata, consolas, "deja vu sans mono", "droid sans mono", proggy, monofur, profont, monaco, "andale mono", courier, monospace;
  color: #333; }

th {
  vertical-align: top;
  white-space: pre;
  text-align: right; }

ol.code,
.code,
code {
  background: #eee;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  color: #333333;
  display: block;
  font-size: 14px;
  font-family: inconsolata, consolas, "deja vu sans mono", "droid sans mono", proggy, monofur, profont, monaco, "andale mono", courier, monospace;
  font-weight: normal !important;
  line-height: 1.25;
  margin: 0em 0;
  padding: 8px; }

.code li {
  list-style-type: none; }

li.code {
  list-style-type: decimal; }

h3 {
  letter-spacing: -.06em;
  font-size: 3em;
  font-weight: bold; }

h4 {
  font-size: 2em;
  margin: .5em 0;
  color: #666666; }

p {
  font-size: 1.2em; }

.either_or {
  margin-top: -2em; }

p.or {
  margin-top: 2em;
  text-align: center; }

#sidebar.span-8.last h3 {
  color: #666666; }

aside {
  background: #e0ecff;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0ecff), to(white));
  padding: 1em;
  border-color: white;
  border-width: 1px;
  border-style: solid;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em; }
  aside ul,
  aside li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    aside ul a,
    aside li a {
      display: block;
      font-weight: bold;
      font-size: 1.5em; }

header {
  background: url(/images/rubinius_logo_black_on_white.png) no-repeat left 65px;
  margin: 20px 0 0 0;
  padding-left: 110px;
  display: block; }
  header nav {
    text-align: right; }
  header nav ul {
    margin: 0;
    padding-bottom: 2em; }
  header nav li {
    border-left: 1px solid #ccc;
    display: inline;
    font-weight: bold;
    list-style-type: none;
    margin: 0 0 0 .25em;
    padding: 0 0 0 .25em;
    text-align: right;
    padding: 0 .75em;
    white-space: pre; }
  header nav li:first-child {
    border: none;
    padding-right: 0;
    margin-right: 0; }
  header nav li:last-child {
    padding-right: 0;
    margin-right: 0; }
  header nav li a {
    padding: .5em; }
  header h1 {
    text-shadow: #ccc 3px 3px 10px;
    font-size: 10em;
    font-weight: bold;
    letter-spacing: -.06em;
    margin: 0; }
  header h1 a {
    color: black;
    padding: 0; }
  header h1 a:hover {
    color: black;
    background: none; }
  header h2 {
    margin-top: -.5em;
    margin-left: .25em;
    color: #cccccc; }

#version {
  text-align: right;
  margin-top: -6px; }
  #version a {
    background: #001a31;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8373), to(#ff1e00));
    color: white;
    border-radius: .25em;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    letter-spacing: -.04em;
    font-size: 3em;
    font-weight: bold; }

.stripe {
  margin: 5em auto; }
  .stripe p {
    font-size: 1.5em; }
  .stripe h3 {
    text-align: center; }

#intro {
  background: #e0ecff;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e0ecff));
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }
  #intro p {
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.3em; }
  #intro p:last-child {
    margin: 0; }

#steps mark {
  font-weight: bold; }
#steps #download p {
  margin: 0;
  text-align: center;
  color: #666666;
  margin: 5px 20px;
  font-size: 1.2em; }
#steps #download #tarball {
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 .25em 0; }
#steps #download #installer {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 .25em 0; }
#steps #build p {
  text-align: center;
  color: #666666;
  margin: 5px 20px;
  font-size: 1.2em; }
#steps #build ol {
  margin: 0;
  list-style-type: none; }
#steps #build li {
  margin: 0;
  padding: 0; }
#steps #build li:before {
  content: ">  "; }
#steps #report_bugs #issue_tracker {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 .25em 0; }
#steps #report_bugs p {
  color: #666666;
  margin: 0 20px;
  font-size: 1.2em; }
#steps #download,
#steps #build,
#steps #report_bugs {
  background-repeat: no-repeat;
  background-position: center top; }

#install li:before {
  content: "#  "; }

#enjoy {
  padding: 3em 0 1em 0;
  background: #004480;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08F), to(#004480));
  color: white; }
  #enjoy h3 {
    text-align: center;
    letter-spacing: .02em;
    color: white; }
  #enjoy p {
    font-size: 2em; }
  #enjoy #twitter {
    background: #001a31;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#001A31), to(#325986));
    margin: -3em 0 -5em 0;
    padding: 2em 2em 2em 2em;
    min-height: 35em;
    -moz-box-shadow: rgba(66, 66, 66, 1) 10px 10px 25px;
    -webkit-box-shadow: rgba(66, 66, 66, 1) 10px 10px 25px;
    border-bottom: 1px solid #001A31;
    border-right: 1px solid #001A31; }
    #enjoy #twitter h3 {
      margin-top: .25em; }
      #enjoy #twitter h3 a {
        display: block;
        font-weight: normal;
        font-size: 75%; }
    #enjoy #twitter li {
      color: #cccccc;
      font-size: 1.5em;
      font-weight: normal;
      padding-left: -2em;
      margin: 0 0 1.25em -2em;
      list-style-type: none; }
      #enjoy #twitter li a.alt {
        font-weight: normal;
        font-size: .6em; }
      #enjoy #twitter li a:hover {
        background: white;
        color: black; }
    #enjoy #twitter #profileLink {
      text-align: center;
      display: block; }

.explanation .code,
.explanation p {
  margin-bottom: 1em; }

#machine_readable {
  font-size: 1em; }

p.more {
  font-size: 1.2em; }

.diagram {
  text-align: center;
  letter-spacing: -.04em; }
  .diagram p {
    padding: 1em;
    margin: 0;
    font-size: 2em;
    font-weight: bold; }
  .diagram .turret,
  .diagram .attic,
  .diagram .mezzanine,
  .diagram .basement {
    margin-bottom: 1em;
    background: red;
    border-radius: .25em;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em; }
  .diagram .turret {
    background: #0088ff;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0ecff), to(#08F));
    color: white; }
  .diagram .attic {
    background: #325986;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0ecff), to(#325986));
    color: #e0ecff; }
  .diagram .mezzanine {
    background: #004480;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#08F), to(#004480));
    color: #e0ecff; }
  .diagram .basement {
    background: #001a31;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004480), to(#001A31));
    color: #e0ecff; }
  .diagram #primitives {
    padding: 5.75em 0; }
  .diagram #extensions {
    padding: 9.75em 0; }

#compatibility h4 {
  text-align: center; }
#compatibility li {
  color: #325986;
  display: inline;
  margin: 0;
  padding: 0 .25em 0 0;
  font-size: 4em;
  font-weight: bold; }
#compatibility li:nth-child(odd) {
  font-size: 4em;
  font-weight: bold; }
#compatibility li:last-child {
  display: block;
  font-size: 3em;
  font-weight: normal;
  color: #cccccc; }
#compatibility #compatible_projects {
  background: #e0ecff;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e0ecff), to(white));
  padding: 1em 2em;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em; }

footer {
  background: #004480;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#325986), to(#001A31));
  margin-top: 3em;
  padding: 3em 0 1em 0; }
  footer nav ul,
  footer nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline; }
  footer li#credit {
    float: right;
    color: #999999; }

#docs_faq dl dt {
  font-size: 2em;
  background: #e0ecff;
  color: #001a31;
  padding: .5em .5em .5em 15px;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em; }
#docs_faq dl dd {
  font-size: 1.5em;
  margin: 0;
  padding: .5em .5em .5em 15px; }

.release {
  font-size: 1.5em; }
