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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: "" "";
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

a img {
  border: none;
}

html {
  background: #0a0d1c url(../images/bg2.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

body {
  background: url(../images/bg2.jpg) top center no-repeat;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  color: white;
  font-size: 12px;
  background: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  line-height: 30px;
  margin-bottom: 5px;
}
h1.page_title {
  display: block;
  margin: 15px 0 15px 0;
}

h2 {
  font-size: 17px;
  margin-bottom: 5px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 12px;
  margin-bottom: 10px;
}

a {
  color: white;
}
a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 10px 0;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.small {
  font-size: 11px;
}

.colorize pre {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  font-family: Monaco, Courier, monospace;
  color: white;
  background-color: black;
  line-height: 19px;
}
.colorize pre code {
  margin: 0px;
  padding: 0px;
}
.colorize pre .an {
  color: #e7be69;
}
.colorize pre .c {
  color: #bc9358;
  font-style: italic;
}
.colorize pre .ch {
  color: #509e4f;
}
.colorize pre .cl, .colorize pre .co {
  color: yellow;
}
.colorize pre .fl {
  color: #a4c260;
}
.colorize pre .fu {
  color: #ffc56d;
}
.colorize pre .gv {
  color: #d0cffe;
}
.colorize pre .i {
  color: #d0fc55;
}
.colorize pre .il {
  background: #151515;
}
.colorize pre .iv {
  color: #d0cffe;
}
.colorize pre .pp {
  color: #e7be69;
}
.colorize pre .r {
  color: orange;
}
.colorize pre .rx, .colorize pre .s {
  color: #68fb35;
}
.colorize pre .sy {
  color: #3ba8a8;
}
.colorize pre .ta {
  color: #e7be69;
}
.colorize pre .pc {
  color: #6c9cbd;
}

#footer {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  text-align: center;
}
#footer p {
  padding-right: 20px;
}

#page_menu {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}
#page_menu ul {
  float: right;
  margin-bottom: 0;
}
#page_menu ul li {
  float: left;
  margin: 0 3px 0 0;
  list-style: none;
}
#page_menu ul li.current_page_item {
  background: url(../images/docs/black_40.png);
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#page_menu ul li a {
  padding: 5px 10px 5px 10px;
  color: white;
  text-decoration: none;
  display: block;
}
#page_menu ul li.current_page_item a {
  color: #ffae00;
}

#ribbon {
  background-color: #aa0000;
  overflow: hidden;
  /* top left corner */
  /* top right corner */
  /* bottom left corner */
  /* bottom right corner */
  position: fixed;
  right: -3em;
  bottom: 2.25em;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-box-shadow: 0 0 1em #888888;
  -webkit-box-shadow: 0 0 1em #888888;
}
#ribbon p {
  padding: 3px !important;
  margin: 0;
}
#ribbon a {
  border: 1px solid #ffaaaa;
  color: white;
  display: block;
  font: bold 81.25% "Helvetiva Neue", Helvetica, Arial, sans-serif;
  margin: 0.05em 0 0.075em 0;
  padding: 0.5em 3.5em;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 0.5em #444444;
}

#landing {
  width: 960px;
  margin: 0 auto;
  padding-top: 130px;
}
#landing h1 {
  font-size: 62px;
  color: white;
  margin: 0 0 8px 0;
  text-align: center;
  font-weight: normal;
}
#landing h3 {
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  color: white;
  margin: 0 0 7px 0;
  text-transform: uppercase;
  line-height: 28px;
}
#landing h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #bfbfbf;
  margin: 0 0 7px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#landing hr {
  display: block;
  border: none;
  width: 480px;
  height: 2px;
  margin: 0 auto 23px auto;
  background: url(../images/divider.png);
}
#landing #page_menu {
  position: absolute;
  top: 0;
}
#landing #landing_box {
  display: block;
  height: 430px;
  padding: 0;
  background: url(../images/landing_box2_alt2.png);
  background-repeat: no-repeat;
  position: relative;
}
#landing #landing_box a.logo {
  display: block;
  width: 426px;
  height: 94px;
  text-indent: -9999px;
  background-image: url(../images/logo.png);
  margin-left: 55px;
  background-repeat: no-repeat;
}
#landing #landing_box a.mini_logo {
  margin-left: 24px;
  margin-bottom: 0;
  float: left;
  margin-left: 60px;
  margin-top: -15px;
  padding-bottom: 7px;
  width: 227px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(../images/logo_sm.png);
  background-repeat: no-repeat;
}
#landing #landing_box .header {
  text-align: left;
  margin-left: 20px;
  float: left;
}
#landing #main {
  width: 555px;
  padding-left: 22px;
  padding-top: 50px;
  overflow: hidden;
  float: left;
}
#landing #main .links {
  position: absolute;
  left: 451px;
  top: 50px;
  text-align: right;
  line-height: 15px;
}
#landing #main .link {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  background-color: #2c8130;
  color: white;
  display: inline;
  font-family: Lucida Grande;
  font-size: 11px;
  font-weight: bold;
  margin-left: 5px;
  opacity: 0.8;
  padding: 2px 6px;
  text-decoration: none;
  vertical-align: -10px;
}
#landing #main p.description {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  text-align: center;
  color: #bfbfbf;
  line-height: 30px;
  margin-bottom: 23px;
}
#landing #sidebar {
  width: 356px;
  margin-right: 12px;
  overflow: hidden;
}
#landing #sidebar p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #bfbfbf;
  line-height: 17px;
}
#landing #sidebar #slider_nav {
  position: absolute;
  right: 137px;
  bottom: 7px;
  height: 20px;
}
#landing #sidebar #slider_nav a {
  width: 9px;
  height: 8px;
  float: left;
  margin: 3px;
  background: url(/images/navigator.png) 0 0 no-repeat;
  display: block;
  font-size: 1px;
}
#landing #sidebar #slider_nav a:hover {
  background-position: 0 -8px;
}
#landing #sidebar #slider_nav a.active {
  background-position: 0 -16px;
}
#landing #sidebar #slider {
  background-color: rgba(0, 0, 0, 0.5);
  border: 4px solid white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  margin: 29px 27px 0 0;
}
#landing #sidebar #next_arrow {
  position: absolute;
  bottom: 213px;
  cursor: pointer;
  right: 20px;
  width: 15px;
  height: 22px;
  background: url(/images/next.png) 0 0 no-repeat;
}
#landing #sidebar .scrollable {
  position: relative;
  overflow: hidden;
  width: 321px;
  height: 361px;
}
#landing #sidebar .scrollable .items {
  width: 20000em;
  position: absolute;
}
#landing #sidebar .item {
  float: left;
  width: 321px;
  height: 361px;
  overflow: auto;
  position: relative;
}
#landing #sidebar .item > * {
  padding: 0 20px;
}
#landing #sidebar .item h3 {
  margin-top: 10px;
  text-align: left;
}
#landing #sidebar .item a {
  color: #ffae00;
}
#landing #sidebar .item ul li {
  margin-bottom: 5px;
  margin-left: 16px;
  line-height: 1.5em;
  list-style: disc outside none;
  font-size: 12px;
}
#landing #sidebar .item .actions {
  display: none;
  padding: 0;
  text-align: right;
  position: absolute;
  bottom: 11px;
  right: 13px;
  cursor: pointer;
  color: #ffae00;
  font-weight: bold;
}
#landing #sidebar .item .actions:hover {
  text-decoration: underline;
}
#landing #sidebar .item pre {
  margin: 7px 13px;
  padding: 10px 20px;
  overflow: hidden;
}
#landing #sidebar .item.features h3 {
  margin-top: 15px;
}
#landing #sidebar .item.features h3, #landing #sidebar .item.features ul {
  padding: 0 25px;
}
#landing #sidebar .item.khaaaaaaan h3 {
  padding-right: 0;
}
#landing #sidebar .item.khaaaaaaan .khan {
  width: 246px;
  height: 238px;
  background: url(../images/khan.png) no-repeat;
  margin: 0 30px;
  padding: 0;
  position: absolute;
  bottom: 0;
}
#landing #sidebar .item.khaaaaaaan .quote {
  width: 198px;
  height: 115px;
  background: url(../images/quote.png) no-repeat;
  font-size: 22px;
  line-height: 1.5em;
  padding: 0;
  padding-top: 15px;
  text-align: center;
  color: black;
  position: absolute;
  z-index: 5;
  right: 12px;
  top: 47px;
}
#landing #sidebar .version {
  font-size: 30px;
  font-weight: bold;
  color: white;
  margin-top: 100px;
  margin-left: 75px;
}
#landing #sidebar .sidebar_content {
  margin-top: 25px;
  margin-left: 11px;
  margin-right: 37px;
}
#landing #sidebar .sidebar_content h3 {
  text-align: left;
}
#landing #sidebar .sidebar_content #legal_junk {
  max-height: 343px;
  overflow: auto;
  padding-right: 20px;
}
#landing #sidebar .sidebar_content #legal_junk p {
  color: white;
  text-align: left;
}
#landing #sidebar .links li {
  list-style-type: none;
}
#landing #sidebar .links li a {
  font-family: Lucida Grande;
  display: block;
  padding: 5px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
#landing #sidebar .links li a:hover {
  color: yellow;
}
#landing #leaf {
  width: 117px;
  height: 76px;
  position: absolute;
  left: 71px;
  top: 32px;
  background: url(../images/leaf.png);
}
#landing #footer {
  margin: 5px 15px 0 15px;
}
#landing #social_networking {
  float: left;
}
#landing #social_networking img {
  margin: 0 10px 0 0;
}
#landing #contact_form {
  float: right;
  width: 293px;
}
#landing #code {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
}
#landing div {
  display: block;
}
#landing .gems {
  margin-bottom: 20px;
}
#landing .gem {
  float: left;
  margin-left: 20px;
  width: 250px;
}
#landing .gem .install {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  font-family: Monaco, Courier, monospace;
  color: white;
  background: #080808;
  padding: 9px;
  font-size: 13px;
  text-align: center;
}
#landing .social {
  margin-top: 20px;
}
#landing a.boldbuttons {
  background: transparent url(../images/roundedge-gray-left.gif) no-repeat top left;
  display: block;
  float: left;
  font: bold 13px Arial;
  line-height: 22px;
  height: 30px;
  padding-left: 8px;
  text-decoration: none;
  color: white;
}
#landing a.boldbuttons span {
  background: transparent url(../images/roundedge-gray-right.gif) no-repeat top right;
  display: block;
  padding: 4px 10px 4px 2px;
}
#landing a:hover.boldbuttons {
  text-decoration: underline;
}
#landing .buttonwrapper {
  overflow: hidden;
  width: 100%;
}
